summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_ar.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-2/+1
* Add support for the 64-bit ar formatGerald NDA2019-01-091-2/+3
* Set file type explicitly for all entries.Joerg Sonnenberger2018-09-041-0/+1
* Do not read beyond strtab table size in _ar_read_header()Martin Matuska2016-12-081-1/+1
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Reject an 'ar' filename table larger than 1GB or a filename larger than 1MB.Tim Kientzle2016-12-021-7/+10
* Issue 403: Buffer underflow parsing 'ar' headerTim Kientzle2015-02-071-7/+14
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-1/+3
* 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/+3
* Issue 195: Use more portable memcmp() here.Tim Kientzle2011-11-201-1/+1
* hopefully the last ar mod needed; same thing as the last set of commits, do n...Brian Harring2010-09-231-2/+14
* replace an adhoc consume/skip invocation with a proper skip/consume invocatio...Brian Harring2010-09-231-8/+10
* minor tweak; trust the unconsumed value returned back rather than just assumi...Brian Harring2010-09-231-1/+1
* not hugely happy with the implementation (specifically unconsumed passing), b...Brian Harring2010-09-231-25/+49
* fix another mispairing of read_ahead/consumeBrian Harring2010-09-231-2/+3
* Change a bunch more internal off_t to int64_t.Tim Kientzle2010-05-311-5/+5
* For internal APIs, we don't need to worry about the API version.Tim Kientzle2010-05-311-11/+0
* Switch users of archive_read_skip() over to archive_read_consume() nowTim Kientzle2010-03-211-1/+1
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-0/+3
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+11
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-1/+3
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Add missing include <limits.h>Brad King2009-11-161-0/+3
* Value stored to 'ar' is never read.Michihiro NAKAJIMA2009-11-081-3/+0
* Don't redefine isdigit(). Since this is only used in one place,Tim Kientzle2009-02-181-3/+3
* Some ar writers seem to pad the filename table with `.Tim Kientzle2009-01-311-4/+3
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+2
* IFC: Reword an 'ar' error messageTim Kientzle2008-12-271-2/+2
* IFCTim Kientzle2008-12-051-1/+1
* First step in transitioning the current decompression code toTim Kientzle2008-10-291-39/+17
* IFCTim Kientzle2008-05-281-1/+1
* Fix a typecast.Tim Kientzle2008-05-201-1/+1
* Guard against a number of theoretical buffer and integerTim Kientzle2008-05-201-2/+6
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+601