summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Another round of path handling fixesHEADmasterJo-Philipp Wich2014-09-231-4/+7
* Use safe uh_realpath()Jo-Philipp Wich2014-09-221-2/+2
* Fix possible buffer overruns in uh_file_dirlist()Jo-Philipp Wich2014-09-221-5/+5
* Fix possible buffer overruns in path handlingJo-Philipp Wich2014-09-222-7/+31
* back out early if the first client socket read doesn't yield a valid HTTP met...Jo-Philipp Wich2012-10-301-0/+21
* re-add limits.h, required for PATH_MAX on certain libc implementationsJo-Philipp Wich2012-10-191-1/+2
* 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-154-24/+48
* fix libcrypt availability checkFelix Fietkau2012-10-051-3/+3
* file: fix two enum vs. float comparisationsJo-Philipp Wich2012-10-041-2/+2
* ubus: add clock_gettime fallback for mac os x (untested)Felix Fietkau2012-10-041-0/+24
* include strings.h globally for strcasecmp and strncasecmpFelix Fietkau2012-10-041-0/+1
* add a missing definition for timegm() on mac os xFelix Fietkau2012-10-041-0/+3
* provide a clearenv() fallback for mac os xFelix Fietkau2012-10-041-0/+7
* #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-044-8/+3
* only link against libcrypt on linuxFelix Fietkau2012-10-041-1/+5
* do not include linux/limits.hFelix Fietkau2012-10-043-3/+0
* add .gitignoreFelix Fietkau2012-10-041-0/+9
* replace the makefile with a cmake fileFelix Fietkau2012-10-042-89/+110
* lua: add explicit typecasts to fix compiler warningsFelix Fietkau2012-10-041-2/+2
* 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-137-139/+126
* [package] uhttpd: retry parsing the CGI header until the buffer space is exha...jow2012-07-113-10/+22
* [package] uhttpd: various fixesjow2012-07-098-141/+152
* [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-065-3/+26
* [package] uhttpd: finish inherited uloop in forked childs, fixes misdispatche...jow2012-06-182-0/+6
* [package] uhttpd: remove some dead codejow2012-06-022-14/+2
* [package] uhttpd: add explicit stdin eof notification for Lua and CGI childsjow2012-06-022-1/+9
* [package] uhttpd: fix wrongly applied sizeof() leading to writing beyound end...jow2012-05-301-2/+2
* [package] uhttpd:jow2012-05-2815-1308/+2519
* [package] uhttpd: display errors in init script, code formatting changes, bum...jow2012-05-035-495/+529
* uhttpd: added uhttpd.docrootjow2012-05-034-5/+13
* Fixed: [PATCH 2/3] uhttpd URL-codec enhancements.jow2012-05-033-21/+52
* uhttpd URL-codec bug fixes.jow2012-05-031-5/+11
* [package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.xjow2012-03-131-1/+1
* [package] uhttpd: cope with variable number of spaces in header lines (#11079)jow2012-03-041-3/+6
* [package] uhttpd: cope with DES crypted passwd entries by not relying on a le...jow2011-11-091-5/+2
* [package] uhttpd: fix Makefiles and linking of tls pluginjow2011-11-051-6/+6
* [package] uhttpd: rework CyaSSL and OpenSSL integration; move protected recv(...jow2011-11-054-50/+207
* [package] uhttpd: fix bad pointer use in previous commitjow2011-09-181-1/+1
* [package] uhttpd: fix possible CGI header line parsing beyound the empty line...jow2011-09-181-4/+4
* [package] uhttpd: properly match mimetype entries which cover the whole filen...jow2011-09-041-2/+2
* [package] uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236)jow2011-09-021-0/+3
* [package] uhttpd: support building against openssl instead of cyassl, minor c...jow2011-07-185-20/+65
* [package] uhttpd: unblock signals in CGI childs, solves hanging ssh logout af...jow2011-07-172-1/+11
* [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-093-21/+45