aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+122
* httpd: explain why we use sprintf and why it should be fineDenys Vlasenko2016-11-221-20/+36
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-4/+6
* httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko2015-10-231-6/+19
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-3/+3
* libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-2/+2
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-4/+4
* 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