summaryrefslogtreecommitdiff
path: root/uhttpd.c
Commit message (Expand)AuthorAgeFilesLines
* Use safe uh_realpath()Jo-Philipp Wich2014-09-221-2/+2
* back out early if the first client socket read doesn't yield a valid HTTP met...Jo-Philipp Wich2012-10-301-0/+21
* move plugin initialization into separate functionsJo-Philipp Wich2012-10-151-61/+96
* support multiple index files in the configuration and the command line argsJo-Philipp Wich2012-10-151-3/+18
* #ifdef linux-specific tcp keepalive optionsFelix Fietkau2012-10-041-4/+11
* define _XOPEN_SOURCE and _BSD_SOURCE globally, increase _XOPEN_SOURCE to incl...Felix Fietkau2012-10-041-2/+0
* add more missing ifdefsFelix Fietkau2012-10-041-0/+4
* add an ifdef around a potentially unused variableFelix Fietkau2012-10-041-0/+2
* [package] uhttpd: various changesjow2012-07-131-56/+67
* [package] uhttpd: various fixesjow2012-07-091-41/+37
* [package] uhttpd: do not dispatch pipe error events, fixes use after free for...jow2012-07-071-2/+6
* [package] uhttpd: do not subscribe to epoll write eventsjow2012-07-061-3/+20
* [package] uhttpd: fix wrongly applied sizeof() leading to writing beyound end...jow2012-05-301-2/+2
* [package] uhttpd:jow2012-05-281-234/+348
* [package] uhttpd: display errors in init script, code formatting changes, bum...jow2012-05-031-159/+168
* uhttpd: added uhttpd.docrootjow2012-05-031-1/+1
* Fixed: [PATCH 2/3] uhttpd URL-codec enhancements.jow2012-05-031-3/+4
* [package] uhttpd: cope with variable number of spaces in header lines (#11079)jow2012-03-041-3/+6
* [package] uhttpd: support building against openssl instead of cyassl, minor c...jow2011-07-181-1/+16
* [package] uhttpd: unblock signals in CGI childs, solves hanging ssh logout af...jow2011-07-171-1/+1
* [package] uhttpd: substitute "+" with space when using the -d flag, lazyload ...jow2011-01-281-40/+60
* [package] uhttpd: protect tcp receive operations with select, make tcp keep-a...jow2011-01-091-14/+21
* [package] uhttpd: allow lowercase http header fields (#8513)jow2010-12-241-2/+2
* [package] uhttpd: redirect to same location with trailing slash appended if d...jow2010-11-101-2/+1
* [package] uhttpd: revert unrelated change in previous commitjow2010-10-051-3/+1
* [package] uhttpd: add /etc/uhttpd.key and /etc/uhttpd.crt to conffile hintsjow2010-10-051-1/+3
* [package] uhttpd: break tight loop when receiving eof during header reading (...jow2010-09-091-0/+4
* [package] uhttpd:jow2010-08-181-25/+35
* [package] uhttpd:jow2010-08-141-184/+230
* [package] uhttpd: fix segmentation fault triggered by invalid header linejow2010-08-121-1/+2
* [package] uhttpd:jow2010-08-111-7/+0
* [package] uhttpd: add option to reject requests from RFC1918 IPs to public se...jow2010-08-111-1/+14
* [package] uhttpd:jow2010-07-231-9/+79
* [package] uhttpd:jow2010-06-121-0/+1
* [package] uhttpd:jow2010-04-241-2/+2
* [package] uhttpd:jow2010-04-151-17/+37
* [package] uhttpd:jow2010-04-031-0/+2
* [package] uhttpd: fix parameter parsing issue on avr32 and most likely ixp4xxjow2010-03-281-1/+1
* [package] uhttpd: block SIGCHLD until it is expected (#6957)jow2010-03-271-1/+9
* [package] uhttpd:jow2010-03-271-1/+26
* [package] add uhttpd (moved from LuCI trunk)jow2010-03-251-0/+899