index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
cpio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+2
*
cpio: tweak help text
Denys Vlasenko
2016-07-08
1
-4
/
+4
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
cpio: implement -R/--owner
Aaro Koskinen
2015-10-16
1
-10
/
+36
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
*
cpio: reinstate "options:" line in help text
Denys Vlasenko
2014-06-30
1
-0
/
+1
*
archival/*: move "config:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-0
/
+29
*
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-1
/
+1
*
archival/*: move "kbuild:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-0
/
+2
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-15
/
+15
*
nommu: fix cases where we mangle argv[0][0]
Denys Vlasenko
2011-11-22
1
-0
/
+1
*
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-22
1
-1
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
cpio: allow cpio -i to take params - names of files to extract
Denys Vlasenko
2010-12-26
1
-39
/
+66
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
1
-1
/
+1
*
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-10-18
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
work on adding testsuite runs to randomconfig test builds
Denys Vlasenko
2010-05-10
1
-0
/
+1
*
cpio: "NNN blocks" should go to stderr
Matheus Izvekov
2010-04-26
1
-1
/
+1
*
cpio: fix -o-less cpio -F FILE
Denys Vlasenko
2010-01-09
1
-1
/
+1
*
cpio: improve help text more; fix -p and -F interaction
Denys Vlasenko
2010-01-09
1
-10
/
+12
*
cpio: improve help text; document two TODOs
Denys Vlasenko
2010-01-09
1
-2
/
+6
*
libunarchive: clean up dirty hacks. code shrank as a result
Denys Vlasenko
2010-01-06
1
-3
/
+3
*
cpio: fix unpacking of names with leading slashes
Denys Vlasenko
2010-01-05
1
-1
/
+1
*
ar: fix two bugs, one added by prev comment and other we SEGV with no params
Denys Vlasenko
2010-01-04
1
-7
/
+7
*
*: do not assign to stdout/stderr, it's not portable.
Denys Vlasenko
2010-01-02
1
-4
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
*: code shrink via NOINLINE
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits
Denys Vlasenko
2009-09-17
1
-2
/
+2
*
updates for supporting Linux kernel build and initrd utilities
Denys Vlasenko
2009-06-26
1
-4
/
+19
*
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-06-19
1
-1
/
+1
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-2
/
+2
*
cpio: more compat: -0 and -L options
Denis Vlasenko
2009-03-20
1
-82
/
+92
*
Compatibility fixes:
Denis Vlasenko
2009-03-20
1
-16
/
+65
*
cpio: emit TRAILER even when hard links were found.
Denis Vlasenko
2008-10-26
1
-2
/
+3
*
cpio: fix regression in prev commit (harmless)
Denis Vlasenko
2008-10-17
1
-2
/
+4
*
data_extract_all: do not complain if directory exists on mkdir
Denis Vlasenko
2008-10-17
1
-0
/
+3
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
cpio: make long opts depend only on ENABLE_GETOPT_LONG
Denis Vlasenko
2008-07-16
1
-1
/
+1
*
cpio: on unpack, limit filename length to 8k; shorten comment a bit
Denis Vlasenko
2008-07-11
1
-15
/
+13
*
cpio: support some long options; document GNU options
Denis Vlasenko
2008-07-11
1
-14
/
+89
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
libunarchive: stop using static data in archivers - archive_handle_t
Denis Vlasenko
2008-06-28
1
-5
/
+5
*
cpio: fix -m to actually work as expected (Pascal Bellard)
Denis Vlasenko
2008-06-27
1
-1
/
+4
*
cpio: fix a bug where we do not extract zero-sized hardlinks
Denis Vlasenko
2008-04-05
1
-3
/
+1
*
cpio: typo fix in error message
Denis Vlasenko
2008-04-05
1
-1
/
+1
*
cpio: optional support for writing cpio files in newc format.
Denis Vlasenko
2008-04-05
1
-17
/
+208
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
[next]