1. 53b2fdc *: add NOINLINEs where code noticeably shrinks by Denys Vlasenko · 3 years, 2 months ago
  2. 2c43667 xxd: implement -i "C style output" by Denys Vlasenko · 3 years, 6 months ago
  3. 25fe2d5 xxd: do not try reading from closed stdin when non-existent file is given by Denys Vlasenko · 3 years, 6 months ago
  4. 4d16161 xxd: implement -o DISPLAYOFFSET by Denys Vlasenko · 3 years, 6 months ago
  5. a0f8076 hexdump: fix error message by Denys Vlasenko · 3 years, 6 months ago
  6. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  7. 112453a od: unbreak it by Denys Vlasenko · 4 years, 2 months ago
  8. 079487b hexdump: fix dup block comparison by Denys Vlasenko · 4 years, 2 months ago
  9. dac5b83 xxd: fix printing of trailing spaces by Denys Vlasenko · 4 years, 2 months ago
  10. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  11. e5d5f5b hexdump: fix short file of zero butes treated as dup by Denys Vlasenko · 6 years ago
  12. 2ab994f placate gcc-8.0.1 warnings by Denys Vlasenko · 7 years ago
  13. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  14. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  15. 90678f0 xxd: allow "-" as file name meaning stdin by Denys Vlasenko · 7 years ago
  16. 63214a6 libbb/dump: allow skipping over stdin too by Denys Vlasenko · 7 years ago
  17. 5f7904b libbb/dump: fix a few broken commits and shrink code by Denys Vlasenko · 7 years ago
  18. cb8e84e libbb: shrink sump.c by Denys Vlasenko · 8 years ago
  19. 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
  20. d3d7f08 hexdump: fix numerous bugs in handling of backslashes by Denys Vlasenko · 8 years ago
  21. ef6747e hexdump: don't unconditionally limit the usable address range by Denys Vlasenko · 12 years ago
  22. a0bef7c hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478 by Denys Vlasenko · 13 years ago
  23. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  24. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  25. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  26. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  27. 6aca76d hexdump: fix "hexdump nonexistent_file" handling by Denys Vlasenko · 15 years ago
  28. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  29. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  30. 3eb4466 libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org)) by Denis Vlasenko · 16 years ago
  31. 15f2fdb hexdump: fix SEGV in hexdump -e "" by Denis Vlasenko · 16 years ago
  32. 2f86d13 libbb: dump: do not use uninitialized memory. close bug 4364. by Denis Vlasenko · 16 years ago
  33. 55f7912 libbb: get rid of statics in dump.c; code shrinks a lot too by Denis Vlasenko · 16 years ago
  34. bd9874d od,hexdump: fix bug where xrealloc may move pointer, by Denis Vlasenko · 16 years ago
  35. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  36. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  37. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 17 years ago
  38. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  39. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  40. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  41. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  42. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  43. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  44. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  45. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  46. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  47. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  48. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  49. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  50. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  51. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  52. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  53. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  54. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  55. a6e6037 Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its by Rob Landley · 18 years ago
  56. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  57. f3ac9eb - convert xcalloc(1,x) to xzalloc by Bernhard Reutner-Fischer · 19 years ago
  58. 1a54030 use memmove() instead of bcopy() by Mike Frysinger · 19 years ago
  59. 78bd504 use memcmp() not bcmp() by Mike Frysinger · 19 years ago
  60. 294254c rfelker writes in Bug 740: s/u_char/unsigned char/ by Mike Frysinger · 19 years ago
  61. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  62. c1ef7bd just whitespace by Tim Riker · 19 years ago
  63. eeb06bf Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar' by Glenn L McGrath · 20 years ago
  64. ff5309a Add part of a patch from Vernon Sauder that i missed a while back by Glenn L McGrath · 21 years ago
  65. 8ee2b27 Add missing include files by Eric Andersen · 21 years ago
  66. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  67. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  68. d2b860f Patch from Vernon Sauder. by Glenn L McGrath · 21 years ago
  69. 0f56de6 s/u_int/unsigned int/g s/u_short/unsigned short/g by Eric Andersen · 21 years ago
  70. 923dd79 sync with waldi by Glenn L McGrath · 22 years ago
  71. 4a11e0f Patch from David Updegraff to use calloc so that forward pointers start out by Eric Andersen · 22 years ago
  72. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  73. 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
  74. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  75. 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago