1. 526d858 libbb: get_uidgid() always called with allow_numeric=1 by Denys Vlasenko · 9 years ago
  2. 93dd9fd du: extra compat: with -k and -m, round sizes up by Denys Vlasenko · 9 years ago
  3. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  4. ab3964d libbb: introduce kernel-style BUILD_BUG_ON() by Denys Vlasenko · 9 years ago
  5. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  6. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  7. 550bf5b remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds by Denys Vlasenko · 9 years ago
  8. 305958d md5sum: code shrink by Denys Vlasenko · 9 years ago
  9. 5711a2a libbb: more compact API for bb_parse_mode() by Denys Vlasenko · 9 years ago
  10. f085344 libbb: another unit test for is_suffixed_with by Tito Ragusa · 9 years ago
  11. 68acc0f libbb: make is_suffixed_with() return pointer inside string, not key. by Denys Vlasenko · 9 years ago
  12. 7448b51 libbb: add is_suffixed_with() function by Bartosz Golaszewski · 9 years ago
  13. 0a4d0e8 libbb: add a comment describing the way is_prefixed_with() works by Bartosz Golaszewski · 9 years ago
  14. b432923 libbb: add unit tests for is_prefixed_with() by Bartosz Golaszewski · 9 years ago
  15. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  16. 718e228 unit-tests: remove code depending on WANT_TIMING by Bartosz Golaszewski · 9 years ago
  17. d077565 unit-tests: remove unnecesary field from struct bbunit_listelem by Bartosz Golaszewski · 9 years ago
  18. d840c5d libbb: add a function to make a copy of a region of memory by Ron Yorston · 9 years ago
  19. 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
  20. 7f4a49a Print one less newline at the end of bb_show_usage() by Denys Vlasenko · 10 years ago
  21. a818777 libbb: Enable support for !CONFIG_MULTIUSER by Daniel Thompson · 10 years ago
  22. 93b98ff Bionic lacks tcdrain; provide a workaround by Matt Whitlock · 10 years ago
  23. cee5905 Bionic lacks ttyname_r; provide a workaround by Matt Whitlock · 10 years ago
  24. de5edad special-case {true,false,test} --help by Denys Vlasenko · 10 years ago
  25. 61d6ae2 libbb: remove unnecessary argument to nonblock_immune_read by Ron Yorston · 10 years ago
  26. 7b729ed update copyright years by Aaro Koskinen · 10 years ago
  27. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  28. 911db16 truncate: new applet by Ari Sundholm · 10 years ago
  29. 8893023 dd: move suffix struct to xatonum.c by Ari Sundholm · 10 years ago
  30. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  31. 936c880 deluser: also remove user from /etc/group by Denys Vlasenko · 10 years ago
  32. 23cfaab libpwdgrp: use getpwent() instead of getpwent_r() by Denys Vlasenko · 10 years ago
  33. 782ee2a libbb/loop: don't try to re-use existing loop device by Kevin Wallace · 10 years ago
  34. 8e74ada libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport by Denys Vlasenko · 10 years ago
  35. da92126 libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS by Denys Vlasenko · 10 years ago
  36. 1da09cf libpwdgrp: rewritten to use malloced implementation by Tito Ragusa · 10 years ago
  37. ca9c465 libbb: add sanity check in bb_arg_max() by Denys Vlasenko · 10 years ago
  38. 11775ed randomconfig fixes by Denys Vlasenko · 10 years ago
  39. 20cd31a lineedit: don't block when looking for escape sequence in vi-mode by Ron Yorston · 10 years ago
  40. d598a8d lineedit: don't fall back to simple line input if tty is in raw mode by Denys Vlasenko · 10 years ago
  41. 8d75d79 libbb: use sendfile() to copy data between file descriptors by Bartosz Golaszewski · 10 years ago
  42. 04c1417 libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ by Denys Vlasenko · 10 years ago
  43. 2835a22 bbunit: fix WANT_TIMING compilation by Denys Vlasenko · 10 years ago
  44. 628f134 exit with 127 if appled name wasn't found - it's more POSIXy by Denys Vlasenko · 10 years ago
  45. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  46. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  47. cd7a38a false: make "false --help" exit with 1 by Denys Vlasenko · 10 years ago
  48. 45b4ecc init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup by Denys Vlasenko · 10 years ago
  49. feac9b6 ftpd: add optional support for authentication by Morten Kvistgaard · 10 years ago
  50. 09a0e22 sha3: tweak comments and indentation by Denys Vlasenko · 10 years ago
  51. 4ff933c sha3: code shrink (and speedup for SHA3_SMALL=0) by Denys Vlasenko · 10 years ago
  52. 2a563ea sha3: add 32-bit optimized bit-sliced implementation by Denys Vlasenko · 10 years ago
  53. d32fc64 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 by Denys Vlasenko · 10 years ago
  54. 5aeae36 libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined by Denys Vlasenko · 10 years ago
  55. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  56. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  57. f92f1d0 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit by Denys Vlasenko · 10 years ago
  58. 17f8418 Add conditional support for -v / --verbose by Denys Vlasenko · 11 years ago
  59. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  60. 15a357e libbb: fix empty PATH components handling by Denys Vlasenko · 11 years ago
  61. d8290c2 libbb: fix thinko in rtc_xopen() by Denys Vlasenko · 11 years ago
  62. 528808f libbb: make rtc_xopen try harder on EBUSY by Denys Vlasenko · 11 years ago
  63. fe33683 Fix compile failures by Denys Vlasenko · 11 years ago
  64. 3dfe0ae libbb: make syslog level for bb_error_msg's configurable. use it in crond by Denys Vlasenko · 11 years ago
  65. eb9f485 libbb/obscure.c: code shrink. Suggested by Tito. by Denys Vlasenko · 11 years ago
  66. ad16741 libbb: provide usleep() fallback implementation by Bernhard Reutner-Fischer · 11 years ago
  67. c504938 libbb: fix a bad check for uclibc >= 0.9.31 by Denys Vlasenko · 11 years ago
  68. 438b4ac script: make it work even if fd 0 is closed by Denys Vlasenko · 11 years ago
  69. 6f06890 xargs: add support for -I and -i. Closes 493 by Denys Vlasenko · 11 years ago
  70. 83bc433 du, copy_file: fix file matching on cramfs. Closes 5456 by Denys Vlasenko · 11 years ago
  71. 12916b9 libbb: trivial code shrink by Denys Vlasenko · 11 years ago
  72. 8ed9672 libbb: don't die if crypt() returns NULL by Denys Vlasenko · 11 years ago
  73. f1999b5 appletlib: fix set-but-unused warning by Mike Frysinger · 11 years ago
  74. fa6ab56 libbb: if opening /dev/loopN returns ENXIO, don't try N++. by Denys Vlasenko · 11 years ago
  75. 3b39478 libbb: fix parsing of "10101010" date/time form by Denys Vlasenko · 11 years ago
  76. 79df481 lineedit: fix trivial build failure by Denys Vlasenko · 11 years ago
  77. 96f92a1 libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short. by Denys Vlasenko · 11 years ago
  78. 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 11 years ago
  79. 9f4f601 do not fail build if MAXSYMLINKS isn't defined by Michael Tokarev · 11 years ago
  80. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  81. 1a7256a chpst: fix a bug where -U USER was using wrong USER (one from -u USER) by Denys Vlasenko · 11 years ago
  82. 259b3c0 sed: open input files sequentially to avoid EMFILE by Denys Vlasenko · 11 years ago
  83. cffe28e libbb: add sketch of tentative 'better' passwd/group API by Denys Vlasenko · 11 years ago
  84. 8b59b2c libbb: move nuke_str() from passwd into libbb by Denys Vlasenko · 11 years ago
  85. 6ef7729 comment tweak by Denys Vlasenko · 11 years ago
  86. 9c1c605 sulogin: use common password-checking routine. by Denys Vlasenko · 11 years ago
  87. 5906a5c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions by Ryan Mallon · 11 years ago
  88. a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
  89. 1b9ac21 lineedit: use unicode_strwidth instead of unicode_strlen by Denys Vlasenko · 11 years ago
  90. e66a56d lineedit: fix multi-line PS1 handling: calculate PS1 length from last \n by Denys Vlasenko · 11 years ago
  91. 7a18043 lineedit: improve Unicode handling (still buggy though) by Denys Vlasenko · 11 years ago
  92. 543efd7 libbb: code shrink by Denys Vlasenko · 11 years ago
  93. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  94. 79c618c Refactor catv. Move visible() from stty to libbb. by Bartosz Golaszewski · 11 years ago
  95. 688a7e3 date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats by Bartosz Golaszewski · 11 years ago
  96. c19be75 networking: code shrink by Bartosz Golaszewski · 11 years ago
  97. c72b43c Commonalize typical [b,]k,m suffix struct by Denys Vlasenko · 11 years ago
  98. d8f6d8c Call setlocale("") , not "C", if we want to set the default one by Denys Vlasenko · 11 years ago
  99. 2301d12 unicode: check $LC_CTYPE too to detect Unicode mode by Denys Vlasenko · 11 years ago
  100. 3e7ecb1 unicode: check $LC_ALL to detect Unicode mode, not only $LANG by Denys Vlasenko · 11 years ago