| 2011-07-26 |
Michihiro NAKAJIMA | Use assertEqualUTF8String instead of assertEqualString... |
commit | commitdiff | tree | snapshot |
| 2011-07-26 |
Michihiro NAKAJIMA | Windows platform cannot use a UTF-8 locale. |
commit | commitdiff | tree | snapshot |
| 2011-07-26 |
Michihiro NAKAJIMA | Fix build error; do not use UTF-8 strings directly... |
commit | commitdiff | tree | snapshot |
| 2011-07-22 |
Andres Mejia | Make sure sizes for RAR files are valid. |
commit | commitdiff | tree | snapshot |
| 2011-07-22 |
Andres Mejia | Make parsing filters unsupported instead of skipping. |
commit | commitdiff | tree | snapshot |
| 2011-07-22 |
Tim Kientzle | Various format string fixes, thanks to GCC. |
commit | commitdiff | tree | snapshot |
| 2011-07-22 |
Tim Kientzle | GCC-specific printf argument checks. |
commit | commitdiff | tree | snapshot |
| 2011-07-22 |
Andres Mejia | Catch error for all calls to read_next_symbol. |
commit | commitdiff | tree | snapshot |
| 2011-07-22 |
Andres Mejia | Fixup segfault that could be generated by corrupt compr... |
commit | commitdiff | tree | snapshot |
| 2011-07-22 |
Andres Mejia | Add unicode test file to test_fuzz. |
commit | commitdiff | tree | snapshot |
| 2011-07-22 |
Andres Mejia | Implement unicode support. |
commit | commitdiff | tree | snapshot |
| 2011-07-19 |
Tim Kientzle | Test that uudecode filter won't recognize valid UUencoded |
commit | commitdiff | tree | snapshot |
| 2011-07-19 |
Tim Kientzle | When scanning the beginning of an ASCII text file to... |
commit | commitdiff | tree | snapshot |
| 2011-07-17 |
Michihiro NAKAJIMA | Improve a test for uudecode filter in case there is... |
commit | commitdiff | tree | snapshot |
| 2011-07-17 |
Michihiro NAKAJIMA | Fix issue 163. |
commit | commitdiff | tree | snapshot |
| 2011-07-17 |
Michihiro NAKAJIMA | Fix issue 163. |
commit | commitdiff | tree | snapshot |
| 2011-07-17 |
Michihiro NAKAJIMA | Fix build failure on Visual Studio. |
commit | commitdiff | tree | snapshot |
| 2011-07-16 |
Tim Kientzle | Use uintmax_t with %ju |
commit | commitdiff | tree | snapshot |
| 2011-07-16 |
Tim Kientzle | Next iteration of RAR reader. |
commit | commitdiff | tree | snapshot |
| 2011-07-16 |
Tim Kientzle | %ju ===> uintmax_t |
commit | commitdiff | tree | snapshot |
| 2011-07-16 |
Tim Kientzle | %ju requires uintmax_t |
commit | commitdiff | tree | snapshot |
| 2011-07-14 |
Michihiro NAKAJIMA | In iso9660 writer and xar writer, always overwrite... |
commit | commitdiff | tree | snapshot |
| 2011-07-14 |
Michihiro NAKAJIMA | Correct comments. |
commit | commitdiff | tree | snapshot |
| 2011-07-12 |
Michihiro NAKAJIMA | Add support for a pax textended keyword, "SUN.holesdata... |
commit | commitdiff | tree | snapshot |
| 2011-07-12 |
Tim Kientzle | Update NEWS |
commit | commitdiff | tree | snapshot |
| 2011-07-12 |
Tim Kientzle | Touch up the distribution list. |
commit | commitdiff | tree | snapshot |
| 2011-07-12 |
Tim Kientzle | Remove dead files. |
commit | commitdiff | tree | snapshot |
| 2011-07-10 |
Michihiro NAKAJIMA | The same changes of In the Xar writer, ignore ineffecti... |
commit | commitdiff | tree | snapshot |
| 2011-07-10 |
Michihiro NAKAJIMA | In the ISO writer, ignore ineffective path names in... |
commit | commitdiff | tree | snapshot |
| 2011-07-10 |
Michihiro NAKAJIMA | Fix warnings on Visual Studio. |
commit | commitdiff | tree | snapshot |
| 2011-07-09 |
Michihiro NAKAJIMA | Ignore a path which looks like the top of directory... |
commit | commitdiff | tree | snapshot |
| 2011-07-09 |
Michihiro NAKAJIMA | Stop trimming parent directories at iso9660 writer... |
commit | commitdiff | tree | snapshot |
| 2011-07-09 |
Michihiro NAKAJIMA | Do not write odd data whose size is less than 2048... |
commit | commitdiff | tree | snapshot |
| 2011-06-29 |
Tim Kientzle | Issue 160: --strip-components now works in -c mode... |
commit | commitdiff | tree | snapshot |
| 2011-06-29 |
Tim Kientzle | Since RAR stores timestamps in localtime, we have to... |
commit | commitdiff | tree | snapshot |
| 2011-06-29 |
Tim Kientzle | Always return paths that use '/' as path separator... |
commit | commitdiff | tree | snapshot |
| 2011-06-28 |
Michihiro NAKAJIMA | In the fuzz test, improve the calculation of damaging... |
commit | commitdiff | tree | snapshot |
| 2011-06-28 |
Michihiro NAKAJIMA | Add additional a sample file of rar format to the file... |
commit | commitdiff | tree | snapshot |
| 2011-06-28 |
Michihiro NAKAJIMA | Fix some segmentation fault in rar reader. |
commit | commitdiff | tree | snapshot |
| 2011-06-28 |
Michihiro NAKAJIMA | RAR format can be detected as well when using archive_r... |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Michihiro NAKAJIMA | In utf8_to_unicode function, set unicode value even... |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Michihiro NAKAJIMA | Fix a silly bug made by previous change: do not return... |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Michihiro NAKAJIMA | archive_string_conversion_to_charset() should be used... |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Michihiro NAKAJIMA | Canonicalize some charset-name so we can detect UTF... |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Michihiro NAKAJIMA | Fix issue 106. The original problem happned on linux... |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Tim Kientzle | First cut at RAR support, including RARv3. |
commit | commitdiff | tree | snapshot |
| 2011-06-27 |
Tim Kientzle | Rename this test to match how other tests are named. |
commit | commitdiff | tree | snapshot |
| 2011-06-26 |
Tim Kientzle | Issue 153: Test failures on platforms that lack full... |
commit | commitdiff | tree | snapshot |
| 2011-06-26 |
Tim Kientzle | Extend the --newer-than test to verify the behavior... |
commit | commitdiff | tree | snapshot |
| 2011-06-25 |
Tim Kientzle | Extend the MacOS compatibility test to verify that... |
commit | commitdiff | tree | snapshot |
| 2011-06-25 |
Tim Kientzle | Extend the old test_compat_mac_gnutar to exercise compa... |
commit | commitdiff | tree | snapshot |
| 2011-06-25 |
Michihiro NAKAJIMA | Fix counting files read, dot not count it up when retur... |
commit | commitdiff | tree | snapshot |
| 2011-06-25 |
Michihiro NAKAJIMA | Fix a comment about the garbage bytes of CFDATA compres... |
commit | commitdiff | tree | snapshot |
| 2011-06-23 |
Colin Percival | Fix typo: s/chekc sum/check sum/. |
commit | commitdiff | tree | snapshot |
| 2011-06-22 |
Colin Percival | Replace a pointer to an explanation which doesn't exist... |
commit | commitdiff | tree | snapshot |
| 2011-06-21 |
Michihiro NAKAJIMA | Use CoreServices framework for Mac OS X in configure... |
commit | commitdiff | tree | snapshot |
| 2011-06-21 |
Michihiro NAKAJIMA | Remove unneeded code. |
commit | commitdiff | tree | snapshot |
| 2011-06-21 |
Michihiro NAKAJIMA | Do no use random data for the contents of ISO image... |
commit | commitdiff | tree | snapshot |
| 2011-06-21 |
Michihiro NAKAJIMA | Fix warnings. |
commit | commitdiff | tree | snapshot |
| 2011-06-21 |
Michihiro NAKAJIMA | Fix comment and style. no functional change. |
commit | commitdiff | tree | snapshot |
| 2011-06-21 |
Michihiro NAKAJIMA | This is the final step to reduce use of both read(... |
commit | commitdiff | tree | snapshot |
| 2011-06-20 |
Michihiro NAKAJIMA | Fix making a bootable iso image with zisofs option. |
commit | commitdiff | tree | snapshot |
| 2011-06-20 |
Michihiro NAKAJIMA | This is second step to reduce use of both read() and... |
commit | commitdiff | tree | snapshot |
| 2011-06-19 |
Michihiro NAKAJIMA | This is first step to reduce use of both read() and... |
commit | commitdiff | tree | snapshot |
| 2011-06-16 |
Michihiro NAKAJIMA | Shift away "tar:utf8type=libarchive2x" option which... |
commit | commitdiff | tree | snapshot |
| 2011-06-15 |
Michihiro NAKAJIMA | In the pax writer, do not get a filename dependent... |
commit | commitdiff | tree | snapshot |
| 2011-06-13 |
Michihiro NAKAJIMA | Try to use "SJIS" character-set if use of "CP932" faile... |
commit | commitdiff | tree | snapshot |
| 2011-06-09 |
Michihiro NAKAJIMA | Clean up style; no functional change. |
commit | commitdiff | tree | snapshot |
| 2011-06-08 |
Michihiro NAKAJIMA | Rework enabling a operation to a wrong UTF-8 string... |
commit | commitdiff | tree | snapshot |
| 2011-06-07 |
Michihiro NAKAJIMA | Set SCONV_WIN_CP flag so that we use Windows API for... |
commit | commitdiff | tree | snapshot |
| 2011-06-07 |
Michihiro NAKAJIMA | Properly handle SCONV_BEST_EFFORT flag when converting... |
commit | commitdiff | tree | snapshot |
| 2011-06-07 |
Michihiro NAKAJIMA | Remove unneeded conversion code translation a string... |
commit | commitdiff | tree | snapshot |
| 2011-06-07 |
Michihiro NAKAJIMA | Make sure plenty size to an output buffer for a replace... |
commit | commitdiff | tree | snapshot |
| 2011-06-07 |
Michihiro NAKAJIMA | Reduce duplicate code by merging strncat_from_utf16be... |
commit | commitdiff | tree | snapshot |
| 2011-06-05 |
Michihiro NAKAJIMA | Improve string conversion functions: |
commit | commitdiff | tree | snapshot |
| 2011-06-01 |
Michihiro NAKAJIMA | Clean up get_sconv_object() to avoid duplicate check... |
commit | commitdiff | tree | snapshot |
| 2011-05-30 |
Michihiro NAKAJIMA | Some c compiler system provides wmemcpy as macro. |
commit | commitdiff | tree | snapshot |
| 2011-05-30 |
Michihiro NAKAJIMA | Unbreak build. |
commit | commitdiff | tree | snapshot |
| 2011-05-29 |
Michihiro NAKAJIMA | For Mac OS X, update comment in create_sconv_object... |
commit | commitdiff | tree | snapshot |
| 2011-05-28 |
Michihiro NAKAJIMA | Rework archive_string_normalize_D() function. |
commit | commitdiff | tree | snapshot |
| 2011-05-26 |
Michihiro NAKAJIMA | Fix expanding output string buffer on Mac OS X. |
commit | commitdiff | tree | snapshot |
| 2011-05-26 |
Michihiro NAKAJIMA | Move failure() statement to right place. |
commit | commitdiff | tree | snapshot |
| 2011-05-25 |
Michihiro NAKAJIMA | Fix string conversion errors on Mac OS X. |
commit | commitdiff | tree | snapshot |
| 2011-05-25 |
Michihiro NAKAJIMA | Improve test_archive_string_conversion for export,... |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Michihiro NAKAJIMA | Remove unneeded assignment code found with Clang Static... |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Michihiro NAKAJIMA | Avoid warnings by Clang Static Analyzer. |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Michihiro NAKAJIMA | Fix the result code of normalization. |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Michihiro NAKAJIMA | Return a correct status when a entry has an incorrect... |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Michihiro NAKAJIMA | Avoid borland warnings at test_archive_string_conversion.c. |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Michihiro NAKAJIMA | Use compress for test_archive_string_conversion.txt... |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Michihiro NAKAJIMA | Combine strncat_from_utf16_to_utf8 and strncat_from_utf... |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Tim Kientzle | Issue 157: Fix some unused-variable warnings from... |
commit | commitdiff | tree | snapshot |
| 2011-05-24 |
Tim Kientzle | Issue 157: Found by GCC 4.6: The temp buffer, which... |
commit | commitdiff | tree | snapshot |
| 2011-05-23 |
Michihiro NAKAJIMA | Implement normalization to a UTF-16BE string recorded... |
commit | commitdiff | tree | snapshot |
| 2011-05-19 |
Michihiro NAKAJIMA | Eliminate a double check of remaining data. |
commit | commitdiff | tree | snapshot |
| 2011-05-19 |
Michihiro NAKAJIMA | Remove unneeded code that case will not happen because... |
commit | commitdiff | tree | snapshot |
| 2011-05-19 |
Michihiro NAKAJIMA | Rework archive_strncat_in_locale mainly around UTF... |
commit | commitdiff | tree | snapshot |
| 2011-05-19 |
Michihiro NAKAJIMA | Avoid several warnings in libarchive_test on Borland... |
commit | commitdiff | tree | snapshot |
| 2011-05-19 |
Michihiro NAKAJIMA | Fix a silly bug made by previous change. |
commit | commitdiff | tree | snapshot |
| 2011-05-19 |
Michihiro NAKAJIMA | Increase a buffer size for Joliet extension names up... |
commit | commitdiff | tree | snapshot |
| next |