aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-10-133-5/+11
|\
| * tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko2021-10-111-3/+8
| * *: add more beneficial NOINLINEsDenys Vlasenko2021-10-102-2/+2
| * tar: improve comments, add FIXMEs. no code changesDenys Vlasenko2021-10-081-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-09-211-2/+3
|\|
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-08-302-8/+10
|\|
| * bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko2021-08-292-8/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-06-282-2/+6
|\|
| * cpio: fix sscanf on unterminated bufferS Harris2021-06-231-1/+2
| * unlzma: fix a case where we could read before beginning of bufferDenys Vlasenko2021-06-151-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-2/+9
|\|
| * decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko2021-05-031-3/+2
| * decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski2021-03-121-2/+10
* | win32: implement symlink(2)Ron Yorston2021-02-121-11/+19
* | libarchive: allow extraction of hard linksRon Yorston2021-01-191-3/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-01-146-6/+10
|\|
| * tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko2021-01-011-0/+4
| * decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-2/+2
| * decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-302-2/+2
| * archival: avoid std namespace for local includesJoachim Nilsson2020-11-162-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-1/+1
|\|
| * tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko2020-10-021-1/+1
* | win32: move code to fork (de)compressor to a functionRon Yorston2020-08-051-15/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-01-083-54/+79
|\|
| * gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko2019-10-261-10/+20
| * gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko2019-10-201-1/+2
| * gzip: code shrinkDenys Vlasenko2019-10-191-29/+26
| * gzip: code shrinkDenys Vlasenko2019-10-191-27/+26
| * dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko2019-10-112-2/+20
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1612-39/+39
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0212-39/+39
* | Merge branch 'busybox' into mergeRon Yorston2019-05-272-18/+28
|\|
| * comment fixDenys Vlasenko2019-05-261-1/+1
| * libarchive: treat one "FIXME: avoid seek", take 2Denys Vlasenko2019-05-261-1/+1
| * libarchive: treat one "FIXME: avoid seek"Denys Vlasenko2019-05-241-17/+27
| * bunzip2: the correct condition is "n < groupCount", not "n <= groupCount". Cl...Denys Vlasenko2019-05-231-1/+1
* | libarchive: remove more symlink codeRon Yorston2019-02-141-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * randomconfig fixesDenys Vlasenko2018-12-271-1/+1
* | tar: return correct exit code for empty tar fileRon Yorston2019-01-061-5/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-11-285-15/+52
|\|
| * hush: allow hush to run embedded scriptsRon Yorston2018-11-271-1/+1
| * tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko2018-11-271-1/+2
| * unlzma: fix too-eager corruption checkDenys Vlasenko2018-11-271-7/+13
| * tar: fix too eager autodetection, closes 11531Denys Vlasenko2018-11-271-2/+1
| * remove FAST_FUNC on a static functionDenys Vlasenko2018-11-021-2/+2
| * libarchive: add a function to unpack embedded dataRon Yorston2018-11-021-4/+34
| * ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-011-0/+1
* | Merge branch 'busybox'Ron Yorston2018-07-254-21/+24
|\|