]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2017-11-16  John Starkszip: Allow backslash as path separator 970/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-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-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
2017-08-05  Tim KientzleMerge pull request #929 from cperciva/master
2017-08-03  Colin PercivalAvoid overflow when reading corrupt cpio archive 929/head
2017-08-01  Joerg SonnenbergerRevert addition of assert.
2017-08-01  Joerg SonnenbergerDon't call wmemmove if size is zero.
2017-07-30  Graham PercivalSpelling fixes 930/head
2017-07-28  Martin Matuskaarchive_write_ar_data(): replace strncpy() with memcpy()
2017-07-28  Martin MatuskaMerge pull request #926 from emaste/libarchive
2017-07-21  Ed Masteensure ar strtab is null terminated 926/head
2017-07-16  Tim KientzleIssue #924: fix capitalization of bcrypt.h header
2017-07-10  Tim KientzleLibarchive 3.3.3dev
2017-07-10  Tim KientzleLibarchive 3.3.2 v3.3.2
2017-07-09  Tim KientzleAdd a missing test file
2017-05-23  Chris RobertsCheck libgnu for xattr functions on Haiku 912/head
2017-05-21  Tim KientzleIssue #910: Don't use stdin as a source of test data
2017-05-16  Sean PurcellFix zstd memory allocation and null checks 905/head
2017-05-16  Sean PurcellFix alphabetical order, other small fixes
2017-05-16  Sean Purcellzstd: Don't bid on skippable frames
2017-05-16  Sean Purcellzstd: Address comments by @terrelln
2017-05-16  Sean PurcellBuild with zstd on TravisCI on OS X
2017-05-16  Sean PurcellDon't try to use libzstd versions without streaming API
2017-05-16  Sean PurcellSkip zstd write tests when library not present
2017-05-16  Sean PurcellFix compile errors with cmake and when zstd isn't present
2017-05-16  Sean PurcellFix zstd reader and change variable scopes
2017-05-16  Sean PurcellWhitespace fixes
2017-05-16  Sean PurcellAdd zstd test suite
2017-05-16  Sean PurcellSmall zstd fixes
2017-05-16  Sean PurcellAdd Zstandard write support
2017-05-16  Sean PurcellAdd Zstandard read support
2017-05-11  Joerg SonnenbergerFix use-after-free in error branch. From Ngie Cooper.
2017-05-01  Joerg SonnenbergerRemove fallback tree in LZX decoder.
2017-04-30  Joerg SonnenbergerFix build on ancient systems without int64_t definition.
2017-04-29  Joerg SonnenbergerRefactor numeric parsing routines into a single version...
2017-04-29  Joerg SonnenbergerTighten mode check: '8' and '9' don't make good octal...
2017-04-29  Joerg SonnenbergerBe consistent about the types of internal and external...
2017-04-29  Joerg SonnenbergerDon't leak memory.
2017-04-29  Joerg SonnenbergerChange little endian read routines to compute in unsign...
2017-04-29  Joerg SonnenbergerAvoid signed overflow by computing in uintmax_t and...
2017-04-29  Joerg SonnenbergerAvoid memcpy of zero length, the source can be NULL.
2017-04-29  Joerg SonnenbergerDon't check unaligned access in ubsan for GCC.
2017-04-29  Joerg SonnenbergerAvoid shifting negative numbers by doing endian manipul...
2017-04-29  Joerg SonnenbergerAvoid memcpy if length is zero, the source can be NULL...
2017-04-29  Joerg SonnenbergerOptimize string processing.
2017-04-29  Joerg SonnenbergerExplicitly free pass_destpath after processing.
2017-04-29  Joerg SonnenbergerFree linkresolver after processing.
2017-04-29  Joerg SonnenbergerRedo 1e660621b4b00eaf4ef7a508aedf52c5a421bd2e, only...
2017-04-29  Joerg SonnenbergerReshuffle conditions to ensure path is initialised...
2017-04-28  Joerg SonnenbergerShort cut zero size to avoid notnull attribute for...
2017-04-28  Joerg SonnenbergerRewrite expressions to avoid undefined behavior.
2017-04-23  Abhinav UpadhyayAdd missing .Nm to the NAME section. (#906)
2017-04-21  Joerg SonnenbergerIssue #901: Sparse files with long name get renamed.
2017-04-21  Joerg SonnenbergerComplay with the spirit, if not the letter of the GNU...
2017-04-09  Tim KientzleMerge pull request #902 from mingzym/libressl
2017-04-09  Zhao Yongmingfix building with libressl 902/head
2017-04-08  Tim KientzleMerge pull request #897 from phillipberndt/master
2017-04-07  Joerg Sonnenbergerdirfd can be implemented as macro, so use a better...
2017-04-07  Joerg SonnenbergerShrink array for days per month. Saves 31 Bytes on...
2017-04-03  Martin MatuskaPlug memory leaks in xattr and acl tests.
2017-04-03  Martin MatuskaUpdate date in archive_read_disk.3 and archive_write_disk.3
2017-04-03  Martin MatuskaAdd manpage entry for archive_read_disk_set_behavior().
2017-04-02  Phillip BerndtAdd test for #870 897/head
2017-03-29  Martin MatuskaReport names of extended attributes that could not...
2017-03-28  Martin MatuskaEncapsulate archive_disk_acl.* in an ARCHIVE_ACL_*...
2017-03-28  Martin MatuskaFix copyright in archive_disk_acl_linux.c
2017-03-28  Martin MatuskaFix compilation on FreeBSD without NFSv4 ACL support
2017-03-28  Martin MatuskaUnify platform ACL code in single files.
2017-03-27  Tim KientzleMerge pull request #892 from vapier/master
2017-03-27  Mike Frysingerdo not make DaysInMonth static 892/head
2017-03-26  Tim KientzleMerge pull request #891 from vapier/master
2017-03-23  Mike Frysingerconstify variables more 891/head
2017-03-23  Martin MatuskaSupport UF_HIDDEN file flag (FreeBSD and Darwin)
2017-03-23  Martin MatuskaImprove extended attribute support
2017-03-23  Martin Matuskatar: fix conditionals and add richacl support to test_o...
2017-03-21  Martin MatuskaUpdate config_freebsd.h to match FreeBSD version
2017-03-20  Martin MatuskaAlways include extern keyword for ACL map constants
next