1. 99ac175 lzop: code shrink by Denys Vlasenko · 7 years ago
  2. bb373db tar: accomodate non-terminated tar.chksum fields as seen from github.com by Denys Vlasenko · 7 years ago
  3. 9ac42c5 unlzma: fix SEGV, closes 10436 by Denys Vlasenko · 7 years ago
  4. 0402cb3 bunzip2: fix runCnt overflow from bug 10431 by Denys Vlasenko · 7 years ago
  5. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  6. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  7. e837a0d libarchive: fix build failure on NOMMU systems by Ron Yorston · 7 years ago
  8. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  9. 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
  10. 76b6562 unxz: get_le32 macro is obviously wrong by Denys Vlasenko · 7 years ago
  11. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  12. 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
  13. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  14. 74c2215 Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error by Kang-Che Sung · 8 years ago
  15. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  16. 06f20bf link: new applet by Denys Vlasenko · 8 years ago
  17. 590402b unlzma: expand comments, no code changes by Denys Vlasenko · 8 years ago
  18. 3989e5a unlzma: fix erroneous "while" instead of "if". Closes 4682 by Denys Vlasenko · 8 years ago
  19. 6b4f4b5 unzip: optional support for xz by Denys Vlasenko · 8 years ago
  20. 2a0867a unzip: optional support for bzip2 and lzma by Denys Vlasenko · 8 years ago
  21. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  22. 9655f95 tar: handle pax-encoded utf8 filenames and link names. Closes 9406 by Denys Vlasenko · 8 years ago
  23. 85100a7 cpio: fix restoration of file ownership, closes 9306 by Denys Vlasenko · 8 years ago
  24. 10c0e91 libarchive: fix xmalloc_open_zipped_read_close() by Denys Vlasenko · 8 years ago
  25. e24e886 typo fix by Denys Vlasenko · 8 years ago
  26. df3ec0e libarchive: fix open_zipped() by Denys Vlasenko · 8 years ago
  27. 984b0a6 libarchive: fix xmalloc_open_zipped_read_close() on NOMMU by Denys Vlasenko · 8 years ago
  28. 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
  29. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  30. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  31. 6bd3fff [g]unzip: fix recent breakage. by Denys Vlasenko · 9 years ago
  32. 1de25a6 unzip: test for bad archive SEGVing by Denys Vlasenko · 9 years ago
  33. 537389c tar: fix files skipped with --strip_components not resetting selinux context by Denys Vlasenko · 9 years ago
  34. f167e45 tar: shrink hardlink name handling code by Denys Vlasenko · 9 years ago
  35. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  36. 2735bc0 cpio: implement -R/--owner by Aaro Koskinen · 9 years ago
  37. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  38. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  39. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  40. bdb540e tar: do not try to decode GNU extended headers as pax headers by Denys Vlasenko · 10 years ago
  41. b4059f6 libarchive: auto-detect .Z files as well by Thiago Jung Bauermann · 10 years ago
  42. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  43. 8c06bc6 unzip: prevent attacks via malicious filenames by Denys Vlasenko · 10 years ago
  44. 08f9ffc dpkg: update supported compression methods by Denys Vlasenko · 10 years ago
  45. cfcd239 make xmalloc_open_zipped_read_close result NUL terminated by Denys Vlasenko · 10 years ago
  46. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  47. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  48. a9dc7c2 lzop: add overflow check by Denys Vlasenko · 10 years ago
  49. 81071e6 unlzma: add comments about possible bug from BZ 2689 by Denys Vlasenko · 11 years ago
  50. 2108a6f unlzma: move some variables in "more local" scope by Denys Vlasenko · 11 years ago
  51. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  52. b664f74 libbb: open_zipped() should not fail on non-compressed files by Denys Vlasenko · 11 years ago
  53. 0f592d7 tar: tighten up pax header validity check by Denys Vlasenko · 11 years ago
  54. 7c47b56 libarchive: open_zipped() does not need to check extensions for e.g. gzip by Denys Vlasenko · 11 years ago
  55. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  56. ebfa9b5 tar: fix exitcode check for MMU-spawned unpacking helpers by Denys Vlasenko · 11 years ago
  57. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  58. 932e233 bunzip2: fix off-by-one check by Denys Vlasenko · 11 years ago
  59. a613aa1 ar: better comment by Denys Vlasenko · 11 years ago
  60. 2a053a2 ar: read_num(): fix reading fields using the entire width by Peter Korsgaard · 11 years ago
  61. 16614e9 *: change execl sentinels from NULL to (char*)0 by Rich Felker · 11 years ago
  62. e0a6ab6 Fix build failures caused by not compiling open_transformer.c (#2) by Denys Vlasenko · 12 years ago
  63. abbc478 Fix build failures caused by not compiling open_transformer.c by Denys Vlasenko · 12 years ago
  64. 507f6ea decompress_unlzma: move function, no code changes by Denys Vlasenko · 12 years ago
  65. a2d04e0 decompress_unlzma: 10% speedup in "small" code by Denys Vlasenko · 12 years ago
  66. c09fd27 decompress_unlzma: make "fast" version a bit smaller by Denys Vlasenko · 12 years ago
  67. 577235d code shrink in check_errors_in_children() by Denys Vlasenko · 12 years ago
  68. f59d563 xz: fix put_unaligned_{l,b}e32 by Leonid Lisovskiy · 12 years ago
  69. 380c8a0 xz: support concatenated .xz streams by Lasse Collin · 12 years ago
  70. 4337574 xz: mention xzminidec.c in README by Lasse Collin · 12 years ago
  71. c3045ed xz: fix incorrect XZ_BUF_ERROR by Lasse Collin · 12 years ago
  72. a1ae2b7 xz: fix decoding of LZMA2 streams having no uncompressed data. by Lasse Collin · 12 years ago
  73. efb8004 cz: add C++ support to xz.h by Lasse Collin · 12 years ago
  74. aada312 xz: remove an empty line from xz_dec_lzma2.c by Lasse Collin · 12 years ago
  75. b967e42 xz: make bcj_x86_test_msbyte() an inline function by Lasse Collin · 12 years ago
  76. 18714d8 xz: add a comment about using uint32_t as vli_type by Lasse Collin · 12 years ago
  77. 9056fce xz: avoid "NOTE:" in xz.h by Lasse Collin · 12 years ago
  78. 3a7b241 xz: update README by Lasse Collin · 12 years ago
  79. 04f296b xz: omit explicit \0 from HEADER_MAGIC by Lasse Collin · 12 years ago
  80. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  81. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  82. 4d5955e decompress_uncompress: comment out a bigger chunk of debug code by Denys Vlasenko · 12 years ago
  83. a846117 decompress_uncompress: comment out debug printout on corrupted data by Denys Vlasenko · 12 years ago
  84. c71547c decompress_uncompress: move 'code' variable into loop - sole user by Denys Vlasenko · 12 years ago
  85. 440a509 dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 by Denys Vlasenko · 12 years ago
  86. d52c951 trivial small speed optimization by Denys Vlasenko · 12 years ago
  87. cfc212c tar: fix 256-bit encoded number decoding by Etienne Le Sueur · 13 years ago
  88. 6e9284d build system: fix build failure when only gunzip is selected by Anthony G. Basile · 13 years ago
  89. d133144 fix build failure when compressed help is selected, but bz2 compression is not by Denys Vlasenko · 13 years ago
  90. df9196d Fix another build failure found with randconfig by Denys Vlasenko · 13 years ago
  91. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  92. d29c946 fix trivial bug in unpack_gz_stream (wrong fd used in read) by Denys Vlasenko · 13 years ago
  93. b5d6ae9 Don't compile get_header_tar_FOO function if they are not needed by Denys Vlasenko · 13 years ago
  94. faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 13 years ago
  95. 02c3c38 Move seamless .Z support into unpack_gz_stream by Denys Vlasenko · 13 years ago
  96. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  97. 774bce8 archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes by Denys Vlasenko · 13 years ago
  98. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  99. 6111f96 tar: add support for PAX-encoded path=LONGFILENAME by Denys Vlasenko · 13 years ago
  100. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago