aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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: fix regression where 'which' output duplicate slashesRon Yorston2026-02-011-0/+8
* | ash: remove unnecessary conditional compilationRon Yorston2026-01-301-4/+0
* | ash: don't skip exec() if std streams are invalidRon Yorston2026-01-291-1/+3
* | libbb: code shrinkRon Yorston2026-01-282-16/+30
* | libbb: update CNG API config messagerfl8902026-01-281-2/+3
* | libbb: refactor CNG hashing implementationrfl8902026-01-274-47/+110
* | make: bring into alignment with pdpmakeRon Yorston2026-01-261-2/+3
* | join: add some more testsRon Yorston2026-01-232-1/+31
* | Update default configurationsRon Yorston2026-01-225-6/+11
* | Merge branch 'busybox' into mergeRon Yorston2026-01-2213-54/+726
|\|
| * vmstat: fix I/O, int and ctxt rates: need to be divided by secondsDenys Vlasenko2026-01-201-5/+8
| * vmstat: fixes for >4TB memory and long sampling intervalsDenys Vlasenko2026-01-201-39/+75
| * vmstat: fix "vmstat N 0" to act compatibly (do not print infinitely)Denys Vlasenko2026-01-191-5/+12
| * vmstat: smarter handling of header re-printingDenys Vlasenko2026-01-191-23/+30
| * vmstat: show shorter, human-readable accumulating counts if they grow largeDenys Vlasenko2026-01-181-13/+29
| * vmstat: reduce the chances of misaligned columnsDenys Vlasenko2026-01-181-8/+26
| * vmstat: code shrinkDenys Vlasenko2026-01-181-28/+39
| * procps: new applet: vmstatDavid Leonard2026-01-181-0/+483
| * adduser: remove preconfigured GECOS full name fieldAchill Gilgenast2026-01-181-1/+1
| * md5/sha1sum: Honor the -b flag in the outputMartin Storsjö2026-01-182-4/+22
| * cmp: fix -n causing all diffs to be output, implement size suffixes for SKIPDenys Vlasenko2026-01-184-20/+77
| * cmp: stop skipping bytes if EOF is reachedGiorgi Tchankvetadze2026-01-181-2/+2
| * coreutils: fixes for coreutils/id_test.sh scriptDenys Vlasenko2026-01-181-11/+11
| * networking/udhcp: fix typo in commentGiorgi Tchankvetadze2026-01-141-1/+1
| * xxd: fix -pANYTHING handling (-pc50 does not mean -p -c50)Denys Vlasenko2025-11-302-7/+31
| * tls: better error message when TLS record is truncatedDenys Vlasenko2025-11-251-1/+4
* | ash: don't display ^C twiceRon Yorston2026-01-201-1/+1
* | win32: mkdtemp is available in mingw-w64 14.0.0Ron Yorston2026-01-191-0/+2
* | md5/sha1sum: fix POSIX buildRon Yorston2026-01-061-1/+5
* | md5/sha1sum: Honor the -b flag in the outputMartin Storsjö2026-01-062-3/+10
* | stty: reinstate functionality of 'stty size'Ron Yorston2026-01-031-0/+6
* | join: minor adjustmentsRon Yorston2026-01-022-2/+17
* | join: update docs and fix some omissionsmbartlett212026-01-021-30/+16
* | join: new appletmbartlett212026-01-029-0/+591
* | win32: wcwidth_alt.c: update to Unicode 17 (latest)Avi Halachmi (:avih)2025-12-291-16/+24
* | win32: wcwidth_alt.c: update to Unicode 16.0.0Avi Halachmi (:avih)2025-12-291-16/+29
* | win32: wcwidth_alt.c: new generator script, re-generate codeAvi Halachmi (:avih)2025-12-292-94/+283
* | win32: wcwidth_alt.c: remove codepoint comments (no-op)Avi Halachmi (:avih)2025-12-291-450/+450
* | win32: fix printable-chars with no-op utf8 manifestAvi Halachmi (:avih)2025-12-261-0/+18