aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-04Fix httpd compilation on the FreeBSDAlex Samorukov
2020-12-29httpd: fix offset for sendfileMaxim Storchak
2020-11-28libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko
2020-11-27libbb: smaller and faster decode_base64()Denys Vlasenko
2020-10-06httpd: code shrinkXabier Oneca
2020-08-16httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev
2020-08-15httpd: Support caching via ETag headerSergey Ponomarev
2020-08-15httpd: Don't add Last-Modified header to responseSergey Ponomarev
2020-08-15httpd: Don't add Date header to responseSergey Ponomarev
2020-08-15httpd: Update to HTTP/1.1Sergey Ponomarev
2020-06-09httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston
2020-04-30httpd: permit non-default home directory with NOMMU enabledRon Yorston
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