summaryrefslogtreecommitdiff
path: root/libarchive
Commit message (Expand)AuthorAgeFilesLines
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-28102-174/+174
* archive_read_support_compression_*() -> archive_read_support_filter_*()Roman Neuhauser2011-03-2810-11/+147
* archive_read_support_compression_*.c -> archive_read_support_filter_*.cRoman Neuhauser2011-03-2810-17/+17
* Clean up archive_windows.c and update its comment.Michihiro NAKAJIMA2011-03-281-142/+174
* Remove a use of WideChartoMultiByte/MultiByteToWideChar from archive_read_dis...Michihiro NAKAJIMA2011-03-281-33/+15
* Fix a memory free bug.Michihiro NAKAJIMA2011-03-281-1/+1
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-2817-711/+942
* archive_errno, archive_error_string info in man pages unified a bitRoman Neuhauser2011-03-2819-70/+94
* man pages: document archive_read_support_filter_XXXRoman Neuhauser2011-03-282-30/+30
* libarchive_changes.3: changes in libarchive interfaceRoman Neuhauser2011-03-281-0/+341
* archive_entry.3: two typosRoman Neuhauser2011-03-281-2/+2
* archive_write.3: indentation fixes in exampleRoman Neuhauser2011-03-281-12/+12
* archive_write.3: narrative moved from libarchive.3, editedRoman Neuhauser2011-03-282-52/+56
* archive_write.3: w/o stuff that's now documented elsewhereRoman Neuhauser2011-03-281-98/+1
* archive_write_free.3: archive_write_{close,free}Roman Neuhauser2011-03-282-28/+84
* archive_write_finish_entry.3: separate man pageRoman Neuhauser2011-03-283-12/+73
* archive_write_data.3: archive_write_data man pageRoman Neuhauser2011-03-282-15/+60
* archive_write_header.3: archive_write_header man pageRoman Neuhauser2011-03-282-12/+67
* archive_write_open.3: archive_write_open et alRoman Neuhauser2011-03-282-88/+235
* archive_write_blocksize.3: archive_write_set_bytes_per_block et alRoman Neuhauser2011-03-282-38/+114
* archive_write_filter.3: archive_write_set_filter_XXXRoman Neuhauser2011-03-282-41/+102
* archive_write_format.3: archive_write_set_format_XXXRoman Neuhauser2011-03-282-49/+96
* archive_write_new.3: archive_write_new has its own man pageRoman Neuhauser2011-03-282-14/+63
* archive_read.3: reading archives narrative moved from libarchive.3Roman Neuhauser2011-03-282-92/+89
* archive_read_header.3: archive_read_next_header* functionsRoman Neuhauser2011-03-283-20/+93
* archive_read_extract.3: archive_read_extract* functionsRoman Neuhauser2011-03-283-69/+143
* archive_read_free.3: archive_read_{close,free}Roman Neuhauser2011-03-282-65/+96
* archive_read_new.3: archive_read_new has its own man pageRoman Neuhauser2011-03-282-17/+60
* archive_read_data.3: consumers extracted from archive_read.3Roman Neuhauser2011-03-285-178/+235
* archive_read_open.3: archive_read_open et alRoman Neuhauser2011-03-282-171/+263
* archive_read_format.3: archive_read_support_format_XXXRoman Neuhauser2011-03-282-59/+136
* archive_read_filter.3: archive_read_support_compression_XXXRoman Neuhauser2011-03-282-66/+126
* On Windows test_fuzz sometimes failed by fopen error that it opened image data.Michihiro NAKAJIMA2011-03-271-3/+15
* Add support for charset option to xar reader although we expectMichihiro NAKAJIMA2011-03-261-14/+53
* Issue 151: clients and filters are now guaranteed to have theirTim Kientzle2011-03-262-5/+8
* In Zip writer, set bit 11(stored filename charset is UTF-8) to generalMichihiro NAKAJIMA2011-03-261-2/+38
* We should use mbrtowc/mbtowc at archive_wstring_append_from_mbs instead ofMichihiro NAKAJIMA2011-03-251-9/+32
* Update comment about the return code of conversion functions.Michihiro NAKAJIMA2011-03-252-14/+22
* Improve archive_wstring_append_from_mbs function; use mbsnrtowcs orMichihiro NAKAJIMA2011-03-251-7/+15
* Remove UTF-8 <===> WCS conversion code, which was highly based on the wrogMichihiro NAKAJIMA2011-03-258-356/+118
* Add an mbs version of ACL control functions in order to reduceMichihiro NAKAJIMA2011-03-258-72/+493
* Windows platform can convert string in local locale to/from UTF-8 without iconv.Michihiro NAKAJIMA2011-03-241-8/+28
* Fix a behavior of character conversion functions on Windows.Michihiro NAKAJIMA2011-03-241-7/+27
* In ZIP archive file, a filename and comments field is UTF-8 when LanguageMichihiro NAKAJIMA2011-03-243-4/+168
* Fix a error message.Michihiro NAKAJIMA2011-03-241-1/+1
* Remove canConvertCharset from test/main.c and test_pax_filename_encoding.cMichihiro NAKAJIMA2011-03-243-30/+12
* Add support for charset option to zip writer.Michihiro NAKAJIMA2011-03-241-16/+56
* Add support for charset option to ustar writer.Michihiro NAKAJIMA2011-03-243-39/+157
* Add support for charset option to gnutar writer.Michihiro NAKAJIMA2011-03-241-28/+138
* Add support for charset option to pax writer.Michihiro NAKAJIMA2011-03-231-19/+76