]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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
2017-03-20  Joerg SonnenbergerSync documentation of archive_read_open_memory with...
2017-03-19  Tim KientzleMerge pull request #887 from codarrenvelvindron/master
2017-03-19  codarrenvelvindronAs per Cryptographic Requirements published on Wikileak... 887/head
2017-03-16  Martin MatuskaDeduplicate working path code in archive_read_disk_entr...
2017-03-16  Martin MatuskaDo not treat archive_read_disk_entry_setup_acls() as...
2017-03-16  Martin MatuskaAdd NFSv4 ACL support for Linux via librichacl
2017-03-14  Martin MatuskaMove platform-specific ACL code to individual source...
2017-03-12  Tim KientzleMerge pull request #870 from phillipberndt/master
2017-03-12  Tim KientzleMerge pull request #841 from JPeterMugaas/cng_enable
2017-03-12  Tim KientzleMerge pull request #867 from praiskup/cpio-getgrgid
2017-03-11  Tim KientzleBreak out the library version functions into a separate...
2017-03-11  Tim KientzleOSS-Fuzz Issue 806: integer overflow in mtree_atol10
2017-03-08  Martin MatuskaDarwin ACL: fix legacy support in tar/test_option_acls.c
2017-03-08  Martin MatuskaDarwin ACL: avoid unnecessary use of getpwuuid() and...
2017-03-07  Martin MatuskaDarwin ACL: avoid using mbr_identifier_to_uuid()
2017-03-05  Martin MatuskaThe "size" pax header keyword overrides tar header...
2017-03-05  J. Peter MugaasMerge branch 'master' of https://github.com/libarchive... 841/head
2017-03-03  Martin MatuškaMerge pull request #879 from jwilk/spelling
2017-03-02  Martin Matuskatar: test_option_fflags adjustments
2017-03-02  Martin MatuskaSolaris: use aclp instead of acl to not shadow global...
2017-03-02  Martin MatuskaNew tar test: test_option_acls
2017-03-02  Martin MatuskaReorganize ACL defines and fix detection of ACL_SYNCHRO...
2017-03-02  Martin MatuskaChange Solaris ACL support to use acl() and facl()
2017-02-28  Jakub WilkFix typos 879/head
2017-02-28  Martin MatuskaFix compilation on Mac OS X versions without ACL_SYNCHR...
2017-02-28  Martin MatuskaCompare full file flags in test_option_fflags
2017-02-28  Joerg SonnenbergerMissing commas
2017-02-28  Joerg SonnenbergerFix markup
2017-02-28  Joerg SonnenbergerFix markup
2017-02-28  Joerg SonnenbergerMove documentation from archive_write_disk(3) into...
2017-02-28  Joerg SonnenbergerDrop documentation for functions with their own man...
2017-02-28  Joerg SonnenbergerDrop trailing comma.
2017-02-28  Joerg SonnenbergerFix typos.
2017-02-26  Martin Matuskatest_main: compact canNodump() source code a bit
2017-02-26  Joerg Sonnenbergermdoc should not contain empty lines.
2017-02-26  Joerg SonnenbergerMark function that doesn't return as dead.
2017-02-26  Joerg SonnenbergerAdd format function annotation.
2017-02-26  Joerg SonnenbergerMark functions that don't return as dead.
2017-02-26  Joerg SonnenbergerBe more friendly to format string checkers.
2017-02-26  Joerg SonnenbergerUse ctype macros with unsigned char arguments.
next