fixes for bugs found by make_single_applets.sh
[oweals/busybox.git] / archival / libarchive /
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...
2014-01-10 Denys Vlasenkotar: tighten up pax header validity check
2014-01-10 Denys Vlasenkolibarchive: open_zipped() does not need to check extens...
2013-11-29 Denys Vlasenkofix assorted unused code and wrong format specs found...
2013-11-19 Denys Vlasenkotar: fix exitcode check for MMU-spawned unpacking helpers
2013-10-16 Denys VlasenkoFix some compiler warnings emitted by gcc-4.8.0
2013-10-06 Denys Vlasenkobunzip2: fix off-by-one check
2013-09-10 Denys Vlasenkoar: better comment
2013-09-10 Peter Korsgaardar: read_num(): fix reading fields using the entire...
2013-06-30 Rich Felker*: change execl sentinels from NULL to (char*)0
2013-05-15 Denys VlasenkoFix build failures caused by not compiling open_transfo...
2013-05-12 Denys VlasenkoFix build failures caused by not compiling open_transfo...
2013-03-01 Denys Vlasenkodecompress_unlzma: move function, no code changes
2013-03-01 Denys Vlasenkodecompress_unlzma: 10% speedup in "small" code
2013-03-01 Denys Vlasenkodecompress_unlzma: make "fast" version a bit smaller
2013-02-28 Denys Vlasenkocode shrink in check_errors_in_children()
2013-02-27 Leonid Lisovskiyxz: fix put_unaligned_{l,b}e32
2013-02-27 Lasse Collinxz: support concatenated .xz streams
2013-02-27 Lasse Collinxz: mention xzminidec.c in README
2013-02-27 Lasse Collinxz: fix incorrect XZ_BUF_ERROR
2013-02-27 Lasse Collinxz: fix decoding of LZMA2 streams having no uncompresse...
2013-02-27 Lasse Collincz: add C++ support to xz.h
2013-02-27 Lasse Collinxz: remove an empty line from xz_dec_lzma2.c
2013-02-27 Lasse Collinxz: make bcj_x86_test_msbyte() an inline function
2013-02-27 Lasse Collinxz: add a comment about using uint32_t as vli_type
2013-02-27 Lasse Collinxz: avoid "NOTE:" in xz.h
2013-02-27 Lasse Collinxz: update README
2013-02-27 Lasse Collinxz: omit explicit \0 from HEADER_MAGIC
2013-02-20 Denys Vlasenkorpm: use "create+rename" method of replacing existing...
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-12-05 Denys Vlasenkodecompress_uncompress: comment out a bigger chunk of...
2012-12-05 Denys Vlasenkodecompress_uncompress: comment out debug printout on...
2012-12-05 Denys Vlasenkodecompress_uncompress: move 'code' variable into loop...
2012-06-22 Denys Vlasenkodpkg: fix creation of .list files (were empty since...
2012-06-22 Denys Vlasenkotrivial small speed optimization
2012-06-09 Etienne Le Sueurtar: fix 256-bit encoded number decoding
2012-05-20 Anthony G. Basilebuild system: fix build failure when only gunzip is...
2012-04-29 Denys Vlasenkofix build failure when compressed help is selected...
2012-04-20 Denys VlasenkoFix another build failure found with randconfig
2012-04-20 Denys Vlasenkofix build breakage found by randconfig
2012-03-06 Denys Vlasenkofix trivial bug in unpack_gz_stream (wrong fd used...
2012-03-06 Denys VlasenkoDon't compile get_header_tar_FOO function if they are...
2012-03-06 Denys Vlasenkotar,rpm2cpio: check that child decompressor did not...
2012-03-06 Denys VlasenkoMove seamless .Z support into unpack_gz_stream
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2012-03-06 Denys Vlasenkoarchival/libarchive/decompress_unzip.c -> decompress_gu...
2012-03-06 Denys Vlasenkopreparatory cleanups for seamless uncompression improve...
2012-02-23 Denys Vlasenkotar: add support for PAX-encoded path=LONGFILENAME
2011-10-31 Denys Vlasenkobzcat: fix unpacking of more than one file, and unpacki...
2011-10-19 Denys Vlasenkoget_header_tar: shrink 6->64 sign extension code
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-09-10 Denys Vlasenkoregularize options which control size/speed trade
2011-08-22 Denys Vlasenkouncompress: die on read errors
2011-08-18 Denys Vlasenkouncompress: fix buffer underrun by corrupted input
2011-07-29 Ian Wienandtar: ignore file size (assume 0) for hardlinks
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-02 Denys Vlasenkotar: skip leading / and handle names like abc/..//...
2011-03-01 Denys Vlasenkotar: on extract, everything up to and including last...
2011-02-06 Denys Vlasenkotar: fix a bug where autodetection messes up -z on...
2011-01-16 Denys Vlasenkoremove a few aliasing warnings
next