aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-1/+7
|\
| * unzip: -d should create the dirLauri Kasanen2020-04-291-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2020-01-086-115/+152
|\|
| * unxz: show -t in --helpDenys Vlasenko2019-11-081-0/+2
| * gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko2019-10-261-10/+20
| * tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko2019-10-251-1/+1
| * 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
| * gzip: code shrinkDenys Vlasenko2019-09-061-44/+44
| * gzip: code shrinkDenys Vlasenko2019-09-051-9/+9
| * gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDaniel Edgecumbe2019-09-051-6/+6
| * gzip: set compression flags correctly as per standardDaniel Edgecumbe2019-09-051-8/+18
| * gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6Daniel Edgecumbe2019-09-051-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1620-106/+131
|\|
| * tar: change -a from meaning "lzma" to mean "autodetect by extension"Denys Vlasenko2019-08-021-18/+42
| * tar: code shrinkDenys Vlasenko2019-08-011-12/+13
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0220-73/+73
* | 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
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-282-0/+27
* | win32: fix POSIX build (again)Ron Yorston2019-03-121-1/+3
* | dpkg: enable in the default configurationRon Yorston2019-02-221-0/+5
* | win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-191-3/+5
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-3/+3
* | libarchive: remove more symlink codeRon Yorston2019-02-142-4/+6
* | Merge branch 'busybox' into mergeRon Yorston2019-01-1011-17/+17
|\|
| * config: dpkg_deb should be dpkg-debDenys Vlasenko2018-12-281-1/+1
| * config: more tweaksDenys Vlasenko2018-12-281-1/+1
| * config: update size informationDenys Vlasenko2018-12-289-15/+15
| * randomconfig fixesDenys Vlasenko2018-12-271-1/+1
* | tar: return correct exit code for empty tar fileRon Yorston2019-01-061-5/+0
* | win32: emulate SIGPIPERon Yorston2018-12-111-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-11-286-15/+60
|\|
| * 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-272-2/+9
| * 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' into mergeRon Yorston2018-10-081-20/+37
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-20/+37
* | Merge branch 'busybox' into mergeRon Yorston2018-09-101-38/+42
|\|
| * tar: fix a thinko in prev commit - we need to copy to _unused_ fdDenys Vlasenko2018-08-041-2/+1
| * tar: handle the case when opened created tarball happens to have fd#0Denys Vlasenko2018-08-041-6/+18