1. 20cd31a lineedit: don't block when looking for escape sequence in vi-mode by Ron Yorston · 10 years ago
  2. d598a8d lineedit: don't fall back to simple line input if tty is in raw mode by Denys Vlasenko · 10 years ago
  3. 8d75d79 libbb: use sendfile() to copy data between file descriptors by Bartosz Golaszewski · 10 years ago
  4. 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
  5. 2835a22 bbunit: fix WANT_TIMING compilation by Denys Vlasenko · 10 years ago
  6. 628f134 exit with 127 if appled name wasn't found - it's more POSIXy by Denys Vlasenko · 10 years ago
  7. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  8. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  9. cd7a38a false: make "false --help" exit with 1 by Denys Vlasenko · 10 years ago
  10. 45b4ecc init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup by Denys Vlasenko · 10 years ago
  11. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  12. 09a0e22 sha3: tweak comments and indentation by Denys Vlasenko · 10 years ago
  13. 4ff933c sha3: code shrink (and speedup for SHA3_SMALL=0) by Denys Vlasenko · 10 years ago
  14. 2a563ea sha3: add 32-bit optimized bit-sliced implementation by Denys Vlasenko · 10 years ago
  15. d32fc64 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 by Denys Vlasenko · 10 years ago
  16. 5aeae36 libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined by Denys Vlasenko · 10 years ago
  17. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  18. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  19. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  20. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  21. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  22. 15a357e libbb: fix empty PATH components handling by Denys Vlasenko · 11 years ago
  23. d8290c2 libbb: fix thinko in rtc_xopen() by Denys Vlasenko · 11 years ago
  24. 528808f libbb: make rtc_xopen try harder on EBUSY by Denys Vlasenko · 11 years ago
  25. fe33683 Fix compile failures by Denys Vlasenko · 11 years ago
  26. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  27. eb9f485 libbb/obscure.c: code shrink. Suggested by Tito. by Denys Vlasenko · 11 years ago
  28. ad16741 libbb: provide usleep() fallback implementation by Bernhard Reutner-Fischer · 11 years ago
  29. c504938 libbb: fix a bad check for uclibc >= 0.9.31 by Denys Vlasenko · 11 years ago
  30. 438b4ac script: make it work even if fd 0 is closed by Denys Vlasenko · 11 years ago
  31. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  32. 83bc433 du, copy_file: fix file matching on cramfs. Closes 5456 by Denys Vlasenko · 11 years ago
  33. 12916b9 libbb: trivial code shrink by Denys Vlasenko · 11 years ago
  34. 8ed9672 libbb: don't die if crypt() returns NULL by Denys Vlasenko · 11 years ago
  35. f1999b5 appletlib: fix set-but-unused warning by Mike Frysinger · 11 years ago
  36. fa6ab56 libbb: if opening /dev/loopN returns ENXIO, don't try N++. by Denys Vlasenko · 11 years ago
  37. 3b39478 libbb: fix parsing of "10101010" date/time form by Denys Vlasenko · 11 years ago
  38. 79df481 lineedit: fix trivial build failure by Denys Vlasenko · 11 years ago
  39. 96f92a1 libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short. by Denys Vlasenko · 11 years ago
  40. 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 11 years ago
  41. 9f4f601 do not fail build if MAXSYMLINKS isn't defined by Michael Tokarev · 11 years ago
  42. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  43. 1a7256a chpst: fix a bug where -U USER was using wrong USER (one from -u USER) by Denys Vlasenko · 11 years ago
  44. 259b3c0 sed: open input files sequentially to avoid EMFILE by Denys Vlasenko · 11 years ago
  45. cffe28e libbb: add sketch of tentative 'better' passwd/group API by Denys Vlasenko · 11 years ago
  46. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  47. 6ef7729 comment tweak by Denys Vlasenko · 11 years ago
  48. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  49. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  50. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  51. 1b9ac21 lineedit: use unicode_strwidth instead of unicode_strlen by Denys Vlasenko · 11 years ago
  52. e66a56d lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n by Denys Vlasenko · 11 years ago
  53. 7a18043 lineedit: improve Unicode handling (still buggy though) by Denys Vlasenko · 11 years ago
  54. 543efd7 libbb: code shrink by Denys Vlasenko · 11 years ago
  55. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  56. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  57. 688a7e3 date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats by Bartosz Golaszewski · 11 years ago
  58. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  59. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  60. d8f6d8c Call setlocale("") , not "C", if we want to set the default one by Denys Vlasenko · 11 years ago
  61. 2301d12 unicode: check $LC_CTYPE too to detect Unicode mode by Denys Vlasenko · 11 years ago
  62. 3e7ecb1 unicode: check $LC_ALL to detect Unicode mode, not only $LANG by Denys Vlasenko · 11 years ago
  63. 59f4667 Move create_icmp[6]_socket to its only user, and simplify it by Denys Vlasenko · 11 years ago
  64. 1f5e81f md5/sha512: a better fix for strict aliasing warnings by Denys Vlasenko · 11 years ago
  65. f6205c6 md5/sha512: fix strict aliasing warnings by Mike Frysinger · 12 years ago
  66. b6dc13c sulogin: allow system maintenance login if root password is empty by Jonathan Liu · 12 years ago
  67. d96ffda ash,hush: history builtin by Flemming Madsen · 12 years ago
  68. 8172d05 lineedit: \W on "/bin" should show "bin", not "/bin" by Denys Vlasenko · 12 years ago
  69. 1d14569 lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \! by Denys Vlasenko · 12 years ago
  70. 8f2cb7a libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() by Denys Vlasenko · 12 years ago
  71. 6c852bf lineedit: add handling of \H in prompt by Denys Vlasenko · 12 years ago
  72. ef6747e hexdump: don't unconditionally limit the usable address range by Denys Vlasenko · 12 years ago
  73. af9e70b readlink: uClibc supports automatic allocation too now by Mike Frysinger · 12 years ago
  74. efd0698 make --help return exitcode 0. Closes 5612 by Denys Vlasenko · 12 years ago
  75. 46031da lineedit: initialize delptr by Shawn J. Goff · 12 years ago
  76. 1961aea move endofname() to libbb by Denys Vlasenko · 12 years ago
  77. 272d85c vasprintf: return -1 on strdup failure by Denys Vlasenko · 12 years ago
  78. b5fc511 vasprintf: do not use xmalloc, it will deadlock on OOM by Denys Vlasenko · 12 years ago
  79. 2cfcc9e sha3: code shrink by Denys Vlasenko · 12 years ago
  80. 5d78355 code shrink by Denys Vlasenko · 12 years ago
  81. e4f0f26 sha3: s/sha3_process_block76/sha3_process_block72/ by Denys Vlasenko · 12 years ago
  82. 5368fe5 sha3: rename KeccakF->sha3_process_block76. by Denys Vlasenko · 12 years ago
  83. 970aa6b sha3: cache ctx->bytes_queued by Denys Vlasenko · 12 years ago
  84. 8fb3ab5 sha3: remove two "small code" codepaths: I can't reproduce code size win on them anymore by Denys Vlasenko · 12 years ago
  85. 8e7312e sha3: tweak choice of a fast code path for 64-bit by Denys Vlasenko · 12 years ago
  86. 5b7f50f sha3: cosmetic tweaks to various names, comments. No logic changes. by Denys Vlasenko · 12 years ago
  87. ac4100e sha3: code shrink by Denys Vlasenko · 12 years ago
  88. a55df27 sha3: code shrink by Denys Vlasenko · 12 years ago
  89. 07a54e2 sha3: another speedup for SHA3_SMALL=0 case by Denys Vlasenko · 12 years ago
  90. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  91. 30a8652 sha3: make size/speed optimization decision configurable by Denys Vlasenko · 12 years ago
  92. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  93. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  94. fd77ea5 mark get_shell_name FAST_FUNC by Denys Vlasenko · 12 years ago
  95. 32711c4 top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor" by Denys Vlasenko · 12 years ago
  96. b232037 lineedit: in !EDITING config, return -1 on fgets error by Denys Vlasenko · 12 years ago
  97. c4f2d99 libbb: correctness/size tweaks in signal-related helpers by Denys Vlasenko · 12 years ago
  98. 50157f3 top: fix "last CPU" parsing by Denys Vlasenko · 12 years ago
  99. d1d794f refactor correct_password.c to avoid one if by walter harms · 12 years ago
  100. 4919565 lineedit: fix Alt-D when cursor==0 by Cliff Frey · 12 years ago