1. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  2. b50d707 fix a few mallocs to be xmallocs. -Erik by Eric Andersen · 24 years ago
  3. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  4. 3af1f88 Closer integration with dpkg-deb and other busybox functions. by Glenn L McGrath · 24 years ago
  5. 821fbf0 New option 'list' produces output that can be used for the packages .list file. by Glenn L McGrath · 24 years ago
  6. bc9afad New function, deb-extract to be used by dpkg, code cleanups. saves some bytes by Glenn L McGrath · 24 years ago
  7. 728875f Consmetic changes by Glenn L McGrath · 24 years ago
  8. 6310646 More style changes by Glenn L McGrath · 24 years ago
  9. 0c9d77c Style changes; use get_line_from_file from utilities by Glenn L McGrath · 24 years ago
  10. 510f0dd Use copy_file from utilty.c, remove some char defines by Glenn L McGrath · 24 years ago
  11. 649968c Bug fix, rename status file, cleanups by Glenn L McGrath · 24 years ago
  12. af8c65d Replace status defines with const int to conform to sytle guide, adds 32 bytes by Glenn L McGrath · 24 years ago
  13. c900575 Initial import by Glenn L McGrath · 24 years ago
  14. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  15. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  16. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago 0_49
  17. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  18. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  19. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  20. 3b3f5c3 Use getopt (or getopt_long). by Matt Kraai · 24 years ago
  21. 8f8dab9 Fixed listed files to extract to be more like GNU. Reported by Deon George. by Matt Kraai · 24 years ago
  22. f914a8a Close files before exit by Glenn L McGrath · 24 years ago
  23. 1d26943 Close unused pipe handle before fork (for tar -z). by Glenn L McGrath · 24 years ago
  24. 541ffe3 Fix ownership of extracted directories. by Matt Kraai · 24 years ago
  25. be7499c Behave like GNU tar when matching excluded files. by Matt Kraai · 24 years ago
  26. 59c09d0 Fix warning for unused variable by Glenn L McGrath · 24 years ago
  27. 58a4085 really add dpkg-deb.c this time by Glenn L McGrath · 24 years ago
  28. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  29. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  30. e80a263 Be sure to read from the given path, not the one used in the header. by Matt Kraai · 24 years ago
  31. a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago
  32. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  33. 4f1b012 Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style guide, saves 350 Bytes. by Glenn L McGrath · 24 years ago
  34. 02ced93 Add GNU compatibile gzip -d by Eric Andersen · 24 years ago
  35. 4836fd4 Patch from Matt Kraai: by Eric Andersen · 24 years ago
  36. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  37. 46f44d2 Support for tar -z option for uncompressing only by Glenn L McGrath · 24 years ago
  38. 00732b5 Introduce new function gunzip_init() by Glenn L McGrath · 24 years ago
  39. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  40. 3d957c8 Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard by Eric Andersen · 24 years ago
  41. 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
  42. 8cede00 Patch to add in the -X option and fix the --exclude bug, originally by by Eric Andersen · 24 years ago
  43. 02f3b2e Make tar shutup on compile by Eric Andersen · 24 years ago
  44. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  45. c119ab9 Note an error if we are unable to list/extract specified files. by Matt Kraai · 24 years ago
  46. ab8f9e2 Check for archive errors even for files we aren't extracting. by Matt Kraai · 24 years ago
  47. 3c5ee9a Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim by Eric Andersen · 24 years ago
  48. 7918e1f Move flush_outbuf to the file in which it is used, and by doing so fix a by Matt Kraai · 24 years ago
  49. d8ad76c Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I introduced. by Matt Kraai · 24 years ago
  50. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  51. 207061a Fix error messages. by Matt Kraai · 24 years ago
  52. 62f987e Fix a thinko. Patch from Justus Pendleton <justus@acm.org> by Eric Andersen · 24 years ago
  53. c2bf5ca General cleanup of comments, defines, includes, and global variables, removed those that arent needed, grouped those remaining at the top. by Glenn L McGrath · 24 years ago
  54. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  55. 1b1cfde Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining by Eric Andersen · 24 years ago
  56. 0102a9f Fix an obscure option parsing bug. by Eric Andersen · 24 years ago
  57. d995493 Clean up error messages. by Matt Kraai · 24 years ago
  58. 46a98df Reverted my conversion of tar to getopt to ensure tar can by Eric Andersen · 24 years ago
  59. fd3741d Remove definition of basename. by Glenn L McGrath · 24 years ago
  60. b2f36af Updated stdin/stdout treatment to match that of gnu tar. by Matt Kraai · 24 years ago
  61. 6fc2a7d Reorganize listing code. by Matt Kraai · 24 years ago
  62. 82cfbad Allow non-verbose listing to work. by Matt Kraai · 24 years ago
  63. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  64. fca8050 Fix .deb unpack and experimental TAR support by Glenn L McGrath · 24 years ago
  65. 49352ad Simplify a few little things, and merge in a patch from by Eric Andersen · 24 years ago
  66. bd7c671 remove some printf statements i forgot about by Glenn L McGrath · 24 years ago
  67. e2b345a Implemented new ar functionality unique to busybox ar (i think), the -R by Glenn L McGrath · 24 years ago
  68. 437bf72 Changed getopt so that options can be grouped together, the source by Glenn L McGrath · 24 years ago
  69. 6fb88e7 Fix permisions by Glenn L McGrath · 24 years ago
  70. 8324b9f Now supports GNU style long filenames. by Glenn L McGrath · 24 years ago
  71. 43c8c38 Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fix by Matt Kraai · 24 years ago
  72. b92223b Allow selective extraction and listing of files. And fix an unchecked by Matt Kraai · 24 years ago
  73. 73bdf13 Fixed a stupid thinko preventing zcat from doing its job, thanks by Eric Andersen · 24 years ago
  74. da542f3 Argh. I *will* compile before checking in. by Matt Kraai · 24 years ago
  75. f446297 Don't unlink files if we are extracting to stdout. by Matt Kraai · 24 years ago
  76. e99674a Correct the stdin/stdout behavior when no args are provided. -Erik by Eric Andersen · 24 years ago
  77. 5eb5912 Sigh. Seems I screwed up last time. This fixed detecting by Eric Andersen · 24 years ago
  78. 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
  79. 6ac18a3 Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  80. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  81. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  82. d570468 Fix from Robert Kaiser for stdin behavior. -Erik by Eric Andersen · 24 years ago
  83. ea824fb Fixed stdin/stdout paths so things like by Eric Andersen · 24 years ago
  84. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  85. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  86. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  87. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  88. 8845adc * Fixed tar creation support when reading from stdin ('tar -cf - . ') by Eric Andersen · 24 years ago
  89. 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
  90. 57ebebf Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> to by Eric Andersen · 24 years ago
  91. 1c314ad * Fixed a _horrible_ bug where 'tar -tvf' could unlink by Eric Andersen · 24 years ago
  92. 3adffb7 readlink(2) does not NULL terminate the buffer it reads in, but tar expected it by Eric Andersen · 24 years ago
  93. b405dfa 'tar --help' wasn't working. Fixed it. -Erik by Eric Andersen · 24 years ago
  94. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 25 years ago
  95. 852ff13 Update to ar.c from Glenn McGrath. His comments follow: by Eric Andersen · 25 years ago
  96. 0c6a970 * Fixed a small bug that could cause tar to emit warning messages by Eric Andersen · 25 years ago
  97. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
  98. 108a443 Fixed tar option parsing segfault, and make "tar xv" and "tar -xv" by Eric Andersen · 25 years ago
  99. 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 25 years ago
  100. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago