]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-11-06  Tim KientzleUpdate shared library version computation for upcoming...
2011-11-06  Tim KientzleIssue 190: Fix build when liblzma is installed through...
2011-11-06  Tim KientzleRather than marking the LZMA variables "not advanced...
2011-11-05  Tim KientzleMask SIGPIPE for libarchive test, tar, and cpio.
2011-11-05  Tim KientzleActually, it's OpenSSL that's deprecated on Mac OS...
2011-11-05  Tim KientzleDisable RMD160 checks on Darwin.
2011-11-05  Tim KientzleIssue 165: Use GNU tar-style hHrRsS trailing flags to
2011-11-05  Tim KientzleAdd a test inspired by Issue #186.
2011-11-04  Tim KientzleIssue 188: Bump maximum line length to 64k.
2011-11-04  Tim KientzleUse the original filename for reporting errors, instead...
2011-11-03  Tim KientzleWhen tar is appending one archive to another,
2011-11-03  Tim KientzleIssue #189: Don't rely on dev/ino being zero when...
2011-11-02  Colin PercivalRemove test for 'self == NULL' in bzip2_reader_init...
2011-10-22  Tim KientzleSupport FreeBSD's libmd library for common message...
2011-10-22  Tim KientzleUse archive_clear_error() to clear the error markers.
2011-10-22  Tim KientzleCorrect spelling of getgrgid and getpwuid
2011-10-22  Tim KientzlePort the --gname, --uname, --uid, --gid options from...
2011-10-19  Tim KientzleProbes for libmd on FreeBSD.
2011-10-16  Tim KientzleFirst part of libmd support for FreeBSD.
2011-10-15  Tim KientzleMerge r3247 from trunk: Clear errors before returning
2011-10-15  Tim KientzleMerge r1989: archive_clear_error should set errno...
2011-10-05  Tim KientzleFix a typo that prevented CommonCrypto (part of libSyst...
2011-09-25  Michihiro NAKAJIMAIssue 182. Merge r3702 from trunk.
2011-09-25  Michihiro NAKAJIMAFix issue 174; largely merge r3692 from trunk.
2011-09-24  Andres MejiaProvide slightly more descriptive summary.
2011-09-24  Andres MejiaMake note that seek support is in the works.
2011-09-24  Tim KientzleRemove a comment that describes how libarchive 1.x...
2011-09-23  Tim KientzleFix the iconv probe and actually use the result.
2011-09-20  Tim KientzleIssue 185: Include the contributed Zip in the regressi...
2011-09-19  Tim KientzleMerge r3722 from trunk: Fixes extraction of Zip entrie...
2011-09-19  Tim KientzleTest that archive_read_extract works correctly with...
2011-09-19  Tim KientzleSupport old Info-Zip 'UX' extension. (Needs test.)
2011-09-19  Tim KientzlePrint out the expected contents of a file
2011-09-18  Tim KientzleMake untar.c build correctly with libarchive 3.0.
2011-09-18  Andres MejiaRemove duplicate entry of -lxml2 in LIBS variable.
2011-09-18  Andres MejiaRemove duplicate libraries in $LIBS variable.
2011-09-15  Michihiro NAKAJIMABuild tar and cpio when both ENABLE_TAR and ENABLE_CPIO...
2011-09-14  Michihiro NAKAJIMAFix style.
2011-09-14  Michihiro NAKAJIMAWe cannot get proper an xml output from an earlier...
2011-09-14  Michihiro NAKAJIMASet explicit unused arguments in order to avoid several...
2011-09-14  Michihiro NAKAJIMAMake sure a local variable 'parent' is not NULL when...
2011-09-13  Michihiro NAKAJIMARemove unused __la_chdir and related definitions in...
2011-09-13  Michihiro NAKAJIMAErase \r from archive_read_support_format_mtree.c.
2011-09-13  Michihiro NAKAJIMAOn Windows, make sure an exit status is initialized...
2011-09-13  Michihiro NAKAJIMAAdd archive_read_disk_open_w that is a wchar_t version...
2011-09-13  Michihiro NAKAJIMAFix test_read_format_rar failure on Mac.
2011-09-12  Michihiro NAKAJIMAFix a wrong memory allocation in converting NFC charact...
2011-09-12  Michihiro NAKAJIMAIssue 182.
2011-09-11  Tim KientzleMore tweaks to mtree numeric range tests.
2011-09-11  Tim KientzleCorrectly test the times on the very old files in the...
2011-09-11  Tim KientzleEnsure the returned 'time' value doesn't exceed the...
2011-09-11  Tim KientzleUpdate comment.
2011-09-11  Tim KientzleNewer ZLib DLLs require ZLIB_WINAPI be defined.
2011-09-09  Andres MejiaAdd RAR SFX archive to test_fuzz.
2011-09-09  Andres MejiaAdd test case for RAR SFX archives.
2011-09-09  Michihiro NAKAJIMAAdd support for extracting a RAR SFX file.
2011-09-08  Michihiro NAKAJIMAFix build failure on Cygwin.
2011-09-08  Michihiro NAKAJIMAFix issue 174.
2011-09-08  Tim KientzleRework the cpio readers and writers to not rely on...
2011-09-07  Michihiro NAKAJIMACheck if the platform really supports crypto functions...
2011-09-07  Michihiro NAKAJIMAAvoid test_archive_sha384 and test_archive_sha512 failu...
2011-09-05  Andres MejiaAdd support for RAR archives generated from BeOS machines.
2011-09-05  Andres MejiaSupport MAC OS generated RAR files.
2011-09-05  Andres MejiaEnable support for RAR files generated from MS-DOS...
2011-09-05  Andres MejiaProvide basic test case for RAR files generated on...
2011-09-05  Michihiro NAKAJIMARename lzx_br_read_ahead to lzx_br_read_ahead_0, and...
2011-09-05  Michihiro NAKAJIMARename lzh_br_read_ahead, a bit reader macro, to lzh_br...
2011-09-05  Michihiro NAKAJIMADo not calculate a next copy position unless it's reall...
2011-09-04  Tim KientzleExtend the tar test to verify that symlink and hardlink
2011-09-04  Michihiro NAKAJIMALZX fotter-bits can take 17 bits, and so a bit reader...
2011-09-04  Michihiro NAKAJIMAImprove decoding huffman code in both lha and cab reader.
2011-09-03  Tim KientzleTest integer parsing at the limits of 64-bit integers.
2011-09-03  Tim KientzleRefactor the iconv probe by moving the repetitive try...
2011-09-03  Tim KientzleLibarchive 2.8.5 v2.8.5
2011-09-02  Andres MejiaUse Nettle ripemd160 header and functions accepted...
2011-09-01  Michihiro NAKAJIMAIssue 178: compile issue on MSVC2010 with lzma support.
2011-09-01  Michihiro NAKAJIMAIssue 177: Fix --without-zlib compilation.
2011-09-01  Michihiro NAKAJIMAIssue 176: Const-ify several static arrays.
2011-08-31  Michihiro NAKAJIMADelay a memory allocation for an output buffer at the...
2011-08-31  Michihiro NAKAJIMAAll type of LHa headers have a CRC16 value for a valid...
2011-08-31  Tim KientzleIssue 175: Simplify filter bidding code.
2011-08-28  Michihiro NAKAJIMARemove outdated definitions in archive_windows.h.
2011-08-28  Michihiro NAKAJIMA__archive_mktemp function should simply be in one file...
2011-08-28  Michihiro NAKAJIMAMigrate message digest functions on Windows into archiv...
2011-08-28  Michihiro NAKAJIMAFix build failure on Windows.
2011-08-27  Tim KientzleFetch current config.guess and config.sub as part of...
2011-08-27  Tim KientzlePartly as documentation, include a step to fetch up...
2011-08-27  Andres MejiaImplement crypto support with the Nettle crypto library.
2011-08-27  Andres MejiaChange how crypto support is implemented within libarchive.
2011-08-27  Tim KientzleFix warnings in make distcheck.
2011-08-27  Tim KientzleFix some warnings in make distcheck.
2011-08-27  Tim Kientzledoc/update.sh gets run during distcheck in a write...
2011-08-27  Tim KientzleMerge r3649: fix build on mingwrt 3.20.
2011-08-27  Tim KientzleMerge r3605: Rename the iso_gz test to iso_Z to match the
2011-08-27  Tim KientzleFix build with mingwrt 3.20.
2011-08-27  Michihiro NAKAJIMAAdditional fix to issue 168; merge r3647 from trunk.
2011-08-27  Michihiro NAKAJIMAAdditional fix to issue 168 because the change of r3642...
2011-08-23  Michihiro NAKAJIMAAdditional changes to r3645 for distribution.
2011-08-23  Michihiro NAKAJIMAFix issue 168. Merge r3642 from trunk.
2011-08-20  Colin PercivalFix handling of ~ within the target of a 'tar -s' direc...
next