aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-1/+1
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-08-231-3/+3
|\|
| * tar: fix handling of first argument without '-'Ron Yorston2017-08-231-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-35/+20
|\|
| * libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-19/+0
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-13/+12
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-4/+7
| * getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko2017-08-041-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-07-291-18/+19
|\|
| * tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko2017-07-241-18/+19
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-23/+23
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-22/+22
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-10/+15
|\|
| * tar: add IF_FEATURE_* checksMing Liu2017-06-131-10/+15
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-2/+2
|\|