summaryrefslogtreecommitdiff
path: root/libarchive/archive_util.c
Commit message (Expand)AuthorAgeFilesLines
* use O_TMPFILE if it works/is supported in __archive_mktempCristian Rodríguez2020-07-271-0/+5
* Safe writes: improve error handlingMartin Matuska2020-03-021-0/+1
* Implement ARCHIVE_EXTRACT_SAFE_WRITES on WindowsMartin Matuska2020-01-201-58/+87
* Introduce archive_write_disk(3) flag ARCHIVE_EXTRACT_SAFE_WRITESzoulasc2020-01-201-25/+60
* Don't #undef stat and #define stat(). stat is one of those unfortunateJoel Uckelman2018-10-181-1/+1
* Match archive.h for la_int64_t vs int64_tJoerg Sonnenberger2017-10-071-2/+2
* constify variables moreMike Frysinger2017-03-231-3/+3
* Break out the library version functions into a separate source file.Tim Kientzle2017-03-111-82/+0
* Fix a couple of typographical errors.Peter Pentchev2016-07-071-1/+1
* Fix stringification hereTim Kientzle2016-02-131-1/+3
* Issue 422: Add archive_xxx_version() calls so tests can more accurately quer...Tim Kientzle2016-03-121-15/+59
* Issue 382: Move variables to top of function for non-C99 compilers.Tim Kientzle2014-11-151-2/+3
* Use archive_random() function instead of rand() function.Michihiro NAKAJIMA2014-10-131-12/+6
* Issue 378: compute string pointers after concatenation, to protect against re...Tim Kientzle2014-09-251-2/+3
* Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-141-2/+9
* Style fix. space -> tab.Michihiro NAKAJIMA2014-07-061-59/+61
* Plug memory leaks which Clang Static Analyser pointed out.Michihiro NAKAJIMA2014-07-061-2/+8
* Style: Use 'int' not 'char' for status return types.Tim Kientzle2013-12-191-1/+1
* Refactor archive_version_details to eliminate size and printf concernsTim Kientzle2013-12-191-16/+21
* Show third party library versions in version stringRoss Lagerwall2013-09-161-0/+36
* 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