1. 6bd3fff [g]unzip: fix recent breakage. by Denys Vlasenko · 9 years ago
  2. 4840325 lzop: eliminate variable, use "int" as return type by Denys Vlasenko · 9 years ago
  3. cddc98e gzip: add support for --no-name long option by Aaro Koskinen · 9 years ago
  4. fbe50cf gunzip: add support for long options by Aaro Koskinen · 9 years ago
  5. 1de25a6 unzip: test for bad archive SEGVing by Denys Vlasenko · 9 years ago
  6. db70033 tweak defconfig by Denys Vlasenko · 9 years ago
  7. 0269789 inetd: make FEATURE_INETD_RPC off by default by Denys Vlasenko · 9 years ago
  8. 537389c tar: fix files skipped with --strip_components not resetting selinux context by Denys Vlasenko · 9 years ago
  9. f167e45 tar: shrink hardlink name handling code by Denys Vlasenko · 9 years ago
  10. 62ae323 tar: implement --version for buildroot by Denys Vlasenko · 9 years ago
  11. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  12. 2735bc0 cpio: implement -R/--owner by Aaro Koskinen · 9 years ago
  13. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  14. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  15. 97f2f7c Removes stray empty line from code by Maninder Singh · 10 years ago
  16. bdb540e tar: do not try to decode GNU extended headers as pax headers by Denys Vlasenko · 10 years ago
  17. b4059f6 libarchive: auto-detect .Z files as well by Thiago Jung Bauermann · 10 years ago
  18. bbd5321 gzip: add support for compression levels 4-9 by Aaro Koskinen · 10 years ago
  19. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  20. 8c06bc6 unzip: prevent attacks via malicious filenames by Denys Vlasenko · 10 years ago
  21. b62d4d9 gzip: trivial code shrink -5 bytes by Denys Vlasenko · 10 years ago
  22. f7f70bf gzip: speed up and shrink put_16bit() by Denys Vlasenko · 10 years ago
  23. 7f7ade1 gzip: do not store timestamp in gzip header by Rich Felker · 10 years ago
  24. 08f9ffc dpkg: update supported compression methods by Denys Vlasenko · 10 years ago
  25. 11775ed randomconfig fixes by Denys Vlasenko · 10 years ago
  26. acb8be7 tar: fix "tar -cJ" ignoring -J option. closes 7706 by Denys Vlasenko · 10 years ago
  27. cfcd239 make xmalloc_open_zipped_read_close result NUL terminated by Denys Vlasenko · 10 years ago
  28. b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
  29. e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
  30. 184b266 cpio: reinstate "options:" line in help text by Denys Vlasenko · 10 years ago
  31. a9dc7c2 lzop: add overflow check by Denys Vlasenko · 10 years ago
  32. 81071e6 unlzma: add comments about possible bug from BZ 2689 by Denys Vlasenko · 11 years ago
  33. 2108a6f unlzma: move some variables in "more local" scope by Denys Vlasenko · 11 years ago
  34. 640ce3d zcat: complain if input is not compressed by Denys Vlasenko · 11 years ago
  35. b664f74 libbb: open_zipped() should not fail on non-compressed files by Denys Vlasenko · 11 years ago
  36. 0f592d7 tar: tighten up pax header validity check by Denys Vlasenko · 11 years ago
  37. 7c47b56 libarchive: open_zipped() does not need to check extensions for e.g. gzip by Denys Vlasenko · 11 years ago
  38. 9b2a9f0 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) by Denys Vlasenko · 11 years ago
  39. df0d2cd dpkg-deb: cosmetic correction to usage text by Daniel Borca · 11 years ago
  40. 0545e3b tar: prevent empty file to be treated as valid tarball by Denys Vlasenko · 11 years ago
  41. ebfa9b5 tar: fix exitcode check for MMU-spawned unpacking helpers by Denys Vlasenko · 11 years ago
  42. f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
  43. ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 11 years ago
  44. 36184a4 archival/*: move "applet:" snippets into .c files by Denys Vlasenko · 11 years ago
  45. 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
  46. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  47. 932e233 bunzip2: fix off-by-one check by Denys Vlasenko · 11 years ago
  48. a613aa1 ar: better comment by Denys Vlasenko · 11 years ago
  49. 2a053a2 ar: read_num(): fix reading fields using the entire width by Peter Korsgaard · 11 years ago
  50. 73fbe9d tar: fix tar -T to add entries in the exact order as the input list by SASAKI Suguru · 11 years ago
  51. d0bc708 unpackers: by users' request, print compression percentage if -v and DESKTOP by Denys Vlasenko · 11 years ago
  52. 26cd90c unzip: survive lack of CDF on non-streaming zip files by Denys Vlasenko · 11 years ago
  53. 5e87e8a unzip: increase PEEK_FROM_END from 16k to 64k by Denys Vlasenko · 11 years ago
  54. 16614e9 *: change execl sentinels from NULL to (char*)0 by Rich Felker · 11 years ago
  55. e0a6ab6 Fix build failures caused by not compiling open_transformer.c (#2) by Denys Vlasenko · 12 years ago
  56. abbc478 Fix build failures caused by not compiling open_transformer.c by Denys Vlasenko · 12 years ago
  57. 93b5181 archival: note implicit dependencies between lzop & bbunzip by Mike Frysinger · 12 years ago
  58. 507f6ea decompress_unlzma: move function, no code changes by Denys Vlasenko · 12 years ago
  59. a2d04e0 decompress_unlzma: 10% speedup in "small" code by Denys Vlasenko · 12 years ago
  60. c09fd27 decompress_unlzma: make "fast" version a bit smaller by Denys Vlasenko · 12 years ago
  61. 2fe5fed lzop: fiq -q and OPTION_DECOMPRESS mismatch by Denys Vlasenko · 12 years ago
  62. 08e28e8 bbunzip: fix order of flags vs bit defines by Mike Frysinger · 12 years ago
  63. 920c1ba bbunzip: ignore the -q flag with the decompressors by Mike Frysinger · 12 years ago
  64. 4165543 zcat: fix "zcat FILE" trying to do detection twice by Denys Vlasenko · 12 years ago
  65. 8e96efa zcat: if seamless uncompressors are defined, autodetect file's format by Denys Vlasenko · 12 years ago
  66. f2d8478 fix error message on failure to oen /dev/null; fix zcat's help text 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. 8e6a1ea rpm: unmap rpm file before working with next one by Denys Vlasenko · 12 years ago
  81. d4d4f35 rpm: stop using statics; move main() to the end of the source file by Denys Vlasenko · 12 years ago
  82. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  83. 10f5f9b rpm: make -ql display more compatible; improve help text by Denys Vlasenko · 12 years ago
  84. bf99807 unzip: add missing fflush; code shrink by Denys Vlasenko · 12 years ago
  85. 778794d *: reuse more strings by Denys Vlasenko · 12 years ago
  86. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  87. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  88. 4d5955e decompress_uncompress: comment out a bigger chunk of debug code by Denys Vlasenko · 12 years ago
  89. a846117 decompress_uncompress: comment out debug printout on corrupted data by Denys Vlasenko · 12 years ago
  90. c71547c decompress_uncompress: move 'code' variable into loop - sole user by Denys Vlasenko · 12 years ago
  91. 440a509 dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324 by Denys Vlasenko · 12 years ago
  92. d52c951 trivial small speed optimization by Denys Vlasenko · 12 years ago
  93. e3e0d2b tweak help text by Denys Vlasenko · 12 years ago
  94. c5b0101 unzip: make options parsing more robust on getopt w/o gnu extensions by Denys Vlasenko · 13 years ago
  95. cfc212c tar: fix 256-bit encoded number decoding by Etienne Le Sueur · 13 years ago
  96. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  97. dfc2473 tar: support -J, --xz explicit compression option by Boris Reisig · 13 years ago
  98. 6e9284d build system: fix build failure when only gunzip is selected by Anthony G. Basile · 13 years ago
  99. 0446104 tar: implement --no-recursion by Natanael Copa · 13 years ago
  100. d133144 fix build failure when compressed help is selected, but bz2 compression is not by Denys Vlasenko · 13 years ago