aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
AgeCommit message (Expand)Author
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-04-20fix build breakage found by randconfigDenys Vlasenko
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker
2012-02-19httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko
2012-02-04httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko
2011-12-19httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko
2011-12-18httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko
2011-12-16httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko
2011-11-29httpd: small fixes to previous changePascal Bellard
2011-11-29httpd: make it possible to use system passwords for authPascal Bellard
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-10http: document index.cgi usage. no code changesDenys Vlasenko
2011-03-27httpd: don't send error messages with gzip encodingPeter Korsgaard
2011-01-11httpd: send correct mtime for .gz filesDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26httpd: simplified "gzip" testPeter Korsgaard
2010-07-25httpd: optional support for gzip-compressed pagesPeter Korsgaard
2010-07-25httpd: cosmetic fixes, no code changesDenys Vlasenko
2010-06-27remove recently added erroneous _and_die()Denys Vlasenko
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-04-02httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-02-26reuse a few stringsBernhard Reutner-Fischer
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2009-12-16httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-09-10httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko
2009-09-08httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"Denys Vlasenko
2009-06-09telnetd: properly close fds in childDenys Vlasenko
2009-05-04fix debug messageBernhard Reutner-Fischer
2009-05-02httpd: speed up httpd.conf at the cost of 49 bytes of codeDenys Vlasenko
2009-04-22httpd: fix small bug in parser. it crept in during cleanupDenis Vlasenko
2009-04-22httpd: allow empty lines in conf fileDenis Vlasenko
2009-04-22httpd: simplify insane conf file parserDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-18httpd: add comment explaining why SERVER_NAME etc is not set.Denis Vlasenko
2009-02-05httpd: tiny optimizationDenis Vlasenko
2009-02-04httpd:Denis Vlasenko
2009-02-02udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko
2008-11-22httpd: set $HOST to Host: header value. +83 bytes.Denis Vlasenko
2008-09-01- pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedric...Bernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko