aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-02shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.testsDenys Vlasenko8-5/+50
2018-03-02shell: two new tests, both fail for ash and hushDenys Vlasenko8-0/+44
2018-02-27libbb: Use return value from is_prefixed_with()Andy Shevchenko1-3/+2
2018-02-27tcpudp: shrink per-host rate-limiting codeDenys Vlasenko3-20/+17
2018-02-27less: accept -R option. Closes 10816Denys Vlasenko1-1/+5
2018-02-25lineedit: allow window size tracking to be disabledRon Yorston2-4/+19
2018-02-23df: do "rootfs" check soonerDenys Vlasenko1-4/+5
2018-02-23df: 4TB+ support on 32 bits archDenys Vlasenko1-8/+15
2018-02-23Fix install with hardlinks and a custom PREFIX. Closes 10801Denys Vlasenko1-9/+9
2018-02-22od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko1-8/+10
2018-02-22sort: fix potentially buggy use of OPT_STRDenys Vlasenko1-12/+15
2018-02-22sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko1-2/+3
2018-02-21libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko3-4/+10
2018-02-21sort: fix -s. Closes 10671Denys Vlasenko1-12/+57
2018-02-20iplink: implement support for selecting a master interfaceJan Luebbe3-2/+41
2018-02-20ip link: support "add TYPE vrf", improve --helpJan Luebbe2-5/+76
2018-02-20umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko1-3/+5
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko6-79/+68
2018-02-19poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko1-0/+54
2018-02-15mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2-6/+6
2018-02-14tls: remove redundant floor preventionDenys Vlasenko1-2/+0
2018-02-13ping: don't call monotonic_us twice per sending the pingDenys Vlasenko1-10/+11
2018-02-13ping: implement -A "adaptive ping"Denys Vlasenko1-40/+60
2018-02-13inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2-2/+10
2018-02-13progress meter: add disabled code for a more stable ETADenys Vlasenko2-0/+14
2018-02-13hush: simplify process_command_subs()Denys Vlasenko1-11/+9
2018-02-13ash : fix double-quoted "\z" handlingDenys Vlasenko5-6/+113
2018-02-12wget: more thorough sanitization of other side's dataDenys Vlasenko1-31/+55
2018-02-12testsuite: update busybox and bzcat testsRon Yorston2-14/+12
2018-02-11cp: fix option handling in non-longopt configDenys Vlasenko1-1/+5
2018-02-11arping: code shrinkDenys Vlasenko1-19/+20
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko6-20/+29
2018-02-11arping: move packet buffer, sigset and struct ifreq to malloced "globals"Denys Vlasenko1-41/+34
2018-02-11arping: fix the case when inherited signal mask masks out ALRMDenys Vlasenko1-7/+16
2018-02-11arping: change a few message strings to be closer to iputils arpingDenys Vlasenko1-7/+8
2018-02-11arping: code shrinkDenys Vlasenko1-28/+28
2018-02-09svlogd: improve --help textDenys Vlasenko1-6/+13
2018-02-08hush: probably fixing a bug in last LINENO fixDenys Vlasenko1-11/+6
2018-02-08hush: LINENO fixDenys Vlasenko1-24/+77
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko7-20/+28
2018-02-08wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko1-5/+7
2018-02-07libbb: shrink wget/tftp progress indicator code a bit moreDenys Vlasenko1-29/+27
2018-02-07libbb: shrink wget/tftp progress indicator code for 32-bitDenys Vlasenko1-40/+38
2018-02-07udhcp: do not setlinebuf(stdout), we don't print to stdout anymoreDenys Vlasenko3-6/+0
2018-02-07bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko5-20/+41
2018-02-06wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko1-3/+7
2018-02-06fix compile failure in previous commitDenys Vlasenko1-1/+1
2018-02-06unzip: do not set directory mode to 0777Denys Vlasenko2-7/+13
2018-02-06ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko1-2/+2
2018-02-06fix a thinko in parse_pasv_epsv.cDenys Vlasenko1-2/+2