]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-12-01  Tim KientzleRefactor the Zip header read:
2011-12-01  Tim KientzleCheck the PK\003\004 signature within zip_local_file_he...
2011-12-01  Tim KientzleIf we lack libz, just drop the compression selector.
2011-12-01  Tim KientzleIssue 201: Since we're using the seeking Zip reader...
2011-11-30  Michihiro NAKAJIMASet a clear error message about BCJ2.
2011-11-30  Michihiro NAKAJIMAUpdate comments in 7-Zip reader.
2011-11-30  Michihiro NAKAJIMAFix build failure without liblzma. A change of r3884...
2011-11-29  Michihiro NAKAJIMAEnable BCJ + LZMA1 in the 7-Zip reader.
2011-11-28  Michihiro NAKAJIMAIf ENABLE_ICONV is OFF, clean up ICONV variables in...
2011-11-28  Michihiro NAKAJIMAFix some tests failure on using iconv on Windows.
2011-11-28  Michihiro NAKAJIMAAdd a 7-Zip PPMd sample file into test_fuzz entries.
2011-11-28  Michihiro NAKAJIMAAdd support for PPMd.
2011-11-27  Tim KientzleLibarchive 3.0.1b TEST release v3.0.1b
2011-11-27  Michihiro NAKAJIMAUnbreak build.
2011-11-27  Michihiro NAKAJIMASimplify 7-Zip codec ID handing.
2011-11-27  Michihiro NAKAJIMAEliminate warnings on Visual Studio.
2011-11-27  Michihiro NAKAJIMAReplace "7Zip" by "7-Zip".
2011-11-27  Michihiro NAKAJIMAThe memory leaks I fixed in r3854 happened when liblzma...
2011-11-27  Michihiro NAKAJIMAAdd support for 7-Zip SFX archive files.
2011-11-27  Michihiro NAKAJIMARemove unneeded statements.
2011-11-27  Tim KientzleUpdate NEWS with recent changes.
2011-11-27  Tim Kientzlearchive_string_sprintf (used by archive_set_error)...
2011-11-27  Michihiro NAKAJIMACorrect a bit flag check. do not confuse SCONV_FROM_UTF...
2011-11-27  Michihiro NAKAJIMAFix memory leaks.
2011-11-27  Michihiro NAKAJIMAFix build failure on linux.
2011-11-27  Michihiro NAKAJIMAAdd support for 7-Zip.
2011-11-27  Michihiro NAKAJIMASupport UTF-16LE for archive_string for reading from...
2011-11-26  Tim KientzleInclude some omitted files.
2011-11-26  Tim Kientzler3839 broken length-at-end handling; if we're using...
2011-11-26  Tim KientzleAdd a -u (until failure) option to libarchive_test...
2011-11-26  Tim KientzleWhen reading deflate data, we should still treat the...
2011-11-26  Tim KientzleFail if CE size/offset doesn't lie within the current...
2011-11-24  Michihiro NAKAJIMAFurther the robustness of the ISO reader against corrup...
2011-11-24  Tim KientzleIssue 152: With a little work, we actually can extract
2011-11-24  Michihiro NAKAJIMAIssue 199: Improve robustness against corrupted ISO...
2011-11-23  Tim KientzleIssue 152: Now that we have a seeking Zip reader that...
2011-11-23  Tim KientzleWhen we do an implicit data-skip during a header reques...
2011-11-22  Tim KientzleNew seeking Zip reader does read file modes.
2011-11-22  Tim KientzleRefactor Zip read tests to exercise both seeking and...
2011-11-22  Tim KientzleExtend test_write_format_zip to use both streaming...
2011-11-22  Tim KientzleExtend empty zip writing test to also verify that we...
2011-11-22  Tim KientzleComments...
2011-11-21  Michihiro NAKAJIMAImprove LZMA detection on Windows.
2011-11-21  Michihiro NAKAJIMACast away __la_lseek(), use _lseeki64() instead.
2011-11-21  Michihiro NAKAJIMAAdd wchar_t filename support for archive_{read,write...
2011-11-21  Michihiro NAKAJIMAMerge r3823 from trunk for issue 199.
2011-11-21  Michihiro NAKAJIMAFix issue 199; improve robustness to corrupted ISO...
2011-11-21  Tim KientzleTry to decrease the performance hit of seeking during...
2011-11-21  Tim KientzleRemove an outdated comment.
2011-11-21  Tim KientzleThere are now two different Zip
2011-11-20  Tim KientzleSupport the seek interface for archive_read_open_memory()
2011-11-20  Tim KientzleIssue 195: Reduce the number of casts, fix up whitespac...
2011-11-20  Tim KientzleIssue 195: Code cleanups.
2011-11-20  Tim KientzleIssue 195: Use consistent typing to avoid extra casts.
2011-11-20  Tim KientzleIssue 195: Use more-portable memcmp().
2011-11-20  Tim KientzleIssue 195: Remove a redundant variable.
2011-11-20  Tim KientzleIssue 195: Use more portable memcmp() here.
2011-11-20  Tim KientzleIssue 195: Code cleanup.
2011-11-20  Tim KientzleExtend the specialized read_open_memory to provide...
2011-11-20  Tim KientzleRefactor the test suite's read_open_memory a bit.
2011-11-19  Tim KientzleCorrect the detection of wincrypt.h and winioctl.h
2011-11-19  Tim KientzleSupport seeking in files.
2011-11-19  Tim KientzleImprove portability to old Windows systems by using...
2011-11-18  Michihiro NAKAJIMAWindows' system() does not accept '' an empty string...
2011-11-18  Michihiro NAKAJIMAOn Windows platform, we have made own lseek, which...
2011-11-18  Tim KientzlePush int64_t down a bit; there's still a problem here...
2011-11-18  Tim KientzleRegenerate Wiki manpages from the mdoc sources.
2011-11-18  Michihiro NAKAJIMAThe additional elimination of bsdtar_windows.[ch].
2011-11-17  Michihiro NAKAJIMAFix a handling of an empty gname in ustar on Windows.
2011-11-17  Tim KientzleCheck the position before dereferencing the pointer.
2011-11-16  Michihiro NAKAJIMAbsdtar_windows.[ch] are no longer used in the bsdtar...
2011-11-16  Michihiro NAKAJIMAcpio_windows.h is no longer used in the cpio test suite.
2011-11-16  Michihiro NAKAJIMAFix build failure caused by the change of r3794 on...
2011-11-16  Michihiro NAKAJIMAUpdate comments.
2011-11-15  Michihiro NAKAJIMAOn Windows, we never get a correct number of the nlinks...
2011-11-15  Michihiro NAKAJIMAEliminate some warnings on Visual Stdio.
2011-11-15  Michihiro NAKAJIMAI stupidly misunderstood a handling of CMake build...
2011-11-13  Tim KientzleLibarchive 3.0.0a TEST release v3.0.0a
2011-11-13  Tim KientzleUpdate NEWS with a (very brief) summary of key changes...
2011-11-13  Tim KientzleClarify INSTALL.
2011-11-13  Tim KientzleUpdate README with new formats that have been added...
2011-11-13  Tim KientzleDon't use // for comments, for compatibility with older...
2011-11-13  Tim KientzleAlign the test harnesses in each project.
2011-11-13  Tim KientzleDon't use // for comments, for compatibility with older...
2011-11-12  Tim KientzleMerge r3768 from trunk: Fix typo in dev/ino verificatio...
2011-11-12  Tim KientzleMerge r3744 from trunk: Correctly return errors when...
2011-11-12  Tim KientzleIssue 197: fix a typo; a test for 'ino' accidentally...
2011-11-12  Tim KientzleDisable OpenSSL probe on Darwin.
2011-11-12  Tim KientzleIssue 196: cpio format tests should verify that nlinks...
2011-11-12  Tim KientzleIssue 192: Fix tests that fail when libarchive is delib...
2011-11-10  Colin PercivalGarbage collect more vestigal name_cache bits.
2011-11-10  Colin PercivalGarbage collect NO_NAME. It hasn't been used since...
2011-11-09  Tim KientzleIssue 193: allow ctime/mtime filters to work accurately on
2011-11-09  Tim KientzleIssue 191: Update the manpage for archive_entry_stat to
2011-11-09  Tim KientzleIssue 191: Clear struct stat so that fields not explicitly
2011-11-07  Tim KientzleFill in some comments for the makerelease script.
2011-11-07  Tim KientzlePut the list.h files with the test programs.
2011-11-07  Tim KientzleAssign the intermediate value to a variable to
2011-11-07  Tim KientzleRename ARCHIVE_LIBTOOL_MAJOR to ARCHIVE_INTERFACE.
2011-11-07  Tim KientzleUpdate iconv.m4 to the newest version.
next