aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-08-221-29/+2
|\|
| * tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-201-29/+2
* | 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-281-1/+1
|\|
| * *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+1
* | tar: changes to conditional compilationRon Yorston2021-01-251-4/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-11/+16
|\|
| * tar: expand --helpDenys Vlasenko2020-12-081-11/+16
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-5/+7
|\|
| * 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-051-23/+5
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-1/+1
|\|
| * tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko2019-10-251-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-38/+63
|\|
| * 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-021-5/+5
* | win32: fix POSIX build (again)Ron Yorston2019-03-121-1/+3
* | 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
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | win32: emulate SIGPIPERon Yorston2018-12-111-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-0/+8
|\|
| * tar: fix too eager autodetection, closes 11531Denys Vlasenko2018-11-271-0/+8
* | 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-251-1/+1
|\|
| * tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-2/+2
|\|
| * tar: trim help textDenys Vlasenko2018-04-071-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-8/+8
|\|
| * tar: add -o and -k to short --help tooDenys Vlasenko2018-03-161-5/+5
| * tar: add -k and -o to --helpDenys Vlasenko2018-03-161-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-0/+2
|\|
| * tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-201-0/+2
* | Remove fake signal-handling codeRon Yorston2018-03-011-0/+2
* | tar: don't save file statusRon Yorston2018-02-261-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2017-12-091-81/+87
|\|
| * tar: code shrinkDenys Vlasenko2017-11-131-20/+19
| * tar: code shrink, better help textDenys Vlasenko2017-11-131-62/+68
| * tar: improve help textDenys Vlasenko2017-11-101-7/+8