1. 0d79d77 svok: new applet (daemontools compat) by Denys Vlasenko · 7 years ago
  2. d892f71 ifplugd service example: always run up/down script on startup by Denys Vlasenko · 7 years ago
  3. 2adaa90 ifplugd: if SIOCSIFFLAGS fails with EADDRNOTAVAIL, don't die by Stefan Agner · 7 years ago
  4. a82fe67 fbsplash: support configurable image position by Peter Korsgaard · 7 years ago
  5. 03fd7e0 grep: fix echo "aa" | busybox grep -F -w "a" (should not match) by Denys Vlasenko · 7 years ago
  6. 3be4b9b fstrim: do not check that specified file is on a block device by Denys Vlasenko · 7 years ago
  7. d1b8457 hush: add a FIXME comment by Denys Vlasenko · 7 years ago
  8. 9acd63c ash,hush: fix "saved" redirected fds still visible in children by Denys Vlasenko · 7 years ago
  9. e4defe8 libbb: use BUILD_BUG_ON in utoa_to_buf() by Denys Vlasenko · 7 years ago
  10. 123fdda ifupdown: do not fail if interface disappears during ifdown by Kaarle Ritvanen · 7 years ago
  11. 46ba246 ioctl(SIOCGIFINDEX) does not require clearing of entire ifr by Denys Vlasenko · 7 years ago
  12. 98592db netstat: produce numeric-ip output for non-resolved names by Mark Marshall · 7 years ago
  13. b5820d9 ssl_client: fix option parsing by Ron Yorston · 7 years ago
  14. b3e98b1 top: fix "warning: unused variable new_mask" by Denys Vlasenko · 7 years ago
  15. 3c08437 tar: add -o and -k to short --help too by Denys Vlasenko · 7 years ago
  16. 1ee222e tar: add -k and -o to --help by Denys Vlasenko · 7 years ago
  17. bbe47d9 tcpsvd: fix fallout from opt_complementary removal by Denys Vlasenko · 7 years ago
  18. 0e09ded readprofile: code shrink by Denys Vlasenko · 7 years ago
  19. 448fdcc ntpd: choose initial FREQHOLD_cnt dynamically by Denys Vlasenko · 7 years ago
  20. 3d306bf udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handling by Denys Vlasenko · 7 years ago
  21. 39dfb4d ntpd: suppress in-kernel frequency correction in first 8 adjtimex calls by Denys Vlasenko · 7 years ago
  22. 3293bc1 udhcpd: fix "not dying on SIGTERM" by Denys Vlasenko · 7 years ago
  23. 3936222 remove stray newline in "iplink --help" by Denys Vlasenko · 7 years ago
  24. db169f2 ip: fix "ip -oneline a" by Denys Vlasenko · 7 years ago
  25. 7798282 ipcs: further code shrink by Denys Vlasenko · 7 years ago
  26. f7fa800 ipcs: code shrink by Denys Vlasenko · 7 years ago
  27. 694bc06 md5sum: use config help text similar to other "sum" tools by Denys Vlasenko · 7 years ago
  28. a2cae93 top: much faster cursor key navigation by avoiding process rescan by Denys Vlasenko · 7 years ago
  29. 75e56a3 top: do unsigned rather than signed division in do_stats() by Denys Vlasenko · 7 years ago
  30. 86107d6 top: handle much larger VSZ values by Denys Vlasenko · 7 years ago
  31. e1b1b79 use gmtime_r() instead of gmtime() by Denys Vlasenko · 7 years ago
  32. 33f7c8f hush: code shrink by Denys Vlasenko · 7 years ago
  33. d51ba0b networking/interface.c: get rid of global data by Denys Vlasenko · 7 years ago
  34. 82ec894 networking/interface.c: get rid of global "smallint interface_opt_a" by Denys Vlasenko · 7 years ago
  35. 8a5299f networking/interface.c: code shrink by Denys Vlasenko · 7 years ago
  36. 804ce5a wget: fix fetching of https URLs with http proxy by Peter Lloyd · 7 years ago
  37. d9aabfe make busybox more portable by Sean MacLennan · 7 years ago
  38. d4802c6 hush: fix a='a\\'; echo "${a%\\\\}" by Denys Vlasenko · 7 years ago
  39. 55f8133 shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests by Denys Vlasenko · 7 years ago
  40. 744a20d shell: two new tests, both fail for ash and hush by Denys Vlasenko · 7 years ago
  41. cc22274 libbb: Use return value from is_prefixed_with() by Andy Shevchenko · 7 years ago
  42. d82ea2b tcpudp: shrink per-host rate-limiting code by Denys Vlasenko · 7 years ago
  43. 0e0209a less: accept -R option. Closes 10816 by Denys Vlasenko · 7 years ago
  44. 2328690 lineedit: allow window size tracking to be disabled by Ron Yorston · 7 years ago
  45. e20a703 df: do "rootfs" check sooner by Denys Vlasenko · 7 years ago
  46. 58cd6e1 df: 4TB+ support on 32 bits arch by Denys Vlasenko · 7 years ago
  47. bf39d97 Fix install with hardlinks and a custom PREFIX. Closes 10801 by Denys Vlasenko · 7 years ago
  48. 3177626 od: move address_fmt[] from data to globals. 8 less bytes in data section by Denys Vlasenko · 7 years ago
  49. 2709acb sort: fix potentially buggy use of OPT_STR by Denys Vlasenko · 7 years ago
  50. 427ae18 sort: in -s handling, return 1/-1, not 1/0 compare result by Denys Vlasenko · 7 years ago
  51. 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
  52. 7d285c7 sort: fix -s. Closes 10671 by Denys Vlasenko · 7 years ago
  53. e789c3b iplink: implement support for selecting a master interface by Jan Luebbe · 7 years ago
  54. 79cda95 ip link: support "add TYPE vrf", improve --help by Jan Luebbe · 7 years ago
  55. b083e8c umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specified by Denys Vlasenko · 7 years ago
  56. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  57. 95121d9 poweroff: add a config option for people needing VERY early poweroff by Denys Vlasenko · 7 years ago
  58. 7398892 mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms by Denys Vlasenko · 7 years ago
  59. a48eadb tls: remove redundant floor prevention by Denys Vlasenko · 7 years ago
  60. 256adb0 ping: don't call monotonic_us twice per sending the ping by Denys Vlasenko · 7 years ago
  61. 7189af8 ping: implement -A "adaptive ping" by Denys Vlasenko · 7 years ago
  62. 4892f3a inetd,mount: add comment with example of flags to build with libtirpc by Denys Vlasenko · 7 years ago
  63. edccc98 progress meter: add disabled code for a more stable ETA by Denys Vlasenko · 7 years ago
  64. aa617ac hush: simplify process_command_subs() by Denys Vlasenko · 7 years ago
  65. 8de5b9f ash : fix double-quoted "\z" handling by Denys Vlasenko · 7 years ago
  66. 3459024 wget: more thorough sanitization of other side's data by Denys Vlasenko · 7 years ago
  67. ecaec1d testsuite: update busybox and bzcat tests by Ron Yorston · 7 years ago
  68. 7f44140 cp: fix option handling in non-longopt config by Denys Vlasenko · 7 years ago
  69. b5257a6 arping: code shrink by Denys Vlasenko · 7 years ago
  70. ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
  71. d316277 arping: move packet buffer, sigset and struct ifreq to malloced "globals" by Denys Vlasenko · 7 years ago
  72. e015d06 arping: fix the case when inherited signal mask masks out ALRM by Denys Vlasenko · 7 years ago
  73. a3ec3bd arping: change a few message strings to be closer to iputils arping by Denys Vlasenko · 7 years ago
  74. f5d50fb arping: code shrink by Denys Vlasenko · 7 years ago
  75. 3f52d13 svlogd: improve --help text by Denys Vlasenko · 7 years ago
  76. f786901 hush: probably fixing a bug in last LINENO fix by Denys Vlasenko · 7 years ago
  77. 5807e18 hush: LINENO fix by Denys Vlasenko · 7 years ago
  78. 68ae542 ip: fix crash in "ip neigh show" by Denys Vlasenko · 7 years ago
  79. 237a900 wget: do not ask for TLS-encrypted downloads on plain ftp:// URLs by Denys Vlasenko · 7 years ago
  80. 47529d3 libbb: shrink wget/tftp progress indicator code a bit more by Denys Vlasenko · 7 years ago
  81. ab843e3 libbb: shrink wget/tftp progress indicator code for 32-bit by Denys Vlasenko · 7 years ago
  82. 2bd5b4e udhcp: do not setlinebuf(stdout), we don't print to stdout anymore by Denys Vlasenko · 7 years ago
  83. 4cae044 bzip2: expose tuning knob for faster/smaller code by Denys Vlasenko · 7 years ago
  84. 2b75157 wget: attempt to negotiate encrypted data ftps stream ("PROT P") by Denys Vlasenko · 7 years ago
  85. 1267770 fix compile failure in previous commit by Denys Vlasenko · 7 years ago
  86. 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
  87. 0a90960 ar: hopefully fix out-of-bounds read in get_header_ar() by Denys Vlasenko · 7 years ago
  88. 8d94317 fix a thinko in parse_pasv_epsv.c by Denys Vlasenko · 7 years ago
  89. 1783ffa wget: add EPSV support by Denys Vlasenko · 7 years ago
  90. 403f299 wget: initial support for ftps:// by Denys Vlasenko · 7 years ago
  91. e999657 wget: preparations for ftps:// support (block move, no code changes) by Denys Vlasenko · 7 years ago
  92. 9806666 tls: fix hash calculations if client cert is requested and sent by Denys Vlasenko · 7 years ago
  93. 5740e15 ftpd: handle restarts past 2147483647 bytes. closes 10741 by Denys Vlasenko · 7 years ago
  94. c2a51b0 bzip2: work around bad compiler optimization by Denys Vlasenko · 7 years ago
  95. f75a7c0 ftpd: fix aliasing warning from gcc-6.1.1 by Denys Vlasenko · 7 years ago
  96. 05b84d4 ftpgetput: add EPSV support (PASV-like thing for IPv6) by Denys Vlasenko · 7 years ago
  97. daa6432 ftpgetput: preparations for ESPV support, no code changes by Denys Vlasenko · 7 years ago
  98. 565af23 ftpd: switch to mallced "globals" by Denys Vlasenko · 7 years ago
  99. 2598915 gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes by Denys Vlasenko · 7 years ago
  100. 0e60a36 bzip2: move runningOrder[] back to stack - 256 bytes is not much by Denys Vlasenko · 7 years ago