aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-23/+12
|\|
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-23/+12
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-10/+11
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-8/+7
| * randomconfig fixesDenys Vlasenko2016-06-191-2/+4
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-0/+3
|\|
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-0/+2
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-14/+75
|\|
| * tar: implement --version for buildrootDenys Vlasenko2015-10-221-0/+9
| * tar: add support for --strip-components=NDenys Vlasenko2015-10-221-14/+66
* | archival: provide dummy check_errors_in_children for WIN32Ron Yorston2015-07-151-2/+0
* | mingw: add magic '--busybox' flagRon Yorston2015-06-011-1/+1
* | Enable seamless compression for WIN32Ron Yorston2015-05-271-1/+30
* | Merge commit '1_23_0' into mergeTIG_1_23_0Ron Yorston2015-01-231-5/+3
|\|
| * randomconfig fixesDenys Vlasenko2014-12-221-5/+3
* | Merge branch 'busybox' into mergeRon Yorston2014-12-141-40/+30
|\|
| * tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko2014-12-111-38/+28
| * libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-071-2/+2