| 2011-04-08 |
Michihiro NAKAJIMA | Use of mbrtowc/wcrtomb is slower than use of WideCharTo... |
commit | commitdiff | tree | snapshot |
| 2011-04-08 |
Michihiro NAKAJIMA | Pax format uses only both BINARY and UTF-8 to its heade... |
commit | commitdiff | tree | snapshot |
| 2011-04-08 |
Michihiro NAKAJIMA | Following tests are now for all platform not only Windows. |
commit | commitdiff | tree | snapshot |
| 2011-04-08 |
Michihiro NAKAJIMA | Simplify sparse test code. |
commit | commitdiff | tree | snapshot |
| 2011-04-08 |
Michihiro NAKAJIMA | Use of archive_strcat() in archive_string_append_from_w... |
commit | commitdiff | tree | snapshot |
| 2011-04-08 |
Michihiro NAKAJIMA | On Windows Correctly handle a directory file at archive... |
commit | commitdiff | tree | snapshot |
| 2011-04-08 |
Michihiro NAKAJIMA | Use mbstowcs() at __la_win_permissive_name() instead... |
commit | commitdiff | tree | snapshot |
| 2011-04-08 |
Michihiro NAKAJIMA | On Windows, Improve a conversion MBS<==>WCS to be relat... |
commit | commitdiff | tree | snapshot |
| 2011-04-07 |
Michihiro NAKAJIMA | Add filenames conversion tests for Windows. |
commit | commitdiff | tree | snapshot |
| 2011-04-07 |
Michihiro NAKAJIMA | Add some test for zip reader. |
commit | commitdiff | tree | snapshot |
| 2011-04-07 |
Michihiro NAKAJIMA | The filenames in pax should be written in UTF-8 without... |
commit | commitdiff | tree | snapshot |
| 2011-04-07 |
Michihiro NAKAJIMA | Remove old, redundant test code. |
commit | commitdiff | tree | snapshot |
| 2011-04-07 |
Michihiro NAKAJIMA | Update Windows CodePage look-up table. |
commit | commitdiff | tree | snapshot |
| 2011-04-07 |
Michihiro NAKAJIMA | Introduce |
commit | commitdiff | tree | snapshot |
| 2011-04-07 |
Michihiro NAKAJIMA | Drop a use of CRL function _get_current_locale(), which... |
commit | commitdiff | tree | snapshot |
| 2011-04-07 |
Michihiro NAKAJIMA | Allow hdrcharset=UTF-8 to pax writer because libarchive... |
commit | commitdiff | tree | snapshot |
| 2011-04-06 |
Michihiro NAKAJIMA | Unbreak build on msys. |
commit | commitdiff | tree | snapshot |
| 2011-04-06 |
Michihiro NAKAJIMA | Copy lib-link.m4,lib-prefix.m4 and lib-ld.m4 from |
commit | commitdiff | tree | snapshot |
| 2011-04-06 |
Michihiro NAKAJIMA | Rename archive_string_append_from_unicode_to_mbs back... |
commit | commitdiff | tree | snapshot |
| 2011-04-06 |
Michihiro NAKAJIMA | Simply choose a header encoding on pax writer. |
commit | commitdiff | tree | snapshot |
| 2011-04-06 |
Michihiro NAKAJIMA | Rename "charset" option to "hdrcharset" since the name... |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Roman Neuhauser | test_archive_string.c tests archive_string_sprintf... |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Roman Neuhauser | test_archive_string.c tests archive_strncpy |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Roman Neuhauser | test_archive_string.c: tests for some archive_string... |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Roman Neuhauser | archive_read_support_format_xar.c: multiple fixes based... |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Roman Neuhauser | archive_read_support_format_tar.c: fix looming buffer... |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Roman Neuhauser | archive_read_support_format_cpio.c: archive_set_error... |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Roman Neuhauser | archive_read_support_format_iso9660.c: plug looming... |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Roman Neuhauser | remove archive_read_get_bidder macro again |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Michihiro NAKAJIMA | Give the API caller a memory allocation failure of... |
commit | commitdiff | tree | snapshot |
| 2011-04-04 |
Michihiro NAKAJIMA | This change almost revert r3148,r3149 because of my... |
commit | commitdiff | tree | snapshot |
| 2011-04-03 |
Tim Kientzle | If someone disables ENABLE_ACL or ENABLE_XATTR, we... |
commit | commitdiff | tree | snapshot |
| 2011-04-03 |
Tim Kientzle | Change the charset to codepage translation to be |
commit | commitdiff | tree | snapshot |
| 2011-04-03 |
Michihiro NAKAJIMA | Add a few charset to be translated into Windows codepage. |
commit | commitdiff | tree | snapshot |
| 2011-04-02 |
Michihiro NAKAJIMA | Properly check a character-set name in hdrcharset of... |
commit | commitdiff | tree | snapshot |
| 2011-04-02 |
Michihiro NAKAJIMA | According to IEEE Std 1003.1-2001, we can use following... |
commit | commitdiff | tree | snapshot |
| 2011-04-01 |
Michihiro NAKAJIMA | Fix a replacement of Windows path separator in CP932... |
commit | commitdiff | tree | snapshot |
| 2011-04-01 |
Michihiro NAKAJIMA | Add a new line to the end of archive_read_disk_entry_fr... |
commit | commitdiff | tree | snapshot |
| 2011-04-01 |
Michihiro NAKAJIMA | Improve the windows version of archive_read_disk_entry_... |
commit | commitdiff | tree | snapshot |
| 2011-04-01 |
Michihiro NAKAJIMA | Correct a type of a file offset;s/off_t/int64_t/ |
commit | commitdiff | tree | snapshot |
| 2011-03-31 |
Michihiro NAKAJIMA | If futimens() defined in POSIX.1-2008 is available... |
commit | commitdiff | tree | snapshot |
| 2011-03-31 |
Michihiro NAKAJIMA | Detect futimesat. |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_write_set_format_pax.c: s/__archive_errx/archiv... |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_write_set_format_pax.c: s/__archive_errx/archiv... |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_read_support_format_tar.c: s/__archive_errx... |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_write_set_format_shar.c: s/__archive_errx/archi... |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_read_support_format_iso9660.c: s/__archive_errx... |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_read_support_format_cpio.c: s/__archive_errx... |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_read.c: s/__archive_errx/archive_set_error/ |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_read.c: s/__archive_errx/archive_set_error... |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | test argument handling in archive_read_open2 |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | config.h.in~ should not be versioned |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Michihiro NAKAJIMA | Correct a print format of test failure log for file... |
commit | commitdiff | tree | snapshot |
| 2011-03-30 |
Roman Neuhauser | archive_string.c: 2x uninitialized variable in utf16... |
commit | commitdiff | tree | snapshot |
| 2011-03-29 |
Michihiro NAKAJIMA | On Windows, use _fseeki64() instead of fseek() for... |
commit | commitdiff | tree | snapshot |
| 2011-03-29 |
Michihiro NAKAJIMA | Remove unused definitions in archive_windows.h |
commit | commitdiff | tree | snapshot |
| 2011-03-29 |
Michihiro NAKAJIMA | Get the current codepage through _get_current_locale... |
commit | commitdiff | tree | snapshot |
| 2011-03-29 |
Michihiro NAKAJIMA | Space ==> Tab. |
commit | commitdiff | tree | snapshot |
| 2011-03-29 |
Michihiro NAKAJIMA | On Windows, improve a replacement of '\' character... |
commit | commitdiff | tree | snapshot |
| 2011-03-29 |
Michihiro NAKAJIMA | Use of mbrtowc is wasteful to check if all MBS can... |
commit | commitdiff | tree | snapshot |
| 2011-03-29 |
Michihiro NAKAJIMA | Use archive_string_conv object for the test to know... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | doc/update.sh does not break on missing output dirs... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | client and example programs use archive_read_support_fi... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | tests use archive_read_support_filter_*() |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_support_compression_*() -> archive_read_su... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_support_compression_*.c -> archive_read_su... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Michihiro NAKAJIMA | Clean up archive_windows.c and update its comment. |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Michihiro NAKAJIMA | Remove a use of WideChartoMultiByte/MultiByteToWideChar... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Michihiro NAKAJIMA | Fix a memory free bug. |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Michihiro NAKAJIMA | Improve character-set conversion functions. |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_errno, archive_error_string info in man pages... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | man pages: document archive_read_support_filter_XXX |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | doc/update.sh does not break on missing output dirs |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | libarchive_changes.3: changes in libarchive interface |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_entry.3: two typos |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write.3: indentation fixes in example |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write.3: narrative moved from libarchive.3... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write.3: w/o stuff that's now documented elsewhere |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_free.3: archive_write_{close,free} |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_finish_entry.3: separate man page |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_data.3: archive_write_data man page |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_header.3: archive_write_header man page |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_open.3: archive_write_open et al |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_blocksize.3: archive_write_set_bytes_per_... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_filter.3: archive_write_set_filter_XXX |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_format.3: archive_write_set_format_XXX |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_write_new.3: archive_write_new has its own... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read.3: reading archives narrative moved from... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_header.3: archive_read_next_header* functions |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_extract.3: archive_read_extract* functions |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_free.3: archive_read_{close,free} |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_new.3: archive_read_new has its own man... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_data.3: consumers extracted from archive_r... |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_open.3: archive_read_open et al |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_format.3: archive_read_support_format_XXX |
commit | commitdiff | tree | snapshot |
| 2011-03-28 |
Roman Neuhauser | archive_read_filter.3: archive_read_support_compression_XXX |
commit | commitdiff | tree | snapshot |
| 2011-03-27 |
Michihiro NAKAJIMA | On Windows test_fuzz sometimes failed by fopen error... |
commit | commitdiff | tree | snapshot |
| 2011-03-26 |
Michihiro NAKAJIMA | Add support for charset option to xar reader although... |
commit | commitdiff | tree | snapshot |
| 2011-03-26 |
Tim Kientzle | Issue 151: clients and filters are now guaranteed to... |
commit | commitdiff | tree | snapshot |
| 2011-03-26 |
Michihiro NAKAJIMA | In Zip writer, set bit 11(stored filename charset is... |
commit | commitdiff | tree | snapshot |
| next |