aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * tar: fix files skipped with --strip_components not resetting selinux contextDenys Vlasenko2015-10-221-3/+2
| * tar: shrink hardlink name handling codeDenys Vlasenko2015-10-221-26/+17
| * tar: add support for --strip-components=NDenys Vlasenko2015-10-222-32/+77
* | Merge branch 'busybox' into mergeRon Yorston2015-10-194-5/+18
|\|
| * cpio: implement -R/--ownerAaro Koskinen2015-10-163-2/+16
| * *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-1/+1
|\|
| * join some common strings, -400 bytesDenys Vlasenko2015-10-081-1/+1
* | archival: provide dummy check_errors_in_children for WIN32Ron Yorston2015-07-151-2/+9
* | Merge branch 'busybox' into mergeRon Yorston2015-07-145-8/+0
|\|
| * Removes stray empty line from codeManinder Singh2015-07-135-8/+0
* | mingw: add magic '--busybox' flagRon Yorston2015-06-011-1/+2
* | Enable seamless compression for WIN32Ron Yorston2015-05-272-0/+25
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-182-11/+24
|\|
| * tar: do not try to decode GNU extended headers as pax headersDenys Vlasenko2015-05-111-11/+17
| * libarchive: auto-detect .Z files as wellThiago Jung Bauermann2015-05-031-0/+7
* | Merge branch 'busybox' into mergeRon Yorston2015-03-147-37/+76
|\|
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-124-6/+6
| * unzip: prevent attacks via malicious filenamesDenys Vlasenko2015-02-103-32/+39
| * dpkg: update supported compression methodsDenys Vlasenko2015-01-303-0/+32
* | 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