2011-08-04 |
Michihiro NAKAJIMA | Further robustness to the decoding lzss of RAR. |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Stop extracting a RAR file if making huffman table... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Further sanity checks and properly invoke __archive_rea... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Add several sanity checks for a RAR header. |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | When Skipping data in a store mode, use rar->bytes_rema... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Check the return value of __archive_read_consume in... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | In case reading a RAR file in a store mode, properly... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Properly check the return value of __archive_read_consu... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Properly set a error message when memory allocation... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Fix a part of r3506. It broke a RAR unicode conversion. |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Fix build on Visual Studio. |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Merge from trunk/r3519. |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Fix the uu filter. That did not extract uuencoded data... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Fix build failure about INTMAX_MIN and INTMAX_MAX on... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Correct lzx_le32dec. |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | In archive_string_vsprintf, increase robustness. use... |
commit | commitdiff | tree |
2011-08-03 |
Michihiro NAKAJIMA | Rework lzh and lzx decoding to improve its performance. |
commit | commitdiff | tree |
2011-08-02 |
Colin Percival | Fix printing of INT(MAX|64)_MIN. In append_int we... |
commit | commitdiff | tree |
2011-08-02 |
Colin Percival | Make sure that the argument to --strip-components is... |
commit | commitdiff | tree |
2011-08-01 |
Michihiro NAKAJIMA | Reduce a use of memory for decoding huffman code in... |
commit | commitdiff | tree |
2011-08-01 |
Colin Percival | Fix mtree_atol16. There was a missing ++(*p), with... |
commit | commitdiff | tree |
2011-08-01 |
Colin Percival | Fix overflow handling in mtree_atol10. Prior to this... |
commit | commitdiff | tree |
2011-07-28 |
Michihiro NAKAJIMA | Improve the performance of the mtree bidder as uudecode... |
commit | commitdiff | tree |
2011-07-28 |
Michihiro NAKAJIMA | Allow 128K -1 bytes of extra data before uuencode data... |
commit | commitdiff | tree |
2011-07-28 |
Michihiro NAKAJIMA | Improve the performance of the uudecode bidder when... |
commit | commitdiff | tree |
2011-07-27 |
Michihiro NAKAJIMA | Fix build failure on Ubuntu (with gcc 4.5.2). |
commit | commitdiff | tree |
2011-07-26 |
Michihiro NAKAJIMA | Improve test_read_format_rar for a CP932 locale which... |
commit | commitdiff | tree |
2011-07-26 |
Michihiro NAKAJIMA | Use assertEqualUTF8String instead of assertEqualString... |
commit | commitdiff | tree |
2011-07-26 |
Michihiro NAKAJIMA | Windows platform cannot use a UTF-8 locale. |
commit | commitdiff | tree |
2011-07-26 |
Michihiro NAKAJIMA | Fix build error; do not use UTF-8 strings directly... |
commit | commitdiff | tree |
2011-07-22 |
Andres Mejia | Make sure sizes for RAR files are valid. |
commit | commitdiff | tree |
2011-07-22 |
Andres Mejia | Make parsing filters unsupported instead of skipping. |
commit | commitdiff | tree |
2011-07-22 |
Tim Kientzle | Various format string fixes, thanks to GCC. |
commit | commitdiff | tree |
2011-07-22 |
Tim Kientzle | GCC-specific printf argument checks. |
commit | commitdiff | tree |
2011-07-22 |
Andres Mejia | Catch error for all calls to read_next_symbol. |
commit | commitdiff | tree |
2011-07-22 |
Andres Mejia | Fixup segfault that could be generated by corrupt compr... |
commit | commitdiff | tree |
2011-07-22 |
Andres Mejia | Add unicode test file to test_fuzz. |
commit | commitdiff | tree |
2011-07-22 |
Andres Mejia | Implement unicode support. |
commit | commitdiff | tree |
2011-07-19 |
Tim Kientzle | Test that uudecode filter won't recognize valid UUencoded |
commit | commitdiff | tree |
2011-07-19 |
Tim Kientzle | When scanning the beginning of an ASCII text file to... |
commit | commitdiff | tree |
2011-07-17 |
Michihiro NAKAJIMA | Improve a test for uudecode filter in case there is... |
commit | commitdiff | tree |
2011-07-17 |
Michihiro NAKAJIMA | Fix issue 163. |
commit | commitdiff | tree |
2011-07-17 |
Michihiro NAKAJIMA | Fix issue 163. |
commit | commitdiff | tree |
2011-07-17 |
Michihiro NAKAJIMA | Fix build failure on Visual Studio. |
commit | commitdiff | tree |
2011-07-16 |
Tim Kientzle | Use uintmax_t with %ju |
commit | commitdiff | tree |
2011-07-16 |
Tim Kientzle | Next iteration of RAR reader. |
commit | commitdiff | tree |
2011-07-16 |
Tim Kientzle | %ju ===> uintmax_t |
commit | commitdiff | tree |
2011-07-16 |
Tim Kientzle | %ju requires uintmax_t |
commit | commitdiff | tree |
2011-07-14 |
Michihiro NAKAJIMA | In iso9660 writer and xar writer, always overwrite... |
commit | commitdiff | tree |
2011-07-14 |
Michihiro NAKAJIMA | Correct comments. |
commit | commitdiff | tree |
2011-07-12 |
Michihiro NAKAJIMA | Add support for a pax textended keyword, "SUN.holesdata... |
commit | commitdiff | tree |
2011-07-12 |
Tim Kientzle | Update NEWS |
commit | commitdiff | tree |
2011-07-12 |
Tim Kientzle | Touch up the distribution list. |
commit | commitdiff | tree |
2011-07-12 |
Tim Kientzle | Remove dead files. |
commit | commitdiff | tree |
2011-07-10 |
Michihiro NAKAJIMA | The same changes of In the Xar writer, ignore ineffecti... |
commit | commitdiff | tree |
2011-07-10 |
Michihiro NAKAJIMA | In the ISO writer, ignore ineffective path names in... |
commit | commitdiff | tree |
2011-07-10 |
Michihiro NAKAJIMA | Fix warnings on Visual Studio. |
commit | commitdiff | tree |
2011-07-09 |
Michihiro NAKAJIMA | Ignore a path which looks like the top of directory... |
commit | commitdiff | tree |
2011-07-09 |
Michihiro NAKAJIMA | Stop trimming parent directories at iso9660 writer... |
commit | commitdiff | tree |
2011-07-09 |
Michihiro NAKAJIMA | Do not write odd data whose size is less than 2048... |
commit | commitdiff | tree |
2011-06-29 |
Tim Kientzle | Issue 160: --strip-components now works in -c mode... |
commit | commitdiff | tree |
2011-06-29 |
Tim Kientzle | Since RAR stores timestamps in localtime, we have to... |
commit | commitdiff | tree |
2011-06-29 |
Tim Kientzle | Always return paths that use '/' as path separator... |
commit | commitdiff | tree |
2011-06-28 |
Michihiro NAKAJIMA | In the fuzz test, improve the calculation of damaging... |
commit | commitdiff | tree |
2011-06-28 |
Michihiro NAKAJIMA | Add additional a sample file of rar format to the file... |
commit | commitdiff | tree |
2011-06-28 |
Michihiro NAKAJIMA | Fix some segmentation fault in rar reader. |
commit | commitdiff | tree |
2011-06-28 |
Michihiro NAKAJIMA | RAR format can be detected as well when using archive_r... |
commit | commitdiff | tree |
2011-06-27 |
Michihiro NAKAJIMA | In utf8_to_unicode function, set unicode value even... |
commit | commitdiff | tree |
2011-06-27 |
Michihiro NAKAJIMA | Fix a silly bug made by previous change: do not return... |
commit | commitdiff | tree |
2011-06-27 |
Michihiro NAKAJIMA | archive_string_conversion_to_charset() should be used... |
commit | commitdiff | tree |
2011-06-27 |
Michihiro NAKAJIMA | Canonicalize some charset-name so we can detect UTF... |
commit | commitdiff | tree |
2011-06-27 |
Michihiro NAKAJIMA | Fix issue 106. The original problem happned on linux... |
commit | commitdiff | tree |
2011-06-27 |
Tim Kientzle | First cut at RAR support, including RARv3. |
commit | commitdiff | tree |
2011-06-27 |
Tim Kientzle | Rename this test to match how other tests are named. |
commit | commitdiff | tree |
2011-06-26 |
Tim Kientzle | Issue 153: Test failures on platforms that lack full... |
commit | commitdiff | tree |
2011-06-26 |
Tim Kientzle | Extend the --newer-than test to verify the behavior... |
commit | commitdiff | tree |
2011-06-25 |
Tim Kientzle | Extend the MacOS compatibility test to verify that... |
commit | commitdiff | tree |
2011-06-25 |
Tim Kientzle | Extend the old test_compat_mac_gnutar to exercise compa... |
commit | commitdiff | tree |
2011-06-25 |
Michihiro NAKAJIMA | Fix counting files read, dot not count it up when retur... |
commit | commitdiff | tree |
2011-06-25 |
Michihiro NAKAJIMA | Fix a comment about the garbage bytes of CFDATA compres... |
commit | commitdiff | tree |
2011-06-23 |
Colin Percival | Fix typo: s/chekc sum/check sum/. |
commit | commitdiff | tree |
2011-06-22 |
Colin Percival | Replace a pointer to an explanation which doesn't exist... |
commit | commitdiff | tree |
2011-06-21 |
Michihiro NAKAJIMA | Use CoreServices framework for Mac OS X in configure... |
commit | commitdiff | tree |
2011-06-21 |
Michihiro NAKAJIMA | Remove unneeded code. |
commit | commitdiff | tree |
2011-06-21 |
Michihiro NAKAJIMA | Do no use random data for the contents of ISO image... |
commit | commitdiff | tree |
2011-06-21 |
Michihiro NAKAJIMA | Fix warnings. |
commit | commitdiff | tree |
2011-06-21 |
Michihiro NAKAJIMA | Fix comment and style. no functional change. |
commit | commitdiff | tree |
2011-06-21 |
Michihiro NAKAJIMA | This is the final step to reduce use of both read(... |
commit | commitdiff | tree |
2011-06-20 |
Michihiro NAKAJIMA | Fix making a bootable iso image with zisofs option. |
commit | commitdiff | tree |
2011-06-20 |
Michihiro NAKAJIMA | This is second step to reduce use of both read() and... |
commit | commitdiff | tree |
2011-06-19 |
Michihiro NAKAJIMA | This is first step to reduce use of both read() and... |
commit | commitdiff | tree |
2011-06-16 |
Michihiro NAKAJIMA | Shift away "tar:utf8type=libarchive2x" option which... |
commit | commitdiff | tree |
2011-06-15 |
Michihiro NAKAJIMA | In the pax writer, do not get a filename dependent... |
commit | commitdiff | tree |
2011-06-13 |
Michihiro NAKAJIMA | Try to use "SJIS" character-set if use of "CP932" faile... |
commit | commitdiff | tree |
2011-06-09 |
Michihiro NAKAJIMA | Clean up style; no functional change. |
commit | commitdiff | tree |
2011-06-08 |
Michihiro NAKAJIMA | Rework enabling a operation to a wrong UTF-8 string... |
commit | commitdiff | tree |
2011-06-07 |
Michihiro NAKAJIMA | Set SCONV_WIN_CP flag so that we use Windows API for... |
commit | commitdiff | tree |
2011-06-07 |
Michihiro NAKAJIMA | Properly handle SCONV_BEST_EFFORT flag when converting... |
commit | commitdiff | tree |
2011-06-07 |
Michihiro NAKAJIMA | Remove unneeded conversion code translation a string... |
commit | commitdiff | tree |
2011-06-07 |
Michihiro NAKAJIMA | Make sure plenty size to an output buffer for a replace... |
commit | commitdiff | tree |
next |