]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2018-10-02  Zack WegerDon't default XAR entry atime/mtime to the current... 1070/head
2018-09-22  Martin MatuskaCorrectly process and verify integer arguments passed...
2018-09-20  Martin MatuskaUse PATH_MAX if available for temporary path buffer
2018-09-20  Martin MatuškaMerge pull request #1066 from Young-X/master
2018-09-18  Young_Xfix out of bounds read on empty string () filename... 1066/head
2018-09-09  Joerg SonnenbergerHandle whitespace-only ACL fields correctly.
2018-09-08  Tim KientzleMerge pull request #1019 from donmeyer/add_allocation_check
2018-09-08  Tim KientzleMerge pull request #1032 from anthonybrandon/master
2018-09-08  Tim KientzleMerge pull request #1037 from NamedKitten/patch-1
2018-09-08  Tim KientzleFix OpenSSL version number
2018-09-08  Tim KientzleMore information about sparse test failures
2018-09-05  Joerg SonnenbergerUse plain OPENSSL_VERSION_NUMBER and also block LibreSS...
2018-09-05  Joerg SonnenbergerRedo OPENSSL_VERSION_AT_LEAST check to deal with CPP...
2018-09-04  Joerg SonnenbergerCheck for OPENSSL_VERSION_AT_LEAST before using it.
2018-09-04  Joerg SonnenbergerDon't disable -lcrypto if all hashes are provided by...
2018-09-04  Joerg SonnenbergerAvoid ctype warnings.
2018-09-04  Joerg SonnenbergerEVP_CIPHER_CTX_init is deprecated, so avoid it for...
2018-09-04  Joerg SonnenbergerSet file type explicitly for all entries.
2018-09-04  Tim KientzleSet up 3.3.4dev
2018-09-04  Tim Kientzle3.3.3 v3.3.3
2018-09-03  Tim KientzleUpdate README and NEWS
2018-09-02  Tim KientzleCpio test: Expected error message depends on local...
2018-09-02  Tim KientzleCheck for and include sys/sysmacros.h for GNU libc...
2018-08-19  Martin MatuskaMac OS X: Handle changed behavior of CCCryptorReset()
2018-08-05  Martin Matuskaiso9660: unduplicate and simplify code in parse_file_info()
2018-08-05  Martin MatuskaMerge pull request #1042 from jstarks:iso9660_cve
2018-07-25  John Starksiso9660: validate directory record length 1042/head
2018-07-19  Joerg SonnenbergerReject LHA archive entries with negative size.
2018-07-19  Joerg SonnenbergerSwitch mtree reader from hash table to RB tree.
2018-07-19  Joerg SonnenbergerBe consistent about la_ssize_t and ssize_t (#1010).
2018-07-17  NamedKittenRemove duplicate line in README.md 1037/head
2018-06-21  Anthony BrandonAndroid.mk: update libarchive sources 1032/head
2018-06-18  Tim KientzleMerge pull request #1027 from somasis/master
2018-06-13  Kylie McClainarchive_entry.h: Fix missing int64_t type on musl libc 1027/head
2018-06-10  Tim KientzleMerge pull request #1024 from phcerdan/fix_strncpy_warning
2018-06-03  Pablo Hernandez... Fix gcc 8 warning about strncpy 1024/head
2018-05-21  Martin MatuskaAdd some gzip header tests including RFC 1952 compressi...
2018-05-21  Martin MatuskaMerge pull request #973 from o3dwade:master
2018-05-15  Don MeyerAdd allocation check for the zip_entry struct. 1019/head
2018-04-13  Martin MatuskaUnbreak write test for libzstd 1.3.4
2018-04-13  Martin MatuskaRemove lzop package from Darwin testing
2018-04-07  Tim KientzleMerge pull request #1005 from Sp1l/master
2018-04-01  Bernard Spilfix build with LibreSSL 2.7 1005/head
2018-03-31  Joerg SonnenbergerCheck size of the extended time field in zip archives
2018-02-25  Tim KientzleMerge pull request #993 from ArshanKhanifar/issue-991
2018-02-12  Arshan Khanifarput the absolute path in quotes in case user's director... 993/head
2018-02-07  Arshan Khanifaralphabetical order
2018-02-07  Arshan Khanifarabsolute path fix
2018-02-06  Arshan Khanifarbuild fail fix, simplified logic
2018-02-06  Arshan Khanifarcorrected licensing, removed unnecessary variables
2018-02-06  Arshan KhanifarTest case for using -C in conjunction with an @mtree...
2018-02-06  Arshan Khanifarflush pending chdirs prior to processing mtree files
2018-01-29  Tim KientzleMerge pull request #989 from trollixx/cmake-fix-lzo2
2018-01-27  Tim KientzleMerge pull request #986 from BenjaminTrapani/windows...
2018-01-26  Oleg Shparbercmake: Fix missing override for LZO2_FOUND 989/head
2018-01-25  BenjaminTrapaniFix warnings treated as errors during x64 build 986/head
2018-01-24  Martin MatuskaFix build on FreeBSD with NFS4 ACLs without ACL_ENTRY_I...
2018-01-24  Martin MatuškaMerge pull request #968 from trollixx/cmake-lz4-option
2018-01-20  BenjaminTrapaniFix indentation to match rest of file
2018-01-20  BenjaminTrapaniRevert "Copy reference resource to binary directory...
2018-01-20  BenjaminTrapaniFix sparse tests windows
2018-01-20  BenjaminTrapaniAdd space after version to fix all unit tests besides...
2018-01-20  BenjaminTrapaniCopy reference resource to binary directory to make...
2018-01-20  BenjaminTrapaniFix version format to match unit test
2018-01-20  BenjaminTrapaniFix missing hardlink source test windows
2018-01-20  BenjaminTrapaniFix bsdtar test compilation on windows with platform...
2018-01-07  Tim KientzleMerge pull request #962 from spanglerco/existing-dir...
2018-01-05  Oleg Shparbercmake: Add ENABLE_LZ4 option 968/head
2017-12-04  Omar FarooqAdding compression level support for gzip 973/head
2017-11-22  Tim KientzleMerge pull request #966 from jstarks/windows_disk_read_...
2017-11-22  Tim KientzleMerge pull request #970 from jstarks/zip_path_separator
2017-11-16  John Starkszip: Allow backslash as path separator 970/head
2017-11-02  John StarksWindows: set errno on CreateFileW failure 966/head
2017-11-02  Tim KientzleMerge pull request #964 from legnaleurc/fix_fallthrough
2017-10-31  Wei-Cheng PanFix -Werror=implicit-fallthrough= for GCC 7. 964/head
2017-10-23  Paul SpanglerSimplify test case per PR comments 962/head
2017-10-22  Tim KientzleMerge pull request #961 from zweger/master
2017-10-20  Zack WegerClear the ZIP format name before constructing a new... 961/head
2017-10-20  Paul Spanglerarchive_write_disk_{posix,windows}.c: Don't modify...
2017-10-15  ngieFix a potential NULL pointer dereference of `tar` in...
2017-10-07  Mike Frysingerdelete dead ppmd7 alloc callbacks (#893)
2017-10-07  Joerg SonnenbergerFix archive freeing bug in bsdcat.
2017-10-06  Joerg SonnenbergerMatch archive.h for la_int64_t vs int64_t
2017-10-01  Martin Matuskabsdtar manpage: unify descriptions of compression options
2017-09-30  Tim KientzleMerge pull request #912 from korli/libnetwork
2017-09-20  Brad KingDo not use nanosecond file time APIs on macOS < 10.13 953/head
2017-09-18  Joerg SonnenbergerFix case in comment.
2017-09-09  Joerg SonnenbergerAvoid a read off-by-one error for UTF16 names in RAR...
2017-09-06  Joerg SonnenbergerEnsure that the AES extension header is large enough.
2017-09-06  Joerg SonnenbergerPlace a limit on the mtree line length to make fuzzers...
2017-09-05  Joerg SonnenbergerDon't allow sparse mapping entry to pass beyond 63bit.
2017-09-05  Joerg SonnenbergerMatch full strings, not just prefixes.
2017-09-05  Joerg SonnenbergerDo something sensible for empty strings to make fuzzers...
2017-09-04  Tim KientzleIssue #947: Reference archive_write_set_options in...
2017-08-31  Tim KientzleMerge pull request #943 from jrmarino/master
2017-08-22  jrmarinoRecognize ".tzst" extension as ".tar.zst" 943/head
2017-08-13  Tim KientzleMerge pull request #905 from iburinoc/zstd
2017-08-13  Tim KientzleMerge pull request #934 from tonytheodore/cflags-private
2017-08-13  Tony Theodorelibarchive.pc.in: add Cflags.private for static linking 934/head
2017-08-05  Tim KientzleMerge pull request #930 from Tarsnap/spelling-upload
next