]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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-11  Kevin LockeOnly consume a second all-null record
2014-01-05  Tim KientzleIssue #329: https://code.google.com/p/libarchive/issues...
2014-01-03  NiLuJeFix a minor sign issue. 59/head
2013-12-30  Tim KientzleBe stricter about the checksum field; reduce false...
2013-12-29  Tim KientzleMove a 1MB buffer off the stack and onto the heap.
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 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-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
2013-09-16  Ross LagerwallShow third party library versions in version string 49/head
2013-09-13  Konrad KleineRemoved compression_method struct type 48/head
2013-09-13  Konrad KleineSimplified and fixed Zip compression method array
2013-09-12  Konrad KleineAdded all Zip compression names from 6.3.3 format
2013-09-06  Jean-Yves MigeonHide *lafe_progname and provide getter/setter instead. 47/head
2013-09-05  Jean-Yves Migeonst_dev field corresponds to dev{major,minor} and not...
2013-09-05  Jean-Yves MigeonBug fix (segfault): check filename against NULL in...
2013-09-04  Jean-Yves MigeonDocument "resdevice" and "inode".
2013-09-04  Jean-Yves MigeonImplement "resdevice" and "inode" in the mtree(5) spec.
2013-09-04  Jean-Yves MigeonSmall typo fix in parse_device()'s description.
2013-09-04  Jean-Yves MigeonStart implementing the "resdevice" (resident device...
2013-09-04  Tony MorlanFix chown line in shardump format
2013-09-04  Tim KientzleSome more test cases around the "2 hours ago" concept.
2013-09-04  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2013-09-03  Jean-Yves MigeonAdd the device parsing logic. It allows mtree's libarch...
2013-09-03  Jean-Yves MigeonDocument the "device" keyword and its value.
2013-08-30  Jean-Yves MigeonTypo fix.
2013-08-29  Jean-Yves Migeon"optional" is also supported, so add it to mtree.5.
2013-08-29  Jean-Yves Migeonsha384 and sha512 are supported tags, add them to mtree.5.
2013-07-30  Terrell Russellinclude linux/types.h on CentOS 5 in test_sparse_basic.c 46/head
2013-07-30  Brad KingSimplify passing of linker flags to try_compile calls 45/head
2013-07-12  Tim Kientzlehttp://code.google.com/p/libarchive/issues/detail?id=325
2013-07-12  Tim Kientzlehttp://code.google.com/p/libarchive/issues/detail?id=325
2013-07-10  Konrad KleineRun code coverage on your local machine
2013-06-29  Andres MejiaAdd more files autogenerated by automake build system...
2013-06-29  Pavel RaiskupUse ustar format in the test_option_b test
2013-06-29  Tim KientzleRework the sign-extension to avoid left-shift of
2013-05-01  Tim KientzleUpdated libarchive.spec from Nikolai Lifanov.
2013-04-14  Tim KientzleMerge pull request #32 from bamiaux/fix_win32_exclusive...
2013-04-14  Tim KientzleMerge pull request #40 from juikim/master
2013-04-11  Tim KientzleIssue 314: A tar archive containing only a single...
2013-04-06  Tim KientzleExpose the generic archive_free hook
2013-04-06  Tim KientzleIf seek fails, fail the xar read. We should be able...
2013-04-01  Jung-uk KimDo not overwrite file size if the local file header... 40/head
2013-03-30  Tim KientzleMerge pull request #33 from xiw/overflow
2013-03-23  Tim KientzleLimit write requests to at most INT_MAX.
2013-03-16  Xi WangFix overflow checking in archive_entry_sparse_add_entry() 33/head
2013-03-13  Matt ArsenaultFix cmake test builds when building as a sub-project 39/head
next