]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2014-04-06  Mike KazantsevMinor style correction in bsdcat. 70/head
2014-04-05  Mike KazantsevMinor cleanup of a redundant check in bsdcat cli parsing.
2014-04-05  Mike KazantsevChange bsdcat behavior to process as many files as...
2014-04-05  Mike KazantsevUse getopt() instead of getopt_long() in bsdcat for...
2014-04-04  Mike KazantsevAdd optional bsdcat tool.
2014-03-18  Tim KientzleMerge pull request #68 from guidefloripa/master
2014-03-17  Guilherme SteinmannUpdate xz compatibility for reading xz. 68/head
2014-03-17  Guilherme SteinmannUpdate xz compatibility for reading 7zip.
2014-03-16  Tim KientzleMerge pull request #63 from sergiud/master
2014-03-16  Tim KientzleMerge pull request #61 from kevinoid/ignore_zeros
2014-03-16  Tim KientzleMerge pull request #55 from NiLuJe/cmake-pkgconfig
2014-03-16  Tim KientzleMerge pull request #67 from jmalak/master
2014-03-12  Jiri Malakfixes for test programs to be buildable by Open Watcom 67/head
2014-03-12  Jiri Malakrest of changes to be buildable by Open Watcom
2014-03-12  Jiri Malakfixes to build by Open Watcom toolchain
2014-03-02  Tim KientzleMerge pull request #65 from Bluewind/working
2014-03-02  Florian Pritzmtree: Make reading additional information from the... 65/head
2014-02-23  Tim KientzleReturn correct error when multiple modules match an...
2014-02-23  Tim Kientzlestreaming zip reader does not support mac extensions
2014-02-23  Tim KientzleEnable mac extensions for mac extension test
2014-02-23  Tim KientzleFix: process directory entries even when mac extensions...
2014-02-23  Tim KientzleZip: Make Mac extension handling optional with "mac...
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-27  Sergiu DotencoDo not redefine _WIN32_WINNT and WINVER 63/head
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-15  Kevin LockeAdd --ignore-zeros option to bsdtar 61/head
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...
next