]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2009-12-06  Tim KientzleStyle: Break some long lines.
2009-12-06  Tim KientzleFreeBSD has bsdxml.h
2009-12-06  Tim KientzleExplain the index number validation here.
2009-12-06  Michihiro NAKAJIMAEliminate a warning with liblzmadec.
2009-12-06  Michihiro NAKAJIMAFix typo.
2009-12-06  Michihiro NAKAJIMARemove unneeded initialization.
2009-12-06  Michihiro NAKAJIMAProperly cleanup hardlinked list.
2009-12-06  Michihiro NAKAJIMADo not try finding hardlinked files which are resolved.
2009-12-06  Michihiro NAKAJIMAAdd check of the number of the nlink to an xar test.
2009-12-06  Michihiro NAKAJIMAFix several warnings with strict compiling flags.
2009-12-06  Tim KientzleFurther refine the index number checks for cpio and...
2009-12-06  Tim Kientzle1) Empty cpio test uses assertEqualMem() for better...
2009-12-05  Tim KientzleIf we're using xml2-config to link libxml2, use it...
2009-12-04  Michihiro NAKAJIMAAdd support for xar reader.
2009-12-04  Michihiro NAKAJIMAWhen creationg a hash, a persisted private key is unneeded.
2009-12-03  Michihiro NAKAJIMAProperly use hash functions on Windows.
2009-12-03  Michihiro NAKAJIMACALG_SHA256, CALG_SHA384 and CALG_SHA512 are wrong...
2009-12-03  Michihiro NAKAJIMARevert previous change of tar/tree.c
2009-12-03  Michihiro NAKAJIMAAdd archive_hash.h into libarchive/CMakefile.txt
2009-12-02  Tim KientzleRemove AC_HEADER_STDC from the autoconf configuration, as
2009-12-01  Brad KingRemove STDC_HEADERS check from non-autoconf builds
2009-11-30  Brad KingSupport openssl without SHA-2 hash functions
2009-11-30  Brad KingFix hash function config tests with CMake
2009-11-30  Tim KientzleSeveral fixes to Windows handling in tree.c:
2009-11-29  Tim KientzleFuzz test the rpm unwrapper.
2009-11-29  Tim KientzleThe fuzz tester uncovered an infinite loop in the recov...
2009-11-29  Tim KientzleCast away a compiler warning.
2009-11-29  Tim KientzleFix an embarrassing typo that prevented the display...
2009-11-29  Tim KientzleAdjust this test to verify the convention that tar...
2009-11-29  Tim Kientzler1679 provides a way to gracefully handle the failure...
2009-11-29  Tim Kientzle"Fix" this test on Win32 by suppressing tests of error...
2009-11-29  Tim KientzleSuppress some "unused return value" warnings from clang.
2009-11-29  Tim KientzleFailure to decompress a single entry is not a FATAL...
2009-11-29  Tim KientzleIf we don't have any way to decompress a test archive...
2009-11-23  Michihiro NAKAJIMAAdd RPM filter.
2009-11-19  Tim KientzleUse the standard abort() function to terminate the...
2009-11-19  Tim KientzleClang static analysis found an error return that was...
2009-11-18  Brad KingUse _CrtSetReportMode only where available
2009-11-18  Brad KingUse ADD_TEST_28 macro to fix tests with the VS IDE
2009-11-18  Brad KingCreate ADD_TEST_28 macro to approximate CMake 2.8
2009-11-18  Brad KingRequire CMake 2.6.3 or higher
2009-11-18  Tim KientzleIncrease the limit for the -b option from 1024 to 8192.
2009-11-17  Michihiro NAKAJIMAUse assertEqualInt instead of assert.
2009-11-17  Michihiro NAKAJIMARemove unnecessary changing the current working directory.
2009-11-16  Michihiro NAKAJIMAAvoid compiling error on linux.
2009-11-16  Michihiro NAKAJIMARevert r1617.
2009-11-16  Michihiro NAKAJIMADo not set a birthtime to the archive entry if the...
2009-11-16  Brad KingPut local include dir first
2009-11-16  Brad KingConvert CRLF -> LF newlines
2009-11-16  Brad KingAdd try-compile for 'major'
2009-11-16  Brad KingInclude test.h first in test main.c sources
2009-11-16  Brad KingAdd missing include <limits.h>
2009-11-16  Brad KingInitialize passwd/group lookup result
2009-11-16  Brad KingUse consistent function storage class
2009-11-16  Brad KingExtract ACL octal digit using mask of type 'int'
2009-11-16  Brad KingSimplify try-compile for SIZE_MAX
2009-11-16  Michihiro NAKAJIMACover r1583.
2009-11-16  Tim KientzleOn Windows, building a client against a static libarchive
2009-11-13  Tim KientzleIf gzip decompression stumbles at the very end, return...
2009-11-13  Tim KientzleFix ACL parsing bug that would erroneously set the...
2009-11-13  Tim KientzleWork around a compiler warning pointed out by Bill...
2009-11-13  Tim Kientzlesvn:ignore the build libarchive.pc file.
2009-11-13  Tim KientzleThe ustar header for the 'x' entry in pax format can...
2009-11-11  Brad KingFix Borland integer constants
2009-11-11  Brad KingBorland does not prefix strdup, setmode, or umask
2009-11-11  Brad KingBorland signature of _open has no mode
2009-11-11  Brad KingDo not include <sys/utime.h> on Borland
2009-11-11  Brad KingUse ARCHIVE_ERRNO_FILE_FORMAT instead of EILSEQ
2009-11-11  Brad KingDisable inline keyword for Borland and old HP-UX
2009-11-11  Brad KingFix size_t and ssize_t defaults on Borland
2009-11-11  Brad KingFix uid_t, git_t, dev_t, and mode_t on Borland
2009-11-11  Brad KingSelect stdint.h or inttypes.h in archive.h
2009-11-11  Brad KingDo not redefine stat and file mode macros
2009-11-11  Brad KingUse setmode compatiblity macro on Windows
2009-11-11  Brad KingProvide SetFilePointerEx for VS 6
2009-11-11  Brad KingUse macro for 64-bit integer literal suffixes
2009-11-11  Brad KingConfigure intptr_t and uintptr_t defaults
2009-11-11  Brad KingFix wincrypt.h inclusion on VS 6
2009-11-11  Brad KingDefault (u)intmax_t to (u)int64_t
2009-11-11  Brad KingUse __int64 for int64_t default on Windows
2009-11-11  Brad KingUse standard defaults for (u)int32_t and uint16_t
2009-11-11  Tim KientzleProbe for cygwin_conv_path in cmake build, for Cygwin...
2009-11-09  Michihiro NAKAJIMAValue stored to 'code' is never read.
2009-11-09  Michihiro NAKAJIMAValue stored to 'i' is never read.
2009-11-09  Michihiro NAKAJIMATeach it to compiler and analyzer that function `lafe_e...
2009-11-09  Michihiro NAKAJIMAValue stored to 'i' is never read.
2009-11-09  Michihiro NAKAJIMAAvoid possibility dereference of null pointer.
2009-11-09  Michihiro NAKAJIMAAlthough the value stored to 'v' is used in the enclosi...
2009-11-09  Michihiro NAKAJIMAAlthough the value stored to 'ret2' is used in the...
2009-11-09  Michihiro NAKAJIMAAlthough the value stored to 'p' is used in the enclosi...
2009-11-09  Michihiro NAKAJIMA- Value stored to 'data' is never read.
2009-11-09  Michihiro NAKAJIMAValue stored to 'used' is never read.
2009-11-09  Michihiro NAKAJIMA- Value stored to 'pax' is never read.
2009-11-09  Michihiro NAKAJIMAValue stored to 's' is never read.
2009-11-09  Michihiro NAKAJIMAReturn ARCHIVE_WARN if large inode number was truncated.
2009-11-09  Michihiro NAKAJIMA- Value stored to 'ret' is never read.
2009-11-09  Tim Kientzlepkgconfig support from Xavier, plus a couple of missing...
2009-11-08  Tim KientzleIf you overflow an int64_t, use INT64_MAX, not UINT64_MAX.
2009-11-08  Michihiro NAKAJIMAValue stored to 'cpio' is never read.
2009-11-08  Michihiro NAKAJIMAValue stored to 'ret' is never read.
next