aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-06ash: minor fixesRon Yorston1-1/+5
2018-11-05tls: code shrinkDenys Vlasenko1-8/+4
2018-11-04tls: reorder a few more cipher idsDenys Vlasenko1-17/+17
2018-11-04tls: move TLS_AES_128_GCM_SHA256 definition upDenys Vlasenko1-1/+1
2018-11-04tls: add more cipher ids, no code changesDenys Vlasenko1-15/+48
2018-11-03udhcpc: code shrinkDenys Vlasenko2-2/+6
2018-11-02remove FAST_FUNC on a static functionDenys Vlasenko1-2/+2
2018-11-02scripts/embedded_scripts: do not add superfluous NUL to script_names[]Denys Vlasenko1-1/+1
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston4-99/+54
2018-11-01svlogd: fix pattern matching when using timestampsDenys Vlasenko1-4/+4
2018-11-01busybox: show embedded scripts in applet listDenys Vlasenko1-15/+21
2018-11-01lineedit: autocompletion for embedded scriptsRon Yorston1-4/+10
2018-11-01ash: fix thinko in last commitDenys Vlasenko1-5/+1
2018-11-01ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston1-0/+8
2018-11-01ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston3-5/+17
2018-11-01claenups for previous commitDenys Vlasenko2-28/+19
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko9-3/+201
2018-10-31vi: remove duplicated codeRon Yorston1-6/+1
2018-10-31libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes1-3/+7
2018-10-31libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes1-23/+53
2018-10-30printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2-1/+9
2018-10-30ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko1-1/+2
2018-10-30dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko1-13/+20
2018-10-30dd: add 'oflag=seek_bytes'Rostislav Skudnov2-9/+25
2018-10-30xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko1-3/+4
2018-10-30free: add 'available' memory if provided by the kernelGuillermo Rodriguez1-23/+36
2018-10-30examples/udhcp/simple.script: add possibility to use modern "ip"Jiří Prchal1-3/+15
2018-10-30udhcpc: ensure at least one unicast renew attemptDenys Vlasenko2-4/+6
2018-10-27ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs1-25/+241
2018-10-24nbd-client: support newstyle protocol, -b, -d, -p, -NDenys Vlasenko1-44/+186
2018-10-19printf: fix printing +-prefixed numbersBernhard Reutner-Fischer3-3/+37
2018-10-01brctl: use a single buffer for brname and ifnameBernhard Reutner-Fischer1-7/+6
2018-09-30unzip: use printable_string() for printing filenamesDenys Vlasenko7-27/+50
2018-09-30ifupdown: support "source-directory" stanzaBrandon Maier1-0/+16
2018-09-28move storage helpers to libbb.hDenys Vlasenko5-63/+17
2018-09-28udhcpc: give SIGUSR1-induced renew one chance of unicast renewDenys Vlasenko2-10/+6
2018-09-26.gitignore: add ctags output filesMartin Kaiser1-0/+6
2018-09-25mdev.txt: explain the meaning of a leading "-"Martin Kaiser1-3/+3
2018-09-25sed: fix double-free in FEATURE_CLEAN_UP codeDenys Vlasenko1-12/+17
2018-09-23date: do not allow "month #20" and such, closes 11356Denys Vlasenko1-0/+14
2018-09-22head: convert existing tests to new-styleThomas De Schampheleire3-8/+10