]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2016-12-08  Graham PercivalSpelling fix in "struct tree{}" code 833/head
2016-12-08  Graham PercivalSpelling fixes
2016-12-08  Martin MatuskaDo not read beyond strtab table size in _ar_read_header()
2016-12-07  Martin MatuskaClose filters before freeing
2016-12-06  Brad KingCheck for EVP_CIPHER_CTX_new failure (#836)
2016-12-06  Joerg SonnenbergerReplace malloc + memset with calloc.
2016-12-06  Joerg SonnenbergerSimplify by using strdup. Check for allocation failure.
2016-12-06  Joerg SonnenbergerExplicitly free archive to reduce valgrind noise.
2016-12-06  Joerg SonnenbergerDon't recommend deprecated functions.
2016-12-06  Joerg SonnenbergerMerge branch 'master' of github.com:libarchive/libarchive
2016-12-05  Brad KingMerge branch 'openssl-1.1'
2016-12-05  Martin MatuskaAdd more explanation comments to validate_number_field()
2016-12-05  Martin MatuskaRelax sanity checks of number fields in tar header...
2016-12-04  Martin MatuskaFix hang in uudecode_filter_read()
2016-12-03  Graham PercivalSpelling fixes (#831)
2016-12-03  Tim KientzleReject an 'ar' filename table larger than 1GB or a...
2016-12-02  Joerg SonnenbergerDramatically simplify loop and avoid a read-beyond...
2016-12-02  Martin MatuskaFix heap buffer overflow in uudecode_bidder_bid()
2016-12-02  Tim KientzleRework the valid_number_field test function to be more
2016-12-01  Joerg SonnenbergerReread the CAB header skipping the self-extracting...
2016-12-01  Martin MatuskaRestore compatibility with Perl Archive::Tar that was...
2016-11-30  Graham PercivalSpelling fixes (#830)
2016-11-30  Martin MatuškaMerge pull request #819 from andrewgregory/mtree-hashtable
2016-11-29  Martin MatuskaAdd test archives from #825 to Makefile.am
2016-11-29  Martin MatuskaFix extracting hardlinks over symlinks
2016-11-29  Martin Matuskaarchive_write_disk_posix.c: make *_fsobj functions...
2016-11-29  Martin MatuskaStyle fixes in archive_write_disk_posix.c
2016-11-23  Martin MatuskaAdd archive_entry_acl_types() to check ACL types in...
2016-11-23  Tim KientzleMerge pull request #825 from josusky/master
2016-11-23  Jan OsuskyAllow tar header fields without null terminator 825/head
2016-11-23  Martin MatuskaAdd missing check for acl_is_trivial_np() to configure.ac
2016-11-23  Martin MatuskaReset acl_types in archive_acl_clear()
2016-11-22  Jan OsuskyAdd test of GNU tar with GID greater 10000000 octal
2016-11-22  Jan OsuskyAdd test of raw file which fooled tar
2016-11-22  Jan OsuskyMake sanity check of UID/GID/... fields compatible...
2016-11-21  Tomas MrazAdd support for building with OpenSSL 1.1 826/head
2016-11-21  Brad KingAdd infrastructure to adapt between OpenSSL 1.1 and...
2016-11-17  Martin MatuskaFix return code of ci_build.sh if tests fail with autotools
2016-11-14  Martin MatuskaDo not treat user or group ACL entries without an id...
2016-11-14  Jan OsuskyAdd sanity check of tar "uid, "gid" and "mtime" fields
2016-11-07  Martin Matuskaci_build: be more verbose on test errors if building...
2016-11-07  Martin MatuskaUnbreak build with Linux kernels older than 3.8
2016-11-07  Martin MatuskaSupport SEEK_HOLE under Linux, fallback to FIEMAP
2016-11-02  Andrew Gregorymtree: use hash table for duplicate entry search 819/head
2016-11-01  Martin MatuskaAddl lzo2 to Travis CI builds (lz4 on Ubuntu 14.04...
2016-11-01  Martin MatuskaAdd libmzmadec removal to NEWS
2016-10-29  Tim KientzleMerge pull request #809 from praiskup/distribute-readme-md
2016-10-25  Martin MatuskaRemove support for liblzmadec and use FindLibLZMA 806/head
2016-10-25  Martin Matuskalibarchive 3.3 development, restore DEV_CFLAGS
2016-10-25  Pavel Raiskupdistribute README.md 809/head
2016-10-24  Martin MatuskaAdd missing define to libarchive/config_freebsd.h
2016-10-24  Tim KientzleLibarchive 3.2.2 v3.2.2
2016-10-24  Tim KientzleClarify some skipping messages
2016-10-24  Tim KientzleSkip gzip format check when both zlib and gzip are...
2016-10-23  Tim KientzleDo not try to redirect stderr on Windows
2016-10-23  Tim KientzleSkip Zip high-compression test if zlib is not available
2016-10-23  Tim KientzleMake test output more verbose on Windows
2016-10-23  Tim KientzleSync up the test harnesses, fix an "unused var" warning...
2016-10-23  Tim KientzleIssue #800: skip 747 test when bzlib is not built
2016-10-17  Martin MatuskaSwitch Travis CI build to use the Ubuntu trusty image
2016-10-16  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2016-10-14  Martin MatuskaAdd build/ci_build.sh for automatic building on Travis...
2016-10-14  Martin Matuskatest_read_append_filter_wrong_program: check return...
2016-10-14  Martin MatuskaAdd missing test archives to Makefile.am
2016-10-13  Martin MatuskaRedirect and verify stderr in test_read_append_filter_w...
2016-10-13  Benjamin SergeantFix compiler warning about unused cache variable (...
2016-10-12  Martin MatuskaAdd test case for issue #794
2016-10-12  Tim KientzleIssue #801: close the file descriptor when testing...
2016-10-08  Martin MatuškaMerge pull request #798 from oshogbo/master
2016-10-07  Mariusz ZaborskiRemove unneeded return. 798/head
2016-10-07  Mariusz ZaborskiStyle.
2016-10-04  Martin MatuskaProperly free and close when exiting write_hierarchy...
2016-10-03  Tim KientzleMerge pull request #791 from hartzell/bug/disk-variable...
2016-09-29  George HartzellFix scoping error with "disk" variable 791/head
2016-09-29  Tim KientzleMerge pull request #790 from Tarsnap/uninitialized...
2016-09-28  Graham PercivalInitialize subst rule->result pointer to NULL 790/head
2016-09-28  Tim KientzleMerge pull request #787 from praiskup/fix-umask
2016-09-28  Tim KientzleMerge pull request #788 from Tarsnap/check-test-mode
2016-09-26  Graham PercivalAdd chmod() after make_{dir,file} in test suites 788/head
2016-09-26  Graham PercivalAdd and use assertion_file_mode() in other tests
2016-09-26  Pavel Raiskuptests: fix testsuite for umask issues 787/head
2016-09-25  Martin Matuska"bunzip2 -V" does not exit with 0, use "bunzip2 -h...
2016-09-24  Martin MatuskaAdd READ_DATA dir permission to @owner to make test...
2016-09-24  Tim KientzleMerge pull request #774 from Tarsnap/check-test-mode
2016-09-24  Tim KientzleIssue 780: Extend the ISO9660 test with deeper heirarchies
2016-09-23  Graham PercivalIssue 774, 782: chmod() after creating a file or dir 774/head
2016-09-19  Tim KientzleIssue 761: Heap overflow reading corrupted 7Zip files
2016-09-19  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2016-09-19  Tim KientzleIssue 747 (and others?): Avoid OOB read when parsing...
2016-09-12  Tim KientzleMerge pull request #781 from praiskup/build-fix-undecla...
2016-09-12  Pavel Raiskupftbfs: declare 'r' variable for non NFSv4 ACLs too 781/head
2016-09-12  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2016-09-11  Tim KientzleUse O_NOFOLLOW to avoid traversing symlinks when restor...
2016-09-11  Tim KientzleReject non-regular sparse files
2016-09-11  Tim KientzleRemove dead comments
2016-09-11  Tim KientzleFixes for Issue #745 and Issue #746 from Doran Moppert.
2016-09-11  Tim KientzleFix the test cases for Issue #745 and Issue #746
2016-09-10  Tim KientzleMerge pull request #775 from mmatuska/glibc_2_24_readdir_r
2016-09-09  Tim KientzleMerge pull request #779 from nacho/fix-769
2016-09-08  Ignacio Casal... test_write_format_gnutar_filenames: use AE_IFLNK instea... 779/head
next