aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-15cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko
2017-01-15libbb: eliminate redundant variable in sha_cryptDenys Vlasenko
2017-01-15sha512: use larger constant table only if sha512 is in fact selectedDenys Vlasenko
2017-01-15tls: rearrange code, add/improve comments, fix whitespace, no real changes hereDenys Vlasenko
2017-01-15tls: send CHANGE_CIPHER_SPECDenys Vlasenko
2017-01-15whitespace fixDenys Vlasenko
2017-01-15tls: format and send CLIENT_KEY_EXCHANGEDenys Vlasenko
2017-01-14tls: DER length byte 0x81 is actually validDenys Vlasenko
2017-01-14tls: a bit more workDenys Vlasenko
2017-01-14tls: work-in-progress TLS1.2 test appletDenys Vlasenko
2017-01-11wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko
2017-01-11ash: commented-out possible fix for 7694Denys Vlasenko
2017-01-11ash: 16-bit ->nprocs field is a pain for many CPUsDenys Vlasenko
2017-01-11Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko
2017-01-11Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2017-01-11hush: reinstate [[ builtinDenys Vlasenko
2017-01-11hush: split bash compatible extensions into separate defines. No code changesKang-Che Sung
2017-01-11ash: split bash compatible extensions into separate defines. No code changesDenys Vlasenko
2017-01-11busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko
2017-01-11top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko
2017-01-11more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko
2017-01-10hush: shorten output of "help" builtinDenys Vlasenko
2017-01-10hush: reorder builtins (cd and pwd ought to be close, etc), no code changesDenys Vlasenko
2017-01-10init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIETDenys Vlasenko
2017-01-10ash: revert "make dot command search current directory first"Denys Vlasenko
2017-01-10shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-09Allow FAST_FUNC to be overridden at build timeKang-Che Sung
2017-01-09kill: optimizations for single-applet buildKang-Che Sung
2017-01-09hush: make echo builtin optionalDenys Vlasenko
2017-01-09kill: need not build kill.c when ash's job control is offKang-Che Sung
2017-01-09make_single_applets.sh: show errors and warningsDenys Vlasenko
2017-01-09unlzma: expand comments, no code changesDenys Vlasenko
2017-01-09unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko
2017-01-09unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko
2017-01-09unzip: optional support for xzDenys Vlasenko
2017-01-09unzip: optional support for bzip2 and lzmaDenys Vlasenko
2017-01-09modprobe-small: build fixesDenys Vlasenko
2017-01-09modprobe-small: optimizations for single applet buildExplorer09
2017-01-09Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung
2017-01-09ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko
2017-01-09hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko
2017-01-09hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko
2017-01-09hush: fix 'defined but not used' warningDenys Vlasenko
2017-01-09hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko
2017-01-09hush: fix kill builtin without jobs supportDenys Vlasenko
2017-01-09typo fixDenys Vlasenko
2017-01-08hush: conditionalize print_escaped() on EXPORT || TRAPDenys Vlasenko
2017-01-08hush: make memleak builtin optionalDenys Vlasenko