summaryrefslogtreecommitdiff
path: root/networking/httpd.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-271-3/+3
* httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko2013-09-181-5/+13
* httpd: treat errors from stdin correctly.Denys Vlasenko2013-09-111-8/+13
* Whitespace fixesDenys Vlasenko2013-07-301-2/+2
* httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko2013-03-251-2/+5
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-3/+3
* su: do not change to home dir unless -lPascal Bellard2012-06-121-1/+1
* fix build breakage found by randconfigDenys Vlasenko2012-04-201-1/+3
* httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker2012-04-031-1/+1
* httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko2012-02-191-6/+7
* httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko2012-02-041-1/+1
* httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko2012-02-011-23/+27
* httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2011-12-191-8/+18
* libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-181-3/+3
* httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko2011-12-181-8/+11
* httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko2011-12-161-13/+19
* httpd: small fixes to previous changePascal Bellard2011-11-291-7/+11
* httpd: make it possible to use system passwords for authPascal Bellard2011-11-291-28/+147
* nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+1
* wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko2011-09-111-74/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+26
* http: document index.cgi usage. no code changesDenys Vlasenko2011-04-101-1/+5
* httpd: don't send error messages with gzip encodingPeter Korsgaard2011-03-271-0/+1
* httpd: send correct mtime for .gz filesDenys Vlasenko2011-01-111-0/+1
* whitespace cleanupDenys Vlasenko2010-10-291-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* httpd: simplified "gzip" testPeter Korsgaard2010-07-261-11/+11
* httpd: optional support for gzip-compressed pagesPeter Korsgaard2010-07-251-4/+52
* httpd: cosmetic fixes, no code changesDenys Vlasenko2010-07-251-30/+23
* remove recently added erroneous _and_die()Denys Vlasenko2010-06-271-1/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko2010-04-021-4/+4
* *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko2010-03-021-3/+3
* reuse a few stringsBernhard Reutner-Fischer2010-02-261-1/+1
* *: 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