| Commit message (Expand) | Author | Files | Lines |
2018-03-02 | shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests | Denys Vlasenko | 8 | -5/+50 |
2018-03-02 | shell: two new tests, both fail for ash and hush | Denys Vlasenko | 8 | -0/+44 |
2018-02-27 | libbb: Use return value from is_prefixed_with() | Andy Shevchenko | 1 | -3/+2 |
2018-02-27 | tcpudp: shrink per-host rate-limiting code | Denys Vlasenko | 3 | -20/+17 |
2018-02-27 | less: accept -R option. Closes 10816 | Denys Vlasenko | 1 | -1/+5 |
2018-02-25 | lineedit: allow window size tracking to be disabled | Ron Yorston | 2 | -4/+19 |
2018-02-23 | df: do "rootfs" check sooner | Denys Vlasenko | 1 | -4/+5 |
2018-02-23 | df: 4TB+ support on 32 bits arch | Denys Vlasenko | 1 | -8/+15 |
2018-02-23 | Fix install with hardlinks and a custom PREFIX. Closes 10801 | Denys Vlasenko | 1 | -9/+9 |
2018-02-22 | od: move address_fmt[] from data to globals. 8 less bytes in data section | Denys Vlasenko | 1 | -8/+10 |
2018-02-22 | sort: fix potentially buggy use of OPT_STR | Denys Vlasenko | 1 | -12/+15 |
2018-02-22 | sort: in -s handling, return 1/-1, not 1/0 compare result | Denys Vlasenko | 1 | -2/+3 |
2018-02-21 | libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT | Denys Vlasenko | 3 | -4/+10 |
2018-02-21 | sort: fix -s. Closes 10671 | Denys Vlasenko | 1 | -12/+57 |
2018-02-20 | iplink: implement support for selecting a master interface | Jan Luebbe | 3 | -2/+41 |
2018-02-20 | ip link: support "add TYPE vrf", improve --help | Jan Luebbe | 2 | -5/+76 |
2018-02-20 | umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specified | Denys Vlasenko | 1 | -3/+5 |
2018-02-20 | tar,unzip: postpone creation of symlinks with "suspicious" targets | Denys Vlasenko | 6 | -79/+68 |
2018-02-19 | poweroff: add a config option for people needing VERY early poweroff | Denys Vlasenko | 1 | -0/+54 |
2018-02-15 | mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms | Denys Vlasenko | 2 | -6/+6 |
2018-02-14 | tls: remove redundant floor prevention | Denys Vlasenko | 1 | -2/+0 |
2018-02-13 | ping: don't call monotonic_us twice per sending the ping | Denys Vlasenko | 1 | -10/+11 |
2018-02-13 | ping: implement -A "adaptive ping" | Denys Vlasenko | 1 | -40/+60 |
2018-02-13 | inetd,mount: add comment with example of flags to build with libtirpc | Denys Vlasenko | 2 | -2/+10 |
2018-02-13 | progress meter: add disabled code for a more stable ETA | Denys Vlasenko | 2 | -0/+14 |
2018-02-13 | hush: simplify process_command_subs() | Denys Vlasenko | 1 | -11/+9 |
2018-02-13 | ash : fix double-quoted "\z" handling | Denys Vlasenko | 5 | -6/+113 |
2018-02-12 | wget: more thorough sanitization of other side's data | Denys Vlasenko | 1 | -31/+55 |
2018-02-12 | testsuite: update busybox and bzcat tests | Ron Yorston | 2 | -14/+12 |
2018-02-11 | cp: fix option handling in non-longopt config | Denys Vlasenko | 1 | -1/+5 |
2018-02-11 | arping: code shrink | Denys Vlasenko | 1 | -19/+20 |
2018-02-11 | libbb: introduce and use bb_getsockname() | Denys Vlasenko | 6 | -20/+29 |
2018-02-11 | arping: move packet buffer, sigset and struct ifreq to malloced "globals" | Denys Vlasenko | 1 | -41/+34 |
2018-02-11 | arping: fix the case when inherited signal mask masks out ALRM | Denys Vlasenko | 1 | -7/+16 |
2018-02-11 | arping: change a few message strings to be closer to iputils arping | Denys Vlasenko | 1 | -7/+8 |
2018-02-11 | arping: code shrink | Denys Vlasenko | 1 | -28/+28 |
2018-02-09 | svlogd: improve --help text | Denys Vlasenko | 1 | -6/+13 |
2018-02-08 | hush: probably fixing a bug in last LINENO fix | Denys Vlasenko | 1 | -11/+6 |
2018-02-08 | hush: LINENO fix | Denys Vlasenko | 1 | -24/+77 |
2018-02-08 | ip: fix crash in "ip neigh show" | Denys Vlasenko | 7 | -20/+28 |
2018-02-08 | wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs | Denys Vlasenko | 1 | -5/+7 |
2018-02-07 | libbb: shrink wget/tftp progress indicator code a bit more | Denys Vlasenko | 1 | -29/+27 |
2018-02-07 | libbb: shrink wget/tftp progress indicator code for 32-bit | Denys Vlasenko | 1 | -40/+38 |
2018-02-07 | udhcp: do not setlinebuf(stdout), we don't print to stdout anymore | Denys Vlasenko | 3 | -6/+0 |
2018-02-07 | bzip2: expose tuning knob for faster/smaller code | Denys Vlasenko | 5 | -20/+41 |
2018-02-06 | wget: attempt to negotiate encrypted data ftps stream ("PROT P") | Denys Vlasenko | 1 | -3/+7 |
2018-02-06 | fix compile failure in previous commit | Denys Vlasenko | 1 | -1/+1 |
2018-02-06 | unzip: do not set directory mode to 0777 | Denys Vlasenko | 2 | -7/+13 |
2018-02-06 | ar: hopefully fix out-of-bounds read in get_header_ar() | Denys Vlasenko | 1 | -2/+2 |
2018-02-06 | fix a thinko in parse_pasv_epsv.c | Denys Vlasenko | 1 | -2/+2 |