summaryrefslogtreecommitdiff
path: root/networking/httpd.c
Commit message (Expand)AuthorAgeFilesLines
* httpd: .js is "application/javascript", not "application/x-javascript"Denys Vlasenko2019-06-071-1/+1
* httpd: add js to built in MIME types listDenys Vlasenko2019-06-071-0/+1
* httpd: add svg to built in MIME types listVicente Jimenez Aguilar2019-06-071-0/+1
* httpd: do disable header reading timeout even if proxyingDenys Vlasenko2019-04-191-0/+2
* httpd: use full size of iobuf[] when piping CGI dataDenys Vlasenko2019-04-191-11/+4
* httpd: do not set alarm() timeout if we read cached headerDenys Vlasenko2019-04-191-1/+1
* httpd: deindent code block, no code changesDenys Vlasenko2019-04-191-91/+91
* httpd: require "HTTP/xyz" at the end of request lineDenys Vlasenko2019-04-191-14/+8
* httpd: pass authorization header to CGI if not BasicAlexander Vickberg2019-04-181-7/+7
* httpd: When sending gzipped content use content-length headerAlexander Vickberg2019-04-171-2/+45
* httpd: extract query string only after proxying checkDenys Vlasenko2019-04-161-12/+7
* httpd: make rmt_ip variable localDenys Vlasenko2019-04-161-17/+22
* httpd: check denied IPs even before reading 1st query lineDenys Vlasenko2019-04-161-2/+2
* httpd: do not decode URL and headers if proxying - send all verbatimDenys Vlasenko2019-04-161-68/+46
* httpd: remove duplicate "decode URL escape sequences" codeDenys Vlasenko2019-04-161-9/+0
* httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=valDenys Vlasenko2019-04-161-105/+120
* httpd: fix handling of EOF in get_line()Denys Vlasenko2019-04-161-8/+10
* httpd: add missing {}Denys Vlasenko2019-04-161-1/+2
* httpd: do not percent-decode URI if proxyingDenys Vlasenko2019-04-161-10/+22
* httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko2019-04-141-11/+16
* httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko2019-04-141-10/+14
* 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