index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
cpio.c
Age
Commit message (
Expand
)
Author
2018-07-06
cpio: if longopts are enabled, accept --null (synonym for -0)
Denys Vlasenko
2018-07-06
tweak help texts
Denys Vlasenko
2018-05-22
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-03-30
cpio: extract "unsafe" symlinks the same way tar/unzip does
Natanael Copa
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-07-08
cpio: tweak help text
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-16
cpio: implement -R/--owner
Aaro Koskinen
2015-07-13
Removes stray empty line from code
Maninder Singh
2014-06-30
cpio: reinstate "options:" line in help text
Denys Vlasenko
2013-11-14
archival/*: move "config:" snippets into .c files
Denys Vlasenko
2013-11-14
archival/*: move "applet:" snippets into .c files
Denys Vlasenko
2013-11-14
archival/*: move "kbuild:" snippets into .c files
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2011-11-22
nommu: fix cases where we mangle argv[0][0]
Denys Vlasenko
2011-09-22
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2010-12-26
cpio: allow cpio -i to take params - names of files to extract
Denys Vlasenko
2010-11-03
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-10-18
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-05-10
work on adding testsuite runs to randomconfig test builds
Denys Vlasenko
2010-04-26
cpio: "NNN blocks" should go to stderr
Matheus Izvekov
2010-01-09
cpio: fix -o-less cpio -F FILE
Denys Vlasenko
2010-01-09
cpio: improve help text more; fix -p and -F interaction
Denys Vlasenko
2010-01-09
cpio: improve help text; document two TODOs
Denys Vlasenko
2010-01-06
libunarchive: clean up dirty hacks. code shrank as a result
Denys Vlasenko
2010-01-05
cpio: fix unpacking of names with leading slashes
Denys Vlasenko
2010-01-04
ar: fix two bugs, one added by prev comment and other we SEGV with no params
Denys Vlasenko
2010-01-02
*: do not assign to stdout/stderr, it's not portable.
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-10-08
*: code shrink via NOINLINE
Denys Vlasenko
2009-09-17
tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits
Denys Vlasenko
2009-06-26
updates for supporting Linux kernel build and initrd utilities
Denys Vlasenko
2009-06-19
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-20
cpio: more compat: -0 and -L options
Denis Vlasenko
2009-03-20
Compatibility fixes:
Denis Vlasenko
2008-10-26
cpio: emit TRAILER even when hard links were found.
Denis Vlasenko
2008-10-17
cpio: fix regression in prev commit (harmless)
Denis Vlasenko
2008-10-17
data_extract_all: do not complain if directory exists on mkdir
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-16
cpio: make long opts depend only on ENABLE_GETOPT_LONG
Denis Vlasenko
2008-07-11
cpio: on unpack, limit filename length to 8k; shorten comment a bit
Denis Vlasenko
2008-07-11
cpio: support some long options; document GNU options
Denis Vlasenko
[next]