| Commit message (Expand) | Author | Age | Files | Lines |
* | tls: DER length byte 0x81 is actually valid | Denys Vlasenko | 2017-01-14 | 1 | -11/+16 |
* | tls: a bit more work | Denys Vlasenko | 2017-01-14 | 1 | -33/+39 |
* | tls: work-in-progress TLS1.2 test applet | Denys Vlasenko | 2017-01-14 | 1 | -0/+643 |
* | wget: fix for brain-damaged HTTP servers. Closes 9471 | Denys Vlasenko | 2017-01-11 | 1 | -8/+15 |
* | ash: commented-out possible fix for 7694 | Denys Vlasenko | 2017-01-11 | 1 | -4/+79 |
* | ash: 16-bit ->nprocs field is a pain for many CPUs | Denys Vlasenko | 2017-01-11 | 1 | -3/+4 |
* | Move FEATURE_AUTOWIDTH config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 12 | -68/+26 |
* | Move FEATURE_USE_TERMIOS config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 12 | -33/+31 |
* | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 15 | -55/+71 |
* | hush: reinstate [[ builtin | Denys Vlasenko | 2017-01-11 | 1 | -0/+3 |
* | hush: split bash compatible extensions into separate defines. No code changes | Kang-Che Sung | 2017-01-11 | 1 | -29/+44 |
* | ash: split bash compatible extensions into separate defines. No code changes | Denys Vlasenko | 2017-01-11 | 1 | -74/+101 |
* | busybox: stop depending on FEATURE_AUTOWIDTH for applet list | Denys Vlasenko | 2017-01-11 | 1 | -5/+1 |
* | top: FEATURE_USE_TERMIOS shouldn't control reading of screen size | Denys Vlasenko | 2017-01-11 | 1 | -4/+0 |
* | more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink | Denys Vlasenko | 2017-01-11 | 1 | -57/+49 |
* | hush: shorten output of "help" builtin | Denys Vlasenko | 2017-01-10 | 1 | -9/+12 |
* | hush: reorder builtins (cd and pwd ought to be close, etc), no code changes | Denys Vlasenko | 2017-01-10 | 1 | -297/+295 |
* | init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET | Denys Vlasenko | 2017-01-10 | 10 | -15/+13 |
* | ash: revert "make dot command search current directory first" | Denys Vlasenko | 2017-01-10 | 1 | -9/+0 |
* | shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo | Denys Vlasenko | 2017-01-10 | 16 | -59/+72 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 105 | -512/+203 |
* | Allow FAST_FUNC to be overridden at build time | Kang-Che Sung | 2017-01-09 | 1 | -5/+10 |
* | kill: optimizations for single-applet build | Kang-Che Sung | 2017-01-09 | 2 | -21/+28 |
* | hush: make echo builtin optional | Denys Vlasenko | 2017-01-09 | 2 | -17/+24 |
* | kill: need not build kill.c when ash's job control is off | Kang-Che Sung | 2017-01-09 | 2 | -6/+2 |
* | make_single_applets.sh: show errors and warnings | Denys Vlasenko | 2017-01-09 | 2 | -2/+15 |
* | unlzma: expand comments, no code changes | Denys Vlasenko | 2017-01-09 | 1 | -0/+18 |
* | unlzma: fix erroneous "while" instead of "if". Closes 4682 | Denys Vlasenko | 2017-01-09 | 1 | -5/+8 |
* | unzip: match "Defl:?" display with info-zip; cosmetic code shuffling | Denys Vlasenko | 2017-01-09 | 1 | -102/+109 |
* | unzip: optional support for xz | Denys Vlasenko | 2017-01-09 | 2 | -0/+14 |
* | unzip: optional support for bzip2 and lzma | Denys Vlasenko | 2017-01-09 | 3 | -36/+61 |
* | modprobe-small: build fixes | Denys Vlasenko | 2017-01-09 | 1 | -3/+10 |
* | modprobe-small: optimizations for single applet build | Explorer09 | 2017-01-09 | 1 | -33/+39 |
* | Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 | Kang-Che Sung | 2017-01-09 | 3 | -19/+41 |
* | ash: fix a bug in argv restoration after sourcing a file | Denys Vlasenko | 2017-01-09 | 1 | -2/+4 |
* | hush: fix a bug in argv restoration after sourcing a file | Denys Vlasenko | 2017-01-09 | 5 | -2/+36 |
* | hush: global_args_malloced is used only if set builtin is enabled | Denys Vlasenko | 2017-01-09 | 1 | -9/+14 |
* | hush: fix 'defined but not used' warning | Denys Vlasenko | 2017-01-09 | 1 | -0/+2 |
* | hush: remove redundand test for ENABLE_HUSH_JOB | Denys Vlasenko | 2017-01-09 | 1 | -3/+1 |
* | hush: fix kill builtin without jobs support | Denys Vlasenko | 2017-01-09 | 1 | -12/+8 |
* | typo fix | Denys Vlasenko | 2017-01-09 | 1 | -1/+1 |
* | hush: conditionalize print_escaped() on EXPORT || TRAP | Denys Vlasenko | 2017-01-08 | 1 | -0/+2 |
* | hush: make memleak builtin optional | Denys Vlasenko | 2017-01-08 | 1 | -4/+13 |
* | hush: make export builtin optional | Denys Vlasenko | 2017-01-08 | 1 | -11/+26 |
* | hush: make umask builtin optional | Denys Vlasenko | 2017-01-08 | 1 | -0/+13 |
* | hush: make set/unset builtins optional | Denys Vlasenko | 2017-01-08 | 1 | -5/+35 |
* | hush: make read and trap builtins optional | Denys Vlasenko | 2017-01-08 | 1 | -71/+118 |
* | hush: kill builtin and kill %jobspec support | Denys Vlasenko | 2017-01-08 | 4 | -7/+138 |
* | hush: support %%, %+ and % jobspec (meaning "current job") | Denys Vlasenko | 2017-01-08 | 1 | -9/+21 |
* | httpd: fix address family for reverse proxy client socket | Laurent Bercot | 2017-01-08 | 1 | -3/+3 |