1. e4defe8 libbb: use BUILD_BUG_ON in utoa_to_buf() by Denys Vlasenko · 7 years ago
  2. d9aabfe make busybox more portable by Sean MacLennan · 7 years ago
  3. cc22274 libbb: Use return value from is_prefixed_with() by Andy Shevchenko · 7 years ago
  4. 2328690 lineedit: allow window size tracking to be disabled by Ron Yorston · 7 years ago
  5. 2af5e3f libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT by Denys Vlasenko · 7 years ago
  6. edccc98 progress meter: add disabled code for a more stable ETA by Denys Vlasenko · 7 years ago
  7. ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
  8. 47529d3 libbb: shrink wget/tftp progress indicator code a bit more by Denys Vlasenko · 7 years ago
  9. ab843e3 libbb: shrink wget/tftp progress indicator code for 32-bit by Denys Vlasenko · 7 years ago
  10. 1267770 fix compile failure in previous commit by Denys Vlasenko · 7 years ago
  11. 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
  12. ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
  13. cca7c61 which: fix TODO with NOFORK+malloc_failure misbehaving by Denys Vlasenko · 7 years ago
  14. 7367a94 libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=y by Denys Vlasenko · 7 years ago
  15. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  16. 0a67722 lineedit: get terminal width before printing prompt by Denys Vlasenko · 7 years ago
  17. c3797d4 lineedit: do not tab-complete any strings which have control characters by Denys Vlasenko · 7 years ago
  18. 518fb3b udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable by James Clarke · 7 years ago
  19. 24e17b4 xfuncs: Handle missing non-POSIX termios constants by James Clarke · 7 years ago
  20. 0fd5dbb lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381 by Avi Halachmi · 7 years ago
  21. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  22. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  23. 416899f do not include <sys/stat.h> just before "libbb.h", it's there already by Denys Vlasenko · 7 years ago
  24. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  25. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  26. 7735e52 Clarify OPOST bit meaning by Denys Vlasenko · 7 years ago
  27. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
  28. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  29. 6016181 hush: GETOPT_RESET() _after_ getopts too. by Denys Vlasenko · 7 years ago
  30. 200bcc8 run-init: new applet by Denys Vlasenko · 7 years ago
  31. 44b3f2f libbb: move capability names code to libbb by Denys Vlasenko · 7 years ago
  32. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  33. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  34. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  35. ddd1ee4 libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb by Denys Vlasenko · 7 years ago
  36. 8858a98 libbb: rearrange NOFORK/NOEXEC code, logic is not changed by Denys Vlasenko · 7 years ago
  37. 80e8e3c noexec: consolidate code by Denys Vlasenko · 7 years ago
  38. c9c1ccc noexec: do GETOPT_RESET() before entering APPLET_main() by Denys Vlasenko · 7 years ago
  39. f2cf1cc noexec: set comm field for noexecs by Denys Vlasenko · 7 years ago
  40. 248a67f free,stat: make NOEXEC by Denys Vlasenko · 7 years ago
  41. 798b945 ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZE by Denys Vlasenko · 7 years ago
  42. 2262746 slattach: code shrink, better --help text by Denys Vlasenko · 7 years ago
  43. 32b60cc kbd_mode: try harder to find console device if -C TTY is not given by Denys Vlasenko · 7 years ago
  44. 50db1f2 sysctl: recognize ";comment" and "<whitespace>#comment" lines by Denys Vlasenko · 7 years ago
  45. 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
  46. 9cf89cd sysctl: fix file parsing, do not require -w for VAR=VAL by Denys Vlasenko · 7 years ago
  47. b182e9a libbb: use _exit, not exit, in bb_daemonize_or_rexec() by Denys Vlasenko · 7 years ago
  48. dd5a402 getopt32: move support for "always treat first arg as option" to users (tar/ar) by Denys Vlasenko · 7 years ago
  49. 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
  50. 19c9f31 nofork: fix a bug uncovered by hush testsuite (forgotten fflush) by Denys Vlasenko · 7 years ago
  51. 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
  52. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  53. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  54. 008fc94 libbb: remove vdprintf by Ron Yorston · 7 years ago
  55. 147d2ce standalone shell / prefer_applets: fix "exe" in comm fields by Denys Vlasenko · 7 years ago
  56. f128bdb shell: make standalone shell tab-complete "busybox" by Denys Vlasenko · 7 years ago
  57. 86d5bf4 config: trim/improve item names and help texts. by Denys Vlasenko · 7 years ago
  58. 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
  59. ef0366e libbb: avoid malloc/free in bb_unsetenv() by Denys Vlasenko · 7 years ago
  60. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  61. a3df2fa config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu by Denys Vlasenko · 7 years ago
  62. e5b1f5a copyfd: guard use of munmap() with #if (windows builds need this) by Johannes Schindelin · 7 years ago
  63. 7d7c7bb libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" block by Denys Vlasenko · 7 years ago
  64. 90678f0 xxd: allow "-" as file name meaning stdin by Denys Vlasenko · 7 years ago
  65. 63214a6 libbb/dump: allow skipping over stdin too by Denys Vlasenko · 7 years ago
  66. 5f7904b libbb/dump: fix a few broken commits and shrink code by Denys Vlasenko · 7 years ago
  67. a03ac60 libbb: safe_write should not return EINTR by Denys Vlasenko · 7 years ago
  68. 75e90b1 cat: fix "cat -An" ignoring -n; make numbering go througn all files by Denys Vlasenko · 7 years ago
  69. 12a4f9a libbb: do not die if setgid/setuid(real_id) on startup fails by Denys Vlasenko · 7 years ago
  70. 69a5ec9 main: fix the case where user has "halt" as login shell. Closes 9986 by Denys Vlasenko · 7 years ago
  71. a8cf9c5 libbb: new function bb_getgroups() - allocating wrapper around getgroups() by Denys Vlasenko · 7 years ago
  72. d1f222c Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis by Denys Vlasenko · 7 years ago
  73. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  74. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  75. 44c0ab4 libbb: fix "error: redefinition of 'is_tty_secure'" by Denys Vlasenko · 8 years ago
  76. a3de0b3 libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD by Denys Vlasenko · 8 years ago
  77. 335681c su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY by Denys Vlasenko · 8 years ago
  78. 517a82c login: move check_securetty to libbb by Kaarle Ritvanen · 9 years ago
  79. 835ad3a libbb: GETOPT_RESET macro by Kaarle Ritvanen · 8 years ago
  80. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  81. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  82. 4f0b540 modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686 by Denys Vlasenko · 8 years ago
  83. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  84. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  85. b6871c1 ps: avoid -o stat to contain spaces. Closes 9631 by Denys Vlasenko · 8 years ago
  86. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  87. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  88. cb8e84e libbb: shrink sump.c by Denys Vlasenko · 8 years ago
  89. 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
  90. 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
  91. 16e7f69 libbb: eliminate redundant variable in sha_crypt by Denys Vlasenko · 8 years ago
  92. b8935d0 sha512: use larger constant table only if sha512 is in fact selected by Denys Vlasenko · 8 years ago
  93. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  94. a8a075a busybox: stop depending on FEATURE_AUTOWIDTH for applet list by Denys Vlasenko · 8 years ago
  95. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  96. fe93624 Automatically disable FEATURE_COMPRESS_USAGE for small builds. by Denys Vlasenko · 8 years ago
  97. f1d76b6 appletlib: avoid warning on unused function ingroup by Cristian Ionescu-Idbohrn · 8 years ago
  98. 1afa494 Make FEATURE_USERNAME_COMPLETION=y by default by Denys Vlasenko · 8 years ago
  99. 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
  100. e184a88 df: implement -B n<suff> and -B <suff> formats of -B option by Denys Vlasenko · 8 years ago