aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* httpd: do not default to Content-type: application/octet-streamDenys Vlasenko2018-04-071-30/+32
* use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-061-2/+4
* httpd: fix handling of range requestsDenys Vlasenko2017-09-181-1/+1
* httpd: skip "Status: " from CGI, including space. Closes 10291Denys Vlasenko2017-09-011-3/+4
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+6
* inetd: improve --helpt text and config help text.Denys Vlasenko2017-07-271-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-48/+48
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* httpd: use "Content-Length", not "-length"Denys Vlasenko2017-02-041-3/+3
* httpd: defend against attempts to OOM us. Closes 9611Denys Vlasenko2017-01-261-24/+24
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-5/+5
* httpd: fix address family for reverse proxy client socketLaurent Bercot2017-01-081-3/+3
* 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