aboutsummaryrefslogtreecommitdiff
path: root/archival (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-212-3/+5
|\|
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-172-3/+5
* | Merge branch 'busybox' into mergeRon Yorston2021-08-304-10/+12
|\|
| * bzip: make ftab[] and crc32table[] member arrays of EState, do not allocateDenys Vlasenko2021-08-292-8/+10
| * tar,smemcap: silence compiler warningRon Yorston2021-08-221-1/+1
| * Regularize "NUL terminated input" --help textsDenys Vlasenko2021-08-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-08-222-29/+37
|\|
| * tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-202-29/+37
* | Merge branch 'busybox' into mergeRon Yorston2021-08-171-11/+12
|\|
| * tar: exclude files before updating hardlink info listHarald van Dijk2021-08-021-5/+5
| * tar: simplify addition of --exclude=GLOB to the expansion of -X EXCLFILEDenys Vlasenko2021-08-021-6/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-06-288-10/+23
|\|
| * 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
| * *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
| * *: --help tweaksDenys Vlasenko2021-06-144-5/+14
| * *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+1
| * *: --help tweaksDenys Vlasenko2021-06-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-1/+7
|\|
| * cpio: fix "cpio -d -p A/B/C"Denys Vlasenko2021-06-031-1/+7
* | Merge branch 'busybox' into mergeRon Yorston2021-05-142-7/+38
|\|
| * decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko2021-05-031-3/+2
| * unzip: add -tDenys Vlasenko2021-04-141-3/+9
| * unzip: fix for .zip archives with >4GB fileDenys Vlasenko2021-04-141-2/+20
| * decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski2021-03-121-2/+10
* | win32: implement symlink(2)Ron Yorston2021-02-121-11/+19
* | tar: changes to conditional compilationRon Yorston2021-01-251-4/+6
* | ar: only free temporary filename if requiredRon Yorston2021-01-251-2/+3
* | libarchive: allow extraction of hard linksRon Yorston2021-01-192-7/+8
* | Merge branch 'busybox' into mergeRon Yorston2021-01-1414-60/+74
|\|
| * tar: add TODO about a bug with non-writable directories on extractDenys Vlasenko2021-01-011-0/+4
| * help text tweaksDenys Vlasenko2020-12-184-35/+38
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-4/+6
| * libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-1/+1
| * help text tweaksDenys Vlasenko2020-12-132-2/+2
| * tar: expand --helpDenys Vlasenko2020-12-081-11/+16
| * 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-303-3/+3
| * archival: avoid std namespace for local includesJoachim Nilsson2020-11-163-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-11-122-6/+8
|\|
| * tar: fix fallout of last_char_is(NULL) no longer being allowedDenys Vlasenko2020-10-021-1/+1
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-4/+5
| * gcc-9.x warning fixesDenys Vlasenko2020-10-011-1/+2
* | win32: move code to fork (de)compressor to a functionRon Yorston2020-08-052-38/+6
* | Merge branch 'busybox' into mergeRon Yorston2020-07-093-1/+25
|\|
| * dpkg: prevent important directories from being removedNorbert Lange2020-06-291-0/+23