typo fix in comment
[oweals/busybox.git] / archival / libarchive /
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-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-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
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 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 Vlasenkolzop: code shrink
2018-01-27 Denys Vlasenkotar: accomodate non-terminated tar.chksum fields as...
2017-10-27 Denys Vlasenkounlzma: fix SEGV, closes 10436
2017-10-22 Denys Vlasenkobunzip2: fix runCnt overflow from bug 10431
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-08-22 Ron Yorstonlibarchive: fix build failure on NOMMU systems
2017-08-10 Denys Vlasenkolibarchive: do not extract unsafe symlinks unless ...
2017-08-10 Denys Vlasenkorpm2cpio: handle LZMA compressed rpms. closes 10166
2017-08-07 Denys Vlasenkounxz: get_le32 macro is obviously wrong
2017-07-24 Denys Vlasenkotar: postpone creation of symlinks with "suspicious...
2017-07-15 Denys VlasenkoMove get_unaligned_le32() macros to platform.h
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-02-17 Kang-Che SungFix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error
2017-02-04 Rostislav SkudnovReplace int -> uint to avoid signed integer overflow
2017-01-25 Denys Vlasenkolink: new applet
2017-01-09 Denys Vlasenkounlzma: expand comments, no code changes
2017-01-09 Denys Vlasenkounlzma: fix erroneous "while" instead of "if". Closes...
2017-01-09 Denys Vlasenkounzip: optional support for xz
2017-01-09 Denys Vlasenkounzip: optional support for bzip2 and lzma
2016-12-08 Denys Vlasenkorandomconfig fixes
2016-11-11 Denys Vlasenkotar: handle pax-encoded utf8 filenames and link names...
2016-10-12 Denys Vlasenkocpio: fix restoration of file ownership, closes 9306
2016-06-21 Denys Vlasenkolibarchive: fix xmalloc_open_zipped_read_close()
2016-06-20 Denys Vlasenkotypo fix
2016-06-20 Denys Vlasenkolibarchive: fix open_zipped()
2016-06-20 Denys Vlasenkolibarchive: fix xmalloc_open_zipped_read_close() on...
2016-06-19 Denys Vlasenkorandomconfig fixes
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-01 Denys Vlasenkolibbb: two new functions: wait_for_exitstatus(pid)...
2015-10-30 Denys Vlasenko[g]unzip: fix recent breakage.
2015-10-26 Denys Vlasenkounzip: test for bad archive SEGVing
2015-10-22 Denys Vlasenkotar: fix files skipped with --strip_components not...
2015-10-22 Denys Vlasenkotar: shrink hardlink name handling code
2015-10-21 Denys Vlasenkotar: add support for --strip-components=N
2015-10-16 Aaro Koskinencpio: implement -R/--owner
2015-10-13 Denys Vlasenko*: more BUILD_BUG_ON conversions
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-05-11 Denys Vlasenkotar: do not try to decode GNU extended headers as pax...
2015-05-03 Thiago Jung Bauermannlibarchive: auto-detect .Z files as well
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-10 Denys Vlasenkounzip: prevent attacks via malicious filenames
2015-01-30 Denys Vlasenkodpkg: update supported compression methods
2014-12-06 Denys Vlasenkomake xmalloc_open_zipped_read_close result NUL terminated
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-12-06 Denys VlasenkoRename transformer_aux_data_t -> transformer_state_t
2014-06-30 Denys Vlasenkolzop: add overflow check
2014-02-28 Denys Vlasenkounlzma: add comments about possible bug from BZ 2689
2014-02-28 Denys Vlasenkounlzma: move some variables in "more local" scope
2014-02-02 Denys Vlasenkozcat: complain if input is not compressed
2014-01-27 Denys Vlasenkolibbb: open_zipped() should not fail on non-compressed...
next