| Commit message (Expand) | Author | Files | Lines |
2019-05-16 | dc: make 4 % 0 emit error messgaes and set result to 0 | Denys Vlasenko | 1 | -7/+12 |
2019-05-15 | udhcpc6: unbreak | Denys Vlasenko | 1 | -0/+1 |
2019-05-15 | hush: fix quoted "${notexist-}" expansion to not disappear | Denys Vlasenko | 5 | -0/+20 |
2019-05-15 | udhcpd: code shrink - do not fetch requested IP twice | Denys Vlasenko | 1 | -11/+9 |
2019-05-14 | shells: add tests for backslashes in export VAR=VAL | Denys Vlasenko | 4 | -0/+6 |
2019-05-14 | hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt | Denys Vlasenko | 3 | -32/+40 |
2019-05-14 | dd: fix handling of short result of full_write(), closes 11711 | Denys Vlasenko | 2 | -14/+15 |
2019-05-14 | style fix, no code changes | Denys Vlasenko | 6 | -9/+25 |
2019-05-13 | sed: fix /regex/,+N match triggering only once, closes 11871 | Denys Vlasenko | 2 | -0/+8 |
2019-05-10 | udhcpd: code shrink | Denys Vlasenko | 1 | -6/+10 |
2019-05-09 | ln: correct 'ln -T' usage message | John L. Hammond | 1 | -1/+1 |
2019-05-09 | dc: code shrink | Denys Vlasenko | 1 | -6/+16 |
2019-05-03 | ps: ensure fields are separated by at least one space, closes 11826 | Denys Vlasenko | 1 | -1/+1 |
2019-05-02 | login: remove extra IF(), no code changes | Denys Vlasenko | 1 | -1/+1 |
2019-04-30 | Optionally re-introduce bb_info_msg() | James Byrne | 20 | -99/+130 |
2019-04-29 | libbbb: find_mount_point() too eager to stat mounted devices | Denys Vlasenko | 1 | -2/+13 |
2019-04-29 | start-stop-daemon: do try to close fds > 2 | Denys Vlasenko | 1 | -8/+9 |
2019-04-29 | ip: fix comment placement | Denys Vlasenko | 1 | -1/+1 |
2019-04-28 | ifupdown: close memory leak | Denys Vlasenko | 1 | -3/+9 |
2019-04-28 | vi: enable 'dG' command. Closes 11801 | Ron Yorston | 1 | -4/+7 |
2019-04-28 | vi: fix changes to word at end of line. Closes 11796 | Ron Yorston | 1 | -3/+2 |
2019-04-28 | ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE | Denys Vlasenko | 1 | -3/+19 |
2019-04-28 | ash,hush: bash compat for ulimit: reorder to match | Denys Vlasenko | 1 | -72/+53 |
2019-04-27 | ash,hush: bash compat for ulimit: -w => -x, -p => -u | Denys Vlasenko | 1 | -12/+16 |
2019-04-27 | ash,hush: fix ulimit to be more bash-compat, closes 11791 | Denys Vlasenko | 1 | -84/+181 |
2019-04-27 | start-stop-daemon: Fix -x is not required for -K | Alexander Vickberg | 1 | -15/+20 |
2019-04-21 | examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }" | Denys Vlasenko | 5 | -5/+5 |
2019-04-19 | httpd: do disable header reading timeout even if proxying | Denys Vlasenko | 1 | -0/+2 |
2019-04-19 | httpd: use full size of iobuf[] when piping CGI data | Denys Vlasenko | 2 | -14/+4 |
2019-04-19 | httpd: do not set alarm() timeout if we read cached header | Denys Vlasenko | 1 | -1/+1 |
2019-04-19 | httpd: deindent code block, no code changes | Denys Vlasenko | 1 | -91/+91 |
2019-04-19 | httpd: require "HTTP/xyz" at the end of request line | Denys Vlasenko | 1 | -14/+8 |
2019-04-19 | ash: catch error in arithmetic expansion in PS1 | Ron Yorston | 1 | -12/+20 |
2019-04-19 | ash: prevent error in backquotes in PS1 from exiting shell | Ron Yorston | 1 | -1/+3 |
2019-04-19 | dc.tests: fix two test case to also depend on DC_BIG | Chen Qi | 1 | -3/+3 |
2019-04-18 | httpd: pass authorization header to CGI if not Basic | Alexander Vickberg | 1 | -7/+7 |
2019-04-17 | httpd: When sending gzipped content use content-length header | Alexander Vickberg | 1 | -2/+45 |
2019-04-16 | ash: add bash-compatible EPOCH variables | Ron Yorston | 1 | -21/+56 |
2019-04-16 | ash: an unset dynamic variable should not be dynamic | Ron Yorston | 1 | -0/+4 |
2019-04-16 | hush: add bash-compatible EPOCH variables | Ron Yorston | 1 | -0/+20 |
2019-04-16 | httpd: extract query string only after proxying check | Denys Vlasenko | 1 | -12/+7 |
2019-04-16 | httpd: make rmt_ip variable local | Denys Vlasenko | 1 | -17/+22 |
2019-04-16 | httpd: check denied IPs even before reading 1st query line | Denys Vlasenko | 1 | -2/+2 |
2019-04-16 | httpd: do not decode URL and headers if proxying - send all verbatim | Denys Vlasenko | 1 | -68/+46 |
2019-04-16 | httpd: remove duplicate "decode URL escape sequences" code | Denys Vlasenko | 1 | -9/+0 |
2019-04-16 | httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val | Denys Vlasenko | 1 | -105/+120 |
2019-04-16 | httpd: fix handling of EOF in get_line() | Denys Vlasenko | 1 | -8/+10 |
2019-04-16 | httpd: add missing {} | Denys Vlasenko | 1 | -1/+2 |
2019-04-16 | httpd: do not percent-decode URI if proxying | Denys Vlasenko | 1 | -10/+22 |
2019-04-14 | httpd: fix proxy headers passing - full_write() instead of write() | Denys Vlasenko | 1 | -11/+16 |