aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * tls: format FINISHED message properly for unencrypted, but sha256 signed modeDenys Vlasenko2017-01-161-26/+480
| * Assorted warning fixes and added a comment, no code changesDenys Vlasenko2017-01-163-1/+14
| * tls: add sha256 hmac and prf codeDenys Vlasenko2017-01-163-35/+225
| * cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko2017-01-152-2/+32
| * libbb: eliminate redundant variable in sha_cryptDenys Vlasenko2017-01-151-8/+7
| * sha512: use larger constant table only if sha512 is in fact selectedDenys Vlasenko2017-01-152-47/+70
| * tls: rearrange code, add/improve comments, fix whitespace, no real changes hereDenys Vlasenko2017-01-158-227/+304
| * tls: send CHANGE_CIPHER_SPECDenys Vlasenko2017-01-151-37/+45
| * whitespace fixDenys Vlasenko2017-01-151-2/+2
| * tls: format and send CLIENT_KEY_EXCHANGEDenys Vlasenko2017-01-159-37/+5281
| * tls: DER length byte 0x81 is actually validDenys Vlasenko2017-01-141-11/+16
| * tls: a bit more workDenys Vlasenko2017-01-141-33/+39
| * tls: work-in-progress TLS1.2 test appletDenys Vlasenko2017-01-141-0/+643
| * wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko2017-01-111-8/+15
| * ash: commented-out possible fix for 7694Denys Vlasenko2017-01-111-4/+79
| * ash: 16-bit ->nprocs field is a pain for many CPUsDenys Vlasenko2017-01-111-3/+4
| * Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko2017-01-1112-68/+26
| * Move FEATURE_USE_TERMIOS config option to two applets which use itDenys Vlasenko2017-01-1112-33/+31
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-1115-55/+71
| * hush: reinstate [[ builtinDenys Vlasenko2017-01-111-0/+3
| * hush: split bash compatible extensions into separate defines. No code changesKang-Che Sung2017-01-111-29/+44
| * ash: split bash compatible extensions into separate defines. No code changesDenys Vlasenko2017-01-111-74/+101
| * busybox: stop depending on FEATURE_AUTOWIDTH for applet listDenys Vlasenko2017-01-111-5/+1
| * top: FEATURE_USE_TERMIOS shouldn't control reading of screen sizeDenys Vlasenko2017-01-111-4/+0
| * more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrinkDenys Vlasenko2017-01-111-57/+49
| * hush: shorten output of "help" builtinDenys Vlasenko2017-01-101-9/+12
| * hush: reorder builtins (cd and pwd ought to be close, etc), no code changesDenys Vlasenko2017-01-101-297/+295
| * init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIETDenys Vlasenko2017-01-1010-15/+13
| * ash: revert "make dot command search current directory first"Denys Vlasenko2017-01-101-9/+0
| * shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-1016-59/+72
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-10105-512/+203
| * Allow FAST_FUNC to be overridden at build timeKang-Che Sung2017-01-091-5/+10
| * kill: optimizations for single-applet buildKang-Che Sung2017-01-092-21/+28
| * hush: make echo builtin optionalDenys Vlasenko2017-01-092-17/+24
| * kill: need not build kill.c when ash's job control is offKang-Che Sung2017-01-092-6/+2
| * make_single_applets.sh: show errors and warningsDenys Vlasenko2017-01-092-2/+15
| * unlzma: expand comments, no code changesDenys Vlasenko2017-01-091-0/+18
| * unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko2017-01-091-5/+8
| * unzip: match "Defl:?" display with info-zip; cosmetic code shufflingDenys Vlasenko2017-01-091-102/+109
| * unzip: optional support for xzDenys Vlasenko2017-01-092-0/+14
| * unzip: optional support for bzip2 and lzmaDenys Vlasenko2017-01-093-36/+61
| * modprobe-small: build fixesDenys Vlasenko2017-01-091-3/+10
| * modprobe-small: optimizations for single applet buildExplorer092017-01-091-33/+39
| * Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2Kang-Che Sung2017-01-093-19/+41
| * ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-091-2/+4
| * hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-095-2/+36
| * hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko2017-01-091-9/+14
| * hush: fix 'defined but not used' warningDenys Vlasenko2017-01-091-0/+2
| * hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko2017-01-091-3/+1
| * hush: fix kill builtin without jobs supportDenys Vlasenko2017-01-091-12/+8