aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
AgeCommit message (Expand)Author
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-23httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski
2013-09-18httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko
2013-09-11httpd: treat errors from stdin correctly.Denys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-03-25httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko
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