aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: move casematch() directly to its only caller, no code changesDenys Vlasenko2026-01-271-31/+36
| * ash: reorder functions to reduce forward declarations, no code changesDenys Vlasenko2026-01-271-165/+156
| * ash: JOBSTOPPED can only be set if job control is compiled in - conditionaliz...Denys Vlasenko2026-01-271-2/+13
| * ash: reorder functions to reduce forward declarations, no code changesDenys Vlasenko2026-01-271-450/+453
| * ash: move applet handling out of tryexec() - making it similar to dashDenys Vlasenko2026-01-271-62/+61
| * doc: update docs/nofork_noexec.txtDenys Vlasenko2026-01-271-1/+6
| * ash: unset traps before entering NOEXEC programs after [v]forkDenys Vlasenko2026-01-271-7/+89
* | Merge branch 'busybox' into mergeRon Yorston2026-02-047-162/+258
|\|
| * httpd: optimize example CGIsDenys Vlasenko2026-01-262-37/+25
| * libbb/loop: fix existence check for LOOP_CONFIGURE ioctlWouter Franken2026-01-261-1/+1
| * networking/httpd_indexcgi.c: non-mallocing versionDenys Vlasenko2026-01-262-108/+200
| * httpd: add a TODO, no code changesDenys Vlasenko2026-01-251-0/+3
| * ash: code shrinkDenys Vlasenko2026-01-241-0/+4
| * httpd: allow static files in /cgi-bin/, do not search for interpreter twiceDenys Vlasenko2026-01-241-24/+25
| * ash,hush: allow 0x in arith (bash supports it for 0x$v case when v='')Denys Vlasenko2026-01-241-5/+13
* | win32: add support for /dev/std{in,out,err}Ron Yorston2026-02-022-5/+18
* | Merge branch 'busybox' into mergeRon Yorston2026-02-027-260/+792
|\|
| * httpd: code shrinkDenys Vlasenko2026-01-241-18/+22
| * awk: use more understandable form of "split-globals" trickDenys Vlasenko2026-01-242-39/+36
| * httpd: code shrink via "split-globals" trickDenys Vlasenko2026-01-242-3/+18
| * 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-232-28/+32
| * 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: 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