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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1502 from tih/cpio-bin-formats
Martin Matuška
2021-05-10
5
-7
/
+30
|
\
|
*
update "-h" output with new formats
Tom Ivar Helbekkmo
2021-03-06
1
-1
/
+1
|
*
update cpio documentation, add basic test of binary format
Tom Ivar Helbekkmo
2021-03-06
2
-0
/
+9
|
*
fix output format handling and symlink detection for PWB
Tom Ivar Helbekkmo
2021-03-06
1
-4
/
+6
|
*
add -7 option to bsdcpio for symmetry
Tom Ivar Helbekkmo
2021-03-06
2
-4
/
+7
|
*
add support for reading and writing PWB and V7 cpio archives
Tom Ivar Helbekkmo
2021-03-05
3
-1
/
+12
|
*
rearrange cpio output format selection
Tom Ivar Helbekkmo
2021-03-05
1
-3
/
+1
*
|
cpio test: add source file extension
Rolf Eike Beer
2021-04-06
1
-11
/
+11
|
/
*
cpio/cpio.c: Fix off-by-one in previous commit
Martin Matuska
2020-03-02
1
-1
/
+1
*
cpio/cpio.c: avoid calling strlen() for destdir twice
Martin Matuska
2020-03-02
2
-8
/
+8
*
bsdcpio_test: from_hex() needs to be an uint32_t
Martin Matuska
2020-02-27
1
-15
/
+18
*
Add printf attributes to the printflike functions used in tests and fix
zoulasc
2020-01-23
2
-12
/
+17
*
Windows: use _localtime64_s and _gmtime64_s where appropriate
Martin Matuska
2020-01-13
1
-3
/
+14
*
Use localtime_r and gmtime_r if supported
Martin Matuska
2020-01-13
1
-1
/
+10
*
Minor corrections to the formatting of manual page.
Ingo Schwarze
2019-09-21
1
-2
/
+1
*
Windows symlink bugfixes and improvements
Martin Matuska
2019-04-13
3
-4
/
+4
*
Fix remaining MinGW tests
Martin Matuska
2019-04-07
3
-2
/
+16
*
Fix various symlink bugs with Windows symlinks
Martin Matuska
2019-04-04
4
-4
/
+4
*
Issue 1104: Explicitly limit the printed string to 12 characters
Issue1104
Tim Kientzle
2018-12-15
1
-4
/
+4
*
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
*
Cpio test: Expected error message depends on local strerror()
Tim Kientzle
2018-09-02
2
-27
/
+73
*
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
5
-11
/
+11
*
Add zstd test suite
Sean Purcell
2017-05-15
4
-0
/
+141
*
Add Zstandard write support
Sean Purcell
2017-05-15
4
-0
/
+11
*
Fix use-after-free in error branch. From Ngie Cooper.
Joerg Sonnenberger
2017-05-11
1
-1
/
+1
*
Don't leak memory.
Joerg Sonnenberger
2017-04-29
12
-11
/
+34
*
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
*
Add NFSv4 ACL support for Linux via librichacl
Martin Matuska
2017-03-16
1
-1
/
+6
*
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
*
|
New tar test: test_option_acls
Martin Matuska
2017-03-02
1
-0
/
+5
*
|
Mark functions that don't return as dead.
Joerg Sonnenberger
2017-02-26
1
-5
/
+5
|
/
*
test suite: use a single main test file for all tests
Martin Matuska
2017-02-21
4
-3406
/
+16
*
testsuite: allow 'dev' in version
Pavel Raiskup
2017-02-21
2
-83
/
+3
*
Merge pull request #843 from yaneurabeya/cpio-coverity-fixes
Martin Matuska
2016-12-30
1
-0
/
+1
|
\
|
*
Don't leak `entry` in `file_to_archive` if archive_read_disk_entry_from_file
Ngie Cooper
2016-12-12
1
-0
/
+1
*
|
Spelling fixes (#846)
Graham Percival
2016-12-20
1
-1
/
+1
|
/
*
Merge pull request #807 from csanchezdll/issue696
Tim Kientzle
2016-12-11
1
-0
/
+7
|
\
|
*
Issue 696: ppc64le mache ckech failure
Carlos Sánchez de La Lama
2016-10-19
1
-0
/
+7
*
|
Free p (the memory allocated via slurpfile) when done with the contents
Ngie Cooper
2016-12-10
4
-3
/
+15
*
|
Replace malloc + memset with calloc.
Joerg Sonnenberger
2016-12-06
1
-2
/
+1
*
|
Spelling fixes (#831)
Graham Percival
2016-12-04
1
-2
/
+2
*
|
Make test output more verbose on Windows
Tim Kientzle
2016-10-23
1
-1
/
+2
*
|
Sync up the test harnesses, fix an "unused var" warning on Windows
Tim Kientzle
2016-10-23
2
-0
/
+35
|
/
*
Issue #801: close the file descriptor when testing link counts
Tim Kientzle
2016-10-11
2
-1
/
+20
*
Add chmod() after make_{dir,file} in test suites
Graham Percival
2016-09-26
1
-2
/
+9
[next]