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