1. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  2. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  3. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
  4. eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 23 years ago
  5. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 23 years ago
  6. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  7. 47fd219 Rename variable that shadows global by Glenn L McGrath · 23 years ago
  8. 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 23 years ago
  9. 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 23 years ago
  10. e5f3957 Fix warning by Glenn L McGrath · 23 years ago
  11. 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 23 years ago
  12. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  13. 728875f Consmetic changes by Glenn L McGrath · 24 years ago
  14. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  15. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  16. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  17. 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
  18. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  19. 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
  20. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  21. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  22. d995493 Clean up error messages. by Matt Kraai · 24 years ago
  23. 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
  24. fca8050 Fix .deb unpack and experimental TAR support by Glenn L McGrath · 24 years ago
  25. 49352ad Simplify a few little things, and merge in a patch from by Eric Andersen · 24 years ago
  26. bd7c671 remove some printf statements i forgot about by Glenn L McGrath · 24 years ago
  27. e2b345a Implemented new ar functionality unique to busybox ar (i think), the -R by Glenn L McGrath · 24 years ago
  28. 437bf72 Changed getopt so that options can be grouped together, the source by Glenn L McGrath · 24 years ago
  29. 6fb88e7 Fix permisions by Glenn L McGrath · 24 years ago
  30. 8324b9f Now supports GNU style long filenames. by Glenn L McGrath · 24 years ago
  31. 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
  32. 6ac18a3 Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  33. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  34. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  35. 57ebebf Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> to by Eric Andersen · 24 years ago
  36. 852ff13 Update to ar.c from Glenn McGrath. His comments follow: by Eric Andersen · 24 years ago
  37. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago