]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2013-12-30  Tim KientzleSupport experimental "at" extra block for better streaming.
2013-12-29  Tim KientzleComment the definitive Zip documentation for future...
2013-12-29  Tim KientzleConvert some booleans into more compact bitfields
2013-12-29  Tim KientzleMore code rearranging
2013-12-29  Tim KientzleUpdate some comments, fine-tune the streaming bid
2013-12-29  Tim KientzleRemove some redundant vars; more code reorg
2013-12-29  Tim KientzleOptimize skipping entries in seeking mode
2013-12-29  Tim KientzleClarify the wording.
2013-12-29  Tim KientzleEliminate zip reader's redundant tracking of file posit...
2013-12-29  Tim KientzleMake zip->offset tracking more consistent.
2013-12-29  Tim KientzleFix large zip test in streaming mode.
2013-12-28  Tim KientzleReturn uncompressed size if it's known, even if compres...
2013-12-28  Tim KientzleSkip stored data quickly when size is known at beginnin...
2013-12-28  Tim KientzleUpdate some comments
2013-12-28  Tim KientzleExtend large zip test to cover streaming reader as...
2013-12-28  Tim KientzleExpand the large zip test a bit
2013-12-28  Tim KientzleParse out the extra data before trying to insert into...
2013-12-28  Tim KientzleTest for large Zip archives, following code for large...
2013-12-27  Tim KientzleRead Zip64 EOCD; work around an Info-Zip bug.
2013-12-27  Tim KientzleFix whitespace
2013-12-27  Tim KientzleFinish the detailed verification of zip archive with...
2013-12-27  Tim KientzleTest detailed zip format for regular file entry.
2013-12-27  Tim KientzleDon't try to verify deflated data if zlib is unavailable.
2013-12-27  Tim KientzleRename write/read round-trip test.
2013-12-26  Tim KientzleComment this test a little bit.
2013-12-26  Tim KientzleTest that we can read the Zip64 extensions that we...
2013-12-26  Tim KientzleBe more careful about enabling zip64 (fixes zip_compres...
2013-12-26  Tim KientzleMore error reporting on these assertions.
2013-12-26  Tim KientzleAdjust expected permissions; zip code has slightly...
2013-12-26  Tim KientzleFix all current tests:
2013-12-26  Tim KientzleOut-of-range seeks should fail, not truncate the seek.
2013-12-26  Tim KientzleSet compiler flags for Clang.
2013-12-26  Tim KientzleBreak Zip compatibility test into 5 separate tests.
2013-12-26  Tim KientzleFix mismatched sign warning
2013-12-26  Tim KientzleFix warnings: mismatched signs, unused variables.
2013-12-25  Tim KientzleMerge branch 'master' of github.com:kientzle/libarchive...
2013-12-25  Tim KientzleFix typo
2013-12-25  Tim KientzleMerge recent changes from libarchive master repository.
2013-12-25  Tim KientzleCleanups for zip64 support
2013-12-25  Tim KientzleMove the strsep() implementation to the mtree reader...
2013-12-24  NiLuJeHarmless typo in a comment. 56/head
2013-12-24  NiLuJeMerge branch 'master' into fix-mingw
2013-12-24  Tim KientzleMerge pull request #57 from NiLuJe/fix-has_encrypted_en...
2013-12-24  Tim KientzleMerge pull request #54 from NiLuJe/fix-autotools-build
2013-12-24  Tim KientzleMerge pull request #53 from NiLuJe/fix-issue-317
2013-12-23  NiLuJeMissed two tests! 54/head
2013-12-23  NiLuJeMake sure has_encrypted_entries is a signed int 57/head
2013-12-22  NiLuJeMore MinGW trickery...
2013-12-22  NiLuJeFix previous commit.
2013-12-22  NiLuJeFix cpio build on MinGW.
2013-12-22  NiLuJeBetter fix.
2013-12-22  NiLuJeRevert "Remove unnecessary windows.h include"
2013-12-22  NiLuJeFix issue 317 53/head
2013-12-22  NiLuJeFix autotools build.
2013-12-20  Tim KientzleStyle: Use 'int' not 'char' for status return types.
2013-12-20  Tim KientzleStyle: Don't check for entry being non-NULL (none
2013-12-20  Tim KientzleZip and Rar store file times in local time,
2013-12-20  Tim KientzleMerge branch 'encryption_detection' of github.com:kwk...
2013-12-20  Tim KientzleIgnore emacs backup files
2013-12-20  Tim KientzleRefactor archive_version_details to eliminate size...
2013-12-20  Tim KientzleMerge branch 'archive-version-details' of github.com...
2013-12-20  Tim KientzleMerge branch 'local_coverage' of github.com:kwk/libarch...
2013-12-20  Tim KientzleRefactor lafe_setprogname slightly to avoid the repeate...
2013-12-20  Tim KientzleMerge branch 'master' of github.com:jymigeon/libarchive...
2013-12-13  Konrad KleineInclude coverage script if ENABLE_COVERAGE is set 44/head
2013-12-13  Konrad KleineMoved local code coverage code separate script
2013-12-13  Tim KientzleCheckpoint work on zip64 support
2013-12-13  Tim KientzleMerge pull request #50 from mcuelenaere/fix-win32-ascii...
2013-12-13  Tim KientzleMerge pull request #52 from seishun/patch-1
2013-12-13  Tim KientzleMerge pull request #48 from kwk/master
2013-12-13  Tim KientzleMerge pull request #46 from trel/master
2013-12-13  Hans JohnsonENH: Allow fine grained control over dependancies
2013-12-13  Tim KientzleFix tar test build with CMake
2013-12-13  Tim KientzleMerge pull request #39 from arsenm/master
2013-12-13  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2013-12-13  Tim Kientzletar option mac-ext can now be used to control whether...
2013-12-09  Brad Kinglibarchive: Use ARCHIVE_LITERAL_ULL to add ULL integer...
2013-12-07  Tim KientzleFix tabs.
2013-12-07  Tim KientzleIssue 320: Rewrite (again) to avoid the left shift...
2013-12-01  Tim KientzleRemove unused variables
2013-12-01  Tim Kientzlegitignore all emacs backup files
2013-12-01  Tim KientzleRemove deleted test from makefiles
2013-12-01  Tim KientzleRemove the redundant test.
2013-12-01  Tim KientzleRefactor Zip writer.
2013-11-26  Tim KientzleSupport Zip64 extra data fields for handling large...
2013-11-26  Tim KientzleAdjust format for longer test names.
2013-11-26  Tim KientzleStart refactoring Zip writer:
2013-11-24  Tim KientzleIssue 332: Be more careful guessing file mode informati...
2013-11-24  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2013-11-24  Tim KientzleAdd tests to verify that the seeking Zip reader can...
2013-11-23  Tim KientzleExport the seekable and streamable zip readers separately
2013-11-23  Tim KientzleMention the -r option when we can't find our reference...
2013-10-12  Nikolai VavilovRemove unnecessary windows.h include 52/head
2013-10-09  Konrad KleineBetter archive_read_has_encrypted_entries function 51/head
2013-09-26  Brad KingAvoid struct init with variable
2013-09-25  Brad KingMerge branch 'simplify-link-flags'
2013-09-25  Brad KingMerge branch 'no-signed-shift'
2013-09-18  Konrad KleineStore encryption info in single char of entry
2013-09-17  Konrad KleineDetect encrypted archive entries (ZIP, RAR, 7Zip)
2013-09-16  Maurus CuelenaereUse correct variable types for ASCII Windows functions. 50/head
next