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