summaryrefslogtreecommitdiff
path: root/archival/tar.c
Commit message (Expand)AuthorAgeFilesLines
* tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko2021-08-201-29/+2
* 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
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+1
* tar: expand --helpDenys Vlasenko2020-12-081-11/+16
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-4/+5
* gcc-9.x warning fixesDenys Vlasenko2020-10-011-1/+2
* tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko2019-10-251-1/+1
* 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
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* tar: fix too eager autodetection, closes 11531Denys Vlasenko2018-11-271-0/+8
* 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
* tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-1/+1
* tar: trim help textDenys Vlasenko2018-04-071-2/+2
* 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
* tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-02-201-0/+2
* 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
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+1
* tar: fix handling of first argument without '-'Ron Yorston2017-08-231-3/+3
* 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
* tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko2017-07-241-18/+19
* config: deindent all help textsDenys Vlasenko2017-07-211-22/+22
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* tar: add IF_FEATURE_* checksMing Liu2017-06-131-10/+15
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-2/+2
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-23/+12
* 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
* *: 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
* tar: implement --version for buildrootDenys Vlasenko2015-10-221-0/+9
* tar: add support for --strip-components=NDenys Vlasenko2015-10-221-14/+66
* randomconfig fixesDenys Vlasenko2014-12-221-5/+3
* 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
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-1/+1
* zcat: complain if input is not compressedDenys Vlasenko2014-02-021-1/+1
* tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-191-3/+10
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-1/+100
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1