aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2026-02-126-26/+23
|\
| * tls: document PSTM_64BIT + PSTM_X86_64 optimizations betterDenys Vlasenko2026-02-082-11/+11
| * *: use is_prefixed_with() where appropriateDenys Vlasenko2026-02-071-1/+1
| * *: use xasprintf_inplace() and concat_path_file() where appropriateDenys Vlasenko2026-02-061-7/+6
| * libbb: introduce and use xasprintf_inplace()Denys Vlasenko2026-02-052-7/+5
* | Merge branch 'busybox' into mergeRon Yorston2026-02-103-92/+89
|\|
| * tar: strip unsafe hardlink components - GNU tar does the sameDenys Vlasenko2026-01-291-4/+7
| * httpd: do not use a global variable in index.cgiDenys Vlasenko2026-01-291-74/+53
| * httpd: handle bare "Location: URL" redirects from CGIsDenys Vlasenko2026-01-281-14/+29
* | Merge branch 'busybox' into mergeRon Yorston2026-02-044-156/+240
|\|
| * httpd: optimize example CGIsDenys Vlasenko2026-01-262-37/+25
| * networking/httpd_indexcgi.c: non-mallocing versionDenys Vlasenko2026-01-262-108/+200
| * 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-023-221/+739
|\|
| * 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-232-29/+37
| * 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-222-2/+4
| * 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
| * networking/httpd_ratelimit_cgi.c: new example CGI handlerDenys Vlasenko2026-01-212-1/+248
| * httpd: expand logging: now can see what CGIs are startedDenys Vlasenko2026-01-211-26/+45
* | libbb: refactor CNG hashing implementationrfl8902026-01-271-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2026-01-222-2/+5
|\|
| * networking/udhcp: fix typo in commentGiorgi Tchankvetadze2026-01-141-1/+1
| * tls: better error message when TLS record is truncatedDenys Vlasenko2025-11-251-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-11-111-5/+12
|\|
| * ntpd: set tmx.maxerror properly - avoid STA_UNSYNCDenys Vlasenko2025-10-111-5/+12
* | Further mingw-w64/gcc build tweaksRon Yorston2025-10-021-0/+7
* | Allow building with older mingw-w64/gccRon Yorston2025-10-011-0/+3
* | tls: rewrite Schannel codeRFL8902025-08-281-248/+263
* | tls: various schannel fixesRFL8902025-08-181-135/+61
* | Merge branch 'busybox' into mergeRon Yorston2025-08-151-27/+12
|\|
| * ftpd: code shrink, move replace_char() to libbbDenys Vlasenko2025-08-021-27/+12
* | Post-merge fixesRon Yorston2025-08-121-4/+8
* | Merge branch 'busybox' into mergeRon Yorston2025-08-127-252/+47
|\|
| * telnetd: improve --helpDenys Vlasenko2025-07-271-2/+2