1. 59ac467 libbb: eliminate a static data array in bb_mode_string() by Denys Vlasenko · 3 years, 3 months ago
  2. 6d3da73 bzip: make ftab[] and crc32table[] member arrays of EState, do not allocate by Denys Vlasenko · 3 years, 4 months ago
  3. e03b494 cpio: fix sscanf on unterminated buffer by S Harris · 3 years, 6 months ago
  4. 04f052c unlzma: fix a case where we could read before beginning of buffer by Denys Vlasenko · 3 years, 6 months ago
  5. 147ac93 decompress_gunzip: simplify ERR_RET bit clearing by Denys Vlasenko · 3 years, 7 months ago
  6. f25d254 decompress_gunzip: Fix DoS if gzip is corrupt by Samuel Sapalski · 3 years, 9 months ago
  7. 9daa877 tar: add TODO about a bug with non-writable directories on extract by Denys Vlasenko · 4 years ago
  8. 6cc4962 decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  9. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  10. bd46f64 archival: avoid std namespace for local includes by Joachim Nilsson · 4 years, 7 months ago
  11. 16e82c6 tar: fix fallout of last_char_is(NULL) no longer being allowed by Denys Vlasenko · 4 years, 2 months ago
  12. caf5ee0 gunzip: fix incorrect decoding of "fixed" inflate blocks by Denys Vlasenko · 5 years ago
  13. fb11035 gunzip: code shrink by using int-, not short-sized struct member by Denys Vlasenko · 5 years ago
  14. 6572ef6 gzip: code shrink by Denys Vlasenko · 5 years ago
  15. c763392 gzip: code shrink by Denys Vlasenko · 5 years ago
  16. 42f454b dpkg-deb: work around bogus error message when working with XZ compressed packages by Denys Vlasenko · 5 years ago
  17. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  18. eda83c9 comment fix by Denys Vlasenko · 6 years ago
  19. cc71f79 libarchive: treat one "FIXME: avoid seek", take 2 by Denys Vlasenko · 6 years ago
  20. dff2bd7 libarchive: treat one "FIXME: avoid seek" by Denys Vlasenko · 6 years ago
  21. 58d998d bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Closes 11896 by Denys Vlasenko · 6 years ago
  22. 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
  23. 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
  24. 403d257 tar: skip 'V' headers (GNU volume label), closes 11526 by Denys Vlasenko · 6 years ago
  25. e80d04b unlzma: fix too-eager corruption check by Denys Vlasenko · 6 years ago
  26. f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
  27. 97c2a6d remove FAST_FUNC on a static function by Denys Vlasenko · 6 years ago
  28. c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
  29. 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
  30. a36986b unlzma: close another SEGV possibility by Denys Vlasenko · 7 years ago
  31. 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
  32. 77bf05d unlzma: do emit the error message on bad input, when we exit with 1 by Denys Vlasenko · 7 years ago
  33. e09c426 unlzma: fix another SEGV case by Denys Vlasenko · 7 years ago
  34. b74e490 ar: stop using static data by Denys Vlasenko · 7 years ago
  35. dd56921 dpkg: fix symlink creation, closes 10941 by Denys Vlasenko · 7 years ago
  36. a1870f4 unlzma: fix segfault on bad archive by Denys Vlasenko · 7 years ago
  37. 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
  38. 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
  39. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  40. 4cae044 bzip2: expose tuning knob for faster/smaller code by Denys Vlasenko · 7 years ago
  41. 0a90960 ar: hopefully fix out-of-bounds read in get_header_ar() by Denys Vlasenko · 7 years ago
  42. c2a51b0 bzip2: work around bad compiler optimization by Denys Vlasenko · 7 years ago
  43. 2598915 gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes by Denys Vlasenko · 7 years ago
  44. 0e60a36 bzip2: move runningOrder[] back to stack - 256 bytes is not much by Denys Vlasenko · 7 years ago
  45. 86be6d5 bzip2: move ->origPtr out of struct EState, make a few members smaller by Denys Vlasenko · 7 years ago
  46. c9ae8d7 bzip2: pass sorting params through EState* pointer by Denys Vlasenko · 7 years ago
  47. 10f5165 gzip2: small simplification in mainSimpleSort() by Denys Vlasenko · 7 years ago
  48. 0599a13 bzip2: a few more locals converted to generic types by Denys Vlasenko · 7 years ago
  49. 8e31412 bzip2: eliminate one parameter to mainQSort3() by Denys Vlasenko · 7 years ago
  50. 9431bdd bzip2: small simplification in mainSort() by Denys Vlasenko · 7 years ago
  51. fe1bab4 bzip2: convert some locals to unsigned's by Denys Vlasenko · 7 years ago
  52. c364d32 bzip2: runningOrder[] values are always 0..255, make it uint8 by Denys Vlasenko · 7 years ago
  53. df23f55 bzip2: remove redundant clearing of an alredy unset bit by Denys Vlasenko · 7 years ago
  54. 524fa29 bzip2: eliminate write-only local numQSorted by Denys Vlasenko · 7 years ago
  55. 2109fce bzip2: make locals in mainSort() saner, convert one of them from uint16 to unsigned by Denys Vlasenko · 7 years ago
  56. aaa3818 bzip2: remove redundant loop termination check in mainSort() by Denys Vlasenko · 7 years ago
  57. e59e5ff bzip2: reduce indentation, no code changes by Denys Vlasenko · 7 years ago
  58. 9e5662e bzip2: reuse zPend processing code by Denys Vlasenko · 7 years ago
  59. 2cfe10a bzip2: shrink makeMaps_e() by Denys Vlasenko · 7 years ago
  60. 1cbcb02 bzip2: optimize zPend variable code by Denys Vlasenko · 7 years ago
  61. fc228b4 bzip2: have two separate "store bit 0" and "store bit 1" functions by Denys Vlasenko · 7 years ago
  62. feafb34 bzip2: ~1% speedup by special-casing "store 1 bit" function by Denys Vlasenko · 7 years ago
  63. 982c44d bzip2: rewrite bit of code which depends on integer overflow by Denys Vlasenko · 7 years ago
  64. 83dd4ff bzip2: delete write-only fave[] array by Denys Vlasenko · 7 years ago
  65. 3a2c97b bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValues by Denys Vlasenko · 7 years ago
  66. 359230d bzip2: code shrink by Denys Vlasenko · 7 years ago
  67. e594fb2 bzip2: code shrink by Denys Vlasenko · 7 years ago
  68. 125c3ff bzip2: code shrink by Denys Vlasenko · 7 years ago
  69. ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
  70. 99ac175 lzop: code shrink by Denys Vlasenko · 7 years ago
  71. bb373db tar: accomodate non-terminated tar.chksum fields as seen from github.com by Denys Vlasenko · 7 years ago
  72. 9ac42c5 unlzma: fix SEGV, closes 10436 by Denys Vlasenko · 7 years ago
  73. 0402cb3 bunzip2: fix runCnt overflow from bug 10431 by Denys Vlasenko · 7 years ago
  74. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  75. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  76. e837a0d libarchive: fix build failure on NOMMU systems by Ron Yorston · 7 years ago
  77. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  78. 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
  79. 76b6562 unxz: get_le32 macro is obviously wrong by Denys Vlasenko · 7 years ago
  80. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  81. 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
  82. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  83. 74c2215 Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error by Kang-Che Sung · 8 years ago
  84. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  85. 06f20bf link: new applet by Denys Vlasenko · 8 years ago
  86. 590402b unlzma: expand comments, no code changes by Denys Vlasenko · 8 years ago
  87. 3989e5a unlzma: fix erroneous "while" instead of "if". Closes 4682 by Denys Vlasenko · 8 years ago
  88. 6b4f4b5 unzip: optional support for xz by Denys Vlasenko · 8 years ago
  89. 2a0867a unzip: optional support for bzip2 and lzma by Denys Vlasenko · 8 years ago
  90. 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
  91. 9655f95 tar: handle pax-encoded utf8 filenames and link names. Closes 9406 by Denys Vlasenko · 8 years ago
  92. 85100a7 cpio: fix restoration of file ownership, closes 9306 by Denys Vlasenko · 8 years ago
  93. 10c0e91 libarchive: fix xmalloc_open_zipped_read_close() by Denys Vlasenko · 8 years ago
  94. e24e886 typo fix by Denys Vlasenko · 8 years ago
  95. df3ec0e libarchive: fix open_zipped() by Denys Vlasenko · 8 years ago
  96. 984b0a6 libarchive: fix xmalloc_open_zipped_read_close() on NOMMU by Denys Vlasenko · 8 years ago
  97. 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
  98. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  99. c4199f2 libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) by Denys Vlasenko · 9 years ago
  100. 6bd3fff [g]unzip: fix recent breakage. by Denys Vlasenko · 9 years ago