]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2014-02-16  NiLuJeMerge remote-tracking branch 'upstream/master' into... 55/head
2014-02-16  Tim KientzleMerge pull request #64 from NiLuJe/fix-warning
2014-01-25  NiLuJeFix a couple of minor warnings. 64/head
2014-01-24  NiLuJeMerge remote-tracking branch 'upstream/master' into...
2014-01-17  Tim KientzleMake the backslash line continuations more consistent...
2014-01-17  Tim KientzleFix the zip tests that were inadvertently disabled...
2014-01-17  Tim KientzleInclude missing test in cmake build, sort the file...
2014-01-17  Tim KientzleInclude tests for new zip64 functionality in autoconf...
2014-01-17  Paul BarkerFix out-of-tree build
2014-01-16  Tim KientzleMerge pull request #62 from kientzle/master
2014-01-13  Brad KingDo not require LibXml2 to configure
2014-01-13  Tim KientzleMerge pull request #59 from NiLuJe/fix-warning
2014-01-12  Kevin LockeAdd a test for read_concatenated_archives 60/head
2014-01-12  Kevin Locke[PATCH v3] Add read_concatenated_archives
2014-01-12  Tim KientzleVerify that Zip writer rejects too-large files when... 62/head
2014-01-12  Tim KientzleVerify the end-of-archive information as part of the...
2014-01-12  Tim KientzleMerge branch 'master' of github.com:kientzle/libarchive...
2014-01-11  Kevin LockeOnly consume a second all-null record
2014-01-09  Tim KientzleOnly enable the still-experimental 'el' extra block
2014-01-05  Tim KientzleIssue #329: https://code.google.com/p/libarchive/issues...
2014-01-03  NiLuJeFix a minor sign issue. 59/head
2014-01-03  NiLuJeMerge remote-tracking branch 'upstream/master' into...
2014-01-03  Tim KientzleChange new extra block from 'LA' to 'el' to follow...
2014-01-02  Tim KientzleAdd a bitmap to indicate which fields are included...
2013-12-31  Tim KientzleChange the first field of the 'LA' extra block to the...
2013-12-31  Tim KientzleImprove memory management in the large zip test
2013-12-31  Tim KientzleOnly write the new 'LA' experimental extra block if...
2013-12-31  Tim KientzleA couple of changes to the experimental new extra block...
2013-12-30  Tim KientzleBe stricter about the checksum field; reduce false...
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 KientzleMove a 1MB buffer off the stack and onto the heap.
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  NiLuJeMerge branch 'master' into cmake-pkgconfig
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  NiLuJeMerge branch 'master' into cmake-pkgconfig
2013-12-24  NiLuJeMove .pc generation to a dedicated script (#55).
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  NiLuJeMake the CMake build more pkg-config friendly
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
next