1. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  2. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  3. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  4. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  5. faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 13 years ago
  6. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  7. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  8. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  9. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  10. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  11. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
  12. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
  13. 894fa0a fix breakage in compressed file detection by Denys Vlasenko · 14 years ago
  14. 26b6ccf *: simplify checks for gz/bz2/xz magic by Denys Vlasenko · 15 years ago
  15. c88c1a0 rpm2cpio: teach it to understand xz format by Denys Vlasenko · 15 years ago
  16. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
  17. e6c483e rpm2cpio: code shrink by Denys Vlasenko · 15 years ago
  18. 0a130d5 rpm2cpio: handle unseekable input correctly by Denys Vlasenko · 15 years ago
  19. 7f21494 rpm2cpio: handle bz2 too; code shrink by Pascal Bellard · 15 years ago
  20. 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
  21. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  22. 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
  23. c14d39e rmp: add optional support for bz2 data. +50 bytes of code by Denis Vlasenko · 18 years ago
  24. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  25. ab9eef2 bunzip2/gunzip/uncompress/unlzma: merge into common code - by Denis Vlasenko · 18 years ago
  26. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  27. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  28. 97a8dd3 g[un]zip: add support for -v (verbose). by Denis Vlasenko · 18 years ago
  29. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  30. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  31. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  32. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  33. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  34. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  35. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  36. dfcb5b0 s/u_int/uint/g by Eric Andersen · 21 years ago
  37. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  38. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  39. f92caa7 Call lseek directly rather than via data_align() by Glenn L McGrath · 22 years ago
  40. 2a2ab14 Fix an obvious thinko -Erik by Eric Andersen · 22 years ago
  41. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  42. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  43. a5f09c6 Use fopen wrapper. by Matt Kraai · 23 years ago
  44. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
  45. 26a0d9a Call setvbuf from here isntead of gz_open for compatability with uclibc by Glenn L McGrath · 23 years ago
  46. f8736d2 rpm2cpio applet by Laurence Anderson by Glenn L McGrath · 23 years ago