summaryrefslogtreecommitdiff
path: root/libarchive/archive_private.h
Commit message (Expand)AuthorAgeFilesLines
* archive: remove ::compression_{code,name}Emil Velikov2021-10-231-3/+0
* archive: constify the archive::vtable dispatchEmil Velikov2021-10-231-1/+1
* Add __LA_UNUSED because clang warns for static inline functions that areChristos Zoulas2021-03-291-0/+7
* Introduce archive_write_disk(3) flag ARCHIVE_EXTRACT_SAFE_WRITESzoulasc2020-01-201-0/+5
* Unify header style, header guard comes firstMartin Matuska2020-01-131-3/+3
* Add support for archive_read_data() for read_disk archives.Paul Harris2015-06-301-0/+19
* Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-0/+1
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-1/+1
* Introduce archive_matching APIs. This is a set of utility functions toMichihiro NAKAJIMA2012-01-171-0/+1
* Correctly get the OEM CodePage(OEMCP) of the current locale set by setlocale().Michihiro NAKAJIMA2011-04-081-1/+2
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-9/+4
* Remove UTF-8 <===> WCS conversion code, which was highly based on the wrogMichihiro NAKAJIMA2011-03-251-2/+0
* From Roman Neuhauser: Rework textual options handling.Tim Kientzle2011-03-181-3/+0
* Add charset conversion functions which convert a string between Michihiro NAKAJIMA2011-03-171-2/+7
* Move a conversion of UTF-16BE, which is used for Joliet extensions, intoMichihiro NAKAJIMA2011-03-161-0/+2
* Fix some broken tests from the earlier string workTim Kientzle2011-03-071-0/+1
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-0/+10
* Virtualize archive_read_next_header(). In particular, attempts toTim Kientzle2010-07-171-0/+2
* Make archive_read_next_header2 and archive_read_data_block virtualization.Michihiro NAKAJIMA2010-06-081-0/+5
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-3/+10
* Prepare for the 3.0 ABI by switching a bunch of uses of off_t, dev_t,Tim Kientzle2010-02-211-1/+1
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-5/+5
* Introduce a function __archive_mktemp() to create a temporary file,Michihiro NAKAJIMA2010-02-111-0/+3
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-1/+1
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Use macro for 64-bit integer literal suffixesBrad King2009-11-111-0/+8
* Encourage people not to use libarchive internal headers.Tim Kientzle2009-08-111-0/+4
* Add archive_file_count() utility, for better statistics reporting.Tim Kientzle2009-07-161-0/+2
* Fix a bunch of tests on Visual Studio:Tim Kientzle2009-06-141-2/+2
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+3
* Ooops. Rename the close/finish entries in the header file as well.Tim Kientzle2009-01-071-2/+3
* IFCTim Kientzle2008-12-051-3/+3
* __LA_DEAD is a private convention; don't publicize it.Tim Kientzle2008-10-191-0/+7
* Introduce __LA_DEAD to replace current unportable use ofJoerg Sonnenberger2008-10-011-1/+1
* IFC: Colin's __dead2 markersTim Kientzle2008-08-091-2/+2
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+99