1. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
  2. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  3. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  4. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 18 years ago
  5. cd42cb8 do not expose internal state of [g]zip unpacker. by Denis Vlasenko · 18 years ago
  6. bb3d0fa extern variable declaration in a .c file is heresy - fixing it by Denis Vlasenko · 18 years ago
  7. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  8. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  9. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  10. 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
  11. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  12. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  13. 9457e70 - typo: s/compenent/component/g add a bit of documentation. by Bernhard Reutner-Fischer · 19 years ago
  14. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  15. f3d6c94 Add --no-same-owner and --no-same-permissions options to tar. by Rob Landley · 19 years ago
  16. 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 19 years ago
  17. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  18. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  19. 2cd1eb1 Remove unused function by Glenn L McGrath · 21 years ago
  20. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  21. f235d05 Use the return value from uncompress_bunzip, fix some typo by Glenn L McGrath · 21 years ago
  22. 4cee66d Dont unlink when testing ! by Glenn L McGrath · 21 years ago
  23. b72a735 rpm applet by Laurence Anderson by Glenn L McGrath · 22 years ago
  24. 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
  25. efe7889 Headers for the read_gz changes by Glenn L McGrath · 22 years ago
  26. 7f2a953 Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files by Glenn L McGrath · 22 years ago
  27. 18bbca1 enable .tar.bz2 for dpkg-deb by Glenn L McGrath · 22 years ago
  28. 8e94098 Change filter paramaters, filters can be more powefull now by Glenn L McGrath · 22 years ago
  29. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  30. 6ab32eb Move data_extract_all_prefix to dpkg, its only used there. by Glenn L McGrath · 22 years ago
  31. 60bce49 Move bunzip2 idecompression code to libunarchive by Glenn L McGrath · 22 years ago
  32. 61b7904 Update dpkg to use new unarchive code by Glenn L McGrath · 22 years ago
  33. c5c1a8a Fix exclude/include problem by Glenn L McGrath · 22 years ago
  34. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  35. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  36. 4176972 Run through indent, use /* */ style comments by Glenn L McGrath · 22 years ago
  37. 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  38. 9af363f include unistd which provides off_t for the header and hence unarchive applets by Glenn L McGrath · 23 years ago
  39. e9fc781 libunarchive, and recovery from my previous commit by Glenn L McGrath · 23 years ago