aboutsummaryrefslogtreecommitdiff
path: root/archival/cpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpio: fix -m to actually work as expected (Pascal Bellard)Denis Vlasenko2008-06-271-1/+4
* cpio: fix a bug where we do not extract zero-sized hardlinksDenis Vlasenko2008-04-051-3/+1
* cpio: typo fix in error messageDenis Vlasenko2008-04-051-1/+1
* cpio: optional support for writing cpio files in newc format.Denis Vlasenko2008-04-051-17/+208
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-12/+8
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* These should have been part of 15767 too.Rob Landley2006-08-031-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-13/+1
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-9/+8
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Fix option handling, -i or -t must be given, if both ignore the -t.Glenn L McGrath2004-02-251-39/+44
* Dont unlink when testing !Glenn L McGrath2003-08-281-5/+15
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-101-159/+1
* Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath2002-12-081-1/+1
* Change filter paramaters, filters can be more powefull nowGlenn L McGrath2002-11-041-3/+3
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath2002-11-031-5/+7