1. 93b5181 archival: note implicit dependencies between lzop & bbunzip by Mike Frysinger · 12 years ago
  2. 507f6ea decompress_unlzma: move function, no code changes by Denys Vlasenko · 12 years ago
  3. a2d04e0 decompress_unlzma: 10% speedup in "small" code by Denys Vlasenko · 12 years ago
  4. c09fd27 decompress_unlzma: make "fast" version a bit smaller by Denys Vlasenko · 12 years ago
  5. 2fe5fed lzop: fiq -q and OPTION_DECOMPRESS mismatch by Denys Vlasenko · 12 years ago
  6. 08e28e8 bbunzip: fix order of flags vs bit defines by Mike Frysinger · 12 years ago
  7. 920c1ba bbunzip: ignore the -q flag with the decompressors by Mike Frysinger · 12 years ago
  8. 4165543 zcat: fix "zcat FILE" trying to do detection twice by Denys Vlasenko · 12 years ago
  9. 8e96efa zcat: if seamless uncompressors are defined, autodetect file's format by Denys Vlasenko · 12 years ago
  10. f2d8478 fix error message on failure to oen /dev/null; fix zcat's help text by Denys Vlasenko · 12 years ago
  11. 577235d code shrink in check_errors_in_children() by Denys Vlasenko · 12 years ago
  12. f59d563 xz: fix put_unaligned_{l,b}e32 by Leonid Lisovskiy · 12 years ago
  13. 380c8a0 xz: support concatenated .xz streams by Lasse Collin · 12 years ago
  14. 4337574 xz: mention xzminidec.c in README by Lasse Collin · 12 years ago
  15. c3045ed xz: fix incorrect XZ_BUF_ERROR by Lasse Collin · 12 years ago
  16. a1ae2b7 xz: fix decoding of LZMA2 streams having no uncompressed data. by Lasse Collin · 12 years ago
  17. efb8004 cz: add C++ support to xz.h by Lasse Collin · 12 years ago
  18. aada312 xz: remove an empty line from xz_dec_lzma2.c by Lasse Collin · 12 years ago
  19. b967e42 xz: make bcj_x86_test_msbyte() an inline function by Lasse Collin · 12 years ago
  20. 18714d8 xz: add a comment about using uint32_t as vli_type by Lasse Collin · 12 years ago
  21. 9056fce xz: avoid "NOTE:" in xz.h by Lasse Collin · 12 years ago
  22. 3a7b241 xz: update README by Lasse Collin · 12 years ago
  23. 04f296b xz: omit explicit \0 from HEADER_MAGIC by Lasse Collin · 12 years ago
  24. 8e6a1ea rpm: unmap rpm file before working with next one by Denys Vlasenko · 12 years ago
  25. d4d4f35 rpm: stop using statics; move main() to the end of the source file by Denys Vlasenko · 12 years ago
  26. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  27. 10f5f9b rpm: make -ql display more compatible; improve help text by Denys Vlasenko · 12 years ago
  28. bf99807 unzip: add missing fflush; code shrink by Denys Vlasenko · 12 years ago
  29. 778794d *: reuse more strings by Denys Vlasenko · 12 years ago
  30. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  31. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  32. 4d5955e decompress_uncompress: comment out a bigger chunk of debug code by Denys Vlasenko · 12 years ago
  33. a846117 decompress_uncompress: comment out debug printout on corrupted data by Denys Vlasenko · 12 years ago
  34. c71547c decompress_uncompress: move 'code' variable into loop - sole user by Denys Vlasenko · 12 years ago
  35. 440a509 dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 by Denys Vlasenko · 12 years ago
  36. d52c951 trivial small speed optimization by Denys Vlasenko · 12 years ago
  37. e3e0d2b tweak help text by Denys Vlasenko · 12 years ago
  38. c5b0101 unzip: make options parsing more robust on getopt w/o gnu extensions by Denys Vlasenko · 13 years ago
  39. cfc212c tar: fix 256-bit encoded number decoding by Etienne Le Sueur · 13 years ago
  40. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  41. dfc2473 tar: support -J, --xz explicit compression option by Boris Reisig · 13 years ago
  42. 6e9284d build system: fix build failure when only gunzip is selected by Anthony G. Basile · 13 years ago
  43. 0446104 tar: implement --no-recursion by Natanael Copa · 13 years ago
  44. d133144 fix build failure when compressed help is selected, but bz2 compression is not by Denys Vlasenko · 13 years ago
  45. df9196d Fix another build failure found with randconfig by Denys Vlasenko · 13 years ago
  46. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  47. d29c946 fix trivial bug in unpack_gz_stream (wrong fd used in read) by Denys Vlasenko · 13 years ago
  48. b5d6ae9 Don't compile get_header_tar_FOO function if they are not needed by Denys Vlasenko · 13 years ago
  49. faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 13 years ago
  50. 02c3c38 Move seamless .Z support into unpack_gz_stream by Denys Vlasenko · 13 years ago
  51. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  52. 774bce8 archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes by Denys Vlasenko · 13 years ago
  53. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  54. 6111f96 tar: add support for PAX-encoded path=LONGFILENAME by Denys Vlasenko · 13 years ago
  55. d6f5000 *: style fixes. no code changes by Denys Vlasenko · 13 years ago
  56. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  57. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago
  58. f74f280 get_header_tar: shrink 6->64 sign extension code by Denys Vlasenko · 13 years ago
  59. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  60. 522041e regularize options which control size/speed trade by Denys Vlasenko · 13 years ago
  61. c2a06db gzip: new GZIP_BIG_MEM option by Ian Wienand · 13 years ago
  62. 831756b unzip: fflush stdout before reading interative y/n answer from stdin by Denys Vlasenko · 13 years ago
  63. a04e4c2 uncompress: die on read errors by Denys Vlasenko · 13 years ago
  64. 251fc70 uncompress: fix buffer underrun by corrupted input by Denys Vlasenko · 13 years ago
  65. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  66. 954dbd3 tar: ignore file size (assume 0) for hardlinks by Ian Wienand · 13 years ago
  67. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  68. ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
  69. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  70. 9180c60 tar: store negative mtime as 0; pack very large files using base-256 encoding by Denys Vlasenko · 14 years ago
  71. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
  72. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  73. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  74. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
  75. 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 14 years ago
  76. aef441c tar: fix a bug where autodetection messes up -z on extract by Denys Vlasenko · 14 years ago
  77. 3237f5c tar: support -T - and -X - by Denys Vlasenko · 14 years ago
  78. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  79. b5233f8 tar: add -h and -T to help text by Denys Vlasenko · 14 years ago
  80. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  81. df16891 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  82. a116552 tar: add a note about -C and symlink-in-tarball attack by Denys Vlasenko · 14 years ago
  83. ed9b08d bzip2: plug memory leak on every processed file by Denys Vlasenko · 14 years ago
  84. 1f937d6 cpio: allow cpio -i to take params - names of files to extract by Denys Vlasenko · 14 years ago
  85. e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
  86. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  87. 5e99340 *: move lzo compressor code to archival/libunarchive/. No code changes by Denys Vlasenko · 14 years ago
  88. 4d4d1a0 whitespace fix by Denys Vlasenko · 14 years ago
  89. 8531c43 decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE by Denys Vlasenko · 14 years ago
  90. f16727e decompress_bunzip2: code shrink ~5 bytes by Denys Vlasenko · 14 years ago
  91. 0c57697 decompress_bunzip2: code shrink ~10 bytes by Denys Vlasenko · 14 years ago
  92. 5d49b72 decompress_bunzip2: add profiling data to comment. no code changes by Denys Vlasenko · 14 years ago
  93. 1014a9a decompress_bunzip2: relieve register pressure in hot function read_bunzip by Denys Vlasenko · 14 years ago
  94. bf3bec5 decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop by Denys Vlasenko · 14 years ago
  95. 36ef0a6 decompress_bunzip2: code shrink by Denys Vlasenko · 14 years ago
  96. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  97. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  98. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  99. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  100. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago