aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | win32: trim leading and trailing spaces from shebang optionsRon Yorston2019-05-031-0/+4
* | testsuite: added test cases for the shebangNiklas DAHLQUIST2019-05-031-0/+90
* | testsuite: allow tests to work on Microsoft WindowsRon Yorston2019-05-032-6/+31
* | Merge branch 'busybox' into mergeFRP-3128-g241d4d4acRon Yorston2019-04-204-133/+172
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2019-04-1720-555/+700
|\|
| * 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
| * httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko2019-04-141-11/+16
| * httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko2019-04-141-10/+14
| * udhcpc6: code shrinkDenys Vlasenko2019-04-143-10/+18
| * udhcpc6: add a few comments, no code changes.Denys Vlasenko2019-04-132-0/+10
| * udhcpc6: make it enabled in defconfigDenys Vlasenko2019-04-131-3/+1
| * examples/udhcp/simple.script: fix resolv.conf update if it is a dangling symlinkRolf Eike Beer2019-04-131-0/+4
| * udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée2019-04-132-0/+6
| * brctl: add TODO: "showmacs BR"Denys Vlasenko2019-04-131-4/+18
| * brctl: simplify str_to_jiffies()Denys Vlasenko2019-04-131-48/+20
| * brctl: convert remaining commands to work via /sysDenys Vlasenko2019-04-131-184/+147
| * brctl: make "show" command retrieve data from /sysDenys Vlasenko2019-04-121-49/+114
| * stat: reduce storage for human-readable filesystem namesRon Yorston2019-04-121-44/+48
| * ipaddress: remove unused variable no_linkBernhard Reutner-Fischer2019-04-071-4/+0
| * service examples: if iface do not exist, retry upping itDenys Vlasenko2019-04-055-8/+8