aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2026-02-101-14/+29
|\
| * httpd: handle bare "Location: URL" redirects from CGIsDenys Vlasenko2026-01-281-14/+29
* | Merge branch 'busybox' into mergeRon Yorston2026-02-041-24/+28
|\|
| * httpd: add a TODO, no code changesDenys Vlasenko2026-01-251-0/+3
| * httpd: allow static files in /cgi-bin/, do not search for interpreter twiceDenys Vlasenko2026-01-241-24/+25
* | Merge branch 'busybox' into mergeRon Yorston2026-02-021-220/+489
|\|
| * httpd: code shrinkDenys Vlasenko2026-01-241-18/+22
| * httpd: code shrink via "split-globals" trickDenys Vlasenko2026-01-241-3/+3
| * httpd: implement POSTDATA read timeout, and -K KILLSECS CGI lifetime controlDenys Vlasenko2026-01-241-59/+110
| * httpd: fix incorrect == comparison in last commit, must be !=Denys Vlasenko2026-01-231-1/+3
| * httpd: smarter handling of CGI's "Status: " headerDenys Vlasenko2026-01-231-10/+13
| * httpd: simplify CGI headers handling, check "HTTP/1.1" prefix, not just "HTTP"Denys Vlasenko2026-01-231-28/+30
| * httpd: simplify CGI code a bit, add a bunch of TODOs and FIXMEsDenys Vlasenko2026-01-231-27/+35
| * httpd: do not force clean connection termination on write errors and timeoutsDenys Vlasenko2026-01-221-24/+45
| * httpd: make timeout messages less confusingDenys Vlasenko2026-01-221-6/+10
| * httpd: time out data writes after 60 seconds of no progressDenys Vlasenko2026-01-221-13/+45
| * httpd: optimize header reading timeout codeDenys Vlasenko2026-01-221-4/+10
| * httpd: when reading headers, abort if they are too longDenys Vlasenko2026-01-221-7/+9
| * httpd: reject request line and headers with control charsDenys Vlasenko2026-01-221-0/+12
| * httpd: allow http2 requests if proxying, tighten METHOD checksDenys Vlasenko2026-01-221-9/+16
| * httpd: fix compilation script of httpd_ratelimit_cgi.cDenys Vlasenko2026-01-221-1/+1
| * httpd: add -M MAXCONN - do not accept unlimited number of connectionsDenys Vlasenko2026-01-221-19/+86
| * httpd: stop disabling/enabling SIGHUP in every childDenys Vlasenko2026-01-211-8/+13
| * httpd: remove one close() from main loopDenys Vlasenko2026-01-211-5/+6
| * httpd: expand logging: now can see what CGIs are startedDenys Vlasenko2026-01-211-26/+45
* | Merge branch 'busybox' into mergeRon Yorston2025-08-121-1/+1
|\|
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-061-1/+1
* | win32: code shrink system drive handlingRon Yorston2024-07-071-3/+4
* | build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* | httpd: enable interpreter script featureRon Yorston2024-02-111-10/+30
* | httpd: code shrinkRon Yorston2024-02-111-10/+7
* | httpd: avoid unnecessary process creationRon Yorston2024-02-091-3/+4
* | httpd: enable support for CGIRon Yorston2023-12-201-7/+110
* | httpd: fix return code when run in backgroundRon Yorston2023-12-151-3/+1
* | 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
|\|