aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * bzip2: code shrinkDenys Vlasenko2018-02-033-18/+18
| * bzip2: code shrinkDenys Vlasenko2018-02-021-11/+25
| * libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-012-2/+2
| * lzop: code shrinkDenys Vlasenko2018-02-011-2/+1
| * tar: accomodate non-terminated tar.chksum fields as seen from github.comDenys Vlasenko2018-01-271-24/+25
* | Merge branch 'busybox' into mergeRon Yorston2017-11-0329-57/+43
|\|
| * unlzma: fix SEGV, closes 10436Denys Vlasenko2017-10-271-1/+5
| * bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko2017-10-221-11/+19
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-055-8/+10
| * whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0527-37/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-08-225-35/+93
|\|
| * libarchive: fix build failure on NOMMU systemsRon Yorston2017-08-221-1/+1
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-103-22/+65
| * rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko2017-08-101-11/+27
| * unxz: get_le32 macro is obviously wrongDenys Vlasenko2017-08-071-1/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-6/+36
|\|
| * tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko2017-07-241-6/+36
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-5/+11
|\|
| * Move get_unaligned_le32() macros to platform.hDenys Vlasenko2017-07-151-5/+11
* | Merge branch 'busybox' into mergeRon Yorston2017-05-293-7/+7
|\|
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-172-3/+3
| * Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung2017-02-171-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2017-02-084-10/+36
|\|
| * Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-041-3/+3
| * link: new appletDenys Vlasenko2017-01-261-2/+4
| * unlzma: expand comments, no code changesDenys Vlasenko2017-01-091-0/+18
| * unlzma: fix erroneous "while" instead of "if". Closes 4682Denys Vlasenko2017-01-091-5/+8
| * unzip: optional support for xzDenys Vlasenko2017-01-091-0/+1
| * unzip: optional support for bzip2 and lzmaDenys Vlasenko2017-01-091-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-01-041-1/+8
|\|
| * randomconfig fixesDenys Vlasenko2016-12-081-1/+8
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-7/+25
|\|
| * tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko2016-11-111-7/+25
* | Merge branch 'busybox' into mergeRon Yorston2016-10-191-0/+4
|\|
| * cpio: fix restoration of file ownership, closes 9306Denys Vlasenko2016-10-121-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2016-07-074-36/+48
|\|
| * libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko2016-06-211-0/+3
| * typo fixDenys Vlasenko2016-06-201-1/+1
| * libarchive: fix open_zipped()Denys Vlasenko2016-06-201-7/+12
| * libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-203-23/+18
| * randomconfig fixesDenys Vlasenko2016-06-191-7/+16
* | Fix for MinGW-w64Ron Yorston2016-05-251-3/+6
* | archival: remove WIN32-specific code now lseek fails on pipesRon Yorston2016-05-241-5/+0
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+1
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-04-041-2/+1
|\|
| * libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-313-54/+101
|\|
| * [g]unzip: fix recent breakage.Denys Vlasenko2015-10-301-12/+21
| * unzip: test for bad archive SEGVingDenys Vlasenko2015-10-261-4/+7