aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeHEADmergemasterRon Yorston4 days4-156/+240
|\
| * httpd: optimize example CGIsbusyboxDenys Vlasenko13 days2-37/+25
| * networking/httpd_indexcgi.c: non-mallocing versionDenys Vlasenko13 days2-108/+200
| * httpd: add a TODO, no code changesDenys Vlasenko14 days1-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 Yorston6 days3-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 implementationrfl89012 days1-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
| * tftp: use bb_error_msg instead of info_msg for a debug messageDenys Vlasenko2025-07-181-1/+1
| * ntpd: replace two bb_info_msg's with bb_error_msgDenys Vlasenko2025-07-181-2/+2
| * libbb: introduce and use block-XOR functionsDenys Vlasenko2025-07-093-38/+11
| * libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko2025-07-071-4/+4
| * libbb: factor out HMAC code from TLSDenys Vlasenko2025-07-071-131/+30
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-061-1/+1
* | tls: only show schannel config option on mingwrfl8902025-08-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-103-12/+10
|\|
| * whitespace fixDenys Vlasenko2025-07-051-2/+2