aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * tar: make source code a bit more terse, no logic changesDenys Vlasenko2018-08-041-32/+25
* | Merge branch 'busybox'Ron Yorston2018-07-259-36/+43
|\|
| * gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171Denys Vlasenko2018-07-241-6/+6
| * cpio: if longopts are enabled, accept --null (synonym for -0)Denys Vlasenko2018-07-061-0/+1
| * tweak help textsDenys Vlasenko2018-07-061-3/+5
| * restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
| * unlzma: close another SEGV possibilityDenys Vlasenko2018-05-251-1/+5
| * tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-226-25/+25
* | Merge branch 'busybox' into mergeRon Yorston2018-05-132-14/+23
|\|
| * unlzma: do emit the error message on bad input, when we exit with 1Denys Vlasenko2018-04-241-0/+6
| * unlzma: fix another SEGV caseDenys Vlasenko2018-04-191-2/+7
| * ar: stop using static dataDenys Vlasenko2018-04-151-11/+7
| * dpkg: fix symlink creation, closes 10941Denys Vlasenko2018-04-131-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-04-095-245/+280
|\|
| * unlzma: fix segfault on bad archiveDenys Vlasenko2018-04-081-0/+11
| * bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-082-23/+56
| * lzop: remove method checks which are always true/falseDenys Vlasenko2018-04-081-15/+22
| * lzop: buffer several 32-bit writes when we start a new compressed blockDenys Vlasenko2018-04-081-11/+21
| * lzop: reuse stringsDenys Vlasenko2018-04-081-2/+2
| * lzop: checksum reads do not need to be checksummedDenys Vlasenko2018-04-081-3/+3
| * lzop: don't support ancient versions < 0.94 (15 Oct 1997)Denys Vlasenko2018-04-081-52/+49
| * lzop: code shrink by using header_t matching on-disk layoutDenys Vlasenko2018-04-081-177/+154
| * tar: trim help textDenys Vlasenko2018-04-071-2/+2
* | libarchive: failure to extract symlink isn't fatalRon Yorston2018-04-091-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2018-04-023-9/+11
|\|
| * libbb: new function bb_die_memory_exhaustedDenys Vlasenko2018-04-011-1/+1
| * cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa2018-03-301-0/+2