summaryrefslogtreecommitdiff
path: root/libarchive/archive_string.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #691 from stefanberger/masterTim Kientzle2017-01-091-0/+6
|\
| * Introduce archive_array_append to append a raw array to an archive_stringStefan Berger2017-01-081-0/+6
* | Spelling fixesGraham Percival2016-12-301-10/+10
|/
* archive_strncat_l(): allocate and do not convert if length == 0Martin Matuska2016-12-261-7/+9
* Spelling fixes (#846)Graham Percival2016-12-201-1/+1
* Spelling fixesGraham Percival2016-12-081-6/+6
* Spelling fixes (#831)Graham Percival2016-12-041-5/+5
* Issue 686: Keep retrying until buffer is big enoughTim Kientzle2016-06-231-24/+27
* Issue 686: Correctly retry if the buffer needs to be grownTim Kientzle2016-04-271-1/+2
* Issue 591Tim Kientzle2015-08-271-1/+1
* Issue 551: Fix the best-effort UTF8 conversionTim Kientzle2015-08-081-51/+17
* Bugfix - should be copy+converting from mbs to utf. Not mbs to mbs.Paul Harris2015-06-231-1/+1
* fixed another compilation errorSergiu Dotenco2015-03-231-1/+1
* Issue 398: Overlapping memcpyTim Kientzle2015-02-061-2/+6
* Add a support for utf-8 in archive_entry fieldsNicolas Cornu2014-12-111-0/+13
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-15/+15
* Fix build failure on mingw32 for x86-64.Michihiro NAKAJIMA2012-10-041-20/+20
* Fix a part of a commit 221f63f2f8.Michihiro NAKAJIMA2012-09-181-3/+0
* Fix bugs that Clang Static Analyzer pointed out:Michihiro NAKAJIMA2012-09-111-1/+4
* Remove unneeded code.Michihiro NAKAJIMA2012-04-061-1/+0
* Fixes for GCC 4.7.0Dan McGee2012-04-031-1/+2
* Rename some internal functions as other related functions.Michihiro NAKAJIMA2012-03-171-10/+10
* Simplify creating an iconv object on Mac; stop using UTF-8-MAC charset toMichihiro NAKAJIMA2012-03-171-44/+47
* Impelment Unicode normalization Form D in libarchive itself in order not to r...Michihiro NAKAJIMA2012-03-151-149/+226
* Simlify a string conversion from WCS to MBS on Windows.Michihiro NAKAJIMA2012-03-121-33/+17
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-1/+1
* Fix build failure on FreeBSD/powerpc64.Michihiro NAKAJIMA2012-02-151-5/+5
* Fix build failure in aggressive warningsMichihiro NAKAJIMA2012-02-101-4/+4
* Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...Michihiro NAKAJIMA2012-02-091-1/+1
* Fix style.Michihiro NAKAJIMA2012-02-071-32/+36
* Simplify a string conversion WCS <==> MBS to stop using mbsnrtowcs and wcsnrt...Michihiro NAKAJIMA2012-02-071-107/+20
* When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...Michihiro NAKAJIMA2012-01-231-14/+7
* Fix var decl after statement in archive_string.cBrad King2012-01-111-1/+1
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-5/+5
* Further report an error through string conversion functions when memory alloc...Michihiro NAKAJIMA2011-12-221-21/+30
* Enable archive_string_conversion_to_charset to handle UTF-16LE.Michihiro NAKAJIMA2011-12-181-50/+121
* Fix some tests failure on using iconv on Windows.Michihiro NAKAJIMA2011-11-281-8/+70
* Correct a bit flag check. do not confuse SCONV_FROM_UTF16BE and SCONV_FROM_UT...Michihiro NAKAJIMA2011-11-271-2/+4
* Support UTF-16LE for archive_string for reading from an archive.Michihiro NAKAJIMA2011-11-261-28/+104
* Fix a handling of an empty gname in ustar on Windows.Michihiro NAKAJIMA2011-11-171-1/+13
* Set explicit unused arguments in order to avoid several warnings about it, wh...Michihiro NAKAJIMA2011-09-141-0/+3
* Fix a wrong memory allocation in converting NFC characters on Mac.Michihiro NAKAJIMA2011-09-121-2/+3
* Issue 176: Const-ify several static arrays.Michihiro NAKAJIMA2011-09-011-1/+1
* In utf8_to_unicode function, set unicode value even if it is a surrogate pairMichihiro NAKAJIMA2011-06-271-4/+2
* Fix a silly bug made by previous change: do not return a pointer address cons...Michihiro NAKAJIMA2011-06-271-3/+6
* Canonicalize some charset-name so we can detect UTF-8, UTF-16BE and CP932 eve...Michihiro NAKAJIMA2011-06-271-1/+37
* Shift away "tar:utf8type=libarchive2x" option which is to read a pax file mad...Michihiro NAKAJIMA2011-06-161-1/+1
* Try to use "SJIS" character-set if use of "CP932" failed and a best effort bi...Michihiro NAKAJIMA2011-06-131-4/+35
* Rework enabling a operation to a wrong UTF-8 string made with Libarchive 2.x.Michihiro NAKAJIMA2011-06-081-24/+33
* Set SCONV_WIN_CP flag so that we use Windows API for UTF-16BE conversionMichihiro NAKAJIMA2011-06-071-2/+2