summaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* uhttpd: - rewrite large parts of the server, use uloop event driven ↵Jo-Philipp Wich2012-05-281-1/+14
| | | | | | 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: reorder compiler flags to fix native build on Ubuntu 11.xJo-Philipp Wich2012-03-131-1/+1
| | | | SVN-Revision: 30936
* uhttpd: fix Makefiles and linking of tls pluginJo-Philipp Wich2011-11-051-6/+6
| | | | SVN-Revision: 28769
* uhttpd: rework CyaSSL and OpenSSL integration; move protected recv() and ↵Jo-Philipp Wich2011-11-051-12/+20
| | | | | | 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-10/+20
| | | | | | (#7827) SVN-Revision: 27686
* uhttpd: make it work without shadow password supportJo-Philipp Wich2010-11-061-0/+6
| | | | SVN-Revision: 23897
* add uhttpd (moved from LuCI trunk)Jo-Philipp Wich2010-03-251-0/+52
SVN-Revision: 20428