aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* shell: add TODO comment about BASE#nnn literalsDenys Vlasenko2019-05-161-0/+2
* dc: make 4 % 0 emit error messgaes and set result to 0Denys Vlasenko2019-05-161-7/+12
* udhcpc6: unbreakDenys Vlasenko2019-05-151-0/+1
* hush: fix quoted "${notexist-}" expansion to not disappearDenys Vlasenko2019-05-155-0/+20
* udhcpd: code shrink - do not fetch requested IP twiceDenys Vlasenko2019-05-151-11/+9
* shells: add tests for backslashes in export VAR=VALDenys Vlasenko2019-05-144-0/+6
* hush: fix "export PS1=xyz" and "local PS1=xyz" messing up promptDenys Vlasenko2019-05-143-32/+40
* dd: fix handling of short result of full_write(), closes 11711Denys Vlasenko2019-05-142-14/+15
* style fix, no code changesDenys Vlasenko2019-05-146-9/+25
* sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko2019-05-132-0/+8
* udhcpd: code shrinkDenys Vlasenko2019-05-101-6/+10
* ln: correct 'ln -T' usage messageJohn L. Hammond2019-05-091-1/+1
* dc: code shrinkDenys Vlasenko2019-05-091-6/+16
* ps: ensure fields are separated by at least one space, closes 11826Denys Vlasenko2019-05-031-1/+1
* login: remove extra IF(), no code changesDenys Vlasenko2019-05-021-1/+1
* Optionally re-introduce bb_info_msg()James Byrne2019-04-3020-99/+130
* libbbb: find_mount_point() too eager to stat mounted devicesDenys Vlasenko2019-04-291-2/+13
* start-stop-daemon: do try to close fds > 2Denys Vlasenko2019-04-291-8/+9
* ip: fix comment placementDenys Vlasenko2019-04-291-1/+1
* ifupdown: close memory leakDenys Vlasenko2019-04-281-3/+9
* vi: enable 'dG' command. Closes 11801Ron Yorston2019-04-281-4/+7
* vi: fix changes to word at end of line. Closes 11796Ron Yorston2019-04-281-3/+2
* ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUEDenys Vlasenko2019-04-281-3/+19
* ash,hush: bash compat for ulimit: reorder to matchDenys Vlasenko2019-04-281-72/+53
* ash,hush: bash compat for ulimit: -w => -x, -p => -uDenys Vlasenko2019-04-271-12/+16
* ash,hush: fix ulimit to be more bash-compat, closes 11791Denys Vlasenko2019-04-271-84/+181
* start-stop-daemon: Fix -x is not required for -KAlexander Vickberg2019-04-271-15/+20
* examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }"Denys Vlasenko2019-04-215-5/+5
* httpd: do disable header reading timeout even if proxyingDenys Vlasenko2019-04-191-0/+2
* httpd: use full size of iobuf[] when piping CGI dataDenys Vlasenko2019-04-192-14/+4
* httpd: do not set alarm() timeout if we read cached headerDenys Vlasenko2019-04-191-1/+1
* httpd: deindent code block, no code changesDenys Vlasenko2019-04-191-91/+91
* httpd: require "HTTP/xyz" at the end of request lineDenys Vlasenko2019-04-191-14/+8
* ash: catch error in arithmetic expansion in PS1Ron Yorston2019-04-191-12/+20
* ash: prevent error in backquotes in PS1 from exiting shellRon Yorston2019-04-191-1/+3
* dc.tests: fix two test case to also depend on DC_BIGChen Qi2019-04-191-3/+3
* httpd: pass authorization header to CGI if not BasicAlexander Vickberg2019-04-181-7/+7
* httpd: When sending gzipped content use content-length headerAlexander Vickberg2019-04-171-2/+45
* ash: add bash-compatible EPOCH variablesRon Yorston2019-04-161-21/+56
* ash: an unset dynamic variable should not be dynamicRon Yorston2019-04-161-0/+4
* hush: add bash-compatible EPOCH variablesRon Yorston2019-04-161-0/+20
* httpd: extract query string only after proxying checkDenys Vlasenko2019-04-161-12/+7
* httpd: make rmt_ip variable localDenys Vlasenko2019-04-161-17/+22
* httpd: check denied IPs even before reading 1st query lineDenys Vlasenko2019-04-161-2/+2
* httpd: do not decode URL and headers if proxying - send all verbatimDenys Vlasenko2019-04-161-68/+46
* httpd: remove duplicate "decode URL escape sequences" codeDenys Vlasenko2019-04-161-9/+0
* httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=valDenys Vlasenko2019-04-161-105/+120
* httpd: fix handling of EOF in get_line()Denys Vlasenko2019-04-161-8/+10
* httpd: add missing {}Denys Vlasenko2019-04-161-1/+2
* httpd: do not percent-decode URI if proxyingDenys Vlasenko2019-04-161-10/+22