- 00d7779 bc: simplify, stop testing for IO errors on every output by Denys Vlasenko · 6 years ago
- ef869ec bc: fix warnings, initial cleanups by Denys Vlasenko · 6 years ago
- 01055ba bc: new applet, throws warning by Gavin Howard · 6 years ago
- d08206d vi: correctly detect when a deletion empties the buffer by Ron Yorston · 6 years ago
- b733046 vi: code shrink by Denys Vlasenko · 6 years ago
- 836d0a7 vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search by Denys Vlasenko · 6 years ago
- 9a2b6dc libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" too by Denys Vlasenko · 6 years ago
- 480c7e5 libbb: @ in "\x3@" is not a valid hex digit by Denys Vlasenko · 6 years ago
- c100535 cat,nl: fix handling of open errors by Denys Vlasenko · 6 years ago
- 75a1c87 awk: abort if NF set to negative value by Denys Vlasenko · 6 years ago
- 572dfb8 testsuite: check CONFIG_DESKTOP before using 'od -t' by Chen Qi · 6 years ago
- 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
- f4709d7 free: ensure there is a least one space between numbers by Denys Vlasenko · 6 years ago
- 31a04d9 docs: add embedded-scripts.txt by Ron Yorston · 6 years ago
- 403d257 tar: skip 'V' headers (GNU volume label), closes 11526 by Denys Vlasenko · 6 years ago
- e80d04b unlzma: fix too-eager corruption check by Denys Vlasenko · 6 years ago
- f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
- 2d21779 build system: prevent duplicate applet names by Ron Yorston · 6 years ago
- 7b42f8f Tweaks to build process for embedded scripts by Ron Yorston · 6 years ago
- dffc8ff tls: add ECDHE_PSK and remove ARIA cipher ids by Denys Vlasenko · 6 years ago
- 8a46c74 tls: add _anon_ cipher definitions by Denys Vlasenko · 6 years ago
- 2eb0429 tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher by Denys Vlasenko · 6 years ago
- 60f7840 tls: cipher 009D is not yet supported, don't test for it by Denys Vlasenko · 6 years ago
- d9f6c3b tls: speed up prf_hmac_sha256() by Denys Vlasenko · 6 years ago
- f69f207 libbb: add comment on sha384 by Denys Vlasenko · 6 years ago
- d4681c7 tls: simplify hmac_begin() by Denys Vlasenko · 6 years ago
- ca7cdd4 tls: add support for 8 more cipher ids - all tested to work by Denys Vlasenko · 6 years ago
- 838b88c tls: fix comments by Denys Vlasenko · 6 years ago
- 330d7f5 tls: add a comment on expanding list of supported ciphers by Denys Vlasenko · 6 years ago
- a6192f3 tls: do not leak RSA key by Denys Vlasenko · 6 years ago
- eb53d01 tls: code shrink by Denys Vlasenko · 6 years ago
- a33b008 tls: code shrink by Denys Vlasenko · 6 years ago
- be5ca42 tls: code shrink by Denys Vlasenko · 6 years ago
- 23d0d8c tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned source by Denys Vlasenko · 6 years ago
- ab3c5e4 tls: actually fill in CIPHER_ID3 value in hello message by Denys Vlasenko · 6 years ago
- 0d18e5c ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help instead by Denys Vlasenko · 6 years ago
- 5084bae wget: code shrink by Denys Vlasenko · 6 years ago
- d2923b3 tls: fix is.gd again, fix AES-CBC using decrypt key instead of encrypt by Denys Vlasenko · 6 years ago
- 03569bc tls: speed up xor'ing of aligned 16-byte buffers by Denys Vlasenko · 6 years ago
- 941440c tls: in AES-GCM decoding, avoid memmove by Denys Vlasenko · 6 years ago
- 985702c tls: fix a thinko in GHASH optimization by Denys Vlasenko · 6 years ago
- 624066f tls: make tls_get_random() FAST_FUNC by Denys Vlasenko · 6 years ago
- 26602b8 wget: print the final newline only for non-tty output by Denys Vlasenko · 6 years ago
- fbf5e63 tls: code shrink by Denys Vlasenko · 6 years ago
- d496b40 tls: typo fix in comment by Denys Vlasenko · 6 years ago
- 25569c3 tls: make local buffers in aesgcm_GHASH() explicitly 32-bit aligned by Denys Vlasenko · 6 years ago
- 219c9d4 tls: code shrink by Denys Vlasenko · 6 years ago
- ecc9090 tls: simplify aesgcm_GHASH() by Denys Vlasenko · 6 years ago
- 5e4236d tls: in AES-CBC code, do not set key for every record - do it once by Denys Vlasenko · 6 years ago
- 83e5c62 tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher by Denys Vlasenko · 6 years ago
- 03ad7ae ash: reset tokpushback before prompting while parsing heredoc by Christoph Schulz · 6 years ago
- 32511da scripts/trylink: be more clever when deciding that "lib elimination" has finished: by Denys Vlasenko · 6 years ago
- 4e46b98 tls: add comment, no code changes by Denys Vlasenko · 6 years ago
- af694a4 Ensure build works when KBUILD_OUTPUT is set, closes 11511 by Ron Yorston · 6 years ago
- d1b2ae2 busybox: add '--show SCRIPT' option to display scripts by Ron Yorston · 6 years ago
- 3778898 Treat custom and applet scripts as applets by Ron Yorston · 6 years ago
- e6a63bf ash: ensure variables are fully initialised when unset by Ron Yorston · 6 years ago
- 060f0a0 hush: correct description for HUSH_TICK config option by Ron Yorston · 6 years ago
- fe836d8 tls: code shrink by Denys Vlasenko · 6 years ago
- dbe9568 wget: print "TLS certificate validation not implemented" only once on redirects by Denys Vlasenko · 6 years ago
- d5a0405 tls: code shrink by Denys Vlasenko · 6 years ago
- de7b5bb tls: tidy up recently added ECDSA code by Denys Vlasenko · 6 years ago
- 375fc78 tls: code shrink by Denys Vlasenko · 6 years ago
- bddb654 tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curve by Denys Vlasenko · 6 years ago
- 8767c12 ash: minor fixes by Ron Yorston · 6 years ago
- 084bac4 tls: code shrink by Denys Vlasenko · 6 years ago
- 5df3b12 tls: reorder a few more cipher ids by Denys Vlasenko · 6 years ago
- b29d045 tls: move TLS_AES_128_GCM_SHA256 definition up by Denys Vlasenko · 6 years ago
- 9b0ce4d tls: add more cipher ids, no code changes by Denys Vlasenko · 6 years ago
- 9d05ad0 udhcpc: code shrink by Denys Vlasenko · 6 years ago
- 97c2a6d remove FAST_FUNC on a static function by Denys Vlasenko · 6 years ago
- 43794ff scripts/embedded_scripts: do not add superfluous NUL to script_names[] by Denys Vlasenko · 6 years ago
- c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
- 0df289f svlogd: fix pattern matching when using timestamps by Denys Vlasenko · 6 years ago
- 0575c99 busybox: show embedded scripts in applet list by Denys Vlasenko · 6 years ago
- c9e1612 lineedit: autocompletion for embedded scripts by Ron Yorston · 6 years ago
- b0df5af ash: fix thinko in last commit by Denys Vlasenko · 6 years ago
- ca82b53 ash: in tryexec(), ensure we don't try to run embedded scripts as applets by Ron Yorston · 6 years ago
- 151de44 ash: recognize embedded scripts in SH_STANDALONE mode by Ron Yorston · 6 years ago
- aa2959c claenups for previous commit by Denys Vlasenko · 6 years ago
- 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
- 5527967 vi: remove duplicated code by Ron Yorston · 9 years ago
- 656ca7b libbb/u_signal_names.c: don't check errno after bb_strtou by Rasmus Villemoes · 6 years ago
- 571e525 libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum() by Rasmus Villemoes · 6 years ago
- 93ef5dd printf: fix printf "%u\n" +18446744073709551614 by Denys Vlasenko · 6 years ago
- 63d053d ntpd: default to FEATURE_NTP_AUTH=y by Denys Vlasenko · 6 years ago
- 9ab5a8d dd: do not have 'ocount' variable if ibs/obs support is not enabled by Denys Vlasenko · 6 years ago
- 3f6a978 dd: add 'oflag=seek_bytes' by Rostislav Skudnov · 6 years ago
- f3e2838 xargs: fix exit code if command exits nonzero, closes 11381 by Denys Vlasenko · 6 years ago
- c8e3922 free: add 'available' memory if provided by the kernel by Guillermo Rodriguez · 6 years ago
- 47839ae examples/udhcp/simple.script: add possibility to use modern "ip" by Jiří Prchal · 6 years ago
- c05aa6a udhcpc: ensure at least one unicast renew attempt by Denys Vlasenko · 6 years ago
- a541314 ntpd: add support for MD5/SHA1 message authentication by Brandon P. Enochs · 6 years ago
- 4329116 nbd-client: support newstyle protocol, -b, -d, -p, -N by Denys Vlasenko · 6 years ago
- 3db4e7f printf: fix printing +-prefixed numbers by Bernhard Reutner-Fischer · 6 years ago
- 7effa31 brctl: use a single buffer for brname and ifname by Bernhard Reutner-Fischer · 7 years ago
- 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
- 14454b3 ifupdown: support "source-directory" stanza by Brandon Maier · 6 years ago
- abfa3ec move storage helpers to libbb.h by Denys Vlasenko · 6 years ago
- aae428f udhcpc: give SIGUSR1-induced renew one chance of unicast renew by Denys Vlasenko · 6 years ago