aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-18busybox: add '--show SCRIPT' option to display scriptsRon Yorston
2018-11-17Treat custom and applet scripts as appletsRon Yorston
2018-11-16ash: ensure variables are fully initialised when unsetRon Yorston
2018-11-14hush: correct description for HUSH_TICK config optionRon Yorston
2018-11-14tls: code shrinkDenys Vlasenko
2018-11-13wget: print "TLS certificate validation not implemented" only once on redirectsDenys Vlasenko
2018-11-13tls: code shrinkDenys Vlasenko
2018-11-13tls: tidy up recently added ECDSA codeDenys Vlasenko
2018-11-13tls: code shrinkDenys Vlasenko
2018-11-13tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curveDenys Vlasenko
2018-11-06ash: minor fixesRon Yorston
2018-11-05tls: code shrinkDenys Vlasenko
2018-11-04tls: reorder a few more cipher idsDenys Vlasenko
2018-11-04tls: move TLS_AES_128_GCM_SHA256 definition upDenys Vlasenko
2018-11-04tls: add more cipher ids, no code changesDenys Vlasenko
2018-11-03udhcpc: code shrinkDenys Vlasenko
2018-11-02remove FAST_FUNC on a static functionDenys Vlasenko
2018-11-02scripts/embedded_scripts: do not add superfluous NUL to script_names[]Denys Vlasenko
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston
2018-11-01svlogd: fix pattern matching when using timestampsDenys Vlasenko
2018-11-01busybox: show embedded scripts in applet listDenys Vlasenko
2018-11-01lineedit: autocompletion for embedded scriptsRon Yorston
2018-11-01ash: fix thinko in last commitDenys Vlasenko
2018-11-01ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston
2018-11-01ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston
2018-11-01claenups for previous commitDenys Vlasenko
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko
2018-10-31vi: remove duplicated codeRon Yorston
2018-10-31libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes
2018-10-31libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes
2018-10-30printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko
2018-10-30ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko
2018-10-30dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko
2018-10-30dd: add 'oflag=seek_bytes'Rostislav Skudnov
2018-10-30xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko
2018-10-30free: add 'available' memory if provided by the kernelGuillermo Rodriguez
2018-10-30examples/udhcp/simple.script: add possibility to use modern "ip"Jiří Prchal
2018-10-30udhcpc: ensure at least one unicast renew attemptDenys Vlasenko
2018-10-27ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs
2018-10-24nbd-client: support newstyle protocol, -b, -d, -p, -NDenys Vlasenko
2018-10-19printf: fix printing +-prefixed numbersBernhard Reutner-Fischer
2018-10-01brctl: use a single buffer for brname and ifnameBernhard Reutner-Fischer
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko
2018-09-30ifupdown: support "source-directory" stanzaBrandon Maier
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2018-09-28udhcpc: give SIGUSR1-induced renew one chance of unicast renewDenys Vlasenko
2018-09-26.gitignore: add ctags output filesMartin Kaiser
2018-09-25mdev.txt: explain the meaning of a leading "-"Martin Kaiser
2018-09-25sed: fix double-free in FEATURE_CLEAN_UP codeDenys Vlasenko
2018-09-23date: do not allow "month #20" and such, closes 11356Denys Vlasenko