]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
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.
2011-05-10  Michihiro NAKAJIMAFix build failure through cmake on linux.
2011-05-10  Michihiro NAKAJIMAProperly detect iconv with cmake on linux.
2011-05-10  Michihiro NAKAJIMAAccording to Public Review Issue #121 at unicode.org...
2011-05-10  Michihiro NAKAJIMAContinue a string conversion even if the normalization...
2011-05-09  Michihiro NAKAJIMADump unicode code points when comparing UTF-8 strings...
2011-05-09  Michihiro NAKAJIMAImplement a string conversion interface to archive_entr...
2011-05-08  Tim KientzleThe text conversion functions are in CoreServices.framework
2011-05-07  Michihiro NAKAJIMAOn Mac OS, Link CoreFoundation to avoid build failure.
2011-05-06  Michihiro NAKAJIMAOn Windows, merge two versions of the string conversion...
2011-05-06  Michihiro NAKAJIMAFix build failure on Mac OS X.
2011-05-05  Michihiro NAKAJIMAChange the interface of archive_mstring_get_{utf8,mbs...
2011-05-05  Michihiro NAKAJIMAChange a return code of archive_mstring_update_utf8...
2011-05-05  Michihiro NAKAJIMAOn Mac OS, Use ConvertFromUnicodeToText() for decomposi...
2011-05-04  Michihiro NAKAJIMAAdd assertEqualUTF8String. If two strings are not equal...
2011-05-04  Michihiro NAKAJIMAEliminate an unused variable.
2011-05-04  Michihiro NAKAJIMADo not lose some conversion error.
2011-05-04  Michihiro NAKAJIMAIssue 106.
2011-05-03  Michihiro NAKAJIMARemove local string conversion code from xar writer...
2011-05-03  Michihiro NAKAJIMAIf the character-set of filenames in archives is UTF...
2011-04-29  Michihiro NAKAJIMAProperly check if something error occured and report...
2011-04-29  Michihiro NAKAJIMAFix build failure when readdir_r() is not available.
2011-04-26  Tim KientzleRefactor the read_open() routines into a collection of
2011-04-25  Michihiro NAKAJIMACorrect a length argument to invalid_mbs().
2011-04-25  Michihiro NAKAJIMAReduce redundancy code about a NULL check of a string...
2011-04-25  Michihiro NAKAJIMARename IS_SURROGATE macro to IS_SURROGATE_PAIR_LA.
2011-04-25  Michihiro NAKAJIMARename strncat_from_utf8_utf8 function to strncat_from_...
2011-04-25  Michihiro NAKAJIMAGet rid of a hdrcharset option support from xar reader...
2011-04-25  Michihiro NAKAJIMAUse en_US.UTF-8 instead of de_DE.UTF-8 at test_entry...
2011-04-24  Tim KientzleSuppress leading zeros: Print version as "3.0.0a"...
2011-04-22  Michihiro NAKAJIMAProperly initialize a string conversion object.
2011-04-21  Michihiro NAKAJIMASkip test_compat_pax_libarchive_2x when the WCS of...
2011-04-21  Michihiro NAKAJIMAAvoid a conflict of macro names on Visual Studio 9...
2011-04-20  Michihiro NAKAJIMAUpdate comments and rename a macro SCONV_UTF8_UTF8_COPY...
2011-04-20  Michihiro NAKAJIMARemove a unused variable.
2011-04-20  Michihiro NAKAJIMAAdd a check for surrogate pairs in UTF-8; Prevent surro...
2011-04-20  Tim KientzleApparently, locale_charset() is broken on Mac OS.
2011-04-20  Tim KientzleFix probe for readlinkat(). In particular, it was
2011-04-20  Tim KientzleCorrectly disable OpenSSL support even after it's
2011-04-19  Michihiro NAKAJIMAImprove Unicode handling.
2011-04-19  Michihiro NAKAJIMAIntroudce "tar:utf8type=libarchive2x" option for the...
2011-04-18  Michihiro NAKAJIMAStyle fix.
2011-04-18  Michihiro NAKAJIMAImprove test_pax_filename_encoding.
2011-04-18  Michihiro NAKAJIMAAdd a test of hdrcharset option for ustar format.
2011-04-17  Michihiro NAKAJIMAChange some of sample files which I recently added...
2011-04-17  Michihiro NAKAJIMAAdd "else" statement. it's not necessary but it should be.
2011-04-17  Tim Kientzlearchive_read_support_compression_all() is deprecated...
2011-04-17  Tim KientzleIssue 153: Clear error before returning, as found
2011-04-16  Michihiro NAKAJIMAAvoid a extra conversion of file times in restoring...
2011-04-16  Michihiro NAKAJIMATweak a test of cpio date format for Windows.
2011-04-16  Michihiro NAKAJIMAUse Widows file handle 'HANDLE' directly in archive_rea...
2011-04-16  Michihiro NAKAJIMARemove unneeded condition code.
2011-04-16  Michihiro NAKAJIMAMove variables only used in directory traversals from...
2011-04-16  Michihiro NAKAJIMAFix build error on POSIX platform.
2011-04-16  Michihiro NAKAJIMAAdd ENABLE_ICONV option to CMake build. At this time...
2011-04-16  Michihiro NAKAJIMAClean up archive_string.c.
2011-04-15  Michihiro NAKAJIMAFix locale_charset detection on CMake to be worked on
2011-04-15  Michihiro NAKAJIMAInitialize locale on bsdcpio, and change test_option_t...
2011-04-15  Michihiro NAKAJIMAImprove test_read_format_zip_filename.
2011-04-15  Michihiro NAKAJIMAAvoid warning about iconv.h during configure.
2011-04-15  Michihiro NAKAJIMAUse locale_charset() instead of nl_langinfo(CODESET...
2011-04-15  Michihiro NAKAJIMAUpdate comment and sort macros in build/cmake/config...
2011-04-15  Michihiro NAKAJIMAAddtional fix for r3231.
2011-04-15  Michihiro NAKAJIMAFix a iconv detection of cmake.
2011-04-15  Michihiro NAKAJIMAImprove archive_string_append_from_wcs() on Windows.
2011-04-14  Michihiro NAKAJIMAAdd a hdrcharset option test for pax format.
2011-04-14  Michihiro NAKAJIMAAdd a hdrcharset option test for gnutar format.
2011-04-14  Michihiro NAKAJIMAAdd hdrcharset option support for cpio format.
2011-04-13  Michihiro NAKAJIMADisable test_pax_filename_encoding_3(), which has been...
2011-04-13  Michihiro NAKAJIMAUnbreak build on Linux; correct second argument of...
2011-04-13  Michihiro NAKAJIMAOn Windows, this command line systemf("echo f | bsdcpio...
2011-04-13  Michihiro NAKAJIMAr3216 was insufficient. It needs father changes.
2011-04-13  Michihiro NAKAJIMAConsider the large i-node number for the tests using...
2011-04-13  Michihiro NAKAJIMARevert path separator conversion for CYGWIN. I deleted...
2011-04-13  Michihiro NAKAJIMAFix a fiex existence test for a pattern "../../fileXX".
2011-04-12  Michihiro NAKAJIMAApply the default string conversion(mostly OEMCP =...
2011-04-12  Michihiro NAKAJIMAProperly report string conversion failure.
2011-04-12  Michihiro NAKAJIMAAllow to apply the charset specified by the hdrcharset...
2011-04-12  Michihiro NAKAJIMAFix the problem about full-pathnames handling with...
2011-04-12  Michihiro NAKAJIMAClearly archive_write_disk object on Windows cannot...
2011-04-12  Michihiro NAKAJIMAIn archive_write_disk_windows.c, Use the Windows file...
2011-04-11  Michihiro NAKAJIMAImprove archive_write_disk_windows.c.
2011-04-11  Michihiro NAKAJIMARemove non Windows platform code from archive_write_dis...
2011-04-11  Michihiro NAKAJIMARemove Windows platform code from archive_write_disk_po...
2011-04-11  Michihiro NAKAJIMAMake two version of archive_write_disk.c by copying...
2011-04-11  Michihiro NAKAJIMADo not compile archive_read_disk_windows.c on POSIX...
2011-04-11  Michihiro NAKAJIMAAdd a wide character version of archive_entry_sourcepat...
2011-04-11  Michihiro NAKAJIMARename archive_string_append_from_wcs_to_mbs function...
2011-04-11  Michihiro NAKAJIMARemove first argument of archive_wstring_append_from_mb...
2011-04-11  Michihiro NAKAJIMACorrectly convert charset names, both "CP_ACP" and...
2011-04-11  Michihiro NAKAJIMAReduce a string buffer copy in the wctomb/wcrtomb versi...
2011-04-10  Michihiro NAKAJIMAUse wcsnrtombs() at archive_string_append_from_wcs_to_m...
next