aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-1/+1
* | Move definition of bb_got_signal to mingw.cRon Yorston2014-11-291-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-03-111-1/+1
|\|
| * zcat: complain if input is not compressedDenys Vlasenko2014-02-021-1/+1
* | Define bb_got_signal for use in tar on mingw32Ron Yorston2014-01-021-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2014-01-021-4/+113
|\|
| * 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
| * archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2013-08-271-4/+2
|\|
| * tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru2013-08-151-3/+1
| * *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-301-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2013-02-071-7/+7
|\|
| * whitespace fixes. no code changesDenys Vlasenko2013-01-141-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2012-09-071-9/+27
|\|
| * tar: support -J, --xz explicit compression optionBoris Reisig2012-05-241-2/+15
| * tar: implement --no-recursionNatanael Copa2012-05-181-7/+12
* | win32: remove seamless compression from default configRon Yorston2012-04-291-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2012-03-231-67/+36
|\|
| * tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko2012-03-061-31/+7
| * update seamless uncompression codeDenys Vlasenko2012-03-061-40/+31
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-231-1/+1
|\|
| * rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-221-1/+1
|\|
| * randomconfig fixesDenys Vlasenko2011-08-101-1/+1
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-1/+0
|\|
| * *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-221-4/+32
|\|
| * tar: store negative mtime as 0; pack very large files using base-256 encodingDenys Vlasenko2011-05-041-4/+32
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-221-11/+3
|\|
| * use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-0/+1
| * tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-021-11/+2