1. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  2. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  3. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  4. afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
  5. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  6. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  7. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  8. c1660fe tar: refuse to untar files with "/../" components by Denis Vlasenko · 18 years ago
  9. b596335 tar: correctly skip (and warn about) pax headers. by Denis Vlasenko · 18 years ago
  10. 87cd4a8 tar: small fix and small optimization by Denis Vlasenko · 18 years ago
  11. b833ca9 tar: buglet fix by Denis Vlasenko · 18 years ago
  12. d677250 tar: fix and sanitize handling of long filenames/linknames by Denis Vlasenko · 18 years ago
  13. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  14. 376ce1e tar: by Denis Vlasenko · 18 years ago
  15. 9229794 insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). by Denis Vlasenko · 18 years ago
  16. 3eb91c2 cpio: (allegedly) fix bug 0001095: by Denis Vlasenko · 18 years ago
  17. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  18. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  19. 1114de7 od: provide full-blown od from coreutils if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  20. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  21. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  22. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  23. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  24. 3038ac9 vconfig: fix bug 701 (I be damned if I understand it) by Denis Vlasenko · 18 years ago
  25. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  26. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  27. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  28. 5d72546 - strip 399424 off the bss by making decompress_uncompress buffers config buffers. by Bernhard Reutner-Fischer · 18 years ago
  29. 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
  30. 06ab5fb tar: tar xf foo.tar dir/dir did not extract all subdirs. by Denis Vlasenko · 18 years ago
  31. daf58ef Use xopen3() instead of an after-the-fact chown. by Rob Landley · 18 years ago
  32. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  33. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  34. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  35. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  36. ff6e21c Fix tar so it can extract git-generated tarballs, based on a suggestion by Rob Landley · 18 years ago
  37. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  38. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  39. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  40. b13fee4 Since rangecoder is just a bunch of C functions, move it into the one user by Rob Landley · 18 years ago
  41. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  42. bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
  43. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  44. 6d0dbeb - use ATTRIBUTE_ALWAYS_INLINE if requested - use shorter boilerplate while at it by Bernhard Reutner-Fischer · 19 years ago
  45. d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  46. 2ad1e7c Patch from Vladamir Oleynik, reducing memory consumption. by Rob Landley · 19 years ago
  47. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
  48. e66c7ef Busybox is under the GPL. by Rob Landley · 19 years ago
  49. 6b4377f - remove unneeded include, use shorter boilerplate while at it and also by Bernhard Reutner-Fischer · 19 years ago
  50. c57ec37 Patch from Rob Sullivan to consolidate crc32 table generation. by Rob Landley · 19 years ago
  51. fa939aa - include proper headers. by Bernhard Reutner-Fischer · 19 years ago
  52. cfb53df - include proper prototypes in libunarchive. by Bernhard Reutner-Fischer · 19 years ago
  53. 7ab5f4d - janitorial: huft_build is never used outside of decompress_unzip.c and has no by Bernhard Reutner-Fischer · 19 years ago
  54. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  55. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  56. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  57. 49a5599 Patch from Denis Vlasenko to make unlzma smaller. by Rob Landley · 19 years ago
  58. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  59. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  60. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  61. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  62. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  63. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  64. 325da7b use bb_xstrndup vs strndup. Thanks rfelker. by "Vladimir N. Oleynik" · 19 years ago
  65. 06249fe Bug 640: a filename of length exactly 100 could bleed into the next field on by Rob Landley · 19 years ago
  66. eb00afb The gentoo security guys found another way to segfault busybox's decompression by Rob Landley · 19 years ago
  67. efae294 Fix for an integer overflow bug that could cause a segfault on certain by Rob Landley · 19 years ago
  68. 2c98c40 The tendency of vi to auto-indent can be really annoying at times. by Rob Landley · 19 years ago
  69. f856eab More whitespace than you can possibly imagine... by Rob Landley · 19 years ago
  70. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  71. d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
  72. f55289f fixup a few types to prevent gcc (rightfully) whining about mixing by Eric Andersen · 19 years ago
  73. c1ef7bd just whitespace by Tim Riker · 19 years ago
  74. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  75. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  76. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  77. 9e4100b Don't return 0 when there's an error. by Rob Landley · 19 years ago
  78. 823f80f - silence warning about unused param by Bernhard Reutner-Fischer · 19 years ago
  79. 5412843 I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it. by Rob Landley · 19 years ago
  80. f3d6c94 Add --no-same-owner and --no-same-permissions options to tar. by Rob Landley · 19 years ago
  81. 309dc2d - typo in makefile variable: s/archvial/archival/ by Bernhard Reutner-Fischer · 19 years ago
  82. 161aae7 There doesn't seem to be a standard header for makedev(), but this is close. by Rob Landley · 19 years ago
  83. 0b42a6a - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c by Bernhard Reutner-Fischer · 19 years ago
  84. 1ff789c Stop gcc4 from nit-picking about signedness of char *. by Rob Landley · 19 years ago
  85. 2d2c868 Patch from Berhnard Fischer to keep duplicate objects out of the library. by Rob Landley · 19 years ago
  86. 0c520e0 remove unrequired dependences by "Vladimir N. Oleynik" · 19 years ago
  87. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  88. 1443487 typo, thanks, Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  89. 29ee76c Anand Avati hit an integer overflow problem in our unzip code. by Rob Landley · 19 years ago
  90. 1eef0c4 Bernhard Fischer says: use xmalloc() instead of malloc() by Mike Frysinger · 19 years ago
  91. cc428da punt unused variable by Mike Frysinger · 19 years ago
  92. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  93. 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 19 years ago
  94. 94ff9f1 applying fix for: by Paul Fox · 19 years ago
  95. 5c9ed9f fix printf warning by Mike Frysinger · 20 years ago
  96. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  97. 0d8c652 When filling the bit buffer, gzip decompression apparently never checked for end of file, causing it to hang on corrupted input. by Manuel Novoa III · 20 years ago
  98. a8b98d6 Don't document compiler warnings. _FIX_ compiler warnings. by Rob Landley · 20 years ago
  99. 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
  100. 7daa076 egor duda writes: by Eric Andersen · 20 years ago