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
*
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
*
Add and use assertion_file_mode() in other tests
Graham Percival
2016-09-26
2
-1
/
+30
*
Issue 720: Allow dashes in third-party version numbers
Tim Kientzle
2016-07-20
1
-1
/
+1
*
sort it
tpg
2016-06-30
1
-1
/
+1
*
add GNU compatible blocking-factor alias, add cpio long alias for dereference
tpg
2016-06-29
1
-0
/
+1
*
Fix test for cpio version dash fix
Martin Matuska
2016-06-21
1
-2
/
+2
*
Report cpio version string with one dash only
Martin Matuska
2016-06-21
1
-1
/
+1
*
Issue 657: Allow up to 8k for the test root directory name
Tim Kientzle
2016-06-02
1
-26
/
+49
*
Issue 708: tar should fail if a named input file is missing
Tim Kientzle
2016-05-28
2
-0
/
+53
*
Disable ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS in bsdcpio p mode
Martin Matuska
2016-05-15
1
-0
/
+1
*
Sync up test harnesses
Tim Kientzle
2016-04-29
1
-0
/
+4
*
Issue 695: check fwrite return value, sync up test harnesses
Tim Kientzle
2016-04-28
1
-1
/
+32
[next]