2011-05-11 |
Michihiro NAKAJIMA | Use archive_entry_copy_*_l functions at tar format... |
commit | commitdiff | tree |
2011-05-11 |
Michihiro NAKAJIMA | Use archive_entry_copy_*_l functions at lha format... |
commit | commitdiff | tree |
2011-05-11 |
Michihiro NAKAJIMA | Use archive_entry_copy_*_l functions at cpio format... |
commit | commitdiff | tree |
2011-05-11 |
Michihiro NAKAJIMA | Use archive_entry_copy_*_l functions at cab format... |
commit | commitdiff | tree |
2011-05-11 |
Michihiro NAKAJIMA | Correct winioctl to winioctl.h in configure.ac. |
commit | commitdiff | tree |
2011-05-11 |
Michihiro NAKAJIMA | In configure, SSIZE_MAX requires limits.h |
commit | commitdiff | tree |
2011-05-11 |
Michihiro NAKAJIMA | Correct macro names in CMakeLists.txt. |
commit | commitdiff | tree |
2011-05-11 |
Michihiro NAKAJIMA | Specify -fno-builtin to gcc during detecting functions... |
commit | commitdiff | tree |
2011-05-10 |
Michihiro NAKAJIMA | Detect readdir_r with cmake on linux. |
commit | commitdiff | tree |
2011-05-10 |
Michihiro NAKAJIMA | Fix build failure through cmake on linux. |
commit | commitdiff | tree |
2011-05-10 |
Michihiro NAKAJIMA | Properly detect iconv with cmake on linux. |
commit | commitdiff | tree |
2011-05-10 |
Michihiro NAKAJIMA | According to Public Review Issue #121 at unicode.org... |
commit | commitdiff | tree |
2011-05-10 |
Michihiro NAKAJIMA | Continue a string conversion even if the normalization... |
commit | commitdiff | tree |
2011-05-09 |
Michihiro NAKAJIMA | Dump unicode code points when comparing UTF-8 strings... |
commit | commitdiff | tree |
2011-05-09 |
Michihiro NAKAJIMA | Implement a string conversion interface to archive_entr... |
commit | commitdiff | tree |
2011-05-08 |
Tim Kientzle | The text conversion functions are in CoreServices.framework |
commit | commitdiff | tree |
2011-05-07 |
Michihiro NAKAJIMA | On Mac OS, Link CoreFoundation to avoid build failure. |
commit | commitdiff | tree |
2011-05-06 |
Michihiro NAKAJIMA | On Windows, merge two versions of the string conversion... |
commit | commitdiff | tree |
2011-05-06 |
Michihiro NAKAJIMA | Fix build failure on Mac OS X. |
commit | commitdiff | tree |
2011-05-05 |
Michihiro NAKAJIMA | Change the interface of archive_mstring_get_{utf8,mbs... |
commit | commitdiff | tree |
2011-05-05 |
Michihiro NAKAJIMA | Change a return code of archive_mstring_update_utf8... |
commit | commitdiff | tree |
2011-05-05 |
Michihiro NAKAJIMA | On Mac OS, Use ConvertFromUnicodeToText() for decomposi... |
commit | commitdiff | tree |
2011-05-04 |
Michihiro NAKAJIMA | Add assertEqualUTF8String. If two strings are not equal... |
commit | commitdiff | tree |
2011-05-04 |
Michihiro NAKAJIMA | Eliminate an unused variable. |
commit | commitdiff | tree |
2011-05-04 |
Michihiro NAKAJIMA | Do not lose some conversion error. |
commit | commitdiff | tree |
2011-05-04 |
Michihiro NAKAJIMA | Issue 106. |
commit | commitdiff | tree |
2011-05-03 |
Michihiro NAKAJIMA | Remove local string conversion code from xar writer... |
commit | commitdiff | tree |
2011-05-03 |
Michihiro NAKAJIMA | If the character-set of filenames in archives is UTF... |
commit | commitdiff | tree |
2011-04-29 |
Michihiro NAKAJIMA | Properly check if something error occured and report... |
commit | commitdiff | tree |
2011-04-29 |
Michihiro NAKAJIMA | Fix build failure when readdir_r() is not available. |
commit | commitdiff | tree |
2011-04-26 |
Tim Kientzle | Refactor the read_open() routines into a collection of |
commit | commitdiff | tree |
2011-04-25 |
Michihiro NAKAJIMA | Correct a length argument to invalid_mbs(). |
commit | commitdiff | tree |
2011-04-25 |
Michihiro NAKAJIMA | Reduce redundancy code about a NULL check of a string... |
commit | commitdiff | tree |
2011-04-25 |
Michihiro NAKAJIMA | Rename IS_SURROGATE macro to IS_SURROGATE_PAIR_LA. |
commit | commitdiff | tree |
2011-04-25 |
Michihiro NAKAJIMA | Rename strncat_from_utf8_utf8 function to strncat_from_... |
commit | commitdiff | tree |
2011-04-25 |
Michihiro NAKAJIMA | Get rid of a hdrcharset option support from xar reader... |
commit | commitdiff | tree |
2011-04-25 |
Michihiro NAKAJIMA | Use en_US.UTF-8 instead of de_DE.UTF-8 at test_entry... |
commit | commitdiff | tree |
2011-04-24 |
Tim Kientzle | Suppress leading zeros: Print version as "3.0.0a"... |
commit | commitdiff | tree |
2011-04-22 |
Michihiro NAKAJIMA | Properly initialize a string conversion object. |
commit | commitdiff | tree |
2011-04-21 |
Michihiro NAKAJIMA | Skip test_compat_pax_libarchive_2x when the WCS of... |
commit | commitdiff | tree |
2011-04-21 |
Michihiro NAKAJIMA | Avoid a conflict of macro names on Visual Studio 9... |
commit | commitdiff | tree |
2011-04-20 |
Michihiro NAKAJIMA | Update comments and rename a macro SCONV_UTF8_UTF8_COPY... |
commit | commitdiff | tree |
2011-04-20 |
Michihiro NAKAJIMA | Remove a unused variable. |
commit | commitdiff | tree |
2011-04-20 |
Michihiro NAKAJIMA | Add a check for surrogate pairs in UTF-8; Prevent surro... |
commit | commitdiff | tree |
2011-04-20 |
Tim Kientzle | Apparently, locale_charset() is broken on Mac OS. |
commit | commitdiff | tree |
2011-04-20 |
Tim Kientzle | Fix probe for readlinkat(). In particular, it was |
commit | commitdiff | tree |
2011-04-20 |
Tim Kientzle | Correctly disable OpenSSL support even after it's |
commit | commitdiff | tree |
2011-04-19 |
Michihiro NAKAJIMA | Improve Unicode handling. |
commit | commitdiff | tree |
2011-04-19 |
Michihiro NAKAJIMA | Introudce "tar:utf8type=libarchive2x" option for the... |
commit | commitdiff | tree |
2011-04-18 |
Michihiro NAKAJIMA | Style fix. |
commit | commitdiff | tree |
2011-04-18 |
Michihiro NAKAJIMA | Improve test_pax_filename_encoding. |
commit | commitdiff | tree |
2011-04-18 |
Michihiro NAKAJIMA | Add a test of hdrcharset option for ustar format. |
commit | commitdiff | tree |
2011-04-17 |
Michihiro NAKAJIMA | Change some of sample files which I recently added... |
commit | commitdiff | tree |
2011-04-17 |
Michihiro NAKAJIMA | Add "else" statement. it's not necessary but it should be. |
commit | commitdiff | tree |
2011-04-17 |
Tim Kientzle | archive_read_support_compression_all() is deprecated... |
commit | commitdiff | tree |
2011-04-17 |
Tim Kientzle | Issue 153: Clear error before returning, as found |
commit | commitdiff | tree |
2011-04-16 |
Michihiro NAKAJIMA | Avoid a extra conversion of file times in restoring... |
commit | commitdiff | tree |
2011-04-16 |
Michihiro NAKAJIMA | Tweak a test of cpio date format for Windows. |
commit | commitdiff | tree |
2011-04-16 |
Michihiro NAKAJIMA | Use Widows file handle 'HANDLE' directly in archive_rea... |
commit | commitdiff | tree |
2011-04-16 |
Michihiro NAKAJIMA | Remove unneeded condition code. |
commit | commitdiff | tree |
2011-04-16 |
Michihiro NAKAJIMA | Move variables only used in directory traversals from... |
commit | commitdiff | tree |
2011-04-16 |
Michihiro NAKAJIMA | Fix build error on POSIX platform. |
commit | commitdiff | tree |
2011-04-16 |
Michihiro NAKAJIMA | Add ENABLE_ICONV option to CMake build. At this time... |
commit | commitdiff | tree |
2011-04-16 |
Michihiro NAKAJIMA | Clean up archive_string.c. |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Fix locale_charset detection on CMake to be worked on |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Initialize locale on bsdcpio, and change test_option_t... |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Improve test_read_format_zip_filename. |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Avoid warning about iconv.h during configure. |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Use locale_charset() instead of nl_langinfo(CODESET... |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Update comment and sort macros in build/cmake/config... |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Addtional fix for r3231. |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Fix a iconv detection of cmake. |
commit | commitdiff | tree |
2011-04-15 |
Michihiro NAKAJIMA | Improve archive_string_append_from_wcs() on Windows. |
commit | commitdiff | tree |
2011-04-14 |
Michihiro NAKAJIMA | Add a hdrcharset option test for pax format. |
commit | commitdiff | tree |
2011-04-14 |
Michihiro NAKAJIMA | Add a hdrcharset option test for gnutar format. |
commit | commitdiff | tree |
2011-04-14 |
Michihiro NAKAJIMA | Add hdrcharset option support for cpio format. |
commit | commitdiff | tree |
2011-04-13 |
Michihiro NAKAJIMA | Disable test_pax_filename_encoding_3(), which has been... |
commit | commitdiff | tree |
2011-04-13 |
Michihiro NAKAJIMA | Unbreak build on Linux; correct second argument of... |
commit | commitdiff | tree |
2011-04-13 |
Michihiro NAKAJIMA | On Windows, this command line systemf("echo f | bsdcpio... |
commit | commitdiff | tree |
2011-04-13 |
Michihiro NAKAJIMA | r3216 was insufficient. It needs father changes. |
commit | commitdiff | tree |
2011-04-13 |
Michihiro NAKAJIMA | Consider the large i-node number for the tests using... |
commit | commitdiff | tree |
2011-04-13 |
Michihiro NAKAJIMA | Revert path separator conversion for CYGWIN. I deleted... |
commit | commitdiff | tree |
2011-04-13 |
Michihiro NAKAJIMA | Fix a fiex existence test for a pattern "../../fileXX". |
commit | commitdiff | tree |
2011-04-12 |
Michihiro NAKAJIMA | Apply the default string conversion(mostly OEMCP =... |
commit | commitdiff | tree |
2011-04-12 |
Michihiro NAKAJIMA | Properly report string conversion failure. |
commit | commitdiff | tree |
2011-04-12 |
Michihiro NAKAJIMA | Allow to apply the charset specified by the hdrcharset... |
commit | commitdiff | tree |
2011-04-12 |
Michihiro NAKAJIMA | Fix the problem about full-pathnames handling with... |
commit | commitdiff | tree |
2011-04-12 |
Michihiro NAKAJIMA | Clearly archive_write_disk object on Windows cannot... |
commit | commitdiff | tree |
2011-04-12 |
Michihiro NAKAJIMA | In archive_write_disk_windows.c, Use the Windows file... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Improve archive_write_disk_windows.c. |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Remove non Windows platform code from archive_write_dis... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Remove Windows platform code from archive_write_disk_po... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Make two version of archive_write_disk.c by copying... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Do not compile archive_read_disk_windows.c on POSIX... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Add a wide character version of archive_entry_sourcepat... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Rename archive_string_append_from_wcs_to_mbs function... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Remove first argument of archive_wstring_append_from_mb... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Correctly convert charset names, both "CP_ACP" and... |
commit | commitdiff | tree |
2011-04-11 |
Michihiro NAKAJIMA | Reduce a string buffer copy in the wctomb/wcrtomb versi... |
commit | commitdiff | tree |
2011-04-10 |
Michihiro NAKAJIMA | Use wcsnrtombs() at archive_string_append_from_wcs_to_m... |
commit | commitdiff | tree |
next |