summaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use MinGW-w64 by defaultRon Yorston2015-01-071-1/+1
* Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+3
* Merge branch 'busybox' into mergeRon Yorston2014-12-149-91/+212
|\
| * make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko2014-12-071-1/+2
| * libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-079-77/+199
| * Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-076-31/+31
* | Omit functions not required if seamless compression is disabledRon Yorston2014-11-291-5/+3
* | Merge branch 'busybox' into mergeRon Yorston2014-06-302-0/+5
|\|
| * lzop: add overflow checkDenys Vlasenko2014-06-302-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-03-113-13/+22
|\|
| * unlzma: add comments about possible bug from BZ 2689Denys Vlasenko2014-02-281-0/+6
| * unlzma: move some variables in "more local" scopeDenys Vlasenko2014-02-281-7/+10
| * zcat: complain if input is not compressedDenys Vlasenko2014-02-022-15/+6
| * libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko2014-01-271-1/+10
* | Merge branch 'busybox' into mergeRon Yorston2014-01-132-13/+14
|\|
| * tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
| * libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
* | Merge branch 'busybox' into mergeRon Yorston2014-01-027-42/+60
|\|
| * fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-294-6/+2
| * tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2013-11-192-9/+10
| * Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-162-7/+7
| * bunzip2: fix off-by-one checkDenys Vlasenko2013-10-061-8/+18
| * ar: better commentDenys Vlasenko2013-09-101-2/+5
| * ar: read_num(): fix reading fields using the entire widthPeter Korsgaard2013-09-101-12/+20
* | Merge branch 'busybox' into mergeRon Yorston2013-08-272-13/+27
|\|
| * *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-301-1/+1
| * Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko2013-05-151-0/+3
| * Fix build failures caused by not compiling open_transformer.cDenys Vlasenko2013-05-121-12/+23
* | Merge branch 'busybox' into mergeRon Yorston2013-03-199-54/+123
|\|
| * decompress_unlzma: move function, no code changesDenys Vlasenko2013-03-011-7/+6
| * decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko2013-03-011-1/+1
| * decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko2013-03-011-10/+4
| * code shrink in check_errors_in_children()Denys Vlasenko2013-02-281-3/+8
| * xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy2013-02-271-2/+2
| * xz: support concatenated .xz streamsLasse Collin2013-02-271-7/+36
| * xz: mention xzminidec.c in READMELasse Collin2013-02-271-1/+1
| * xz: fix incorrect XZ_BUF_ERRORLasse Collin2013-02-271-7/+20
| * xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin2013-02-271-3/+3
| * cz: add C++ support to xz.hLasse Collin2013-02-271-0/+9
| * xz: remove an empty line from xz_dec_lzma2.cLasse Collin2013-02-271-1/+0
| * xz: make bcj_x86_test_msbyte() an inline functionLasse Collin2013-02-271-2/+5
| * xz: add a comment about using uint32_t as vli_typeLasse Collin2013-02-271-2/+7
| * xz: avoid "NOTE:" in xz.hLasse Collin2013-02-271-4/+4
| * xz: update READMELasse Collin2013-02-271-2/+2
| * xz: omit explicit \0 from HEADER_MAGICLasse Collin2013-02-271-1/+1
| * rpm: use "create+rename" method of replacing existing filesDenys Vlasenko2013-02-201-1/+14
* | Merge branch 'busybox' into mergeRon Yorston2013-02-075-12/+12
|\|
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-145-12/+12
* | Merge branch 'busybox' into mergeRon Yorston2012-12-111-14/+16
|\|
| * decompress_uncompress: comment out a bigger chunk of debug codeDenys Vlasenko2012-12-051-1/+1