1. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  2. 4cae044 bzip2: expose tuning knob for faster/smaller code by Denys Vlasenko · 7 years ago
  3. 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
  4. 0a90960 ar: hopefully fix out-of-bounds read in get_header_ar() by Denys Vlasenko · 7 years ago
  5. c2a51b0 bzip2: work around bad compiler optimization by Denys Vlasenko · 7 years ago
  6. 2598915 gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes by Denys Vlasenko · 7 years ago
  7. 0e60a36 bzip2: move runningOrder[] back to stack - 256 bytes is not much by Denys Vlasenko · 7 years ago
  8. 86be6d5 bzip2: move ->origPtr out of struct EState, make a few members smaller by Denys Vlasenko · 7 years ago
  9. c9ae8d7 bzip2: pass sorting params through EState* pointer by Denys Vlasenko · 7 years ago
  10. 10f5165 gzip2: small simplification in mainSimpleSort() by Denys Vlasenko · 7 years ago
  11. 0599a13 bzip2: a few more locals converted to generic types by Denys Vlasenko · 7 years ago
  12. 8e31412 bzip2: eliminate one parameter to mainQSort3() by Denys Vlasenko · 7 years ago
  13. 9431bdd bzip2: small simplification in mainSort() by Denys Vlasenko · 7 years ago
  14. fe1bab4 bzip2: convert some locals to unsigned's by Denys Vlasenko · 7 years ago
  15. c364d32 bzip2: runningOrder[] values are always 0..255, make it uint8 by Denys Vlasenko · 7 years ago
  16. df23f55 bzip2: remove redundant clearing of an alredy unset bit by Denys Vlasenko · 7 years ago
  17. 524fa29 bzip2: eliminate write-only local numQSorted by Denys Vlasenko · 7 years ago
  18. 2109fce bzip2: make locals in mainSort() saner, convert one of them from uint16 to unsigned by Denys Vlasenko · 7 years ago
  19. aaa3818 bzip2: remove redundant loop termination check in mainSort() by Denys Vlasenko · 7 years ago
  20. e59e5ff bzip2: reduce indentation, no code changes by Denys Vlasenko · 7 years ago
  21. 9e5662e bzip2: reuse zPend processing code by Denys Vlasenko · 7 years ago
  22. 2cfe10a bzip2: shrink makeMaps_e() by Denys Vlasenko · 7 years ago
  23. 1cbcb02 bzip2: optimize zPend variable code by Denys Vlasenko · 7 years ago
  24. fc228b4 bzip2: have two separate "store bit 0" and "store bit 1" functions by Denys Vlasenko · 7 years ago
  25. feafb34 bzip2: ~1% speedup by special-casing "store 1 bit" function by Denys Vlasenko · 7 years ago
  26. 982c44d bzip2: rewrite bit of code which depends on integer overflow by Denys Vlasenko · 7 years ago
  27. 83dd4ff bzip2: delete write-only fave[] array by Denys Vlasenko · 7 years ago
  28. 3a2c97b bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValues by Denys Vlasenko · 7 years ago
  29. 359230d bzip2: code shrink by Denys Vlasenko · 7 years ago
  30. e594fb2 bzip2: code shrink by Denys Vlasenko · 7 years ago
  31. 125c3ff bzip2: code shrink by Denys Vlasenko · 7 years ago
  32. ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
  33. d6f0f03 libarchive: move bbunpack constants to bb_archive.h by Denys Vlasenko · 7 years ago
  34. 99ac175 lzop: code shrink by Denys Vlasenko · 7 years ago
  35. 97058d0 unlzop: fix --help: it has -U instead of -k by Denys Vlasenko · 7 years ago
  36. 1b8ac93 bzip2: code shrink, stop using global data variable by Denys Vlasenko · 7 years ago
  37. 54a174e gzip: "compressed_len" is unused, stop wasting code and time calculating it by Denys Vlasenko · 7 years ago
  38. a142926 gzip: remove unnecessary forward declarations, no code changes by Denys Vlasenko · 7 years ago
  39. 919bc9d gzip: flush output buffer after stored blocks only if necessary by Denys Vlasenko · 7 years ago
  40. f21ebee gzip: flush output buffer after stored blocks, they are not 32-bit aligned by Denys Vlasenko · 7 years ago
  41. ba63d70 gzip: make debugging of bits_sent less ugly, no code changes by Denys Vlasenko · 7 years ago
  42. 26eea71 gzip: code shrink by Denys Vlasenko · 7 years ago
  43. 0525198 gzip: code shrink by Denys Vlasenko · 7 years ago
  44. 8fd35a1 gzip: code shrink by Denys Vlasenko · 7 years ago
  45. 468731a gzip: code shrink and speedup by Denys Vlasenko · 7 years ago
  46. 631c168 gzip: optionally faster put_32bit() by Denys Vlasenko · 7 years ago
  47. b7dfbbc gzip: speed up send_bits() by Denys Vlasenko · 7 years ago
  48. d7500f8 gzip: use "unsigned" type for bit fields and bit counts by Denys Vlasenko · 7 years ago
  49. 6ba6a6f gzip: use wider (32-bit, not 16) bi_buf by Denys Vlasenko · 7 years ago
  50. e4c4e6d gzip: code shrink by Denys Vlasenko · 7 years ago
  51. 9c499a5 gzip: code shrink by Denys Vlasenko · 7 years ago
  52. c6d2a26 gzip: code shrink (consolidate zeroing on reinit) by Denys Vlasenko · 7 years ago
  53. bb373db tar: accomodate non-terminated tar.chksum fields as seen from github.com by Denys Vlasenko · 7 years ago
  54. e503962 gzip: fix debug code. Closes 10681 by Denys Vlasenko · 7 years ago
  55. a07fead tar: code shrink by Denys Vlasenko · 7 years ago
  56. 931cf64 tar: code shrink, better help text by Denys Vlasenko · 7 years ago
  57. 02e93b3 tar: improve help text by Denys Vlasenko · 7 years ago
  58. 978810d unzip: add missing -j to trivial usage by Eugene Rudoy · 7 years ago
  59. c6f213a unzip: fix content listing and filtering when -j is used by Eugene Rudoy · 7 years ago
  60. 9ac42c5 unlzma: fix SEGV, closes 10436 by Denys Vlasenko · 7 years ago
  61. 0402cb3 bunzip2: fix runCnt overflow from bug 10431 by Denys Vlasenko · 7 years ago
  62. 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  63. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  64. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  65. 6bafcfb tar: fix handling of first argument without '-' by Ron Yorston · 7 years ago
  66. e837a0d libarchive: fix build failure on NOMMU systems by Ron Yorston · 7 years ago
  67. efcc89b rpm,rpm2cpio: do not compile not-configurred parts of rpm.c by Denys Vlasenko · 7 years ago
  68. 5da5365 rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far) by Denys Vlasenko · 7 years ago
  69. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  70. 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
  71. 3c9b8fe rpm2cpio: use rpm_gettags by Denys Vlasenko · 7 years ago
  72. e5650a4 rpm: prepare rpm_gettags for reuse in rpm2cpio by Denys Vlasenko · 7 years ago
  73. 3fa9262 rpm,rpm2cpio: put both sources into one file, no code changes by Denys Vlasenko · 7 years ago
  74. 9be166b rpm: code shrink by Denys Vlasenko · 7 years ago
  75. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  76. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  77. 76b6562 unxz: get_le32 macro is obviously wrong by Denys Vlasenko · 7 years ago
  78. dd5a402 getopt32: move support for "always treat first arg as option" to users (tar/ar) by Denys Vlasenko · 7 years ago
  79. 18e781d config: do not use `a' quoting in help texts by Denys Vlasenko · 7 years ago
  80. 46f3f16 unzip: fix regression on big-endian machines by Natanael Copa · 7 years ago
  81. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  82. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  83. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  84. ad37abf unzip: sanitize filename length: malloc(1234mb) is not funny by Denys Vlasenko · 7 years ago
  85. 997ad2c unzip: implement -j, closes 9126 by Denys Vlasenko · 7 years ago
  86. bff9bbc unzip: robustify overwrite checks by Denys Vlasenko · 7 years ago
  87. 13ae85e unzip: support symlinks. Closes 10031 by Denys Vlasenko · 7 years ago
  88. ebe3c35 bzcat,zcat: simplify code if gunzip/bunzip2 is not selected by Denys Vlasenko · 7 years ago
  89. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  90. 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
  91. 38d9669 unzip: TODO for symlink support by Denys Vlasenko · 7 years ago
  92. d13c176 dpkg: fix CONFIG_FEATURE_CLEAN_UP handling by Peter Korsgaard · 7 years ago
  93. 034ceab bzcat: compile bunzip2_main() if BZCAT. by Denys Vlasenko · 7 years ago
  94. d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
  95. 1c013fa archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop by Denys Vlasenko · 8 years ago
  96. 5d72ae5 fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo" by Denys Vlasenko · 8 years ago
  97. 978307f tar: add IF_FEATURE_* checks by Ming Liu · 8 years ago
  98. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  99. 876c121 whitespace fix by Denys Vlasenko · 8 years ago
  100. 74c2215 Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error by Kang-Che Sung · 8 years ago