summaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/uhttpd-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* packages: sort network related packages into package/network/Felix Fietkau2012-10-101-140/+0
| | | | SVN-Revision: 33688
* uhttpd: various changesJo-Philipp Wich2012-07-131-1/+3
| | | | | | | | | - remove unused variables - simply ignore command line args which belong to not enabled features - resolve peer address at accept() time, should solve (#11850) - remove floating point operations where possible SVN-Revision: 32704
* uhttpd: various fixesJo-Philipp Wich2012-07-091-1/+5
| | | | | | | | | - avoid closing descriptors before removing them from uloop (#11755, #11830) - do not auto-initialize ubus if no prefix is set (#11832) - remove extraneous client context pointer from cgi and lua states - code cleanups and debug message changes SVN-Revision: 32651
* uhttpd: - rewrite large parts of the server, use uloop event driven ↵Jo-Philipp Wich2012-05-281-8/+20
| | | | | | 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-0/+2
| | | | | | send() operations below the ssl layer - fixes hangs when accessing via https SVN-Revision: 28761
* uhttpd: redirect to same location with trailing slash appended if ↵Jo-Philipp Wich2010-11-101-0/+1
| | | | | | directories are requested SVN-Revision: 23952
* uhttpd: make it work without shadow password supportJo-Philipp Wich2010-11-061-1/+4
| | | | SVN-Revision: 23897
* uhttpd: - fix parsing of interpreter entries in the config file, fixes ↵Jo-Philipp Wich2010-08-181-0/+7
| | | | | | 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: - more robust handling of network failures on static file serving - ↵Jo-Philipp Wich2010-08-141-0/+5
| | | | | | support unlimited amount of authentication realms, listener and client sockets - support for interpreters (.php => /usr/bin/php-cgi) SVN-Revision: 22630
* uhttpd: add option to reject requests from RFC1918 IPs to public server IPs ↵Jo-Philipp Wich2010-08-111-0/+1
| | | | | | (DNS rebinding countermeasure) SVN-Revision: 22589
* uhttpd: block SIGCHLD until it is expected (#6957)Jo-Philipp Wich2010-03-271-0/+2
| | | | SVN-Revision: 20513
* uhttpd: - make script timeout configurable - catch SIGCHLD to properly ↵Jo-Philipp Wich2010-03-271-0/+3
| | | | | | interrupt select() - flag listen and client sockets as close-on-exec SVN-Revision: 20500
* add uhttpd (moved from LuCI trunk)Jo-Philipp Wich2010-03-251-0/+98
SVN-Revision: 20428