]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2016-12-23  Peter WuIssue #822: Try harder to detect directories in zip... 850/head
2016-12-20  Graham PercivalSpelling fixes (#846)
2016-12-18  Joerg SonnenbergerCompute correct size for buffer. Avoid recomputation...
2016-12-18  Joerg SonnenbergerAllocate memory precisely. Avoid recomputions of sizes.
2016-12-15  Martin MatuskaTravis CI: use custom test driver, don't build with...
2016-12-15  Martin MatuskaTravis CI: split build and test into two steps
2016-12-14  Martin MatuskaAdd OSx to Travis CI build
2016-12-13  Martin MatuskaDon't check for duplicates when adding NFSv4 ACL entries
2016-12-11  Tim KientzleMerge pull request #807 from csanchezdll/issue696
2016-12-11  Tim KientzleMerge pull request #818 from JPeterMugaas/cygwin-msys2...
2016-12-11  Tim KientzleMerge pull request #833 from Tarsnap/spelling-upload
2016-12-11  Tim KientzleMerge pull request #839 from yaneurabeya/tar-test-cover...
2016-12-11  Tim KientzleMerge pull request #840 from yaneurabeya/libarchive...
2016-12-11  Ngie CooperFix memory management issues 840/head
2016-12-11  Ngie Cooper- Only allocate `mine` when level == 1 to clarify its...
2016-12-11  Ngie CooperFix several coverity issues with test_read_append_filte...
2016-12-11  Ngie CooperFree `m` before returning after allocating it
2016-12-11  Ngie CooperFree `testprog_ustar` when done 839/head
2016-12-11  Ngie CooperFree p (the memory allocated via slurpfile) when done...
2016-12-11  Tim KientzleMerge pull request #838 from yaneurabeya/cpio-test...
2016-12-11  Ngie CooperDon't leak memory if returning from
2016-12-11  Ngie CooperDon't leak the file descriptor pointed to by `in` if...
2016-12-11  Ngie CooperDon't overrun `tmpdir` buffer with sprintf
2016-12-11  Ngie CooperIncrease the size of buff by 1 and adjust the readlink...
2016-12-10  Ngie CooperFree p (the memory allocated via slurpfile) when done... 838/head
2016-12-09  Tim KientzleIssue #837: Fix iteration over the available error...
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-11-01  J. Peter Mugaasadd entries for msys 818/head
2016-11-01  J. Peter MugaasFix cygwin/msys compile errors with cleanup_pathname_win
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-19  Carlos Sánchez... Issue 696: ppc64le mache ckech failure 807/head
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.
next