summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_private.h
Commit message (Expand)AuthorAgeFilesLines
* Close filters before freeingMartin Matuska2016-12-071-1/+0
* Fix a typo in a struct member: candiate -> candidate.Peter Pentchev2016-07-071-1/+1
* Add support for archive_read_data() for read_disk archives.Paul Harris2015-06-301-17/+0
* Add new APIs that pass passphrases for reading and writingMichihiro NAKAJIMA2014-09-141-0/+24
* Add support for lz4 read filter.Michihiro NAKAJIMA2014-06-301-1/+1
* Refactor archive_read_extractPaul Barker2014-04-061-1/+10
* Style: Use 'int' not 'char' for status return types.Tim Kientzle2013-12-191-2/+2
* Better archive_read_has_encrypted_entries functionKonrad Kleine2013-10-091-12/+12
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-1/+5
* Give formats/filters way to know data amount requested from archive_read_data().Andres Mejia2013-01-251-0/+8
* Separate code to set formats/filters into different source files.Andres Mejia2012-12-091-0/+2
* Implement functions to manually set the format and filters used.Andres Mejia2012-12-071-0/+5
* Parse a command line instead of usingMichihiro NAKAJIMA2012-10-111-4/+1
* Add support for lzop.Michihiro NAKAJIMA2012-10-071-1/+1
* Remove __archive_read_program(), use __archive_read_programl() instead.Michihiro NAKAJIMA2012-10-061-1/+0
* Make a filter program be called with its arguments.Michihiro NAKAJIMA2012-10-051-0/+4
* Increase a registered filter bidder size to avoid tests failure.Michihiro NAKAJIMA2012-10-031-1/+1
* Implement function used to seek within data blocks.Andres Mejia2012-09-271-0/+9
* Implement support for reading from multiple data objects as one large stream.Andres Mejia2012-03-251-2/+12
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-2/+2
* Try to decrease the performance hit of seeking during the bid phase.Tim Kientzle2011-11-201-2/+2
* Support seeking in files.Tim Kientzle2011-11-181-1/+6
* Issue #189: Don't rely on dev/ino being zero when theyTim Kientzle2011-11-031-0/+1
* First cut at RAR support, including RARv3.Tim Kientzle2011-06-261-1/+1
* Refactor the read_open() routines into a collection ofTim Kientzle2011-04-261-0/+2
* remove archive_read_get_bidder macro againRoman Neuhauser2011-04-041-9/+0
* archive_read.c: s/__archive_errx/archive_set_error/Roman Neuhauser2011-03-301-2/+11
* Issue 151: clients and filters are now guaranteed to have theirTim Kientzle2011-03-261-0/+1
* Add support for Microsoft Cabinet(.cab) format.Michihiro NAKAJIMA2010-12-221-1/+1
* Add support for lha/lzh archive format.Michihiro NAKAJIMA2010-12-201-1/+1
* For internal APIs, we don't need to worry about the API version.Tim Kientzle2010-05-311-14/+2
* Remove an unused variable.Tim Kientzle2010-05-111-1/+0
* Add support for lzip (read filter).Michihiro NAKAJIMA2010-05-041-1/+1
* Change raw_read_data_skip into a no-op. Remove the archive_read_consume_all ...Tim Kientzle2010-03-211-1/+0
* Switch users of archive_read_skip() over to archive_read_consume() nowTim Kientzle2010-03-211-3/+2
* Finish merging the archive_read_consume and archive_read_skip implementations.Tim Kientzle2010-03-211-2/+2
* archive_read_skip_lenient() (which just returns the number of bytes actuallyTim Kientzle2010-03-211-1/+1
* archive_read_filter_skip() is only used within archive_read.c,Tim Kientzle2010-03-211-1/+0
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+12
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-5/+11
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Add support for xar reader.Michihiro NAKAJIMA2009-12-041-1/+1
* Encourage people not to use libarchive internal headers.Tim Kientzle2009-08-111-0/+4
* Rework the read_ahead interface slightly to provide a "best-effort"Tim Kientzle2009-04-131-0/+1
* Refactor the read_compression_program support to expose two new capabilities:Tim Kientzle2009-02-071-0/+1
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+8
* Big decompression refactor, Phase 2.Tim Kientzle2009-01-031-65/+61
* IFCTim Kientzle2008-12-051-1/+1
* Checkpoint the read filter rearchitecture.Tim Kientzle2008-11-051-40/+22
* First step in transitioning the current decompression code toTim Kientzle2008-10-291-12/+84