]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-07-26  Michihiro NAKAJIMAUse assertEqualUTF8String instead of assertEqualString...
2011-07-26  Michihiro NAKAJIMAWindows platform cannot use a UTF-8 locale.
2011-07-26  Michihiro NAKAJIMAFix build error; do not use UTF-8 strings directly...
2011-07-22  Andres MejiaMake sure sizes for RAR files are valid.
2011-07-22  Andres MejiaMake parsing filters unsupported instead of skipping.
2011-07-22  Tim KientzleVarious format string fixes, thanks to GCC.
2011-07-22  Tim KientzleGCC-specific printf argument checks.
2011-07-22  Andres MejiaCatch error for all calls to read_next_symbol.
2011-07-22  Andres MejiaFixup segfault that could be generated by corrupt compr...
2011-07-22  Andres MejiaAdd unicode test file to test_fuzz.
2011-07-22  Andres MejiaImplement unicode support.
2011-07-19  Tim KientzleTest that uudecode filter won't recognize valid UUencoded
2011-07-19  Tim KientzleWhen scanning the beginning of an ASCII text file to...
2011-07-17  Michihiro NAKAJIMAImprove a test for uudecode filter in case there is...
2011-07-17  Michihiro NAKAJIMAFix issue 163.
2011-07-17  Michihiro NAKAJIMAFix issue 163.
2011-07-17  Michihiro NAKAJIMAFix build failure on Visual Studio.
2011-07-16  Tim KientzleUse uintmax_t with %ju
2011-07-16  Tim KientzleNext iteration of RAR reader.
2011-07-16  Tim Kientzle%ju ===> uintmax_t
2011-07-16  Tim Kientzle%ju requires uintmax_t
2011-07-14  Michihiro NAKAJIMAIn iso9660 writer and xar writer, always overwrite...
2011-07-14  Michihiro NAKAJIMACorrect comments.
2011-07-12  Michihiro NAKAJIMAAdd support for a pax textended keyword, "SUN.holesdata...
2011-07-12  Tim KientzleUpdate NEWS
2011-07-12  Tim KientzleTouch up the distribution list.
2011-07-12  Tim KientzleRemove dead files.
2011-07-10  Michihiro NAKAJIMAThe same changes of In the Xar writer, ignore ineffecti...
2011-07-10  Michihiro NAKAJIMAIn the ISO writer, ignore ineffective path names in...
2011-07-10  Michihiro NAKAJIMAFix warnings on Visual Studio.
2011-07-09  Michihiro NAKAJIMAIgnore a path which looks like the top of directory...
2011-07-09  Michihiro NAKAJIMAStop trimming parent directories at iso9660 writer...
2011-07-09  Michihiro NAKAJIMADo not write odd data whose size is less than 2048...
2011-06-29  Tim KientzleIssue 160: --strip-components now works in -c mode...
2011-06-29  Tim KientzleSince RAR stores timestamps in localtime, we have to...
2011-06-29  Tim KientzleAlways return paths that use '/' as path separator...
2011-06-28  Michihiro NAKAJIMAIn the fuzz test, improve the calculation of damaging...
2011-06-28  Michihiro NAKAJIMAAdd additional a sample file of rar format to the file...
2011-06-28  Michihiro NAKAJIMAFix some segmentation fault in rar reader.
2011-06-28  Michihiro NAKAJIMARAR format can be detected as well when using archive_r...
2011-06-27  Michihiro NAKAJIMAIn utf8_to_unicode function, set unicode value even...
2011-06-27  Michihiro NAKAJIMAFix a silly bug made by previous change: do not return...
2011-06-27  Michihiro NAKAJIMAarchive_string_conversion_to_charset() should be used...
2011-06-27  Michihiro NAKAJIMACanonicalize some charset-name so we can detect UTF...
2011-06-27  Michihiro NAKAJIMAFix issue 106. The original problem happned on linux...
2011-06-27  Tim KientzleFirst cut at RAR support, including RARv3.
2011-06-27  Tim KientzleRename this test to match how other tests are named.
2011-06-26  Tim KientzleIssue 153: Test failures on platforms that lack full...
2011-06-26  Tim KientzleExtend the --newer-than test to verify the behavior...
2011-06-25  Tim KientzleExtend the MacOS compatibility test to verify that...
2011-06-25  Tim KientzleExtend the old test_compat_mac_gnutar to exercise compa...
2011-06-25  Michihiro NAKAJIMAFix counting files read, dot not count it up when retur...
2011-06-25  Michihiro NAKAJIMAFix a comment about the garbage bytes of CFDATA compres...
2011-06-23  Colin PercivalFix typo: s/chekc sum/check sum/.
2011-06-22  Colin PercivalReplace a pointer to an explanation which doesn't exist...
2011-06-21  Michihiro NAKAJIMAUse CoreServices framework for Mac OS X in configure...
2011-06-21  Michihiro NAKAJIMARemove unneeded code.
2011-06-21  Michihiro NAKAJIMADo no use random data for the contents of ISO image...
2011-06-21  Michihiro NAKAJIMAFix warnings.
2011-06-21  Michihiro NAKAJIMAFix comment and style. no functional change.
2011-06-21  Michihiro NAKAJIMAThis is the final step to reduce use of both read(...
2011-06-20  Michihiro NAKAJIMAFix making a bootable iso image with zisofs option.
2011-06-20  Michihiro NAKAJIMAThis is second step to reduce use of both read() and...
2011-06-19  Michihiro NAKAJIMAThis is first step to reduce use of both read() and...
2011-06-16  Michihiro NAKAJIMAShift away "tar:utf8type=libarchive2x" option which...
2011-06-15  Michihiro NAKAJIMAIn the pax writer, do not get a filename dependent...
2011-06-13  Michihiro NAKAJIMATry to use "SJIS" character-set if use of "CP932" faile...
2011-06-09  Michihiro NAKAJIMAClean up style; no functional change.
2011-06-08  Michihiro NAKAJIMARework enabling a operation to a wrong UTF-8 string...
2011-06-07  Michihiro NAKAJIMASet SCONV_WIN_CP flag so that we use Windows API for...
2011-06-07  Michihiro NAKAJIMAProperly handle SCONV_BEST_EFFORT flag when converting...
2011-06-07  Michihiro NAKAJIMARemove unneeded conversion code translation a string...
2011-06-07  Michihiro NAKAJIMAMake sure plenty size to an output buffer for a replace...
2011-06-07  Michihiro NAKAJIMAReduce duplicate code by merging strncat_from_utf16be...
2011-06-05  Michihiro NAKAJIMAImprove string conversion functions:
2011-06-01  Michihiro NAKAJIMAClean up get_sconv_object() to avoid duplicate check...
2011-05-30  Michihiro NAKAJIMASome c compiler system provides wmemcpy as macro.
2011-05-30  Michihiro NAKAJIMAUnbreak build.
2011-05-29  Michihiro NAKAJIMAFor Mac OS X, update comment in create_sconv_object...
2011-05-28  Michihiro NAKAJIMARework archive_string_normalize_D() function.
2011-05-26  Michihiro NAKAJIMAFix expanding output string buffer on Mac OS X.
2011-05-26  Michihiro NAKAJIMAMove failure() statement to right place.
2011-05-25  Michihiro NAKAJIMAFix string conversion errors on Mac OS X.
2011-05-25  Michihiro NAKAJIMAImprove test_archive_string_conversion for export,...
2011-05-24  Michihiro NAKAJIMARemove unneeded assignment code found with Clang Static...
2011-05-24  Michihiro NAKAJIMAAvoid warnings by Clang Static Analyzer.
2011-05-24  Michihiro NAKAJIMAFix the result code of normalization.
2011-05-24  Michihiro NAKAJIMAReturn a correct status when a entry has an incorrect...
2011-05-24  Michihiro NAKAJIMAAvoid borland warnings at test_archive_string_conversion.c.
2011-05-24  Michihiro NAKAJIMAUse compress for test_archive_string_conversion.txt...
2011-05-24  Michihiro NAKAJIMACombine strncat_from_utf16_to_utf8 and strncat_from_utf...
2011-05-24  Tim KientzleIssue 157: Fix some unused-variable warnings from...
2011-05-24  Tim KientzleIssue 157: Found by GCC 4.6: The temp buffer, which...
2011-05-23  Michihiro NAKAJIMAImplement normalization to a UTF-16BE string recorded...
2011-05-19  Michihiro NAKAJIMAEliminate a double check of remaining data.
2011-05-19  Michihiro NAKAJIMARemove unneeded code that case will not happen because...
2011-05-19  Michihiro NAKAJIMARework archive_strncat_in_locale mainly around UTF...
2011-05-19  Michihiro NAKAJIMAAvoid several warnings in libarchive_test on Borland...
2011-05-19  Michihiro NAKAJIMAFix a silly bug made by previous change.
2011-05-19  Michihiro NAKAJIMAIncrease a buffer size for Joliet extension names up...
next