index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-16
tls: format FINISHED message properly for unencrypted, but sha256 signed mode
Denys Vlasenko
2017-01-16
Assorted warning fixes and added a comment, no code changes
Denys Vlasenko
2017-01-16
tls: add sha256 hmac and prf code
Denys Vlasenko
2017-01-15
cryptpw: support "rounds=NNNNNNN$" thing in salts
Denys Vlasenko
2017-01-15
libbb: eliminate redundant variable in sha_crypt
Denys Vlasenko
2017-01-15
sha512: use larger constant table only if sha512 is in fact selected
Denys Vlasenko
2017-01-15
tls: rearrange code, add/improve comments, fix whitespace, no real changes here
Denys Vlasenko
2017-01-15
tls: send CHANGE_CIPHER_SPEC
Denys Vlasenko
2017-01-15
whitespace fix
Denys Vlasenko
2017-01-15
tls: format and send CLIENT_KEY_EXCHANGE
Denys Vlasenko
2017-01-14
tls: DER length byte 0x81 is actually valid
Denys Vlasenko
2017-01-14
tls: a bit more work
Denys Vlasenko
2017-01-14
tls: work-in-progress TLS1.2 test applet
Denys Vlasenko
2017-01-11
wget: fix for brain-damaged HTTP servers. Closes 9471
Denys Vlasenko
2017-01-11
ash: commented-out possible fix for 7694
Denys Vlasenko
2017-01-11
ash: 16-bit ->nprocs field is a pain for many CPUs
Denys Vlasenko
2017-01-11
Move FEATURE_AUTOWIDTH config option to two applets which use it
Denys Vlasenko
2017-01-11
Move FEATURE_USE_TERMIOS config option to two applets which use it
Denys Vlasenko
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
hush: reinstate [[ builtin
Denys Vlasenko
2017-01-11
hush: split bash compatible extensions into separate defines. No code changes
Kang-Che Sung
2017-01-11
ash: split bash compatible extensions into separate defines. No code changes
Denys Vlasenko
2017-01-11
busybox: stop depending on FEATURE_AUTOWIDTH for applet list
Denys Vlasenko
2017-01-11
top: FEATURE_USE_TERMIOS shouldn't control reading of screen size
Denys Vlasenko
2017-01-11
more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink
Denys Vlasenko
2017-01-10
hush: shorten output of "help" builtin
Denys Vlasenko
2017-01-10
hush: reorder builtins (cd and pwd ought to be close, etc), no code changes
Denys Vlasenko
2017-01-10
init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET
Denys Vlasenko
2017-01-10
ash: revert "make dot command search current directory first"
Denys Vlasenko
2017-01-10
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2017-01-09
Allow FAST_FUNC to be overridden at build time
Kang-Che Sung
2017-01-09
kill: optimizations for single-applet build
Kang-Che Sung
2017-01-09
hush: make echo builtin optional
Denys Vlasenko
2017-01-09
kill: need not build kill.c when ash's job control is off
Kang-Che Sung
2017-01-09
make_single_applets.sh: show errors and warnings
Denys Vlasenko
2017-01-09
unlzma: expand comments, no code changes
Denys Vlasenko
2017-01-09
unlzma: fix erroneous "while" instead of "if". Closes 4682
Denys Vlasenko
2017-01-09
unzip: match "Defl:?" display with info-zip; cosmetic code shuffling
Denys Vlasenko
2017-01-09
unzip: optional support for xz
Denys Vlasenko
2017-01-09
unzip: optional support for bzip2 and lzma
Denys Vlasenko
2017-01-09
modprobe-small: build fixes
Denys Vlasenko
2017-01-09
modprobe-small: optimizations for single applet build
Explorer09
2017-01-09
Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2
Kang-Che Sung
2017-01-09
ash: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
hush: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
hush: global_args_malloced is used only if set builtin is enabled
Denys Vlasenko
2017-01-09
hush: fix 'defined but not used' warning
Denys Vlasenko
2017-01-09
hush: remove redundand test for ENABLE_HUSH_JOB
Denys Vlasenko
2017-01-09
hush: fix kill builtin without jobs support
Denys Vlasenko
[next]