]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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...
2011-08-19  Michihiro NAKAJIMAFix issue 168.
2011-08-19  Tim KientzleFix build on VS2005.
2011-08-19  Michihiro NAKAJIMAExplicit no argument function definitions. Some compile...
2011-08-18  Michihiro NAKAJIMACorrect a total number of file entries in test_read_for...
2011-08-18  Andres MejiaFixup errors, distinguising between errors caused by...
2011-08-17  Andres MejiaFix memory access errors reading corrupted RAR file...
2011-08-17  Tim KientzleTry to workaround the fact that zconf.h defines Byte...
2011-08-17  Tim KientzleFix screw-up with r3624. Thanks to Michihiro for point...
2011-08-17  Andres MejiaMake sure to go back to previous directory after test...
2011-08-16  Andres MejiaAdd test cases for improper use of -C.
2011-08-16  Andres MejiaFix build failure with implicit declaration of bsdtar_w...
2011-08-16  Colin PercivalQuash compiler warnings by explicitly casting to unsign...
2011-08-16  Colin PercivalCanonicalize spelling of "less than or equal to": ...
2011-08-16  Colin PercivalRemove unnecessary call to strlen; we already know...
2011-08-16  Colin PercivalFix file flag setting on linux in the event that EXT2_I...
2011-08-16  Tim KientzleRelax the bidder to accept images created by buggy...
2011-08-16  Tim KientzleThe old "compression" terminology will be retired in...
2011-08-16  Colin PercivalSquawk if we read '-C' '' from consecutive lines.
2011-08-16  Colin Percivalmemcpy(new_str, NULL, 0) is _technically_ undefined...
2011-08-16  Colin Percival-C '' is meaningless; complain and die if we are given it.
2011-08-16  Colin PercivalSpelling: similiar -> similar.
2011-08-16  Colin PercivalReference the correct file name.
2011-08-16  Colin PercivalFix whitespace.
2011-08-16  Colin PercivalDelete unused "cur_offset" field.
2011-08-16  Colin PercivalUpdate comment: pformat_data went away years ago.
2011-08-16  Colin PercivalTypos in comments: "a archive" -> "an archive", "formts...
2011-08-16  Colin PercivalError out of copy_data if get_extract fails.
next