summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_cpio.c
Commit message (Expand)AuthorAgeFilesLines
* Do not account for NULL terminator when comparing with "TRAILER!!!" (#1814)Rose2023-01-091-1/+1
* add a missing file entry to libarchive/CMakeLists.txtTom Ivar Helbekkmo2021-03-061-1/+1
* add support for reading and writing PWB and V7 cpio archivesTom Ivar Helbekkmo2021-03-051-0/+18
* Bug #1128: Deletion of unnecessary checks before calls of the function “fre...Markus Elfring2019-02-041-2/+1
* Avoid overflow when reading corrupt cpio archiveColin Percival2017-08-021-0/+7
* Be consistent about the types of internal and external link counts.Joerg Sonnenberger2017-04-291-1/+1
* cpio reader: compare TRAILER!!! against pathname onlyMartin Matuska2017-02-071-5/+5
* cpio reader: use strncmp() when comparing against TRAILER!!!Martin Matuska2017-01-251-1/+2
* Spelling fixes (#846)Graham Percival2016-12-201-1/+1
* Spelling fixesGraham Percival2016-12-081-2/+2
* Reject cpio symlinks that exceed 1MBTim Kientzle2016-05-141-0/+5
* Set a proper error message if we hit end-of-file whenTim Kientzle2015-02-061-2/+8
* Issue 394: Segfault when reading malformed old-style cpio archivesTim Kientzle2015-01-301-6/+6
* 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
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-20/+35
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-6/+8
* Try to decrease the performance hit of seeking during the bid phase.Tim Kientzle2011-11-201-2/+4
* Issue 195: Code cleanup.Tim Kientzle2011-11-201-3/+1
* Rework the cpio readers and writers to not rely on structureTim Kientzle2011-09-081-161/+205
* Shift away "tar:utf8type=libarchive2x" option which is to read a pax file mad...Michihiro NAKAJIMA2011-06-161-1/+5
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-0/+10
* Use archive_entry_copy_*_l functions at cpio format reader.Michihiro NAKAJIMA2011-05-111-8/+11
* Add hdrcharset option support for cpio format.Michihiro NAKAJIMA2011-04-141-5/+56
* archive_read_support_format_cpio.c: archive_set_error right at failureRoman Neuhauser2011-04-041-7/+13
* archive_read_support_format_cpio.c: s/__archive_errx/archive_set_error/Roman Neuhauser2011-03-301-7/+13
* fix more read_ahead/consume pairings to ensure that when a consume is invoked...Brian Harring2010-09-271-5/+5
* add a format level data skip to cpioBrian Harring2010-09-231-1/+18
* consume only when the read_ahead data is no longer in use...Brian Harring2010-09-231-15/+20
* Change a bunch more internal off_t to int64_t.Tim Kientzle2010-05-311-3/+3
* For internal APIs, we don't need to worry about the API version.Tim Kientzle2010-05-311-11/+0
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-0/+3
* Use archive_clear_error() to wipe the error info.Tim Kientzle2010-02-261-3/+3
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+11
* Add support for afio large ASCII header.Michihiro NAKAJIMA2010-02-041-2/+124
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Reduce the likelihood of false hardlinks by ignoring entries withTim Kientzle2009-12-081-0/+3
* The fuzz tester uncovered an infinite loop in the recovery code thatTim Kientzle2009-11-291-2/+2
* Use int64_t for storing inode values internally.Tim Kientzle2009-09-241-35/+35
* Make a note here about Solaris ACL handling. It would beTim Kientzle2009-04-271-0/+5
* Fix big-endian binary cpio archives.Tim Kientzle2009-04-271-1/+1
* GCC on 64-bit Linux has 32-bit int and 64-bit size_t; notTim Kientzle2009-02-031-2/+4
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+2
* IFCTim Kientzle2008-12-051-1/+1
* First step in transitioning the current decompression code toTim Kientzle2008-10-291-48/+31
* Don't read ahead more than necessary when scanning cpio headers.Tim Kientzle2008-10-191-5/+10
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+777