aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-07httpd: .js is "application/javascript", not "application/x-javascript"Denys Vlasenko
2019-06-07httpd: add js to built in MIME types listDenys Vlasenko
2019-06-07httpd: add svg to built in MIME types listVicente Jimenez Aguilar
2019-04-19httpd: do disable header reading timeout even if proxyingDenys Vlasenko
2019-04-19httpd: use full size of iobuf[] when piping CGI dataDenys Vlasenko
2019-04-19httpd: do not set alarm() timeout if we read cached headerDenys Vlasenko
2019-04-19httpd: deindent code block, no code changesDenys Vlasenko
2019-04-19httpd: require "HTTP/xyz" at the end of request lineDenys Vlasenko
2019-04-18httpd: pass authorization header to CGI if not BasicAlexander Vickberg
2019-04-17httpd: When sending gzipped content use content-length headerAlexander Vickberg
2019-04-16httpd: extract query string only after proxying checkDenys Vlasenko
2019-04-16httpd: make rmt_ip variable localDenys Vlasenko
2019-04-16httpd: check denied IPs even before reading 1st query lineDenys Vlasenko
2019-04-16httpd: do not decode URL and headers if proxying - send all verbatimDenys Vlasenko
2019-04-16httpd: remove duplicate "decode URL escape sequences" codeDenys Vlasenko
2019-04-16httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=valDenys Vlasenko
2019-04-16httpd: fix handling of EOF in get_line()Denys Vlasenko
2019-04-16httpd: add missing {}Denys Vlasenko
2019-04-16httpd: do not percent-decode URI if proxyingDenys Vlasenko
2019-04-14httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko
2019-04-14httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko
2018-04-07httpd: do not default to Content-type: application/octet-streamDenys Vlasenko
2018-03-06use gmtime_r() instead of gmtime()Denys Vlasenko
2017-09-18httpd: fix handling of range requestsDenys Vlasenko
2017-09-01httpd: skip "Status: " from CGI, including space. Closes 10291Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-27inetd: improve --helpt text and config help text.Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-02-04httpd: use "Content-Length", not "-length"Denys Vlasenko
2017-01-26httpd: defend against attempts to OOM us. Closes 9611Denys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-08httpd: fix address family for reverse proxy client socketLaurent Bercot
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22httpd: explain why we use sprintf and why it should be fineDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
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