summaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/uhttpd-tls.c
Commit message (Collapse)AuthorAgeFilesLines
* uhttpd: - rewrite large parts of the server, use uloop event driven ↵Jo-Philipp Wich2012-05-281-164/+80
| | | | | | structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision SVN-Revision: 31931
* uhttpd: rework CyaSSL and OpenSSL integration; move protected recv() and ↵Jo-Philipp Wich2011-11-051-3/+141
| | | | | | send() operations below the ssl layer - fixes hangs when accessing via https SVN-Revision: 28761
* uhttpd: support building against openssl instead of cyassl, minor cleanups ↵Jo-Philipp Wich2011-07-181-5/+27
| | | | | | (#7827) SVN-Revision: 27686
* uhttpd: - fix parsing of interpreter entries in the config file, fixes ↵Jo-Philipp Wich2010-08-181-2/+4
| | | | | | serving of static files as .cgi with X-Wrt - better cope with connection aborts, especially during header transfer - fix return value checking of TLS reads and writes, solves some blocking issues SVN-Revision: 22692
* uhttpd: - fix incorrect parsing of multiple listen options (#7458) - support ↵Jo-Philipp Wich2010-06-121-2/+12
| | | | | | PEM certificates for SSL SVN-Revision: 21762
* add uhttpd (moved from LuCI trunk)Jo-Philipp Wich2010-03-251-0/+82
SVN-Revision: 20428