1. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  2. a9dc7c2 lzop: add overflow check by Denys Vlasenko · 10 years ago
  3. 81071e6 unlzma: add comments about possible bug from BZ 2689 by Denys Vlasenko · 11 years ago
  4. 2108a6f unlzma: move some variables in "more local" scope by Denys Vlasenko · 11 years ago
  5. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  6. b664f74 libbb: open_zipped() should not fail on non-compressed files by Denys Vlasenko · 11 years ago
  7. 0f592d7 tar: tighten up pax header validity check by Denys Vlasenko · 11 years ago
  8. 7c47b56 libarchive: open_zipped() does not need to check extensions for e.g. gzip by Denys Vlasenko · 11 years ago
  9. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  10. ebfa9b5 tar: fix exitcode check for MMU-spawned unpacking helpers by Denys Vlasenko · 11 years ago
  11. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  12. 932e233 bunzip2: fix off-by-one check by Denys Vlasenko · 11 years ago
  13. a613aa1 ar: better comment by Denys Vlasenko · 11 years ago
  14. 2a053a2 ar: read_num(): fix reading fields using the entire width by Peter Korsgaard · 11 years ago
  15. 16614e9 *: change execl sentinels from NULL to (char*)0 by Rich Felker · 11 years ago
  16. e0a6ab6 Fix build failures caused by not compiling open_transformer.c (#2) by Denys Vlasenko · 12 years ago
  17. abbc478 Fix build failures caused by not compiling open_transformer.c by Denys Vlasenko · 12 years ago
  18. 507f6ea decompress_unlzma: move function, no code changes by Denys Vlasenko · 12 years ago
  19. a2d04e0 decompress_unlzma: 10% speedup in "small" code by Denys Vlasenko · 12 years ago
  20. c09fd27 decompress_unlzma: make "fast" version a bit smaller by Denys Vlasenko · 12 years ago
  21. 577235d code shrink in check_errors_in_children() by Denys Vlasenko · 12 years ago
  22. f59d563 xz: fix put_unaligned_{l,b}e32 by Leonid Lisovskiy · 12 years ago
  23. 380c8a0 xz: support concatenated .xz streams by Lasse Collin · 12 years ago
  24. 4337574 xz: mention xzminidec.c in README by Lasse Collin · 12 years ago
  25. c3045ed xz: fix incorrect XZ_BUF_ERROR by Lasse Collin · 12 years ago
  26. a1ae2b7 xz: fix decoding of LZMA2 streams having no uncompressed data. by Lasse Collin · 12 years ago
  27. efb8004 cz: add C++ support to xz.h by Lasse Collin · 12 years ago
  28. aada312 xz: remove an empty line from xz_dec_lzma2.c by Lasse Collin · 12 years ago
  29. b967e42 xz: make bcj_x86_test_msbyte() an inline function by Lasse Collin · 12 years ago
  30. 18714d8 xz: add a comment about using uint32_t as vli_type by Lasse Collin · 12 years ago
  31. 9056fce xz: avoid "NOTE:" in xz.h by Lasse Collin · 12 years ago
  32. 3a7b241 xz: update README by Lasse Collin · 12 years ago
  33. 04f296b xz: omit explicit \0 from HEADER_MAGIC by Lasse Collin · 12 years ago
  34. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  35. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  36. 4d5955e decompress_uncompress: comment out a bigger chunk of debug code by Denys Vlasenko · 12 years ago
  37. a846117 decompress_uncompress: comment out debug printout on corrupted data by Denys Vlasenko · 12 years ago
  38. c71547c decompress_uncompress: move 'code' variable into loop - sole user by Denys Vlasenko · 12 years ago
  39. 440a509 dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 by Denys Vlasenko · 12 years ago
  40. d52c951 trivial small speed optimization by Denys Vlasenko · 12 years ago
  41. cfc212c tar: fix 256-bit encoded number decoding by Etienne Le Sueur · 13 years ago
  42. 6e9284d build system: fix build failure when only gunzip is selected by Anthony G. Basile · 13 years ago
  43. d133144 fix build failure when compressed help is selected, but bz2 compression is not by Denys Vlasenko · 13 years ago
  44. df9196d Fix another build failure found with randconfig by Denys Vlasenko · 13 years ago
  45. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  46. d29c946 fix trivial bug in unpack_gz_stream (wrong fd used in read) by Denys Vlasenko · 13 years ago
  47. b5d6ae9 Don't compile get_header_tar_FOO function if they are not needed by Denys Vlasenko · 13 years ago
  48. faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 13 years ago
  49. 02c3c38 Move seamless .Z support into unpack_gz_stream by Denys Vlasenko · 13 years ago
  50. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  51. 774bce8 archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes by Denys Vlasenko · 13 years ago
  52. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  53. 6111f96 tar: add support for PAX-encoded path=LONGFILENAME by Denys Vlasenko · 13 years ago
  54. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago
  55. f74f280 get_header_tar: shrink 6->64 sign extension code by Denys Vlasenko · 13 years ago
  56. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  57. 522041e regularize options which control size/speed trade by Denys Vlasenko · 13 years ago
  58. a04e4c2 uncompress: die on read errors by Denys Vlasenko · 13 years ago
  59. 251fc70 uncompress: fix buffer underrun by corrupted input by Denys Vlasenko · 13 years ago
  60. 954dbd3 tar: ignore file size (assume 0) for hardlinks by Ian Wienand · 13 years ago
  61. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  62. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  63. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
  64. 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 14 years ago
  65. aef441c tar: fix a bug where autodetection messes up -z on extract by Denys Vlasenko · 14 years ago
  66. df16891 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  67. ed9b08d bzip2: plug memory leak on every processed file by Denys Vlasenko · 14 years ago
  68. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago