summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_raw.c
Commit message (Expand)AuthorAgeFilesLines
* support reading metadata from compressed filesMike Frysinger2019-04-211-1/+3
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-1/+3
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-1/+1
* Implement function used to seek within data blocks.Andres Mejia2012-09-271-0/+1
* Try to decrease the performance hit of seeking during the bid phase.Tim Kientzle2011-11-201-6/+5
* Test from Roman Neuhauser for the "raw" format to verify that itTim Kientzle2011-03-201-2/+4
* fix a bug introduced in the last set of cleanups to this file; if setting the...Brian Harring2010-09-271-1/+0
* update raw w/ proper read_ahead/consume pairingBrian Harring2010-09-241-1/+15
* For internal APIs, we don't need to worry about the API version.Tim Kientzle2010-05-311-11/+0
* Change raw_read_data_skip into a no-op. Remove the archive_read_consume_all ...Tim Kientzle2010-03-211-10/+1
* Switch users of archive_read_skip() over to archive_read_consume() nowTim Kientzle2010-03-211-1/+1
* archive_read_skip_lenient() (which just returns the number of bytes actuallyTim Kientzle2010-03-211-12/+5
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-0/+3
* Minor fixups for the raw handler: Use "raw" as the nameTim Kientzle2010-02-271-2/+3
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+11
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Remove unreachable statement in archive_read_support_format_raw.cMichihiro NAKAJIMA2009-12-161-1/+0
* Although the value stored to 'p' is used in the enclosing expression,Michihiro NAKAJIMA2009-11-091-2/+1
* Minor compile fix.Tim Kientzle2009-04-201-1/+1
* Add a new "raw" format reader that just provides raw binary data fromTim Kientzle2009-04-131-0/+187