aboutsummaryrefslogtreecommitdiff
path: root/examples/udhcp/sample.deconfig (unfollow)
Commit message (Expand)AuthorFilesLines
8 dayswin32: add support for /dev/std{in,out,err}Ron Yorston2-5/+18
9 dayslibbb: fix regression where 'which' output duplicate slashesRon Yorston1-0/+8
11 daysash: remove unnecessary conditional compilationRon Yorston1-4/+0
13 daysash: don't skip exec() if std streams are invalidRon Yorston1-1/+3
13 daysash: fix \ooo octal printout in DEBUG codebusyboxDenys Vlasenko1-16/+12
13 daysash: code shrink: eliminate pstrcmp1()Denys Vlasenko1-66/+63
14 dayslibbb: code shrinkRon Yorston2-16/+30
14 dayslibbb: update CNG API config messagerfl8901-2/+3
14 daysash: remove non-standard chdir builtinDenys Vlasenko1-17/+14
14 daysash: get rid of a static in cmdlookup()/delete_cmd_entry()Denys Vlasenko1-26/+38
14 daysash: group command hashing/searching code together, no code changesDenys Vlasenko1-346/+351
14 daysash: move casematch() directly to its only caller, no code changesDenys Vlasenko1-31/+36
2026-01-27ash: reorder functions to reduce forward declarations, no code changesDenys Vlasenko1-165/+156
2026-01-27libbb: refactor CNG hashing implementationrfl8904-47/+110
2026-01-27ash: JOBSTOPPED can only be set if job control is compiled in - conditionaliz...Denys Vlasenko1-2/+13
2026-01-27ash: reorder functions to reduce forward declarations, no code changesDenys Vlasenko1-450/+453
2026-01-27ash: move applet handling out of tryexec() - making it similar to dashDenys Vlasenko1-62/+61
2026-01-27doc: update docs/nofork_noexec.txtDenys Vlasenko1-1/+6
2026-01-27ash: unset traps before entering NOEXEC programs after [v]forkDenys Vlasenko1-7/+89
2026-01-26make: bring into alignment with pdpmakeRon Yorston1-2/+3
2026-01-26httpd: optimize example CGIsDenys Vlasenko2-37/+25
2026-01-26libbb/loop: fix existence check for LOOP_CONFIGURE ioctlWouter Franken1-1/+1
2026-01-26networking/httpd_indexcgi.c: non-mallocing versionDenys Vlasenko2-108/+200
2026-01-25httpd: add a TODO, no code changesDenys Vlasenko1-0/+3
2026-01-24ash: code shrinkDenys Vlasenko1-0/+4
2026-01-24httpd: allow static files in /cgi-bin/, do not search for interpreter twiceDenys Vlasenko1-24/+25
2026-01-24ash,hush: allow 0x in arith (bash supports it for 0x$v case when v='')Denys Vlasenko1-5/+13
2026-01-24httpd: code shrinkDenys Vlasenko1-18/+22
2026-01-24awk: use more understandable form of "split-globals" trickDenys Vlasenko2-39/+36
2026-01-24httpd: code shrink via "split-globals" trickDenys Vlasenko2-3/+18
2026-01-24httpd: implement POSTDATA read timeout, and -K KILLSECS CGI lifetime controlDenys Vlasenko1-59/+110
2026-01-23join: add some more testsRon Yorston2-1/+31
2026-01-23httpd: fix incorrect == comparison in last commit, must be !=Denys Vlasenko1-1/+3
2026-01-23httpd: smarter handling of CGI's "Status: " headerDenys Vlasenko1-10/+13
2026-01-23httpd: simplify CGI headers handling, check "HTTP/1.1" prefix, not just "HTTP"Denys Vlasenko2-28/+32
2026-01-23httpd: simplify CGI code a bit, add a bunch of TODOs and FIXMEsDenys Vlasenko2-29/+37
2026-01-22httpd: do not force clean connection termination on write errors and timeoutsDenys Vlasenko1-24/+45
2026-01-22httpd: make timeout messages less confusingDenys Vlasenko1-6/+10
2026-01-22httpd: time out data writes after 60 seconds of no progressDenys Vlasenko1-13/+45
2026-01-22httpd: optimize header reading timeout codeDenys Vlasenko1-4/+10
2026-01-22httpd: when reading headers, abort if they are too longDenys Vlasenko1-7/+9
2026-01-22httpd: reject request line and headers with control charsDenys Vlasenko1-0/+12
2026-01-22httpd: allow http2 requests if proxying, tighten METHOD checksDenys Vlasenko1-9/+16
2026-01-22Update default configurationsRon Yorston5-6/+11
2026-01-22httpd: fix compilation script of httpd_ratelimit_cgi.cDenys Vlasenko2-2/+4
2026-01-22httpd: add -M MAXCONN - do not accept unlimited number of connectionsDenys Vlasenko1-19/+86
2026-01-21httpd: stop disabling/enabling SIGHUP in every childDenys Vlasenko1-8/+13
2026-01-21httpd: remove one close() from main loopDenys Vlasenko1-5/+6
2026-01-21networking/httpd_ratelimit_cgi.c: new example CGI handlerDenys Vlasenko2-1/+248
2026-01-21httpd: expand logging: now can see what CGIs are startedDenys Vlasenko1-26/+45