summaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-02-051-2/+2
|\
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-44/+10
|\|
| * Fix httpd compilation on the FreeBSDAlex Samorukov2021-01-041-0/+5
| * httpd: fix offset for sendfileMaxim Storchak2020-12-291-3/+3
| * libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko2020-11-281-4/+2
| * libbb: smaller and faster decode_base64()Denys Vlasenko2020-11-271-37/+0
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-0/+7
|\|
| * httpd: code shrinkXabier Oneca2020-10-061-0/+7
* | httpd: silence compiler warnings about %llx formatRon Yorston2020-08-231-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-41/+151
|\|
| * httpd: Make Deny/Allow by IP config support optionalSergey Ponomarev2020-08-161-18/+44
| * httpd: Support caching via ETag headerSergey Ponomarev2020-08-151-3/+54
| * httpd: Don't add Last-Modified header to responseSergey Ponomarev2020-08-151-6/+25
| * httpd: Don't add Date header to responseSergey Ponomarev2020-08-151-2/+16
| * httpd: Update to HTTP/1.1Sergey Ponomarev2020-08-151-8/+8
* | httpd: code shrinkRon Yorston2020-08-131-3/+2
* | win32: use a static buffer in get_system_drive()Ron Yorston2020-08-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-2/+3
|\|
| * httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston2020-06-091-3/+3
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-0/+6
|\|
| * httpd: permit non-default home directory with NOMMU enabledRon Yorston2020-04-301-1/+6
* | httpd: allow use of MD5-encrypted passwordsRon Yorston2020-04-091-1/+12
* | httpd: prevent access to config file and authenticated URLsRon Yorston2020-04-081-0/+12
* | httpd: don't change directory in inetd modeRon Yorston2020-04-071-7/+13
* | httpd: WIN32 portRon Yorston2020-04-051-2/+133
|/
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-5/+5
* 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