Age | Commit message (Expand) | Author |
2019-05-16 | hush: remove code to track PS1/2 values dynamically - it's too much work | Denys Vlasenko |
2019-05-16 | typo fix in comment | Denys Vlasenko |
2019-05-16 | hush: small speedup in handle_changed_special_names() | Denys Vlasenko |
2019-05-16 | udhcpd: code shrink | Denys Vlasenko |
2019-05-16 | udhcpd: support per-client hostnames in static leases | Denys Vlasenko |
2019-05-16 | shell: add TODO comment about BASE#nnn literals | Denys Vlasenko |
2019-05-16 | dc: make 4 % 0 emit error messgaes and set result to 0 | Denys Vlasenko |
2019-05-15 | udhcpc6: unbreak | Denys Vlasenko |
2019-05-15 | hush: fix quoted "${notexist-}" expansion to not disappear | Denys Vlasenko |
2019-05-15 | udhcpd: code shrink - do not fetch requested IP twice | Denys Vlasenko |
2019-05-14 | shells: add tests for backslashes in export VAR=VAL | Denys Vlasenko |
2019-05-14 | hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt | Denys Vlasenko |
2019-05-14 | dd: fix handling of short result of full_write(), closes 11711 | Denys Vlasenko |
2019-05-14 | style fix, no code changes | Denys Vlasenko |
2019-05-13 | sed: fix /regex/,+N match triggering only once, closes 11871 | Denys Vlasenko |
2019-05-10 | udhcpd: code shrink | Denys Vlasenko |
2019-05-09 | ln: correct 'ln -T' usage message | John L. Hammond |
2019-05-09 | dc: code shrink | Denys Vlasenko |
2019-05-03 | ps: ensure fields are separated by at least one space, closes 11826 | Denys Vlasenko |
2019-05-02 | login: remove extra IF(), no code changes | Denys Vlasenko |
2019-04-30 | Optionally re-introduce bb_info_msg() | James Byrne |
2019-04-29 | libbbb: find_mount_point() too eager to stat mounted devices | Denys Vlasenko |
2019-04-29 | start-stop-daemon: do try to close fds > 2 | Denys Vlasenko |
2019-04-29 | ip: fix comment placement | Denys Vlasenko |
2019-04-28 | ifupdown: close memory leak | Denys Vlasenko |
2019-04-28 | vi: enable 'dG' command. Closes 11801 | Ron Yorston |
2019-04-28 | vi: fix changes to word at end of line. Closes 11796 | Ron Yorston |
2019-04-28 | ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE | Denys Vlasenko |
2019-04-28 | ash,hush: bash compat for ulimit: reorder to match | Denys Vlasenko |
2019-04-27 | ash,hush: bash compat for ulimit: -w => -x, -p => -u | Denys Vlasenko |
2019-04-27 | ash,hush: fix ulimit to be more bash-compat, closes 11791 | Denys Vlasenko |
2019-04-27 | start-stop-daemon: Fix -x is not required for -K | Alexander Vickberg |
2019-04-21 | examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }" | Denys Vlasenko |
2019-04-19 | httpd: do disable header reading timeout even if proxying | Denys Vlasenko |
2019-04-19 | httpd: use full size of iobuf[] when piping CGI data | Denys Vlasenko |
2019-04-19 | httpd: do not set alarm() timeout if we read cached header | Denys Vlasenko |
2019-04-19 | httpd: deindent code block, no code changes | Denys Vlasenko |
2019-04-19 | httpd: require "HTTP/xyz" at the end of request line | Denys Vlasenko |
2019-04-19 | ash: catch error in arithmetic expansion in PS1 | Ron Yorston |
2019-04-19 | ash: prevent error in backquotes in PS1 from exiting shell | Ron Yorston |
2019-04-19 | dc.tests: fix two test case to also depend on DC_BIG | Chen Qi |
2019-04-18 | httpd: pass authorization header to CGI if not Basic | Alexander Vickberg |
2019-04-17 | httpd: When sending gzipped content use content-length header | Alexander Vickberg |
2019-04-16 | ash: add bash-compatible EPOCH variables | Ron Yorston |
2019-04-16 | ash: an unset dynamic variable should not be dynamic | Ron Yorston |
2019-04-16 | hush: add bash-compatible EPOCH variables | Ron Yorston |
2019-04-16 | httpd: extract query string only after proxying check | Denys Vlasenko |
2019-04-16 | httpd: make rmt_ip variable local | Denys Vlasenko |
2019-04-16 | httpd: check denied IPs even before reading 1st query line | Denys Vlasenko |
2019-04-16 | httpd: do not decode URL and headers if proxying - send all verbatim | Denys Vlasenko |