]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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.
2014-09-09  Michihiro NAKAJIMAMove cryptographic functions into archive_cryptor.c.
2014-09-08  Michihiro NAKAJIMARename archive_hmac.h archive_hmac_private.h
2014-09-08  Michihiro NAKAJIMAMake sure zip reader skips whole its contens.
2014-09-08  Michihiro NAKAJIMAAdd support for traditional PKWARE encryption.
2014-09-08  Michihiro NAKAJIMAFix decryption in streamable mode.
2014-09-07  Michihiro NAKAJIMAFix comment. Do not use one line comment statement...
2014-09-07  Michihiro NAKAJIMASimply traditioal encryption api.
2014-09-07  Michihiro NAKAJIMAAdd support for extracting WinZIp AES encryption.
2014-09-07  Michihiro NAKAJIMAAdd support for Traditional PKWARE decryption to zip...
2014-09-07  Michihiro NAKAJIMAFix build failure of xxhash on Ubuntu.
2014-09-07  Michihiro NAKAJIMAStyle fix.
2014-09-02  Ryan Lucchesefixed hang in UUEncode filter 88/head
2014-08-31  Michihiro NAKAJIMAFix issue 375: failure to read some larger .7z archives
2014-08-18  Michihiro NAKAJIMAAdd additional tests for lz4 compression in front-end...
2014-08-18  Michihiro NAKAJIMAAdd lz4 test for bsdcat.
2014-08-18  Tim KientzleMerge pull request #87 from hroptatyr/fix/cat-empty...
2014-08-14  Michihiro NAKAJIMADocument lz4 compression, lzop compression and other...
2014-08-14  Michihiro NAKAJIMAImprove lha decompression performance.
2014-08-14  Michihiro NAKAJIMAUpdate xxhash.c to lz4 r120 version;
2014-08-14  Michihiro NAKAJIMAAdd lz4 filter entry to archive_read_append_filter...
2014-08-14  Michihiro NAKAJIMAAvoid an analyzer error "Dereference of null pointer",
2014-08-14  Michihiro NAKAJIMAEliminate dead assignment.
2014-08-14  Michihiro NAKAJIMADisplay filename encoding test names respectively to...
2014-08-14  Michihiro NAKAJIMAFix build failure on FreeBSD 8.x.
2014-08-14  Michihiro NAKAJIMAFix build failure with lz4 r120 and later.
2014-08-13  Michihiro NAKAJIMAAdd support for lz4 write filter.
2014-08-13  Sebastian FreundtAllow empty files (after filters) in bsdcat command. 87/head
2014-08-12  Sebastian FreundtProvide regression test case for bsdcat on empty compre...
2014-08-03  Michihiro NAKAJIMAProperly set a error message when a client seeker callb...
2014-08-03  Michihiro NAKAJIMAFix issue336:7zip can not be read when opened with...
2014-08-03  Michihiro NAKAJIMAFix issue363:Unable to extract large 7z files.
2014-07-27  Michihiro NAKAJIMASimply finding a file name in mtree format to avoid...
2014-07-18  Tim KientzleFix --one-file-system: do not descend, but do visit...
2014-07-18  Tim KientzleDo not assume dir atime updates; not everyone does
2014-07-12  Michihiro NAKAJIMAFix issue 356: properly skip a sparse file entry in...
2014-07-06  Michihiro NAKAJIMAAdd lz4 detection for CMake configuration.
2014-07-06  Michihiro NAKAJIMAStyle fix. space -> tab.
2014-07-06  Michihiro NAKAJIMAFix dereference of null pointer which Clang Static...
2014-07-06  Michihiro NAKAJIMAPlug memory leaks which Clang Static Analyser pointed...
2014-07-06  Michihiro NAKAJIMAFix garbag return value which Clang Static Analyser...
2014-07-06  Michihiro NAKAJIMAFix dead store which Clang Static Analyser pointed...
2014-07-03  Michihiro NAKAJIMAAdd a test for a bug fix of lha reader.
2014-07-03  Michihiro NAKAJIMAFix a bug in lha read format.
2014-07-02  Michihiro NAKAJIMAProperly set buffer,offset and size when lha format...
2014-06-29  Michihiro NAKAJIMAAdd support for lz4 read filter.
2014-06-29  Michihiro NAKAJIMAFix test_compat_mac failure on non-mac OS X platform.
2014-06-29  Michihiro NAKAJIMAFix build failure on Ubuntu.
2014-06-29  Michihiro NAKAJIMAFix builid failure on FreeBSD 10.
2014-06-29  Michihiro NAKAJIMAFix a bug which uudecode filter wrongly decoded the...
2014-06-29  Michihiro NAKAJIMAAdd a test utility function, copy_reference_file simply...
2014-06-29  Michihiro NAKAJIMAAdd bsdcat_test.log and bsdcat_test.trs to .gitignore.
2014-06-29  Michihiro NAKAJIMAApply recent changs in libarvhie/test/main.c to {tar...
2014-06-29  Michihiro NAKAJIMAFix build failure.
2014-06-22  Tim KientzleReformat long calculation, make consistent across copies
2014-06-22  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2014-06-22  Tim KientzleTab after #define
2014-06-22  Tim KientzleUse ARCHIVE_VERSION macros instead of PACKAGE
2014-06-22  Tim KientzleMark which tests have skips
2014-06-22  Tim Kientzleinterpret times in UTC, not local timezone
2014-06-21  Tim KientzleMerge pull request #82 from r0ro/master
2014-06-21  Tim KientzleFix multi-line display
2014-06-21  Tim KientzleReplace \e with plain \
2014-06-21  Tim KientzleDon't put '' around options within literals
2014-06-21  Tim Kientzlestart/end display cannot have extra trailing whitespace
next