]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2012-10-03  grayskyenable lrzip support 28/head
2012-10-03  Michihiro NAKAJIMAAdd --older,--older-than,--older-mtime and --older...
2012-10-02  Michihiro NAKAJIMAFix a bug that Clang Static Analyzer claimed it is...
2012-10-02  Michihiro NAKAJIMAApply *_CLOEXEC flags to system calls which can be...
2012-10-01  Andres MejiaMerge pull request #22 from amejia1/seek-support
2012-09-29  Michihiro NAKAJIMAMerge pull request #27 from xiw/overflow
2012-09-29  Michihiro NAKAJIMAMerge pull request #26 from cmdrclueless/tar_read_buffe...
2012-09-28  Xi WangFix signed integer overflow in safe_fprintf() 27/head
2012-09-27  Andres MejiaImplement function used to seek within data blocks. 22/head
2012-09-26  Brian WeaverRefactored common code into a single function 26/head
2012-09-26  Brian WeaverAdd tighter checks to avoid reading past end of buffer
2012-09-26  Michihiro NAKAJIMAMinor improvement in the mtree bidder.
2012-09-26  Michihiro NAKAJIMABack out of b0eb750cab. It caused several tar/pax test...
2012-09-26  Michihiro NAKAJIMAMerge branch 'mtree-classic'
2012-09-25  Michihiro NAKAJIMAUse a character table to check safe characters in filen...
2012-09-25  Michihiro NAKAJIMAMerge pull request #24 from cmdrclueless/tar_read_buffe...
2012-09-25  Michihiro NAKAJIMAPlug the possibility of memory leak.
2012-09-25  Michihiro NAKAJIMAFix bugs introdueced by f87e3db94c.
2012-09-25  Brian WeaverAdd tighter checks to avoid reading past end of buffer 24/head
2012-09-25  Michihiro NAKAJIMAFix build failure on linux; remove unused variables...
2012-09-25  Michihiro NAKAJIMAReduce the amount of memory in mtree writer.
2012-09-25  Michihiro NAKAJIMADisable some mode tests on Windows. We cannot perform...
2012-09-24  Michihiro NAKAJIMAFix build failure on Clang.
2012-09-24  Michihiro NAKAJIMAAdd support for writing mtree classic format, which...
2012-09-24  Michihiro NAKAJIMAAllow FreeBSD mtree's nochange keyword.
2012-09-24  Michihiro NAKAJIMAFix a mtree detection bug brought by a commit 78307be86b71.
2012-09-22  Andres MejiaAdd test_utils.h to test_utils_SOURCES, fixes use of...
2012-09-20  Michihiro NAKAJIMADo not write absolute paths to mtree archives.
2012-09-20  Michihiro NAKAJIMADo not add "./" prefix to the current directory name...
2012-09-20  Michihiro NAKAJIMAMerge pull request #20 from allanbrokeit/mtree
2012-09-20  Michihiro NAKAJIMASeparate test_read_format_mtree to know easily which...
2012-09-20  Michihiro NAKAJIMAMerge branch 'master' of github.com:libarchive/libarchi...
2012-09-20  Michihiro NAKAJIMAAdd support for a mtree form that NetBSD's mtree -D...
2012-09-19  Andres MejiaImplement filtering of test cases run using glob patter...
2012-09-19  Andres MejiaUpdate .gitignore to ignore library and Testing folder
2012-09-19  Andres MejiaSeperate get_test_set() function out into a utility...
2012-09-19  Andres MejiaSeperate single RAR test into multiple test cases.
2012-09-19  Andres MejiaAdd INCLUDE_DIRECTORIES directive to fix build failure...
2012-09-18  Michihiro NAKAJIMAFix a possibility of memory leaks when realloc fails.
2012-09-18  Michihiro NAKAJIMAFix a part of a commit 221f63f2f8.
2012-09-17  Michihiro NAKAJIMAFix build failure on linux made by commit b3296a25e1...
2012-09-12  Michihiro NAKAJIMARemove dead assignment that Clang Static Analyzer point...
2012-09-11  Michihiro NAKAJIMAFix bugs that Clang Static Analyzer pointed out:
2012-09-11  Michihiro NAKAJIMAFix use-after-free that Clang Static Analyzer pointed...
2012-09-11  Michihiro NAKAJIMAFix bugs that Clang Static Analyzer pointed out:
2012-09-11  Michihiro NAKAJIMAFix a bug that Clang Static Analyzer said "Assigned...
2012-09-11  Michihiro NAKAJIMAFix a memory leak that Clang Static Analyzer pointed...
2012-09-11  Michihiro NAKAJIMAFix dereference of null pointer that Clang Static Analy...
2012-09-11  Michihiro NAKAJIMAFix a memory leak that Clang Static Analyzer pointed...
2012-09-11  Michihiro NAKAJIMARemove dead assignment that Clang Static Analyzer point...
2012-09-10  Michihiro NAKAJIMAFix the failure of archive_read_open_filename_w on...
2012-09-08  Allan McRaeFix mtree generation 20/head
2012-08-29  Dan McGeeFix build failure when ACL_TYPE_NFS4 is not defined.
2012-08-29  Andres MejiaFix build failure of test_write_compress_lrzip.c, use...
2012-08-29  Andres MejiaFix build failure of test cases using autotools build...
2012-08-29  Tim KientzleMerge pull request #19 from andreas-schwab/master
2012-08-29  Andreas SchwabFix more uses of EXT2_IOC_[GS]ETFLAGS 19/head
2012-08-23  Tim KientzleFix flags on Linux.
2012-08-20  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2012-08-05  Tim KientzleInclude archive_write_disk_acl.c in the autoconf build.
2012-08-05  Tim KientzleMerge remote-tracking branch 'origin/master'
2012-08-02  Tim KientzleAdd a comment suggesting -n with -T.
2012-08-01  Tim KientzleMerge pull request #16 from mmatuska/master
2012-08-01  Tim KientzleMerge pull request #17 from vx/master
2012-08-01  Tim KientzleMerge pull request #18 from bradking/rdw-typo
2012-07-31  Brad Kingarchive_read_disk_windows.c: Fix typo in allocation... 18/head
2012-07-31  Martin MatuskaSupport appending to empty archives. 17/head
2012-07-30  Martin MatuskaAdd missing variable initialization. 16/head
2012-07-23  Tim KientzleMerge pull request #15 from mbrantner/master
2012-07-23  Tim KientzleDon't use __func__ or __FUNCTION__: there are too
2012-07-23  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2012-07-23  Tim KientzleMerge pull request #14 from bcran/master
2012-07-20  Matthias Brantnertwo new functions: 15/head
2012-06-30  Bruce CranMerge branch 'master' of https://github.com/bcran/libar... 14/head
2012-06-30  Bruce CranFix Visual C++ 2010 build by using __FUNCTION__
2012-06-30  Bruce CranVS 2010 doesn't understand __func__ so use the older...
2012-06-30  Bruce CranFix typos of "Illegal" and "Unknown".
2012-06-10  Tim Kientzlelrzip support isn't legacy, so we don't need legacy...
2012-06-10  Tim KientzleLrzip doesn't have gradations of support.
2012-06-10  Tim KientzleOnly test lrzip write filtering if the lrzip executable...
2012-06-10  Tim KientzleOnly test lrzip extraction if the lrzip executable...
2012-06-10  Tim KientzleAdd canLrzip() utility to probe for existence of lrzip...
2012-06-10  Tim KientzleAdd lrzip files to the cmake build.
2012-06-10  Tim KientzleMerge pull request #7 from ckolivas/master
2012-06-10  Tim KientzleMerge pull request #13 from naota/master
2012-05-29  Tim KientzleAdd archive_write_fail() utility to force a write
2012-05-25  naotaAvoid infinite loop when there's unsupported acl type 13/head
2012-04-23  Con KolivasFix probable leak with program write add filters. 7/head
2012-04-23  Con KolivasAdd silent build rules for lrzip.
2012-04-23  Con KolivasAdd basic archive read and write filter support for...
2012-04-21  Tim KientzleFix the setup_acls placeholder used on systems where...
2012-04-09  Tim KientzleResuscitate the old NFS4 support code and make it work...
2012-04-06  Michihiro NAKAJIMAFix the dereference of null pointer, which Clang Static...
2012-04-06  Michihiro NAKAJIMAFix a memory leak.
2012-04-06  Michihiro NAKAJIMAAvoid a warning that Clang Static Analyzer complained
2012-04-06  Michihiro NAKAJIMARemove unneeded code.
2012-04-05  Michihiro NAKAJIMAFix the build failure of libarchive_test on Visual...
2012-04-04  Michihiro NAKAJIMAFix build failure on Visual Studio.
2012-04-03  Dan McGeeFixes for GCC 4.7.0
2012-04-02  Michihiro NAKAJIMAInitialize the buffer used for FIEMAP to avoid the...
next