- 71df2d3 hush: allow hush to run embedded scripts by Ron Yorston · 6 years ago
- 403d257 tar: skip 'V' headers (GNU volume label), closes 11526 by Denys Vlasenko · 6 years ago
- e80d04b unlzma: fix too-eager corruption check by Denys Vlasenko · 6 years ago
- f4fc303 tar: fix too eager autodetection, closes 11531 by Denys Vlasenko · 6 years ago
- 97c2a6d remove FAST_FUNC on a static function by Denys Vlasenko · 6 years ago
- c339c7f libarchive: add a function to unpack embedded data by Ron Yorston · 6 years ago
- 4f2ef4a ash: allow shell scripts to be embedded in the binary by Denys Vlasenko · 6 years ago
- 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
- 2005d3f tar: fix a thinko in prev commit - we need to copy to _unused_ fd by Denys Vlasenko · 6 years ago
- 037759b tar: handle the case when opened created tarball happens to have fd#0 by Denys Vlasenko · 6 years ago
- 45d68c3 tar: make source code a bit more terse, no logic changes by Denys Vlasenko · 6 years ago
- 81de30d gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171 by Denys Vlasenko · 6 years ago
- 9be4d4f cpio: if longopts are enabled, accept --null (synonym for -0) by Denys Vlasenko · 6 years ago
- 4d0e2d5 tweak help texts by Denys Vlasenko · 6 years ago
- 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
- a36986b unlzma: close another SEGV possibility by Denys Vlasenko · 7 years ago
- 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
- 77bf05d unlzma: do emit the error message on bad input, when we exit with 1 by Denys Vlasenko · 7 years ago
- e09c426 unlzma: fix another SEGV case by Denys Vlasenko · 7 years ago
- b74e490 ar: stop using static data by Denys Vlasenko · 7 years ago
- dd56921 dpkg: fix symlink creation, closes 10941 by Denys Vlasenko · 7 years ago
- a1870f4 unlzma: fix segfault on bad archive by Denys Vlasenko · 7 years ago
- 38ccd6a bzip2: fix two crashes on corrupted archives by Denys Vlasenko · 7 years ago
- 87a08e4 lzop: remove method checks which are always true/false by Denys Vlasenko · 7 years ago
- 3d4f688 lzop: buffer several 32-bit writes when we start a new compressed block by Denys Vlasenko · 7 years ago
- 24ef5c6 lzop: reuse strings by Denys Vlasenko · 7 years ago
- 15684bf lzop: checksum reads do not need to be checksummed by Denys Vlasenko · 7 years ago
- 3a7d16d lzop: don't support ancient versions < 0.94 (15 Oct 1997) by Denys Vlasenko · 7 years ago
- 434f959 lzop: code shrink by using header_t matching on-disk layout by Denys Vlasenko · 7 years ago
- 7924b69 tar: trim help text by Denys Vlasenko · 7 years ago
- 899ae53 libbb: new function bb_die_memory_exhausted by Denys Vlasenko · 7 years ago
- d950322 cpio: extract "unsafe" symlinks the same way tar/unzip does by Natanael Copa · 7 years ago
- 3c08437 tar: add -o and -k to short --help too by Denys Vlasenko · 7 years ago
- 1ee222e tar: add -k and -o to --help by Denys Vlasenko · 7 years ago
- 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