1. fa9126e ls: better help text for -a and -A by Denys Vlasenko · 14 years ago
  2. ea684c6 ls: fix handling of symlinks by option -1 by Denys Vlasenko · 14 years ago
  3. 3b28dae ls: widen -s (1k blocks) column from 4 to 6 by Denys Vlasenko · 14 years ago
  4. 26d11b8 ls: -g implies -l by Denys Vlasenko · 14 years ago
  5. 9f368e3 ls: fix bits for -T, -w and --color; make -n imply -l; fix comments by Denys Vlasenko · 14 years ago
  6. cd387f2 ls: fix one-bit-off which caused -H to behave as -h by Denys Vlasenko · 14 years ago
  7. a4bc10c ls: remove redundant constants LIST_FILENAME and LIST_SHORT by James Youngman · 14 years ago
  8. 982aa26 ls: add support for -H by Denys Vlasenko · 14 years ago
  9. 407ab2a ls: tweak -e handling; better comments by Denys Vlasenko · 14 years ago
  10. 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
  11. 163d864 ls: make -F not follow symlinks of the command line by Denys Vlasenko · 14 years ago
  12. d87815d ls: make -x force columnar output; remove unused parts of TRIGGER code by Denys Vlasenko · 14 years ago
  13. f313746 ls: for some options, only last takes effect. Closes bug 2959 by Denys Vlasenko · 14 years ago
  14. 4909fec ls: fix -lg to show group (was showing user) by Denys Vlasenko · 14 years ago
  15. 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 14 years ago
  16. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  17. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  18. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  19. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  20. 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
  21. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  22. 7be97c5 ls: fix sort of very large files. +21 byte by Denys Vlasenko · 15 years ago
  23. 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
  24. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  25. d93fc61 ls: fix "ls | cat" to not show "total NNN" header by Denys Vlasenko · 15 years ago
  26. 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
  27. 1d63f04 ls: forgotten chunk from prev commit by Denys Vlasenko · 15 years ago
  28. cae409c ls: code shrink by Denys Vlasenko · 15 years ago
  29. ffd4774 ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups by Denys Vlasenko · 15 years ago
  30. 0683d4d ls: add standards doc; record author of "total NNNN" code by Denys Vlasenko · 15 years ago
  31. 76c7d95 ls: code shrink by Denys Vlasenko · 15 years ago
  32. 87c150c ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net) by Denys Vlasenko · 15 years ago
  33. 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
  34. fda8f57 tweaking Unicode support by Denys Vlasenko · 15 years ago
  35. 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
  36. ae05dd4 ls: make --color more compatible with coreutils by Denys Vlasenko · 15 years ago
  37. 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
  38. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  39. 4d3a812 ls: warning fix rm: accept and ignore -v (verbose) by Denis Vlasenko · 16 years ago
  40. 3a014b8 ls: make readlink error to not disrupt output (try ls -l /proc/self/fd). by Denis Vlasenko · 16 years ago
  41. c1969f6 ls: make color-related code more readable. Fix a case when by Denis Vlasenko · 16 years ago
  42. 245f91b ftpd + ls - timestamp = confused Mozilla. Prevent that. by Denis Vlasenko · 16 years ago
  43. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  44. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  45. 248ce91 ls: implement -Q and -g (-g was accepted but ignored) by Denis Vlasenko · 16 years ago
  46. 11a6f9b ls: do not follow links with -s (closes bug 33), by Denis Vlasenko · 16 years ago
  47. 51f1b6c ls: fix a bug where we may use uninintialized variable by Denis Vlasenko · 16 years ago
  48. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  49. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  50. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  51. 4a689e9 fix trivial error with inverted exit code in ls by Denis Vlasenko · 16 years ago
  52. c7497ea build system: introduce FEATURE_ASSUME_UNICODE by Denis Vlasenko · 17 years ago
  53. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  54. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  55. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  56. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  57. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  58. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  59. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  60. f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
  61. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  62. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  63. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  64. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  65. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 18 years ago
  66. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
  67. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
  68. 97fd6d8 ls: fix segfault-if-standalone-shell, add big fat comment. by Denis Vlasenko · 18 years ago
  69. 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
  70. 2110aa9 ls: w/o -l follow symlinks to dirs for commandline args by Denis Vlasenko · 18 years ago
  71. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  72. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  73. e055443 ls: stop doing time() for each file in "ls -l" by Denis Vlasenko · 18 years ago
  74. 2405ad6 ls: use get_cached_username/groupname by Denis Vlasenko · 18 years ago
  75. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  76. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  77. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  78. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  79. 656f746 ls: silly comment fixes by Denis Vlasenko · 18 years ago
  80. 94cf69f ls: cleanup part 2. ifdef forest is much less scary now :) by Denis Vlasenko · 18 years ago
  81. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  82. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  83. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  84. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  85. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  86. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  87. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  88. 2b8a05a I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. by Rob Landley · 18 years ago
  89. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  90. 9947a24 Patch from Rich Felker: by Rob Landley · 19 years ago
  91. d2c306e - ls: remove unused variable by Bernhard Reutner-Fischer · 19 years ago
  92. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
  93. 425e758 Patch from Rich Felker to make ls use libc's qsort. by Rob Landley · 19 years ago
  94. 2631486 Patch from Shaun Jackman: by Rob Landley · 19 years ago
  95. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  96. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  97. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  98. 08abe64 Selinux fix from Jan Kiszka. by Rob Landley · 19 years ago
  99. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  100. c1ef7bd just whitespace by Tim Riker · 19 years ago