summaryrefslogtreecommitdiff
path: root/libarchive/archive_util.c
Commit message (Expand)AuthorAgeFilesLines
* Redo the strings sorting function, allocate/free memory as needed.Andres Mejia2013-02-091-14/+40
* Add a convenience function to sort a list of strings.Andres Mejia2013-02-091-0/+42
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-2/+3
* Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-3/+37
* When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...Michihiro NAKAJIMA2012-01-231-2/+3
* Fix build failure on Cygwin.Michihiro NAKAJIMA2011-09-081-1/+1
* __archive_mktemp function should simply be in one file for maintenance, and soMichihiro NAKAJIMA2011-08-281-1/+154
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-13/+1
* Remove UTF-8 <===> WCS conversion code, which was highly based on the wrogMichihiro NAKAJIMA2011-03-251-4/+0
* From Roman Neuhauser: Rework textual options handling.Tim Kientzle2011-03-181-192/+0
* Add charset conversion functions which convert a string between Michihiro NAKAJIMA2011-03-171-4/+10
* Move a conversion of UTF-16BE, which is used for Joliet extensions, intoMichihiro NAKAJIMA2011-03-161-0/+4
* Fix some broken tests from the earlier string workTim Kientzle2011-03-071-1/+2
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-28/+10
* Change archive_set_error() to clear the error string beforeTim Kientzle2011-02-261-0/+1
* Return NULL if there is no error message.Tim Kientzle2010-10-311-1/+1
* Make sure that fd has a valid value.Joerg Sonnenberger2010-04-261-1/+1
* Set archive_error_number to zero here. I'm a little uneasy aboutTim Kientzle2010-02-251-0/+1
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-4/+4
* Make a Windows version of __archive_mktemp() in archive_windows.cMichihiro NAKAJIMA2010-02-121-32/+3
* Introduce a function __archive_mktemp() to create a temporary file,Michihiro NAKAJIMA2010-02-111-1/+164
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Suppress some "unused return value" warnings from clang.Tim Kientzle2009-11-291-0/+2
* Revert r1617.Michihiro NAKAJIMA2009-11-161-3/+5
* Value stored to 's' is never read.Michihiro NAKAJIMA2009-11-091-5/+3
* Add archive_file_count() utility, for better statistics reporting.Tim Kientzle2009-07-161-0/+5
* Building on Ubuntu 9 provoked some complaints about return valuesTim Kientzle2009-05-081-3/+6
* Initialize variables; fix a compile warning.Tim Kientzle2009-02-041-0/+2
* Don't use ctype.h in the library, it is locale dependent.Joerg Sonnenberger2009-02-011-7/+5
* Fix some compiling error when use strict warning options.Michihiro NAKAJIMA2009-01-291-0/+2
* Use isdigit instead of isnumber. some platform don't have it.Michihiro NAKAJIMA2009-01-281-1/+1
* Allow numerics to the option name of the options frame work.Michihiro NAKAJIMA2009-01-281-2/+3
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+190
* Don't append the strerror() information here; we're returningTim Kientzle2009-01-221-19/+0
* IFCTim Kientzle2008-10-211-2/+2
* IFCTim Kientzle2008-05-281-1/+1
* Synchronize a bunch of changes from my local tree.Tim Kientzle2008-04-301-23/+1
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+229