summaryrefslogtreecommitdiff
path: root/libarchive/archive_string.h
Commit message (Expand)AuthorAgeFilesLines
* Complete support for UTF8 encoding conversionYichao Yu2020-05-311-1/+1
* Unify header style, header guard comes firstMartin Matuska2020-01-131-3/+3
* Introduce archive_array_append to append a raw array to an archive_stringStefan Berger2017-01-081-0/+4
* Spelling fixes (#831)Graham Percival2016-12-041-2/+2
* Rename some internal functions as other related functions.Michihiro NAKAJIMA2012-03-171-4/+4
* Impelment Unicode normalization Form D in libarchive itself in order not to r...Michihiro NAKAJIMA2012-03-151-0/+2
* Rework enabling a operation to a wrong UTF-8 string made with Libarchive 2.x.Michihiro NAKAJIMA2011-06-081-0/+3
* Implement a string conversion interface to archive_entry and archive_mstringMichihiro NAKAJIMA2011-05-091-1/+7
* Change the interface of archive_mstring_get_{utf8,mbs,wcs} so that we will be...Michihiro NAKAJIMA2011-05-051-3/+3
* Rename archive_string_append_from_wcs_to_mbs function to archive_string_appen...Michihiro NAKAJIMA2011-04-111-1/+1
* Remove first argument of archive_wstring_append_from_mbs/archive_string_appen...Michihiro NAKAJIMA2011-04-111-3/+3
* IntroduceMichihiro NAKAJIMA2011-04-071-2/+12
* Rename archive_string_append_from_unicode_to_mbs back to archive_string_appen...Michihiro NAKAJIMA2011-04-061-1/+1
* test_archive_string.c: tests for some archive_string operationsRoman Neuhauser2011-04-041-0/+2
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-36/+19
* Update comment about the return code of conversion functions.Michihiro NAKAJIMA2011-03-251-1/+1
* Remove UTF-8 <===> WCS conversion code, which was highly based on the wrogMichihiro NAKAJIMA2011-03-251-4/+0
* Add an mbs version of ACL control functions in order to reduceMichihiro NAKAJIMA2011-03-251-0/+2
* Add a check that a conversion specified by a charset option works on the plat...Michihiro NAKAJIMA2011-03-221-0/+8
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-221-4/+14
* Add charset conversion functions which convert a string between Michihiro NAKAJIMA2011-03-171-0/+13
* Improve UTF-16BE conversion functions.Michihiro NAKAJIMA2011-03-171-4/+4
* Move a conversion of UTF-16BE, which is used for Joliet extensions, intoMichihiro NAKAJIMA2011-03-161-0/+12
* Fix some broken tests from the earlier string workTim Kientzle2011-03-071-10/+9
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-6/+8
* Rename archive_wstrappend_mbs to archive_wstrcpy_mbs to better reflect what i...Tim Kientzle2010-12-071-1/+1
* Big string overhaul:Tim Kientzle2010-11-191-60/+65
* On Windows, use UNICODE version APIs to exceed the limitation of path length.Michihiro NAKAJIMA2010-07-091-0/+9
* Don't abuse typecasts, fix a build failure on FreeBSD 7.3.Tim Kientzle2010-07-081-2/+2
* Merge branches/wstring: This adds a new archive_wstringTim Kientzle2010-06-261-6/+32
* Add __LA_PRINTF to enable format-string checks for GCC.Joerg Sonnenberger2010-02-251-2/+5
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Encourage people not to use libarchive internal headers.Tim Kientzle2009-08-111-0/+4
* As suggested by Joerg Sonnenberger, change archive_strncat() toTim Kientzle2009-03-091-1/+5
* Fix %ju handling in archive_string_sprintf()Tim Kientzle2009-01-281-5/+0
* IFCTim Kientzle2008-12-051-1/+1
* Add a fuzz tester to the libarchive test suite. ThisTim Kientzle2008-11-221-0/+6
* IFCTim Kientzle2008-06-141-1/+1
* FreeBSD 4.11 doesn't define wchar_t in <wchar.h>, so use <stdlib.h>Tim Kientzle2008-06-071-0/+3
* IFCTim Kientzle2008-05-281-1/+1
* Synchronize a bunch of changes from my local tree.Tim Kientzle2008-04-301-6/+20
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+122