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
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #106 from orex/corrected
Tim Kientzle
2015-05-30
1
-0
/
+2
|
\
|
*
Small cosmetic changes.
Kirill Okhotnikov
2015-05-11
1
-2
/
+2
|
*
New functionality added for automatically choose write file format and filter...
Kirill Okhotnikov
2015-02-09
1
-0
/
+2
*
|
Merge pull request #534 from rossburton/master
Tim Kientzle
2015-05-09
1
-0
/
+3
|
\
\
|
*
|
build: fix out of tree builds
Ross Burton
2015-05-05
1
-0
/
+3
*
|
|
Test support for UTF8 pathname extension in Zip archives
Tim Kientzle
2015-04-13
1
-0
/
+2
|
/
/
*
|
Issue 405: segfault on malformed 7z archive
Tim Kientzle
2015-02-08
1
-0
/
+3
*
|
Issue 406: Segfault on malformed Zip archive
Tim Kientzle
2015-02-08
1
-0
/
+2
|
/
*
Duplicate the cpio_bin_be test to build a basic cpio_bin_le test.
Tim Kientzle
2015-01-30
1
-0
/
+2
*
Fix a potential crash issue discovered by Alexander Cherepanov:
Tim Kientzle
2015-01-10
1
-0
/
+2
*
Issue 379: Zip containing another Zip is misparsed
Tim Kientzle
2015-01-03
1
-0
/
+2
*
Fix handling of leading slashes for hardlinks
Tim Kientzle
2014-11-02
1
-0
/
+2
*
Fix typo.
Michihiro NAKAJIMA
2014-10-12
1
-1
/
+1
*
Fix build failure on Windows.
Michihiro NAKAJIMA
2014-10-12
1
-1
/
+3
*
Add tests for --passphrase option.
Michihiro NAKAJIMA
2014-10-04
1
-0
/
+4
*
Implement reading a passphrase from ttys.
Michihiro NAKAJIMA
2014-09-21
1
-1
/
+3
*
Change digest functionarity files and relative global variables from
Michihiro NAKAJIMA
2014-09-15
1
-3
/
+3
*
Add new APIs that pass passphrases for reading and writing
Michihiro NAKAJIMA
2014-09-14
1
-1
/
+7
*
Move cryptographic functions into archive_cryptor.c.
Michihiro NAKAJIMA
2014-09-09
1
-0
/
+2
*
Rename archive_hmac.h archive_hmac_private.h
Michihiro NAKAJIMA
2014-09-08
1
-1
/
+1
*
Add support for traditional PKWARE encryption.
Michihiro NAKAJIMA
2014-09-08
1
-0
/
+2
*
Add support for extracting WinZIp AES encryption.
Michihiro NAKAJIMA
2014-09-07
1
-0
/
+8
*
Add support for Traditional PKWARE decryption to zip reader.
Michihiro NAKAJIMA
2014-09-07
1
-0
/
+2
*
Add additional tests for lz4 compression in front-end applications.
Michihiro NAKAJIMA
2014-08-18
1
-0
/
+6
*
Add lz4 test for bsdcat.
Michihiro NAKAJIMA
2014-08-18
1
-0
/
+2
*
Merge pull request #87 from hroptatyr/fix/cat-empty-file
Tim Kientzle
2014-08-17
1
-0
/
+4
|
\
|
*
Provide regression test case for bsdcat on empty compressed files
Sebastian Freundt
2014-08-12
1
-0
/
+4
*
|
Update xxhash.c to lz4 r120 version;
Michihiro NAKAJIMA
2014-08-14
1
-2
/
+1
*
|
Add support for lz4 write filter.
Michihiro NAKAJIMA
2014-08-14
1
-0
/
+4
|
/
*
Fix issue 356: properly skip a sparse file entry in a tar file.
Michihiro NAKAJIMA
2014-07-12
1
-0
/
+2
*
Add a test for a bug fix of lha reader.
Michihiro NAKAJIMA
2014-07-03
1
-0
/
+2
*
Add support for lz4 read filter.
Michihiro NAKAJIMA
2014-06-30
1
-1
/
+18
*
Fix a bug which uudecode filter wrongly decoded the uuencoded data
Michihiro NAKAJIMA
2014-06-29
1
-0
/
+2
*
Tests, provide known-good archive read test.
Sebastian Freundt
2014-06-10
1
-0
/
+1
*
Provide WARC read/write tests
Sebastian Freundt
2014-05-21
1
-0
/
+2
*
Provide ISO 28500:2009 reader (aka warc, aka web archive)
Sebastian Freundt
2014-05-21
1
-0
/
+1
*
Provide ISO 28500:2009 writer (aka warc, aka web archive)
Sebastian Freundt
2014-05-21
1
-0
/
+1
*
Add basic tests for bsdcat.
Mike Kazantsev
2014-04-09
1
-6
/
+56
*
Add missing backslash before bsdcat_EXTRA_DIST.
Mike Kazantsev
2014-04-09
1
-1
/
+1
*
Merge pull request #70 from mk-fg/add_bsdcat_tool
Tim Kientzle
2014-04-06
1
-2
/
+47
|
\
|
*
Add optional bsdcat tool.
Mike Kazantsev
2014-04-04
1
-2
/
+47
*
|
Split archive_read_extract2 from archive_read_extract
Paul Barker
2014-04-06
1
-0
/
+1
|
/
*
Make the backslash line continuations more consistent for automatic updating;...
Tim Kientzle
2014-01-16
1
-753
/
+765
*
Include tests for new zip64 functionality in autoconf-based build.
Tim Kientzle
2014-01-16
1
-0
/
+2
*
Merge pull request #62 from kientzle/master
Tim Kientzle
2014-01-16
1
-2
/
+6
|
\
|
*
Verify that Zip writer rejects too-large files when Zip64 is disabled.
Tim Kientzle
2014-01-12
1
-0
/
+1
|
*
Test for large Zip archives, following code for large Tar test.
Tim Kientzle
2013-12-28
1
-1
/
+2
|
*
Finish the detailed verification of zip archive with single entry for both zi...
Tim Kientzle
2013-12-26
1
-0
/
+1
|
*
Test detailed zip format for regular file entry.
Tim Kientzle
2013-12-26
1
-0
/
+1
|
*
Be more careful about enabling zip64 (fixes zip_compression_store test)
Tim Kientzle
2013-12-26
1
-0
/
+1
[next]