1. 96f92a1 libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short. by Denys Vlasenko · 11 years ago
  2. 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 11 years ago
  3. 9f4f601 do not fail build if MAXSYMLINKS isn't defined by Michael Tokarev · 11 years ago
  4. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  5. 1a7256a chpst: fix a bug where -U USER was using wrong USER (one from -u USER) by Denys Vlasenko · 11 years ago
  6. 259b3c0 sed: open input files sequentially to avoid EMFILE by Denys Vlasenko · 11 years ago
  7. cffe28e libbb: add sketch of tentative 'better' passwd/group API by Denys Vlasenko · 11 years ago
  8. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  9. 6ef7729 comment tweak by Denys Vlasenko · 11 years ago
  10. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  11. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  12. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  13. 1b9ac21 lineedit: use unicode_strwidth instead of unicode_strlen by Denys Vlasenko · 11 years ago
  14. e66a56d lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n by Denys Vlasenko · 11 years ago
  15. 7a18043 lineedit: improve Unicode handling (still buggy though) by Denys Vlasenko · 11 years ago
  16. 543efd7 libbb: code shrink by Denys Vlasenko · 11 years ago
  17. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  18. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  19. 688a7e3 date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats by Bartosz Golaszewski · 11 years ago
  20. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  21. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  22. d8f6d8c Call setlocale("") , not "C", if we want to set the default one by Denys Vlasenko · 11 years ago
  23. 2301d12 unicode: check $LC_CTYPE too to detect Unicode mode by Denys Vlasenko · 11 years ago
  24. 3e7ecb1 unicode: check $LC_ALL to detect Unicode mode, not only $LANG by Denys Vlasenko · 11 years ago
  25. 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 11 years ago
  26. 1f5e81f md5/sha512: a better fix for strict aliasing warnings by Denys Vlasenko · 11 years ago
  27. f6205c6 md5/sha512: fix strict aliasing warnings by Mike Frysinger · 11 years ago
  28. b6dc13c sulogin: allow system maintenance login if root password is empty by Jonathan Liu · 12 years ago
  29. d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
  30. 8172d05 lineedit: \W on "/bin" should show "bin", not "/bin" by Denys Vlasenko · 12 years ago
  31. 1d14569 lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \! by Denys Vlasenko · 12 years ago
  32. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  33. 6c852bf lineedit: add handling of \H in prompt by Denys Vlasenko · 12 years ago
  34. ef6747e hexdump: don't unconditionally limit the usable address range by Denys Vlasenko · 12 years ago
  35. af9e70b readlink: uClibc supports automatic allocation too now by Mike Frysinger · 12 years ago
  36. efd0698 make --help return exitcode 0. Closes 5612 by Denys Vlasenko · 12 years ago
  37. 46031da lineedit: initialize delptr by Shawn J. Goff · 12 years ago
  38. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  39. 272d85c vasprintf: return -1 on strdup failure by Denys Vlasenko · 12 years ago
  40. b5fc511 vasprintf: do not use xmalloc, it will deadlock on OOM by Denys Vlasenko · 12 years ago
  41. 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
  42. 5d78355 code shrink by Denys Vlasenko · 12 years ago
  43. e4f0f26 sha3: s/sha3_process_block76/sha3_process_block72/ by Denys Vlasenko · 12 years ago
  44. 5368fe5 sha3: rename KeccakF->sha3_process_block76. by Denys Vlasenko · 12 years ago
  45. 970aa6b sha3: cache ctx->bytes_queued by Denys Vlasenko · 12 years ago
  46. 8fb3ab5 sha3: remove two "small code" codepaths: I can't reproduce code size win on them anymore by Denys Vlasenko · 12 years ago
  47. 8e7312e sha3: tweak choice of a fast code path for 64-bit by Denys Vlasenko · 12 years ago
  48. 5b7f50f sha3: cosmetic tweaks to various names, comments. No logic changes. by Denys Vlasenko · 12 years ago
  49. ac4100e sha3: code shrink by Denys Vlasenko · 12 years ago
  50. a55df27 sha3: code shrink by Denys Vlasenko · 12 years ago
  51. 07a54e2 sha3: another speedup for SHA3_SMALL=0 case by Denys Vlasenko · 12 years ago
  52. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  53. 30a8652 sha3: make size/speed optimization decision configurable by Denys Vlasenko · 12 years ago
  54. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  55. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  56. fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
  57. 32711c4 top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor" by Denys Vlasenko · 12 years ago
  58. b232037 lineedit: in !EDITING config, return -1 on fgets error by Denys Vlasenko · 12 years ago
  59. c4f2d99 libbb: correctness/size tweaks in signal-related helpers by Denys Vlasenko · 12 years ago
  60. 50157f3 top: fix "last CPU" parsing by Denys Vlasenko · 12 years ago
  61. d1d794f refactor correct_password.c to avoid one if by walter harms · 12 years ago
  62. 4919565 lineedit: fix Alt-D when cursor==0 by Cliff Frey · 12 years ago
  63. 0e941d5 Simplify copyright/license notice that appears in the binary. by Bradley M. Kuhn · 12 years ago
  64. 70fc8c1 su: do not change to home dir unless -l by Pascal Bellard · 13 years ago
  65. 0ccae4d Add comments in keyboard escape sequences table by Denys Vlasenko · 13 years ago
  66. c9677ed libbb: add missing_syscalls.c: for now, only Android syscalls by Tias Guns · 13 years ago
  67. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  68. 02b8b9b busybox: tweak help text and copyright year by Denys Vlasenko · 13 years ago
  69. 44642d1 ln: support -T and -v by Simon B · 13 years ago
  70. 556ac36 get_linux_version_code: don't fail on Linux version strints like "3.0-foo" by Andreas Oberritter · 13 years ago
  71. 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
  72. deee356 lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=y by Dennis Groenen · 13 years ago
  73. 56443cd whitespace fixes by Denys Vlasenko · 13 years ago
  74. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  75. ba88826 busybox: tweak help text by Denys Vlasenko · 13 years ago
  76. 0687a5b libbb: make xchroot do a chdir("/") after chroot by Denys Vlasenko · 13 years ago
  77. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  78. 62c006d libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
  79. 0b170e6 libbb/procps.c: make fast_strtoul_10() stop on '\n' too by Denys Vlasenko · 13 years ago
  80. 9106107 Make unix (local) sockets work without IPv6 enabled by Jonh Wendell · 13 years ago
  81. 9ec3cd4 tweak comment, no code changes by Denys Vlasenko · 13 years ago
  82. ce4f39a find_mount_point: fix find_mount_point for char devices by Javier Viguera · 13 years ago
  83. 7ce209b shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR] by Denys Vlasenko · 13 years ago
  84. 499597d mdev: do not treat non-leading '#' chars as start of comment. Closes 4676 by Denys Vlasenko · 13 years ago
  85. ba65872 libbb/bb_strtonum: always set end ptr, even on error return by Denys Vlasenko · 13 years ago
  86. f282c6b libbb: remove is_directory's argument which is always NULL by Denys Vlasenko · 13 years ago
  87. a0bef7c hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 by Denys Vlasenko · 13 years ago
  88. 743edac bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon by Peter Korsgaard · 13 years ago
  89. c0cae52 lineedit: fix build failure by Denys Vlasenko · 13 years ago
  90. 9ce09bc lineedit: add support for M-b, M-f, M-d, M-Backspace by Denys Vlasenko · 13 years ago
  91. e6094d9 libbb: shrink base64 decoding a bit by Denys Vlasenko · 13 years ago
  92. 73d249e whitespace fixes by Denys Vlasenko · 13 years ago
  93. 328f27f libbb: split decode_base64 off read_base64 by Leonid Lisovskiy · 13 years ago
  94. ec447c7 libbb.h: remove unused defines by Denys Vlasenko · 13 years ago
  95. 7449e18 getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout by Denys Vlasenko · 13 years ago
  96. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  97. 74b871f Config: fix wording in help-text by Bernhard Reutner-Fischer · 14 years ago
  98. 13e709c losetup: implement -r option. Closes 4033. by Denys Vlasenko · 13 years ago
  99. dd1061b wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. by Denys Vlasenko · 13 years ago
  100. 522041e regularize options which control size/speed trade by Denys Vlasenko · 13 years ago