]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2015-02-02  Alexey SpiridonovDo not request 0-length skips; sanity-check return. 104/head
2015-02-01  Tim KientzleAdd a check to archive_read_filter_consume to reject any
2015-01-31  Tim KientzleIssue 394: Segfault when reading malformed old-style...
2015-01-31  Tim KientzleExtend the fuzz test to fuzz more bytes in small files;
2015-01-31  Tim KientzleDuplicate the cpio_bin_be test to build a basic cpio_bi...
2015-01-28  Tim KientzleMerge pull request #103 from sevan/patch-1
2015-01-27  Sevan JaniyanUpdate tar.5 103/head
2015-01-26  Tim KientzleA couple of stray files that should be cleaned by the...
2015-01-26  Tim KientzleMissing .El at end of list.
2015-01-26  Tim KientzleSkip the --lz4 test if libarchive was compiled without...
2015-01-26  Tim KientzleExpand verbose output with -x.
2015-01-26  Tim KientzleForce binary output when extracting to stdout on Windows.
2015-01-26  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2015-01-22  Tim KientzleMerge pull request #97 from alkino/master
2015-01-22  Tim KientzleMerge pull request #83 from kjk/master
2015-01-22  Tim KientzleMerge pull request #99 from sikoragmbh/fix-windows...
2015-01-22  Tim KientzleMerge pull request #98 from sikoragmbh/master
2015-01-22  Tim KientzleMerge pull request #100 from jcfr/fix-cmp0054-warnings
2015-01-21  Jean-Christophe... Fix warnings for CMake Policy CMP0054 100/head
2015-01-19  Martin Müllenhauptfix capitalized windows includes 99/head
2015-01-19  Martin Müllenhauptfix CMake CMP0054 warnings 98/head
2015-01-10  Tim KientzleFix a potential crash issue discovered by Alexander...
2015-01-10  Tim KientzleIssue #131: Implement tar --no-xattr
2015-01-10  Tim KientzleIssue 327: tar should accept zero-sized exclude files...
2015-01-10  Tim KientzlePass the correct pointer when checking the Zip64 end...
2015-01-04  Tim KientzleIssue 379: Zip containing another Zip misparsed
2015-01-04  Tim KientzleIssue 379: Zip containing another Zip is misparsed
2014-12-15  Tim KientzleFix typos in archive_pathmatch logic.
2014-12-14  Tim KientzleMerge branch 'vlovich-patch-1'
2014-12-14  Tim KientzleMerge branch 'patch-1' of https://github.com/vlovich...
2014-12-14  Tim KientzleMerge pull request #96 from trevd/master
2014-12-13  Tim KientzleUse binary mode when opening files.
2014-12-13  Trevor DrakeAdd Android AOSP Build System Makefile fragments and... 96/head
2014-12-11  Nicolas CornuAdd a support for utf-8 in archive_entry fields 97/head
2014-11-22  Tim KientzleMerge pull request #94 from DimitryAndric/master
2014-11-22  Dimitry AndricFix the following -Werror warning from clang 3.5.0... 94/head
2014-11-16  Tim KientzleIssue 382: Move variables to top of function for non...
2014-11-03  Tim KientzleFix handling of leading slashes for hardlinks
2014-10-14  Michihiro NAKAJIMAFix a lack of definitions for OpenSSL library on CMake...
2014-10-14  Michihiro NAKAJIMAFix build failure without cryptography library.
2014-10-13  Michihiro NAKAJIMAFix build failure with gcc.
2014-10-13  Michihiro NAKAJIMAFix CMake warnings on Mac OS X.
2014-10-13  Michihiro NAKAJIMAAvoid CMake Warning that used GET_TARGET_PROPERTY with...
2014-10-13  Michihiro NAKAJIMAMerge pull request #85 from purpleKarrot/master
2014-10-13  Michihiro NAKAJIMAUse archive_random() function instead of rand() function.
2014-10-13  Michihiro NAKAJIMAFix test failure without zlib.
2014-10-13  Michihiro NAKAJIMAFix build failure without zlib.
2014-10-13  Michihiro NAKAJIMAImplement readpassphrase function, which read a passphr...
2014-10-13  Michihiro NAKAJIMAImplement HMAC, PBKDF2 and AES support on Windows using...
2014-10-13  Michihiro NAKAJIMAFix build failure with zlib on Windows.
2014-10-12  Michihiro NAKAJIMAPlug memory leak made by my recent changes.
2014-10-12  Michihiro NAKAJIMAFix style.
2014-10-12  Michihiro NAKAJIMAFix typo.
2014-10-12  Michihiro NAKAJIMAInclude stdlib.h to avoid build failure on Windows.
2014-10-12  Michihiro NAKAJIMAFix build failure on Windows.
2014-10-12  Michihiro NAKAJIMAFix build failure on Windows.
2014-10-12  Michihiro NAKAJIMAFix build failure on Windows.
2014-10-12  Michihiro NAKAJIMAFix build failure on Windows.
2014-10-05  Michihiro NAKAJIMAAvoid code analyzer error.
2014-10-05  Michihiro NAKAJIMAFix the potential of memory leaks in our test suit...
2014-10-04  Michihiro NAKAJIMAFix the potential of memory leaks in our test suit.
2014-10-04  Michihiro NAKAJIMARemove unneeded length check to avoid the potential...
2014-10-04  Michihiro NAKAJIMARemove unneeded code.
2014-10-04  Michihiro NAKAJIMAFix the potential of a dereference of null pointer.
2014-10-04  Michihiro NAKAJIMARemove unneeded null check.
2014-10-04  Michihiro NAKAJIMACorrect detecting iconv liberary with Clang.
2014-10-04  Michihiro NAKAJIMAAdd tests for --passphrase option.
2014-10-04  Michihiro NAKAJIMADo not ask passphrases when a passphrase was already...
2014-09-26  Tim KientzleIssue 378: compute string pointers after concatenation...
2014-09-26  Tim KientzleInclude new hmac/random support files in cmake build
2014-09-26  Tim KientzleFix cmake check for arc4random_buf
2014-09-23  Michihiro NAKAJIMACorrect an archive object for set_reader_options function.
2014-09-21  Michihiro NAKAJIMAFix build failure on Ubuntu.
2014-09-21  Michihiro NAKAJIMAImplement reading a passphrase from ttys.
2014-09-21  Michihiro NAKAJIMAAdd a new API, archive_write_set_passphrase_callback...
2014-09-21  Michihiro NAKAJIMACorrectly set a terminator.
2014-09-16  Michihiro NAKAJIMAFix detecting message digest functions.
2014-09-16  Michihiro NAKAJIMAMerge pull request #91 from chenxiaolong/includes
2014-09-16  Michihiro NAKAJIMAMerge pull request #90 from chenxiaolong/mingw
2014-09-16  Michihiro NAKAJIMAAdd --passphrase option to bsdtar and bsdcpio.
2014-09-16  Xiao-Long ChenDon't include windows.h on Cygwin 90/head
2014-09-16  Xiao-Long ChenFix incorrect CMake test directory when building as... 91/head
2014-09-15  Michihiro NAKAJIMAProperty handle __archive_read_next_passphrase function.
2014-09-15  Michihiro NAKAJIMAChange digest functionarity files and relative global...
2014-09-15  Michihiro NAKAJIMASplit test_read_format_zip_filename to know what filena...
2014-09-15  Michihiro NAKAJIMAAdd test_archive_write_set_format_by_name_warc.
2014-09-15  Michihiro NAKAJIMAAdd test_archive_write_add_filter_by_name_lz4.
2014-09-14  Michihiro NAKAJIMAFix style.
2014-09-14  Michihiro NAKAJIMAMerge pull request #88 from RyanLucchese/master
2014-09-14  Michihiro NAKAJIMAMerge pull request #89 from chenxiaolong/xxhash
2014-09-14  Michihiro NAKAJIMASkip encryption/decryption tests for WinZip AES if...
2014-09-14  Michihiro NAKAJIMAFix build failure on FreeBSD 9.2.
2014-09-14  Michihiro NAKAJIMAFix build failure on Ubuntu.
2014-09-14  Michihiro NAKAJIMASwitch passing passphrases from option framework to...
2014-09-14  Michihiro NAKAJIMAAdd new APIs that pass passphrases for reading and...
2014-09-14  Xiao-Long ChenInclude windows.h in archive_entry.h
2014-09-14  Xiao-Long ChenRemove xxhash.h from CMakeLists.txt 89/head
2014-09-10  Michihiro NAKAJIMADocument zip:encryption option.
2014-09-09  Michihiro NAKAJIMASkip a test if the platform does not have cryptographic...
2014-09-09  Michihiro NAKAJIMAAdd support for WinZip AES encryption.
next