- 0e0209a less: accept -R option. Closes 10816 by Denys Vlasenko · 7 years ago
- 2328690 lineedit: allow window size tracking to be disabled by Ron Yorston · 7 years ago
- e20a703 df: do "rootfs" check sooner by Denys Vlasenko · 7 years ago
- 58cd6e1 df: 4TB+ support on 32 bits arch by Denys Vlasenko · 7 years ago
- bf39d97 Fix install with hardlinks and a custom PREFIX. Closes 10801 by Denys Vlasenko · 7 years ago
- 3177626 od: move address_fmt[] from data to globals. 8 less bytes in data section by Denys Vlasenko · 7 years ago
- 2709acb sort: fix potentially buggy use of OPT_STR by Denys Vlasenko · 7 years ago
- 427ae18 sort: in -s handling, return 1/-1, not 1/0 compare result by Denys Vlasenko · 7 years ago
- 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
- 7d285c7 sort: fix -s. Closes 10671 by Denys Vlasenko · 7 years ago
- e789c3b iplink: implement support for selecting a master interface by Jan Luebbe · 7 years ago
- 79cda95 ip link: support "add TYPE vrf", improve --help by Jan Luebbe · 7 years ago
- b083e8c umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specified by Denys Vlasenko · 7 years ago
- a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
- 95121d9 poweroff: add a config option for people needing VERY early poweroff by Denys Vlasenko · 7 years ago
- 7398892 mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms by Denys Vlasenko · 7 years ago
- a48eadb tls: remove redundant floor prevention by Denys Vlasenko · 7 years ago
- 256adb0 ping: don't call monotonic_us twice per sending the ping by Denys Vlasenko · 7 years ago
- 7189af8 ping: implement -A "adaptive ping" by Denys Vlasenko · 7 years ago
- 4892f3a inetd,mount: add comment with example of flags to build with libtirpc by Denys Vlasenko · 7 years ago
- edccc98 progress meter: add disabled code for a more stable ETA by Denys Vlasenko · 7 years ago
- aa617ac hush: simplify process_command_subs() by Denys Vlasenko · 7 years ago
- 8de5b9f ash : fix double-quoted "\z" handling by Denys Vlasenko · 7 years ago
- 3459024 wget: more thorough sanitization of other side's data by Denys Vlasenko · 7 years ago
- ecaec1d testsuite: update busybox and bzcat tests by Ron Yorston · 7 years ago
- 7f44140 cp: fix option handling in non-longopt config by Denys Vlasenko · 7 years ago
- b5257a6 arping: code shrink by Denys Vlasenko · 7 years ago
- ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
- d316277 arping: move packet buffer, sigset and struct ifreq to malloced "globals" by Denys Vlasenko · 7 years ago
- e015d06 arping: fix the case when inherited signal mask masks out ALRM by Denys Vlasenko · 7 years ago
- a3ec3bd arping: change a few message strings to be closer to iputils arping by Denys Vlasenko · 7 years ago
- f5d50fb arping: code shrink by Denys Vlasenko · 7 years ago
- 3f52d13 svlogd: improve --help text by Denys Vlasenko · 7 years ago
- f786901 hush: probably fixing a bug in last LINENO fix by Denys Vlasenko · 7 years ago
- 5807e18 hush: LINENO fix by Denys Vlasenko · 7 years ago
- 68ae542 ip: fix crash in "ip neigh show" by Denys Vlasenko · 7 years ago
- 237a900 wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs by Denys Vlasenko · 7 years ago
- 47529d3 libbb: shrink wget/tftp progress indicator code a bit more by Denys Vlasenko · 7 years ago
- ab843e3 libbb: shrink wget/tftp progress indicator code for 32-bit by Denys Vlasenko · 7 years ago
- 2bd5b4e udhcp: do not setlinebuf(stdout), we don't print to stdout anymore by Denys Vlasenko · 7 years ago
- 4cae044 bzip2: expose tuning knob for faster/smaller code by Denys Vlasenko · 7 years ago
- 2b75157 wget: attempt to negotiate encrypted data ftps stream ("PROT P") by Denys Vlasenko · 7 years ago
- 1267770 fix compile failure in previous commit by Denys Vlasenko · 7 years ago
- 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
- 0a90960 ar: hopefully fix out-of-bounds read in get_header_ar() by Denys Vlasenko · 7 years ago
- 8d94317 fix a thinko in parse_pasv_epsv.c by Denys Vlasenko · 7 years ago
- 1783ffa wget: add EPSV support by Denys Vlasenko · 7 years ago
- 403f299 wget: initial support for ftps:// by Denys Vlasenko · 7 years ago
- e999657 wget: preparations for ftps:// support (block move, no code changes) by Denys Vlasenko · 7 years ago
- 9806666 tls: fix hash calculations if client cert is requested and sent by Denys Vlasenko · 7 years ago
- 5740e15 ftpd: handle restarts past 2147483647 bytes. closes 10741 by Denys Vlasenko · 7 years ago
- c2a51b0 bzip2: work around bad compiler optimization by Denys Vlasenko · 7 years ago
- f75a7c0 ftpd: fix aliasing warning from gcc-6.1.1 by Denys Vlasenko · 7 years ago
- 05b84d4 ftpgetput: add EPSV support (PASV-like thing for IPv6) by Denys Vlasenko · 7 years ago
- daa6432 ftpgetput: preparations for ESPV support, no code changes by Denys Vlasenko · 7 years ago
- 565af23 ftpd: switch to mallced "globals" by Denys Vlasenko · 7 years ago
- 2598915 gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes by Denys Vlasenko · 7 years ago
- 0e60a36 bzip2: move runningOrder[] back to stack - 256 bytes is not much by Denys Vlasenko · 7 years ago
- 86be6d5 bzip2: move ->origPtr out of struct EState, make a few members smaller by Denys Vlasenko · 7 years ago
- c9ae8d7 bzip2: pass sorting params through EState* pointer by Denys Vlasenko · 7 years ago
- 10f5165 gzip2: small simplification in mainSimpleSort() by Denys Vlasenko · 7 years ago
- 0599a13 bzip2: a few more locals converted to generic types by Denys Vlasenko · 7 years ago
- 8e31412 bzip2: eliminate one parameter to mainQSort3() by Denys Vlasenko · 7 years ago
- 9431bdd bzip2: small simplification in mainSort() by Denys Vlasenko · 7 years ago
- fe1bab4 bzip2: convert some locals to unsigned's by Denys Vlasenko · 7 years ago
- c364d32 bzip2: runningOrder[] values are always 0..255, make it uint8 by Denys Vlasenko · 7 years ago
- df23f55 bzip2: remove redundant clearing of an alredy unset bit by Denys Vlasenko · 7 years ago
- 524fa29 bzip2: eliminate write-only local numQSorted by Denys Vlasenko · 7 years ago
- 2109fce bzip2: make locals in mainSort() saner, convert one of them from uint16 to unsigned by Denys Vlasenko · 7 years ago
- aaa3818 bzip2: remove redundant loop termination check in mainSort() by Denys Vlasenko · 7 years ago
- e59e5ff bzip2: reduce indentation, no code changes by Denys Vlasenko · 7 years ago
- 9e5662e bzip2: reuse zPend processing code by Denys Vlasenko · 7 years ago
- 2cfe10a bzip2: shrink makeMaps_e() by Denys Vlasenko · 7 years ago
- 1cbcb02 bzip2: optimize zPend variable code by Denys Vlasenko · 7 years ago
- fc228b4 bzip2: have two separate "store bit 0" and "store bit 1" functions by Denys Vlasenko · 7 years ago
- feafb34 bzip2: ~1% speedup by special-casing "store 1 bit" function by Denys Vlasenko · 7 years ago
- 982c44d bzip2: rewrite bit of code which depends on integer overflow by Denys Vlasenko · 7 years ago
- 83dd4ff bzip2: delete write-only fave[] array by Denys Vlasenko · 7 years ago
- 3a2c97b bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValues by Denys Vlasenko · 7 years ago
- 359230d bzip2: code shrink by Denys Vlasenko · 7 years ago
- e594fb2 bzip2: code shrink by Denys Vlasenko · 7 years ago
- 125c3ff bzip2: code shrink by Denys Vlasenko · 7 years ago
- da49e70 cksum: code shrink by Denys Vlasenko · 7 years ago
- ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
- 0607649 udhcpd: use ptr_to_globals for its lone global data (g_leases) by Denys Vlasenko · 7 years ago
- d15d7a0 cp: implement -T by Aaro Koskinen · 7 years ago
- d6f0f03 libarchive: move bbunpack constants to bb_archive.h by Denys Vlasenko · 7 years ago
- 99ac175 lzop: code shrink by Denys Vlasenko · 7 years ago
- 97058d0 unlzop: fix --help: it has -U instead of -k by Denys Vlasenko · 7 years ago
- 1b8ac93 bzip2: code shrink, stop using global data variable by Denys Vlasenko · 7 years ago
- 54a174e gzip: "compressed_len" is unused, stop wasting code and time calculating it by Denys Vlasenko · 7 years ago
- a142926 gzip: remove unnecessary forward declarations, no code changes by Denys Vlasenko · 7 years ago
- 919bc9d gzip: flush output buffer after stored blocks only if necessary by Denys Vlasenko · 7 years ago
- f21ebee gzip: flush output buffer after stored blocks, they are not 32-bit aligned by Denys Vlasenko · 7 years ago
- ba63d70 gzip: make debugging of bits_sent less ugly, no code changes by Denys Vlasenko · 7 years ago
- 26eea71 gzip: code shrink by Denys Vlasenko · 7 years ago
- 0525198 gzip: code shrink by Denys Vlasenko · 7 years ago
- 8fd35a1 gzip: code shrink by Denys Vlasenko · 7 years ago
- 468731a gzip: code shrink and speedup by Denys Vlasenko · 7 years ago
- 631c168 gzip: optionally faster put_32bit() by Denys Vlasenko · 7 years ago