1. f25d254 decompress_gunzip: Fix DoS if gzip is corrupt by Samuel Sapalski · 3 years, 10 months ago
  2. 9daa877 tar: add TODO about a bug with non-writable directories on extract by Denys Vlasenko · 4 years ago
  3. a2f18d9 help text tweaks by Denys Vlasenko · 4 years, 1 month ago
  4. c7b858f libbb: add and use infrastructure for fixed page size optimization by Denys Vlasenko · 4 years, 1 month ago
  5. fd3c512 libbb: create and use mmap() helpers by Denys Vlasenko · 4 years, 1 month ago
  6. 11f1a25 help text tweaks by Denys Vlasenko · 4 years, 1 month ago
  7. c9b93cf tar: expand --help by Denys Vlasenko · 4 years, 1 month ago
  8. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  9. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years, 1 month ago
  10. bd46f64 archival: avoid std namespace for local includes by Joachim Nilsson · 4 years, 8 months ago
  11. 16e82c6 tar: fix fallout of last_char_is(NULL) no longer being allowed by Denys Vlasenko · 4 years, 3 months ago
  12. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 3 months ago
  13. 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 3 months ago
  14. 86a633e dpkg: prevent important directories from being removed by Norbert Lange · 5 years ago
  15. 24c212b gzip -d with zcat enabled but gunzip disabled was misbehaving by Denys Vlasenko · 4 years, 7 months ago
  16. 7c443d1 randomconfig fixes by Denys Vlasenko · 4 years, 7 months ago
  17. b994374 unzip: -d should create the dir by Lauri Kasanen · 4 years, 9 months ago
  18. 2f57b51 unxz: show -t in --help by Denys Vlasenko · 5 years ago
  19. caf5ee0 gunzip: fix incorrect decoding of "fixed" inflate blocks by Denys Vlasenko · 5 years ago
  20. e1a7c97 tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by extension" by Denys Vlasenko · 5 years ago
  21. fb11035 gunzip: code shrink by using int-, not short-sized struct member by Denys Vlasenko · 5 years ago
  22. 6572ef6 gzip: code shrink by Denys Vlasenko · 5 years ago
  23. c763392 gzip: code shrink by Denys Vlasenko · 5 years ago
  24. 42f454b dpkg-deb: work around bogus error message when working with XZ compressed packages by Denys Vlasenko · 5 years ago
  25. d327c6b gzip: code shrink by Denys Vlasenko · 5 years ago
  26. 750137e gzip: code shrink by Denys Vlasenko · 5 years ago
  27. c660cc1 gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=n by Daniel Edgecumbe · 5 years ago
  28. ca5d86d gzip: set compression flags correctly as per standard by Daniel Edgecumbe · 5 years ago
  29. de82f0b gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6 by Daniel Edgecumbe · 5 years ago
  30. 16474cf tar: change -a from meaning "lzma" to mean "autodetect by extension" by Denys Vlasenko · 5 years ago
  31. e6a87e7 tar: code shrink by Denys Vlasenko · 5 years ago
  32. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  33. eda83c9 comment fix by Denys Vlasenko · 6 years ago
  34. cc71f79 libarchive: treat one "FIXME: avoid seek", take 2 by Denys Vlasenko · 6 years ago
  35. dff2bd7 libarchive: treat one "FIXME: avoid seek" by Denys Vlasenko · 6 years ago
  36. 58d998d bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Closes 11896 by Denys Vlasenko · 6 years ago
  37. f9b4cc1 config: dpkg_deb should be dpkg-deb by Denys Vlasenko · 6 years ago
  38. b86b39b config: more tweaks by Denys Vlasenko · 6 years ago
  39. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  40. 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
  41. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  42. 403d257 tar: skip 'V' headers (GNU volume label), closes 11526 by Denys Vlasenko · 6 years ago
  43. e80d04b unlzma: fix too-eager corruption check by Denys Vlasenko · 6 years ago
  44. f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
  45. 97c2a6d remove FAST_FUNC on a static function by Denys Vlasenko · 6 years ago
  46. c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
  47. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  48. 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
  49. 2005d3f tar: fix a thinko in prev commit - we need to copy to _unused_ fd by Denys Vlasenko · 6 years ago
  50. 037759b tar: handle the case when opened created tarball happens to have fd#0 by Denys Vlasenko · 6 years ago
  51. 45d68c3 tar: make source code a bit more terse, no logic changes by Denys Vlasenko · 6 years ago
  52. 81de30d gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171 by Denys Vlasenko · 6 years ago
  53. 9be4d4f cpio: if longopts are enabled, accept --null (synonym for -0) by Denys Vlasenko · 7 years ago
  54. 4d0e2d5 tweak help texts by Denys Vlasenko · 7 years ago
  55. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  56. a36986b unlzma: close another SEGV possibility by Denys Vlasenko · 7 years ago
  57. 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
  58. 77bf05d unlzma: do emit the error message on bad input, when we exit with 1 by Denys Vlasenko · 7 years ago
  59. e09c426 unlzma: fix another SEGV case by Denys Vlasenko · 7 years ago
  60. b74e490 ar: stop using static data by Denys Vlasenko · 7 years ago
  61. dd56921 dpkg: fix symlink creation, closes 10941 by Denys Vlasenko · 7 years ago
  62. a1870f4 unlzma: fix segfault on bad archive by Denys Vlasenko · 7 years ago
  63. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  64. 87a08e4 lzop: remove method checks which are always true/false by Denys Vlasenko · 7 years ago
  65. 3d4f688 lzop: buffer several 32-bit writes when we start a new compressed block by Denys Vlasenko · 7 years ago
  66. 24ef5c6 lzop: reuse strings by Denys Vlasenko · 7 years ago
  67. 15684bf lzop: checksum reads do not need to be checksummed by Denys Vlasenko · 7 years ago
  68. 3a7d16d lzop: don't support ancient versions < 0.94 (15 Oct 1997) by Denys Vlasenko · 7 years ago
  69. 434f959 lzop: code shrink by using header_t matching on-disk layout by Denys Vlasenko · 7 years ago
  70. 7924b69 tar: trim help text by Denys Vlasenko · 7 years ago
  71. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  72. d950322 cpio: extract "unsafe" symlinks the same way tar/unzip does by Natanael Copa · 7 years ago
  73. 3c08437 tar: add -o and -k to short --help too by Denys Vlasenko · 7 years ago
  74. 1ee222e tar: add -k and -o to --help by Denys Vlasenko · 7 years ago
  75. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  76. 4cae044 bzip2: expose tuning knob for faster/smaller code by Denys Vlasenko · 7 years ago
  77. 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
  78. 0a90960 ar: hopefully fix out-of-bounds read in get_header_ar() by Denys Vlasenko · 7 years ago
  79. c2a51b0 bzip2: work around bad compiler optimization by Denys Vlasenko · 7 years ago
  80. 2598915 gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes by Denys Vlasenko · 7 years ago
  81. 0e60a36 bzip2: move runningOrder[] back to stack - 256 bytes is not much by Denys Vlasenko · 7 years ago
  82. 86be6d5 bzip2: move ->origPtr out of struct EState, make a few members smaller by Denys Vlasenko · 7 years ago
  83. c9ae8d7 bzip2: pass sorting params through EState* pointer by Denys Vlasenko · 7 years ago
  84. 10f5165 gzip2: small simplification in mainSimpleSort() by Denys Vlasenko · 7 years ago
  85. 0599a13 bzip2: a few more locals converted to generic types by Denys Vlasenko · 7 years ago
  86. 8e31412 bzip2: eliminate one parameter to mainQSort3() by Denys Vlasenko · 7 years ago
  87. 9431bdd bzip2: small simplification in mainSort() by Denys Vlasenko · 7 years ago
  88. fe1bab4 bzip2: convert some locals to unsigned's by Denys Vlasenko · 7 years ago
  89. c364d32 bzip2: runningOrder[] values are always 0..255, make it uint8 by Denys Vlasenko · 7 years ago
  90. df23f55 bzip2: remove redundant clearing of an alredy unset bit by Denys Vlasenko · 7 years ago
  91. 524fa29 bzip2: eliminate write-only local numQSorted by Denys Vlasenko · 7 years ago
  92. 2109fce bzip2: make locals in mainSort() saner, convert one of them from uint16 to unsigned by Denys Vlasenko · 7 years ago
  93. aaa3818 bzip2: remove redundant loop termination check in mainSort() by Denys Vlasenko · 7 years ago
  94. e59e5ff bzip2: reduce indentation, no code changes by Denys Vlasenko · 7 years ago
  95. 9e5662e bzip2: reuse zPend processing code by Denys Vlasenko · 7 years ago
  96. 2cfe10a bzip2: shrink makeMaps_e() by Denys Vlasenko · 7 years ago
  97. 1cbcb02 bzip2: optimize zPend variable code by Denys Vlasenko · 7 years ago
  98. fc228b4 bzip2: have two separate "store bit 0" and "store bit 1" functions by Denys Vlasenko · 7 years ago
  99. feafb34 bzip2: ~1% speedup by special-casing "store 1 bit" function by Denys Vlasenko · 7 years ago
  100. 982c44d bzip2: rewrite bit of code which depends on integer overflow by Denys Vlasenko · 7 years ago