aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.16.0 fixes, bump version to 1.16.11_16_1Denys Vlasenko2010-03-281-3/+3
* *: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko2010-01-121-3/+3
* httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko2009-12-161-1/+6
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-111-2/+2
* httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko2009-09-101-42/+55
* httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"Denys Vlasenko2009-09-081-19/+17
* telnetd: properly close fds in childDenys Vlasenko2009-06-091-1/+1
* fix debug messageBernhard Reutner-Fischer2009-05-041-7/+8
* httpd: speed up httpd.conf at the cost of 49 bytes of codeDenys Vlasenko2009-05-021-8/+20
* httpd: fix small bug in parser. it crept in during cleanupDenis Vlasenko2009-04-221-4/+3
* httpd: allow empty lines in conf fileDenis Vlasenko2009-04-221-1/+3
* httpd: simplify insane conf file parserDenis Vlasenko2009-04-221-175/+173
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-35/+35
* httpd: add comment explaining why SERVER_NAME etc is not set.Denis Vlasenko2009-03-181-0/+2
* httpd: tiny optimizationDenis Vlasenko2009-02-051-7/+6
* httpd:Denis Vlasenko2009-02-041-101/+56
* udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko2009-02-021-1/+1
* httpd: set $HOST to Host: header value. +83 bytes.Denis Vlasenko2008-11-221-0/+5
* - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedric...Bernhard Reutner-Fischer2008-09-011-0/+12
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-3/+1
* - fix spellingBernhard Reutner-Fischer2008-07-211-1/+1
* httpd: add Hopedir directive specially forDenis Vlasenko2008-07-201-4/+15
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-12/+12
* httpd: fix authenticationDenis Vlasenko2008-06-131-2/+3
* httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)Denis Vlasenko2008-06-131-46/+52
* htppd: lots of variable/function renaming in config file parsing.Denis Vlasenko2008-06-131-123/+102
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-4/+4
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-2/+2
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-12/+12
* httpd: fix obscure case when user runs httpd -i from command line for testing.Denis Vlasenko2008-05-181-1/+8
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-071-68/+75
* httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.Denis Vlasenko2008-05-071-0/+7
* fix a few stray unguarded strdup'sDenis Vlasenko2008-03-281-9/+7
* inetd: use change_identity().Denis Vlasenko2008-03-201-4/+2
* httpd: small fixlet for POST upload - skipDenis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-2/+11
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-13/+2
* httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko2008-02-271-0/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko2008-02-211-26/+36
* init: make it NOMMU-capableDenis Vlasenko2008-02-191-1/+1
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-4/+4
* random s/short/int/Denis Vlasenko2008-02-161-2/+3
* httpd: fix bug where we did chdir("") if CGI path had only one "/".Denis Vlasenko2008-02-111-20/+22
* httpd: add a bit of error logging; a few code simplifications. +29 bytes.Denis Vlasenko2008-02-081-7/+11
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-11/+11
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1