summaryrefslogtreecommitdiff
path: root/libarchive/archive_virtual.c
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about la_ssize_t and ssize_t (#1010).Joerg Sonnenberger2018-07-191-2/+2
* Match archive.h for la_int64_t vs int64_tJoerg Sonnenberger2017-10-071-3/+4
* Expose the generic archive_free hookTim Kientzle2013-04-061-6/+10
* Add archive_write_fail() utility to force a writeTim Kientzle2012-05-291-0/+7
* Allow archive_*_free(NULL) to succeed.Tim Kientzle2012-01-091-2/+6
* Issue 135: Have archive_write_data_block fail with an errorTim Kientzle2011-02-121-0/+6
* Eliminate a bunch of off_t uses.Tim Kientzle2011-01-221-19/+0
* Virtualize archive_read_next_header(). In particular, attempts toTim Kientzle2010-07-171-0/+6
* Fix my previous committed code; eliminate build error with ARCHIVE_VERSION_NU...Michihiro NAKAJIMA2010-06-081-1/+1
* Make archive_read_next_header2 and archive_read_data_block virtualization.Michihiro NAKAJIMA2010-06-081-0/+27
* Prepare for the 3.0 ABI by switching a bunch of uses of off_t, dev_t,Tim Kientzle2010-02-211-0/+5
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-0/+24
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-2/+20
* Rip out the rest of the legacy 1.x API.Tim Kientzle2010-02-071-14/+0
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Add archive_file_count() utility, for better statistics reporting.Tim Kientzle2009-07-161-0/+1
* Bad typo. finish is not spelled "close"Tim Kientzle2009-01-071-1/+1
* Virtualize archive_read_close and archive_read_finish.Tim Kientzle2009-01-071-0/+12
* close and finish are really very generic operations;Tim Kientzle2009-01-071-3/+3
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+81