]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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...
2011-05-19  Michihiro NAKAJIMAFix build failure in a strict check.
2011-05-18  Michihiro NAKAJIMASet UTF-16BE filenames in Joliet extension to archvie_e...
2011-05-18  Michihiro NAKAJIMAImplement converting WCS from/to UTF-16BE on Windows...
2011-05-18  Michihiro NAKAJIMAFix build failure on Visual Studio.
2011-05-18  Michihiro NAKAJIMAFix warnings in libarchive/test_*.c on Borland C Compiler.
2011-05-18  Michihiro NAKAJIMAComment out unneeded code in test_write_format_zip_no_c...
2011-05-18  Michihiro NAKAJIMAChange a type of UTF-8 byte counter table to avoid...
2011-05-18  Michihiro NAKAJIMARemove debug code for Mac OS.
2011-05-18  Michihiro NAKAJIMAUse NFD string for Mac OS at test_read_format_zip_filename.
2011-05-18  Michihiro NAKAJIMARedefine SCONV_* flags used for archive_string_conv...
2011-05-17  Michihiro NAKAJIMAIt seems Mac OS cannot convert U+1109A, U+1109C and...
2011-05-17  Michihiro NAKAJIMADo not use WideCharToMultiByte and MultiByteToWideChar...
2011-05-17  Michihiro NAKAJIMAProperly free struct isofile object when some fatal...
2011-05-17  Michihiro NAKAJIMAReduce the effect of current locale for Joliet extensio...
2011-05-17  Michihiro NAKAJIMAFix counting UTF-16 characters and converting UTF-16...
2011-05-17  Michihiro NAKAJIMAUse assertEqualUTF8String instead of assertEqualString...
2011-05-17  Michihiro NAKAJIMAAvoid warnings about no argument.
2011-05-17  Michihiro NAKAJIMAAvoid warnings in test_archive_read_open2.c about unuse...
2011-05-17  Michihiro NAKAJIMAAvoid a warning in zip reader on Borland C Compiler.
2011-05-17  Michihiro NAKAJIMARemove unneeded code in cab reader.
2011-05-17  Michihiro NAKAJIMAMove macros in archive_string.c to the top of the file.
2011-05-17  Michihiro NAKAJIMARework UTF-16 conversion functions.
2011-05-16  Michihiro NAKAJIMARework a handling of memory allocation failure in strin...
2011-05-16  Michihiro NAKAJIMAFix segmentation fault on Mac OS.
2011-05-16  Michihiro NAKAJIMAFix the warning Boarland C compiler complains of and...
2011-05-16  Michihiro NAKAJIMAClean up the code Borland C compiler complains of at...
2011-05-16  Michihiro NAKAJIMActime and ctime_nanos are not used in set_times() on...
2011-05-16  Michihiro NAKAJIMAAvoid some warnings on Borland C compiler.
2011-05-16  Michihiro NAKAJIMAProper prototype for get_current_codepage and get_curre...
2011-05-16  Michihiro NAKAJIMAFix the return code of archive_string_append_from_wcs_i...
2011-05-16  Michihiro NAKAJIMARemove unused wmemcpy definition.
2011-05-16  Michihiro NAKAJIMAUse wmemcpy at archive_wstring_append().
2011-05-15  Michihiro NAKAJIMARemove unneeded code in archive_write_set_format_cpio.c
2011-05-15  Michihiro NAKAJIMARemove unneeded code in archive_write_set_format_cpio_n...
2011-05-15  Michihiro NAKAJIMAUse en_US.UTF-8 locale for tests instead of ru_RU.UTF...
2011-05-15  Michihiro NAKAJIMADetect readlinkat() on linux by CMake; linux requires...
2011-05-15  Michihiro NAKAJIMAFix build failure.
2011-05-15  Michihiro NAKAJIMAImprove string conversion functions of UTF-16 about...
2011-05-15  Michihiro NAKAJIMAProperly check if archive_string_ensure() succeeded...
2011-05-15  Michihiro NAKAJIMAApparently, both input and output data type should...
2011-05-15  Michihiro NAKAJIMAAvoid local conversion code in iso9660 writer.
2011-05-15  Michihiro NAKAJIMAFix a name of timezone global variable for Borland.
2011-05-15  Michihiro NAKAJIMAClean up best_effort_strncat_in_locale().
2011-05-14  Michihiro NAKAJIMADo not set error status when a struct archive object...
2011-05-14  Michihiro NAKAJIMAFix wrong calculation of converted bytes and return...
2011-05-14  Michihiro NAKAJIMAThe source data type for ConvertFromUnicodeToText(...
2011-05-13  Michihiro NAKAJIMAImprove MBS<=>WCS functions.
2011-05-12  Michihiro NAKAJIMAUse archive_mstring_*_l interface in archive_acl_*...
2011-05-12  Michihiro NAKAJIMAAdd temporary debug code for Mac OS to check status...
2011-05-12  Michihiro NAKAJIMAOn Mac OS, compare NFD string instead of NFC string
2011-05-12  Michihiro NAKAJIMAUse assertEqualMem instead of assert(0 == memcmp(xxx...
2011-05-12  Michihiro NAKAJIMAImprove the check that FS_IOC_FIEMAP operation is suppo...
2011-05-12  Michihiro NAKAJIMAIf FS_IOC_FIEMAP operation fails by EOPNOTSUPP, the...
2011-05-12  Michihiro NAKAJIMAAssign U+FFFD(Replacement Character) for unknown charac...
2011-05-12  Michihiro NAKAJIMAIncrease robustness for an empty filename or an invalid...
2011-05-12  Michihiro NAKAJIMAUse archive_entry_*_l functions at zip format writer.
2011-05-11  Michihiro NAKAJIMAUse archive_entry_*_l functions at xar format writer.
2011-05-11  Michihiro NAKAJIMAUse archive_entry_*_l functions at pax format writer.
2011-05-11  Michihiro NAKAJIMAUse archive_entry_*_l functions at ustar format writer.
2011-05-11  Michihiro NAKAJIMAUse archive_entry_*_l functions at gnutar format writer.
2011-05-11  Michihiro NAKAJIMAUse archive_entry_*_l functions at cpio newc format...
2011-05-11  Michihiro NAKAJIMAUse archive_entry_*_l functions at cpio format writer.
2011-05-11  Michihiro NAKAJIMAUse archive_entry_copy_*_l functions at zip format...
2011-05-11  Michihiro NAKAJIMAUse archive_entry_copy_*_l functions at xar format...
2011-05-11  Michihiro NAKAJIMAUse archive_entry_copy_*_l functions at tar format...
2011-05-11  Michihiro NAKAJIMAUse archive_entry_copy_*_l functions at lha format...
2011-05-11  Michihiro NAKAJIMAUse archive_entry_copy_*_l functions at cpio format...
2011-05-11  Michihiro NAKAJIMAUse archive_entry_copy_*_l functions at cab format...
2011-05-11  Michihiro NAKAJIMACorrect winioctl to winioctl.h in configure.ac.
2011-05-11  Michihiro NAKAJIMAIn configure, SSIZE_MAX requires limits.h
2011-05-11  Michihiro NAKAJIMACorrect macro names in CMakeLists.txt.
2011-05-11  Michihiro NAKAJIMASpecify -fno-builtin to gcc during detecting functions...
2011-05-10  Michihiro NAKAJIMADetect readdir_r with cmake on linux.
next