aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: code shrink copying of argvRon Yorston2023-04-281-6/+4
* Merge branch 'busybox' into mergeRon Yorston2023-04-091-37/+39
|\
| * libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-1/+1
| * httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko2023-03-281-36/+38
* | win32: add fake HUP and QUIT signalsRon Yorston2023-04-031-2/+2
* | Merge busybox into mergeRon Yorston2022-02-091-2/+1
|\|
| * libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-131-2/+1
* | Merge busybox into mergeRon Yorston2022-01-061-1/+1
|\|
* | Merge busybox into mergeRon Yorston2021-12-271-1/+6
|\|
| * httpd: fix compile failure if !FEATURE_HTTPD_RANGESDenys Vlasenko2021-12-261-0/+4
| * httpd: do not send Last-Modified / ETag / Content-Length for error pagesDenys Vlasenko2021-12-171-20/+14
| * httpd: don't send Content-Length in error pages headerDenys Vlasenko2021-12-171-14/+21
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-3/+6
|\|
| * httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko2021-10-081-2/+5
| * help: s/Don't daemonize/Run in foreground/gDenys Vlasenko2021-10-081-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-09-101-2/+11
|\|
| * httpd: fix config depsDenys Vlasenko2021-09-101-0/+1
| * httpd,telnetd: make default port configurableSergey Ponomarev2021-09-091-2/+10
* | win32: code shrink using is_prefixed_with()Ron Yorston2021-07-281-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-150/+155
|\|
| * httpd: add comment about faster rejection of denied IPsDenys Vlasenko2021-05-051-0/+7
| * httpd: if no request was given at all, close the socket without generating er...Denys Vlasenko2021-05-051-21/+30
| * httpd: no need to strcpy() when we only need to copy one byteDenys Vlasenko2021-05-051-9/+14
| * httpd: avoid extra stat() calls for "GET /dirname/" caseDenys Vlasenko2021-05-041-10/+8
| * httpd: avoid one stat() call for "GET /dirname" caseDenys Vlasenko2021-05-041-16/+14
| * httpd: support HEAD requests even in !CGI configDenys Vlasenko2021-05-041-13/+10
| * httpd: move proxy check before URL duplication and request type checkDenys Vlasenko2021-05-041-56/+52
| * httpd: cgi-bin support for DELETE, PUT, OPTIONS etc methodsAlexander Sack2021-05-041-45/+40
* | 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