1. 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
  2. dfc2473 tar: support -J, --xz explicit compression option by Boris Reisig · 13 years ago
  3. 6e9284d build system: fix build failure when only gunzip is selected by Anthony G. Basile · 13 years ago
  4. 0446104 tar: implement --no-recursion by Natanael Copa · 13 years ago
  5. d133144 fix build failure when compressed help is selected, but bz2 compression is not by Denys Vlasenko · 13 years ago
  6. df9196d Fix another build failure found with randconfig by Denys Vlasenko · 13 years ago
  7. 8cab667 fix build breakage found by randconfig by Denys Vlasenko · 13 years ago
  8. d29c946 fix trivial bug in unpack_gz_stream (wrong fd used in read) by Denys Vlasenko · 13 years ago
  9. b5d6ae9 Don't compile get_header_tar_FOO function if they are not needed by Denys Vlasenko · 13 years ago
  10. faac1d3 tar,rpm2cpio: check that child decompressor did not error out by Denys Vlasenko · 13 years ago
  11. 02c3c38 Move seamless .Z support into unpack_gz_stream by Denys Vlasenko · 13 years ago
  12. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  13. 774bce8 archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes by Denys Vlasenko · 13 years ago
  14. 5965507 preparatory cleanups for seamless uncompression improvements by Denys Vlasenko · 13 years ago
  15. 6111f96 tar: add support for PAX-encoded path=LONGFILENAME by Denys Vlasenko · 13 years ago
  16. d6f5000 *: style fixes. no code changes by Denys Vlasenko · 13 years ago
  17. d2277e2 nommu: fix cases where we mangle argv[0][0] by Denys Vlasenko · 13 years ago
  18. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago
  19. f74f280 get_header_tar: shrink 6->64 sign extension code by Denys Vlasenko · 13 years ago
  20. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  21. 522041e regularize options which control size/speed trade by Denys Vlasenko · 13 years ago
  22. c2a06db gzip: new GZIP_BIG_MEM option by Ian Wienand · 13 years ago
  23. 831756b unzip: fflush stdout before reading interative y/n answer from stdin by Denys Vlasenko · 13 years ago
  24. a04e4c2 uncompress: die on read errors by Denys Vlasenko · 13 years ago
  25. 251fc70 uncompress: fix buffer underrun by corrupted input by Denys Vlasenko · 13 years ago
  26. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  27. 954dbd3 tar: ignore file size (assume 0) for hardlinks by Ian Wienand · 13 years ago
  28. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  29. ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
  30. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  31. 9180c60 tar: store negative mtime as 0; pack very large files using base-256 encoding by Denys Vlasenko · 14 years ago
  32. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
  33. 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
  34. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  35. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
  36. 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 14 years ago
  37. aef441c tar: fix a bug where autodetection messes up -z on extract by Denys Vlasenko · 14 years ago
  38. 3237f5c tar: support -T - and -X - by Denys Vlasenko · 14 years ago
  39. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  40. b5233f8 tar: add -h and -T to help text by Denys Vlasenko · 14 years ago
  41. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  42. df16891 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  43. a116552 tar: add a note about -C and symlink-in-tarball attack by Denys Vlasenko · 14 years ago
  44. ed9b08d bzip2: plug memory leak on every processed file by Denys Vlasenko · 14 years ago
  45. 1f937d6 cpio: allow cpio -i to take params - names of files to extract by Denys Vlasenko · 14 years ago
  46. e4e911e modprobe: add support for --show-depends by Serj Kalichev · 14 years ago
  47. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  48. 5e99340 *: move lzo compressor code to archival/libunarchive/. No code changes by Denys Vlasenko · 14 years ago
  49. 4d4d1a0 whitespace fix by Denys Vlasenko · 14 years ago
  50. 8531c43 decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITE by Denys Vlasenko · 14 years ago
  51. f16727e decompress_bunzip2: code shrink ~5 bytes by Denys Vlasenko · 14 years ago
  52. 0c57697 decompress_bunzip2: code shrink ~10 bytes by Denys Vlasenko · 14 years ago
  53. 5d49b72 decompress_bunzip2: add profiling data to comment. no code changes by Denys Vlasenko · 14 years ago
  54. 1014a9a decompress_bunzip2: relieve register pressure in hot function read_bunzip by Denys Vlasenko · 14 years ago
  55. bf3bec5 decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loop by Denys Vlasenko · 14 years ago
  56. 36ef0a6 decompress_bunzip2: code shrink by Denys Vlasenko · 14 years ago
  57. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  58. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  59. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  60. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  61. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  62. 873bb31 cpio: avoid 'not created: newer or same age file exists' message for dirs by Pascal Bellard · 14 years ago
  63. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  64. 3b2acb7 tweak help text by Denys Vlasenko · 14 years ago
  65. 3d4a8f8 made 3 license strings to follow the usual form ("or later" bit is not changed!) by Denys Vlasenko · 14 years ago
  66. 8ae6e9b lzop: fix misordered "v=NULL; free(v)", small code shrink by Denys Vlasenko · 14 years ago
  67. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  68. 9ce07e7 bbconfig: add COMPRESS_BBCONFIG option by Denys Vlasenko · 14 years ago
  69. 91234b9 typo fixes in config help text by Denys Vlasenko · 14 years ago
  70. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  71. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  72. 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 14 years ago
  73. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  74. 5d26df6 tweak defconfig by Denys Vlasenko · 14 years ago
  75. 729f39d remove unzip doc: we don't have 100% proof it's ok to distribute by Denys Vlasenko · 14 years ago
  76. 8f65b0c whitespace fixes by Denys Vlasenko · 14 years ago
  77. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  78. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 15 years ago
  79. 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 15 years ago
  80. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 15 years ago
  81. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 15 years ago
  82. 620e863 bzip2 decompression: simple code shrink by Denys Vlasenko · 15 years ago
  83. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 15 years ago
  84. b768aeb tar: make typical extraction less memory-hungry by Denys Vlasenko · 15 years ago
  85. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 15 years ago
  86. d0a8a0d tar: fix --to-command wrt short writes by Denys Vlasenko · 15 years ago
  87. 894fa0a fix breakage in compressed file detection by Denys Vlasenko · 15 years ago
  88. 2b46fd4 tar: optional support for --to-command by Ladislav Michl · 15 years ago
  89. d2b738a decompress_unxz: use common string by Denys Vlasenko · 15 years ago
  90. ba73cfd unxz: update from XZ embedded git by Denys Vlasenko · 15 years ago
  91. 134d0eb cosmetics on top of Dan's patches by Denys Vlasenko · 15 years ago
  92. fdd7b56 A few minor portability improvements by Dan Fandrich · 15 years ago
  93. b76f18d Improve unzip's handling of stream ZIP files by Dan Fandrich · 15 years ago
  94. d86b4c3 data_extract_all: do not chmod symlink. Closes 2053 by Denys Vlasenko · 15 years ago
  95. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  96. c62f229 dpkg: add support for lzma compression by Pascal Bellard · 15 years ago
  97. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  98. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  99. f0f9470 make it possible to keep usage texts in .c files by Denys Vlasenko · 15 years ago
  100. 6c5bf0d make it possible to have include/applets.h-esque entries in .c files by Denys Vlasenko · 15 years ago