summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix install with hardlinks and a custom PREFIX. Closes 10801Denys Vlasenko2018-02-231-9/+9
* od: move address_fmt[] from data to globals. 8 less bytes in data sectionDenys Vlasenko2018-02-221-8/+10
* sort: fix potentially buggy use of OPT_STRDenys Vlasenko2018-02-221-12/+15
* sort: in -s handling, return 1/-1, not 1/0 compare resultDenys Vlasenko2018-02-221-2/+3
* libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-213-4/+10
* sort: fix -s. Closes 10671Denys Vlasenko2018-02-211-12/+57
* iplink: implement support for selecting a master interfaceJan Luebbe2018-02-203-2/+41
* ip link: support "add TYPE vrf", improve --helpJan Luebbe2018-02-202-5/+76
* umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko2018-02-201-3/+5
* tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-206-79/+68
* poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko2018-02-191-0/+54
* mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko2018-02-152-6/+6
* tls: remove redundant floor preventionDenys Vlasenko2018-02-141-2/+0
* ping: don't call monotonic_us twice per sending the pingDenys Vlasenko2018-02-131-10/+11
* ping: implement -A "adaptive ping"Denys Vlasenko2018-02-131-40/+60
* inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko2018-02-132-2/+10
* progress meter: add disabled code for a more stable ETADenys Vlasenko2018-02-132-0/+14
* hush: simplify process_command_subs()Denys Vlasenko2018-02-131-11/+9
* ash : fix double-quoted "\z" handlingDenys Vlasenko2018-02-135-6/+113
* wget: more thorough sanitization of other side's dataDenys Vlasenko2018-02-121-31/+55
* testsuite: update busybox and bzcat testsRon Yorston2018-02-122-14/+12
* cp: fix option handling in non-longopt configDenys Vlasenko2018-02-111-1/+5
* arping: code shrinkDenys Vlasenko2018-02-111-19/+20
* libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-116-20/+29
* arping: move packet buffer, sigset and struct ifreq to malloced "globals"Denys Vlasenko2018-02-111-41/+34
* arping: fix the case when inherited signal mask masks out ALRMDenys Vlasenko2018-02-111-7/+16
* arping: change a few message strings to be closer to iputils arpingDenys Vlasenko2018-02-111-7/+8
* arping: code shrinkDenys Vlasenko2018-02-111-28/+28
* svlogd: improve --help textDenys Vlasenko2018-02-091-6/+13
* hush: probably fixing a bug in last LINENO fixDenys Vlasenko2018-02-081-11/+6
* hush: LINENO fixDenys Vlasenko2018-02-081-24/+77
* ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-087-20/+28
* wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko2018-02-081-5/+7
* libbb: shrink wget/tftp progress indicator code a bit moreDenys Vlasenko2018-02-071-29/+27
* libbb: shrink wget/tftp progress indicator code for 32-bitDenys Vlasenko2018-02-071-40/+38
* udhcp: do not setlinebuf(stdout), we don't print to stdout anymoreDenys Vlasenko2018-02-073-6/+0
* bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko2018-02-075-20/+41
* wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko2018-02-061-3/+7
* fix compile failure in previous commitDenys Vlasenko2018-02-061-1/+1
* unzip: do not set directory mode to 0777Denys Vlasenko2018-02-062-7/+13
* ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko2018-02-061-2/+2
* fix a thinko in parse_pasv_epsv.cDenys Vlasenko2018-02-061-2/+2
* wget: add EPSV supportDenys Vlasenko2018-02-064-61/+82
* wget: initial support for ftps://Denys Vlasenko2018-02-064-16/+42
* wget: preparations for ftps:// support (block move, no code changes)Denys Vlasenko2018-02-061-81/+81
* tls: fix hash calculations if client cert is requested and sentDenys Vlasenko2018-02-061-40/+54
* ftpd: handle restarts past 2147483647 bytes. closes 10741Denys Vlasenko2018-02-051-1/+1
* bzip2: work around bad compiler optimizationDenys Vlasenko2018-02-051-32/+43
* ftpd: fix aliasing warning from gcc-6.1.1Denys Vlasenko2018-02-041-2/+2
* ftpgetput: add EPSV support (PASV-like thing for IPv6)Denys Vlasenko2018-02-041-6/+16