aboutsummaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/uhttpd-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* uhttpd: - ignore authentication realms that refer to user accounts with no ↵Jo-Philipp Wich2010-04-241-2/+6
| | | | | | password set yet (X-Wrt compatibility) - fix off-by-one in CGI header parsing, fixes cgi programs that emit bad header lines (AsteriskGUI compatibility) - bump version SVN-Revision: 21121
* uhttpd: fix bug in path canonization introduced by r20883Jo-Philipp Wich2010-04-151-2/+3
| | | | SVN-Revision: 20885
* uhttpd: - make network timeout configurable, increase default to 30 seconds ↵Jo-Philipp Wich2010-04-151-4/+78
| | | | | | (#7067) - follow symlinks in docroot and add option to disable that - fix mimetype detection for files with combined extensions (.tar.gz, ...) SVN-Revision: 20883
* uhttpd: block SIGCHLD until it is expected (#6957)Jo-Philipp Wich2010-03-271-0/+19
| | | | SVN-Revision: 20513
* add uhttpd (moved from LuCI trunk)Jo-Philipp Wich2010-03-251-0/+749
SVN-Revision: 20428