aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-20ip link: support "add TYPE vrf", improve --helpJan Luebbe
2018-02-20umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specifiedDenys Vlasenko
2018-02-20tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko
2018-02-19poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko
2018-02-15mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platformsDenys Vlasenko
2018-02-14tls: remove redundant floor preventionDenys Vlasenko
2018-02-13ping: don't call monotonic_us twice per sending the pingDenys Vlasenko
2018-02-13ping: implement -A "adaptive ping"Denys Vlasenko
2018-02-13inetd,mount: add comment with example of flags to build with libtirpcDenys Vlasenko
2018-02-13progress meter: add disabled code for a more stable ETADenys Vlasenko
2018-02-13hush: simplify process_command_subs()Denys Vlasenko
2018-02-13ash : fix double-quoted "\z" handlingDenys Vlasenko
2018-02-12wget: more thorough sanitization of other side's dataDenys Vlasenko
2018-02-12testsuite: update busybox and bzcat testsRon Yorston
2018-02-11cp: fix option handling in non-longopt configDenys Vlasenko
2018-02-11arping: code shrinkDenys Vlasenko
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko
2018-02-11arping: move packet buffer, sigset and struct ifreq to malloced "globals"Denys Vlasenko
2018-02-11arping: fix the case when inherited signal mask masks out ALRMDenys Vlasenko
2018-02-11arping: change a few message strings to be closer to iputils arpingDenys Vlasenko
2018-02-11arping: code shrinkDenys Vlasenko
2018-02-09svlogd: improve --help textDenys Vlasenko
2018-02-08hush: probably fixing a bug in last LINENO fixDenys Vlasenko
2018-02-08hush: LINENO fixDenys Vlasenko
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2018-02-08wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko
2018-02-07libbb: shrink wget/tftp progress indicator code a bit moreDenys Vlasenko
2018-02-07libbb: shrink wget/tftp progress indicator code for 32-bitDenys Vlasenko
2018-02-07udhcp: do not setlinebuf(stdout), we don't print to stdout anymoreDenys Vlasenko
2018-02-07bzip2: expose tuning knob for faster/smaller codeDenys Vlasenko
2018-02-06wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko
2018-02-06fix compile failure in previous commitDenys Vlasenko
2018-02-06unzip: do not set directory mode to 0777Denys Vlasenko
2018-02-06ar: hopefully fix out-of-bounds read in get_header_ar()Denys Vlasenko
2018-02-06fix a thinko in parse_pasv_epsv.cDenys Vlasenko
2018-02-06wget: add EPSV supportDenys Vlasenko
2018-02-06wget: initial support for ftps://Denys Vlasenko
2018-02-06wget: preparations for ftps:// support (block move, no code changes)Denys Vlasenko
2018-02-06tls: fix hash calculations if client cert is requested and sentDenys Vlasenko
2018-02-05ftpd: handle restarts past 2147483647 bytes. closes 10741Denys Vlasenko
2018-02-05bzip2: work around bad compiler optimizationDenys Vlasenko
2018-02-04ftpd: fix aliasing warning from gcc-6.1.1Denys Vlasenko
2018-02-04ftpgetput: add EPSV support (PASV-like thing for IPv6)Denys Vlasenko
2018-02-04ftpgetput: preparations for ESPV support, no code changesDenys Vlasenko
2018-02-04ftpd: switch to mallced "globals"Denys Vlasenko
2018-02-04gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys Vlasenko
2018-02-03bzip2: move runningOrder[] back to stack - 256 bytes is not muchDenys Vlasenko
2018-02-03bzip2: move ->origPtr out of struct EState, make a few members smallerDenys Vlasenko
2018-02-03bzip2: pass sorting params through EState* pointerDenys Vlasenko
2018-02-03gzip2: small simplification in mainSimpleSort()Denys Vlasenko