summaryrefslogtreecommitdiff
path: root/archival/cpio.c
Commit message (Expand)AuthorAgeFilesLines
* tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk2018-05-221-1/+1
* cpio: extract "unsafe" symlinks the same way tar/unzip doesNatanael Copa2018-03-301-0/+2
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-4/+5
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-4/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-10/+10
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* cpio: tweak help textDenys Vlasenko2016-07-081-4/+4
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* cpio: implement -R/--ownerAaro Koskinen2015-10-161-10/+36
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* cpio: reinstate "options:" line in help textDenys Vlasenko2014-06-301-0/+1
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+29
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-1/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-15/+15
* nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+1
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-261-39/+66
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-181-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-101-0/+1
* cpio: "NNN blocks" should go to stderrMatheus Izvekov2010-04-261-1/+1
* cpio: fix -o-less cpio -F FILEDenys Vlasenko2010-01-091-1/+1
* cpio: improve help text more; fix -p and -F interactionDenys Vlasenko2010-01-091-10/+12
* cpio: improve help text; document two TODOsDenys Vlasenko2010-01-091-2/+6
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-061-3/+3
* cpio: fix unpacking of names with leading slashesDenys Vlasenko2010-01-051-1/+1
* ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko2010-01-041-7/+7
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-021-4/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-2/+2
* updates for supporting Linux kernel build and initrd utilitiesDenys Vlasenko2009-06-261-4/+19
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* cpio: more compat: -0 and -L optionsDenis Vlasenko2009-03-201-82/+92
* Compatibility fixes:Denis Vlasenko2009-03-201-16/+65
* cpio: emit TRAILER even when hard links were found.Denis Vlasenko2008-10-261-2/+3
* cpio: fix regression in prev commit (harmless)Denis Vlasenko2008-10-171-2/+4
* data_extract_all: do not complain if directory exists on mkdirDenis Vlasenko2008-10-171-0/+3
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* cpio: make long opts depend only on ENABLE_GETOPT_LONGDenis Vlasenko2008-07-161-1/+1
* cpio: on unpack, limit filename length to 8k; shorten comment a bitDenis Vlasenko2008-07-111-15/+13
* cpio: support some long options; document GNU optionsDenis Vlasenko2008-07-111-14/+89
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-281-5/+5