Bump version to 1.32.0
[oweals/busybox.git] / archival /
2020-06-25 Denys Vlasenkogzip -d with zcat enabled but gunzip disabled was misbe...
2020-06-23 Denys Vlasenkorandomconfig fixes
2020-04-29 Lauri Kasanenunzip: -d should create the dir
2019-11-08 Denys Vlasenkounxz: show -t in --help
2019-10-26 Denys Vlasenkogunzip: fix incorrect decoding of "fixed" inflate blocks
2019-10-25 Denys Vlasenkotar: fix fallout of: change -a from meaning "lzma"...
2019-10-20 Denys Vlasenkogunzip: code shrink by using int-, not short-sized...
2019-10-19 Denys Vlasenkogzip: code shrink
2019-10-19 Denys Vlasenkogzip: code shrink
2019-10-11 Denys Vlasenkodpkg-deb: work around bogus error message when working...
2019-09-06 Denys Vlasenkogzip: code shrink
2019-09-05 Denys Vlasenkogzip: code shrink
2019-09-05 Daniel Edgecumbegzip: set default compression level to 6 when CONFIG_FE...
2019-09-05 Daniel Edgecumbegzip: set compression flags correctly as per standard
2019-09-05 Daniel Edgecumbegzip: default level with ENABLE_FEATURE_GZIP_LEVELS...
2019-08-02 Denys Vlasenkotar: change -a from meaning "lzma" to mean "autodetect...
2019-08-01 Denys Vlasenkotar: code shrink
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-05-26 Denys Vlasenkocomment fix
2019-05-26 Denys Vlasenkolibarchive: treat one "FIXME: avoid seek", take 2
2019-05-24 Denys Vlasenkolibarchive: treat one "FIXME: avoid seek"
2019-05-23 Denys Vlasenkobunzip2: the correct condition is "n < groupCount"...
2018-12-28 Denys Vlasenkoconfig: dpkg_deb should be dpkg-deb
2018-12-28 Denys Vlasenkoconfig: more tweaks
2018-12-28 Denys Vlasenkoconfig: update size information
2018-12-27 Denys Vlasenkorandomconfig fixes
2018-11-27 Ron Yorstonhush: allow hush to run embedded scripts
2018-11-27 Denys Vlasenkotar: skip 'V' headers (GNU volume label), closes 11526
2018-11-27 Denys Vlasenkounlzma: fix too-eager corruption check
2018-11-27 Denys Vlasenkotar: fix too eager autodetection, closes 11531
2018-11-02 Denys Vlasenkoremove FAST_FUNC on a static function
2018-11-02 Ron Yorstonlibarchive: add a function to unpack embedded data
2018-11-01 Denys Vlasenkoash: allow shell scripts to be embedded in the binary
2018-09-30 Denys Vlasenkounzip: use printable_string() for printing filenames
2018-08-04 Denys Vlasenkotar: fix a thinko in prev commit - we need to copy...
2018-08-04 Denys Vlasenkotar: handle the case when opened created tarball happen...
2018-08-04 Denys Vlasenkotar: make source code a bit more terse, no logic changes
2018-07-24 Denys Vlasenkogzip: unbreak FEATURE_GZIP_LEVELS, closes 11171
2018-07-06 Denys Vlasenkocpio: if longopts are enabled, accept --null (synonym...
2018-07-06 Denys Vlasenkotweak help texts
2018-06-06 Kartik Agaramrestore documentation on the build config language
2018-05-25 Denys Vlasenkounlzma: close another SEGV possibility
2018-05-22 Harald van Dijktar: fix interaction of delayed symlink and hardlink...
2018-04-24 Denys Vlasenkounlzma: do emit the error message on bad input, when...
2018-04-19 Denys Vlasenkounlzma: fix another SEGV case
2018-04-15 Denys Vlasenkoar: stop using static data
2018-04-13 Denys Vlasenkodpkg: fix symlink creation, closes 10941
2018-04-08 Denys Vlasenkounlzma: fix segfault on bad archive
2018-04-08 Denys Vlasenkobzip2: fix two crashes on corrupted archives
2018-04-08 Denys Vlasenkolzop: remove method checks which are always true/false
2018-04-08 Denys Vlasenkolzop: buffer several 32-bit writes when we start a...
2018-04-08 Denys Vlasenkolzop: reuse strings
2018-04-08 Denys Vlasenkolzop: checksum reads do not need to be checksummed
2018-04-08 Denys Vlasenkolzop: don't support ancient versions < 0.94 (15 Oct...
2018-04-08 Denys Vlasenkolzop: code shrink by using header_t matching on-disk...
2018-04-07 Denys Vlasenkotar: trim help text
2018-04-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
2018-03-30 Natanael Copacpio: extract "unsafe" symlinks the same way tar/unzip...
2018-03-16 Denys Vlasenkotar: add -o and -k to short --help too
2018-03-16 Denys Vlasenkotar: add -k and -o to --help
2018-02-20 Denys Vlasenkotar,unzip: postpone creation of symlinks with "suspicio...
2018-02-07 Denys Vlasenkobzip2: expose tuning knob for faster/smaller code
2018-02-06 Denys Vlasenkounzip: do not set directory mode to 0777
2018-02-06 Denys Vlasenkoar: hopefully fix out-of-bounds read in get_header_ar()
2018-02-04 Denys Vlasenkobzip2: work around bad compiler optimization
2018-02-03 Denys Vlasenkogunzip: fix from gzip-1.3.12 for gzip file with all...
2018-02-03 Denys Vlasenkobzip2: move runningOrder[] back to stack - 256 bytes...
2018-02-03 Denys Vlasenkobzip2: move ->origPtr out of struct EState, make a...
2018-02-03 Denys Vlasenkobzip2: pass sorting params through EState* pointer
2018-02-03 Denys Vlasenkogzip2: small simplification in mainSimpleSort()
2018-02-03 Denys Vlasenkobzip2: a few more locals converted to generic types
2018-02-03 Denys Vlasenkobzip2: eliminate one parameter to mainQSort3()
2018-02-03 Denys Vlasenkobzip2: small simplification in mainSort()
2018-02-03 Denys Vlasenkobzip2: convert some locals to unsigned's
2018-02-03 Denys Vlasenkobzip2: runningOrder[] values are always 0..255, make...
2018-02-03 Denys Vlasenkobzip2: remove redundant clearing of an alredy unset bit
2018-02-03 Denys Vlasenkobzip2: eliminate write-only local numQSorted
2018-02-03 Denys Vlasenkobzip2: make locals in mainSort() saner, convert one...
2018-02-03 Denys Vlasenkobzip2: remove redundant loop termination check in mainS...
2018-02-03 Denys Vlasenkobzip2: reduce indentation, no code changes
2018-02-03 Denys Vlasenkobzip2: reuse zPend processing code
2018-02-03 Denys Vlasenkobzip2: shrink makeMaps_e()
2018-02-03 Denys Vlasenkobzip2: optimize zPend variable code
2018-02-03 Denys Vlasenkobzip2: have two separate "store bit 0" and "store bit...
2018-02-03 Denys Vlasenkobzip2: ~1% speedup by special-casing "store 1 bit"...
2018-02-03 Denys Vlasenkobzip2: rewrite bit of code which depends on integer...
2018-02-03 Denys Vlasenkobzip2: delete write-only fave[] array
2018-02-03 Denys Vlasenkobgip2: fewer specifically-sized [u]int32_t's locals...
2018-02-03 Denys Vlasenkobzip2: code shrink
2018-02-03 Denys Vlasenkobzip2: code shrink
2018-02-02 Denys Vlasenkobzip2: code shrink
2018-02-01 Denys Vlasenkolibbb: commonalize a bit of little-endian CRC32 table...
2018-02-01 Denys Vlasenkolibarchive: move bbunpack constants to bb_archive.h
2018-02-01 Denys Vlasenkolzop: code shrink
2018-02-01 Denys Vlasenkounlzop: fix --help: it has -U instead of -k
2018-02-01 Denys Vlasenkobzip2: code shrink, stop using global data variable
2018-01-31 Denys Vlasenkogzip: "compressed_len" is unused, stop wasting code...
2018-01-31 Denys Vlasenkogzip: remove unnecessary forward declarations, no code...
2018-01-31 Denys Vlasenkogzip: flush output buffer after stored blocks only...
2018-01-31 Denys Vlasenkogzip: flush output buffer after stored blocks, they...
next