index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpio
/
cpio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few obvious resource leaks and strcpy() misuses
Pavel Raiskup
2018-11-23
1
-1
/
+3
*
Correctly process and verify integer arguments passed to bsdcpio and bsdtar
Martin Matuska
2018-09-23
1
-4
/
+11
*
Add space after version to fix all unit tests besides sparse tests
BenjaminTrapani
2018-01-20
1
-1
/
+1
*
Fix alphabetical order, other small fixes
Sean Purcell
2017-05-15
1
-4
/
+4
*
Add Zstandard write support
Sean Purcell
2017-05-15
1
-0
/
+4
*
Optimize string processing.
Joerg Sonnenberger
2017-04-29
1
-4
/
+7
*
Explicitly free pass_destpath after processing.
Joerg Sonnenberger
2017-04-29
1
-0
/
+1
*
Free linkresolver after processing.
Joerg Sonnenberger
2017-04-29
1
-0
/
+1
*
Merge pull request #867 from praiskup/cpio-getgrgid
Tim Kientzle
2017-03-11
1
-24
/
+22
|
\
|
*
bsdcpio: ignore ENOENT for get{grg,pwu}id()
Pavel Raiskup
2017-02-22
1
-24
/
+22
*
|
Mark functions that don't return as dead.
Joerg Sonnenberger
2017-02-26
1
-5
/
+5
|
/
*
Don't leak `entry` in `file_to_archive` if archive_read_disk_entry_from_file
Ngie Cooper
2016-12-12
1
-0
/
+1
*
Replace malloc + memset with calloc.
Joerg Sonnenberger
2016-12-06
1
-2
/
+1
*
Report cpio version string with one dash only
Martin Matuska
2016-06-21
1
-1
/
+1
*
Disable ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS in bsdcpio p mode
Martin Matuska
2016-05-15
1
-0
/
+1
*
Add ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS option
Alessandro Ghedini
2015-03-04
1
-0
/
+2
*
Fix the following -Werror warning from clang 3.5.0, while building cpio.c on ...
Dimitry Andric
2014-11-22
1
-1
/
+2
*
Do not ask passphrases when a passphrase was already specified with
Michihiro NAKAJIMA
2014-10-04
1
-20
/
+22
*
Implement reading a passphrase from ttys.
Michihiro NAKAJIMA
2014-09-21
1
-0
/
+33
*
Add --passphrase option to bsdtar and bsdcpio.
Michihiro NAKAJIMA
2014-09-16
1
-0
/
+19
*
Add support for lz4 write filter.
Michihiro NAKAJIMA
2014-08-14
1
-0
/
+4
*
Merge branch 'archive-version-details' of github.com:rosslagerwall/libarchive...
Tim Kientzle
2013-12-19
1
-1
/
+1
|
\
|
*
Show third party library versions in version string
Ross Lagerwall
2013-09-16
1
-1
/
+1
*
|
Refactor lafe_setprogname slightly to avoid the repeated logic about default ...
Tim Kientzle
2013-12-19
1
-3
/
+1
*
|
Hide *lafe_progname and provide getter/setter instead.
Jean-Yves Migeon
2013-09-06
1
-15
/
+6
|
/
*
http://code.google.com/p/libarchive/issues/detail?id=325
Tim Kientzle
2013-07-12
1
-1
/
+3
*
Fix build failure on Win64.
Michihiro NAKAJIMA
2012-11-07
1
-7
/
+10
*
Add support for grzip compression.
Michihiro NAKAJIMA
2012-10-10
1
-0
/
+6
*
Introduce b64encode filter.
Michihiro NAKAJIMA
2012-10-08
1
-0
/
+6
*
Introduce uuencode filter.
Michihiro NAKAJIMA
2012-10-08
1
-0
/
+13
*
Stop using deprecated functions.
Michihiro NAKAJIMA
2012-10-07
1
-3
/
+5
*
Stop using deprecated functions. Much remains to be replaced.
Michihiro NAKAJIMA
2012-10-07
1
-4
/
+4
*
Stop using deprecated functions. Much remains to be replaced.
Michihiro NAKAJIMA
2012-10-07
1
-6
/
+6
*
Add --lrzip option to bsdtar and bsdcpio to use lrzip compression.
Michihiro NAKAJIMA
2012-10-07
1
-0
/
+4
*
Add support for lzop.
Michihiro NAKAJIMA
2012-10-07
1
-0
/
+4
*
Fix a memory leak that Clang Static Analyzer pointed out.
Michihiro NAKAJIMA
2012-09-11
1
-0
/
+1
*
Fix a printf format type for id_t. FreeBSD's id_t is int64_t.
Michihiro NAKAJIMA
2012-02-29
1
-2
/
+4
*
Remove duplicate statements.
Michihiro NAKAJIMA
2012-02-26
1
-3
/
+0
*
On Windows, it is possible that the program name should have a slash '/'
Michihiro NAKAJIMA
2012-02-20
1
-2
/
+2
*
Properly remove leading slash letters and Windows drive letters in cpio.
Michihiro NAKAJIMA
2012-02-20
1
-5
/
+45
*
Correct console I/O on Windows. Use CONIN$ and CONOUT$ instead of /dev/tty.
Michihiro NAKAJIMA
2012-02-20
1
-0
/
+12
*
Introduce archive_match_exclude_pattern_from_file(_w) and
Michihiro NAKAJIMA
2012-02-12
1
-3
/
+5
*
Rename archive_matching to archive_match.
Michihiro NAKAJIMA
2012-02-08
1
-6
/
+6
*
Delete archive_matching_path_excluded and archive_matching_path_excluded_w.
Michihiro NAKAJIMA
2012-01-18
1
-2
/
+2
*
Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...
Michihiro NAKAJIMA
2012-01-18
1
-5
/
+16
*
Issue 218: Suppress extracting the body only if we know the body has
Tim Kientzle
2011-12-30
1
-1
/
+2
*
Mask SIGPIPE for libarchive test, tar, and cpio.
Tim Kientzle
2011-11-05
1
-0
/
+13
*
Initialize locale on bsdcpio, and change test_option_t accordingly
Michihiro NAKAJIMA
2011-04-15
1
-0
/
+7
*
remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000
Roman Neuhauser
2011-04-09
1
-4
/
+0
*
client and example programs use archive_read_support_filter_*()
Roman Neuhauser
2011-03-28
1
-2
/
+2
[next]