summaryrefslogtreecommitdiff
path: root/libarchive/archive_string.c
Commit message (Expand)AuthorAgeFilesLines
* various: fix unitialized local variablesMartin Matuska2022-12-081-3/+3
* Make all the implicit cast explicit.IohannRabeson2021-10-031-1/+1
* Complete support for UTF8 encoding conversionYichao Yu2020-05-311-18/+34
* Fix possible heap-buffer-overflow in archive_string_append_from_wcs on WindowsBrad King2020-02-061-1/+2
* Fix a possible heap-buffer-overflow in archive_string_append_from_wcs()Martin Matuska2019-12-281-2/+7
* Bugfix and optimize archive_wstring_append_from_mbs()Martin Matuska2019-11-211-11/+17
* Correct some typographical and grammatical errors.Peter Pentchev2019-09-211-3/+3
* Merge pull request #1043 from jstarks/utf8Martin Matuška2019-03-101-1/+3
|\
| * windows: Support UTF-8 localeJohn Starks2018-07-251-1/+3
* | calling strlen() with null pointer (#1142)Patrick Cheng2019-02-201-0/+2
|/
* Revert addition of assert.Joerg Sonnenberger2017-08-021-2/+0
* Don't call wmemmove if size is zero.Joerg Sonnenberger2017-08-011-1/+4
* Redo 1e660621b4b00eaf4ef7a508aedf52c5a421bd2e, only skip the memmove.Joerg Sonnenberger2017-04-291-3/+2
* Short cut zero size to avoid notnull attribute for mmemove in glibc.Joerg Sonnenberger2017-04-281-0/+2
* 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