1. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  2. 5326554 Eliminate spurious warning, convert to getopt, and eliminate redundant check. by Matt Kraai · 23 years ago
  3. 96dcd19 Fix a number of problems with argument handling. by Matt Kraai · 23 years ago
  4. 5465223 Eliminate a segfault when called on an existing file with out an extension: by Matt Kraai · 23 years ago
  5. b181056 Eliminated seeks so that we work correctly on pipes, and removed reliance on by Matt Kraai · 23 years ago
  6. bcfeb2a Fix zcat/gunzip when reading from stdin by Glenn L McGrath · 23 years ago
  7. ae1c704 Write full status file by Glenn L McGrath · 23 years ago
  8. 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 23 years ago
  9. 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 23 years ago
  10. 47fd219 Rename variable that shadows global by Glenn L McGrath · 23 years ago
  11. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 23 years ago
  12. 6785b51 dpkg-deb -c works now by Glenn L McGrath · 23 years ago
  13. 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 23 years ago
  14. 2975a34 readTarFile changed from exter nto static by Glenn L McGrath · 23 years ago
  15. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 23 years ago
  16. f70f6ce Disable sigterm by Glenn L McGrath · 23 years ago
  17. 48081f8 replace getOctal with strtol( , NULL, 8) saves 100 Bytes by Glenn L McGrath · 23 years ago
  18. 528ef50 Gzip is indepenedent of gunzip by Glenn L McGrath · 23 years ago
  19. 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 23 years ago
  20. d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 23 years ago
  21. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 23 years ago
  22. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  23. 305fdfa Reorganise status field to use 3 chars instead of one bit shifted long int. by Glenn L McGrath · 23 years ago
  24. 37849f3 Use create_path instead of mkdir by Glenn L McGrath · 23 years ago
  25. 13e9c7a It now correctly backs up the (still corrupt) status file by Glenn L McGrath · 23 years ago
  26. 0e757a2 Some fixes, but still broken... (cont) by Glenn L McGrath · 23 years ago
  27. f608da4 Ignore SIGTERM prior to gz_close() by Glenn L McGrath · 23 years ago
  28. e5f3957 Fix warning by Glenn L McGrath · 23 years ago
  29. 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 23 years ago
  30. 4e2439a It seems all the stdout munging was useless anyways, since by Eric Andersen · 23 years ago
  31. fdefbbb dpkg_deb had not been updated for the new gunzip interface. Fix it. -Erik by Eric Andersen · 23 years ago
  32. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  33. 3a6da8c gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled. by Eric Andersen · 23 years ago
  34. 5f2ef46 Fix zcat by Glenn L McGrath · 23 years ago
  35. ed7a776 gunzip -c works again by Glenn L McGrath · 23 years ago
  36. ae8ad35 Fixes from Robert Kaiser by Glenn L McGrath · 23 years ago
  37. 02cebeb Remove cruft by Glenn L McGrath · 23 years ago
  38. 9233959 Remove tar_unzip_init() not needed any more, uses gz_open instead by Glenn L McGrath · 23 years ago
  39. 018e9e6 Fix tar -z, calls gz_open now by Glenn L McGrath · 23 years ago
  40. 0cbc8cf Gunzip changes broke tar -z support (woops) by Glenn L McGrath · 23 years ago
  41. 58e42d5 Major cleanup to better adhere to style guide and use standard busybox functions by Glenn L McGrath · 23 years ago
  42. f58efb5 Add functions that were shared with gunzip.c, gunzip about to change. by Glenn L McGrath · 23 years ago
  43. 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 23 years ago
  44. 3bf60aa If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say: by Mark Whitley · 23 years ago
  45. 82d8502 Fix from Manuel for a silly thinko on my part. by Eric Andersen · 23 years ago
  46. 3c0b425 dpkg used tfind, which doesn't work with libc5. Print a friendy error by Eric Andersen · 23 years ago
  47. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  48. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  49. b50d707 fix a few mallocs to be xmallocs. -Erik by Eric Andersen · 24 years ago
  50. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  51. 3af1f88 Closer integration with dpkg-deb and other busybox functions. by Glenn L McGrath · 24 years ago
  52. 821fbf0 New option 'list' produces output that can be used for the packages .list file. by Glenn L McGrath · 24 years ago
  53. bc9afad New function, deb-extract to be used by dpkg, code cleanups. saves some bytes by Glenn L McGrath · 24 years ago
  54. 728875f Consmetic changes by Glenn L McGrath · 24 years ago
  55. 6310646 More style changes by Glenn L McGrath · 24 years ago
  56. 0c9d77c Style changes; use get_line_from_file from utilities by Glenn L McGrath · 24 years ago
  57. 510f0dd Use copy_file from utilty.c, remove some char defines by Glenn L McGrath · 24 years ago
  58. 649968c Bug fix, rename status file, cleanups by Glenn L McGrath · 24 years ago
  59. af8c65d Replace status defines with const int to conform to sytle guide, adds 32 bytes by Glenn L McGrath · 24 years ago
  60. c900575 Initial import by Glenn L McGrath · 24 years ago
  61. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  62. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  63. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  64. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  65. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  66. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  67. 3b3f5c3 Use getopt (or getopt_long). by Matt Kraai · 24 years ago
  68. 8f8dab9 Fixed listed files to extract to be more like GNU. Reported by Deon George. by Matt Kraai · 24 years ago
  69. f914a8a Close files before exit by Glenn L McGrath · 24 years ago
  70. 1d26943 Close unused pipe handle before fork (for tar -z). by Glenn L McGrath · 24 years ago
  71. 541ffe3 Fix ownership of extracted directories. by Matt Kraai · 24 years ago
  72. be7499c Behave like GNU tar when matching excluded files. by Matt Kraai · 24 years ago
  73. 59c09d0 Fix warning for unused variable by Glenn L McGrath · 24 years ago
  74. 58a4085 really add dpkg-deb.c this time by Glenn L McGrath · 24 years ago
  75. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  76. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  77. e80a263 Be sure to read from the given path, not the one used in the header. by Matt Kraai · 24 years ago
  78. a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago
  79. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  80. 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
  81. 02ced93 Add GNU compatibile gzip -d by Eric Andersen · 24 years ago
  82. 4836fd4 Patch from Matt Kraai: by Eric Andersen · 24 years ago
  83. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  84. 46f44d2 Support for tar -z option for uncompressing only by Glenn L McGrath · 24 years ago
  85. 00732b5 Introduce new function gunzip_init() by Glenn L McGrath · 24 years ago
  86. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  87. 3d957c8 Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard by Eric Andersen · 24 years ago
  88. 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
  89. 8cede00 Patch to add in the -X option and fix the --exclude bug, originally by by Eric Andersen · 24 years ago
  90. 02f3b2e Make tar shutup on compile by Eric Andersen · 24 years ago
  91. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  92. c119ab9 Note an error if we are unable to list/extract specified files. by Matt Kraai · 24 years ago
  93. ab8f9e2 Check for archive errors even for files we aren't extracting. by Matt Kraai · 24 years ago
  94. 3c5ee9a Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim by Eric Andersen · 24 years ago
  95. 7918e1f Move flush_outbuf to the file in which it is used, and by doing so fix a by Matt Kraai · 24 years ago
  96. d8ad76c Fix some bugs reported by Jim Gleason <jimg@lineo.com> and others I introduced. by Matt Kraai · 24 years ago
  97. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  98. 207061a Fix error messages. by Matt Kraai · 24 years ago
  99. 62f987e Fix a thinko. Patch from Justus Pendleton <justus@acm.org> by Eric Andersen · 24 years ago
  100. 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