index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
archive_read_support_format_cpio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a missing file entry to libarchive/CMakeLists.txt
Tom Ivar Helbekkmo
2021-03-06
1
-1
/
+1
*
add support for reading and writing PWB and V7 cpio archives
Tom Ivar Helbekkmo
2021-03-05
1
-0
/
+18
*
Bug #1128: Deletion of unnecessary checks before calls of the function “fre...
Markus Elfring
2019-02-04
1
-2
/
+1
*
Avoid overflow when reading corrupt cpio archive
Colin Percival
2017-08-02
1
-0
/
+7
*
Be consistent about the types of internal and external link counts.
Joerg Sonnenberger
2017-04-29
1
-1
/
+1
*
cpio reader: compare TRAILER!!! against pathname only
Martin Matuska
2017-02-07
1
-5
/
+5
*
cpio reader: use strncmp() when comparing against TRAILER!!!
Martin Matuska
2017-01-25
1
-1
/
+2
*
Spelling fixes (#846)
Graham Percival
2016-12-20
1
-1
/
+1
*
Spelling fixes
Graham Percival
2016-12-08
1
-2
/
+2
*
Reject cpio symlinks that exceed 1MB
Tim Kientzle
2016-05-14
1
-0
/
+5
*
Set a proper error message if we hit end-of-file when
Tim Kientzle
2015-02-06
1
-2
/
+8
*
Issue 394: Segfault when reading malformed old-style cpio archives
Tim Kientzle
2015-01-30
1
-6
/
+6
*
Detect encrypted archive entries (ZIP, RAR, 7Zip)
Konrad Kleine
2013-09-17
1
-1
/
+3
*
Implement function used to seek within data blocks.
Andres Mejia
2012-09-27
1
-0
/
+1
*
On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'
Michihiro NAKAJIMA
2012-02-19
1
-20
/
+35
*
Fix issue 237.
Michihiro NAKAJIMA
2012-02-14
1
-6
/
+8
*
Try to decrease the performance hit of seeking during the bid phase.
Tim Kientzle
2011-11-20
1
-2
/
+4
*
Issue 195: Code cleanup.
Tim Kientzle
2011-11-20
1
-3
/
+1
*
Rework the cpio readers and writers to not rely on structure
Tim Kientzle
2011-09-08
1
-161
/
+205
*
Shift away "tar:utf8type=libarchive2x" option which is to read a pax file mad...
Michihiro NAKAJIMA
2011-06-16
1
-1
/
+5
*
Rework a handling of memory allocation failure in string conversion;
Michihiro NAKAJIMA
2011-05-16
1
-0
/
+10
*
Use archive_entry_copy_*_l functions at cpio format reader.
Michihiro NAKAJIMA
2011-05-11
1
-8
/
+11
*
Add hdrcharset option support for cpio format.
Michihiro NAKAJIMA
2011-04-14
1
-5
/
+56
*
archive_read_support_format_cpio.c: archive_set_error right at failure
Roman Neuhauser
2011-04-04
1
-7
/
+13
*
archive_read_support_format_cpio.c: s/__archive_errx/archive_set_error/
Roman Neuhauser
2011-03-30
1
-7
/
+13
*
fix more read_ahead/consume pairings to ensure that when a consume is invoked...
Brian Harring
2010-09-27
1
-5
/
+5
*
add a format level data skip to cpio
Brian Harring
2010-09-23
1
-1
/
+18
*
consume only when the read_ahead data is no longer in use...
Brian Harring
2010-09-23
1
-15
/
+20
*
Change a bunch more internal off_t to int64_t.
Tim Kientzle
2010-05-31
1
-3
/
+3
*
For internal APIs, we don't need to worry about the API version.
Tim Kientzle
2010-05-31
1
-11
/
+0
*
Open a door to changing the current abort-on-state-failure behavior:
Tim Kientzle
2010-03-01
1
-0
/
+3
*
Use archive_clear_error() to wipe the error info.
Tim Kientzle
2010-02-26
1
-3
/
+3
*
Unbreak build on mingw.
Michihiro NAKAJIMA
2010-02-24
1
-0
/
+11
*
Add support for afio large ASCII header.
Michihiro NAKAJIMA
2010-02-04
1
-2
/
+124
*
Sync $FreeBSD$ version info from FreeBSD SVN
Tim Kientzle
2009-12-30
1
-1
/
+1
*
Reduce the likelihood of false hardlinks by ignoring entries with
Tim Kientzle
2009-12-08
1
-0
/
+3
*
The fuzz tester uncovered an infinite loop in the recovery code that
Tim Kientzle
2009-11-29
1
-2
/
+2
*
Use int64_t for storing inode values internally.
Tim Kientzle
2009-09-24
1
-35
/
+35
*
Make a note here about Solaris ACL handling. It would be
Tim Kientzle
2009-04-27
1
-0
/
+5
*
Fix big-endian binary cpio archives.
Tim Kientzle
2009-04-27
1
-1
/
+1
*
GCC on 64-bit Linux has 32-bit int and 64-bit size_t; not
Tim Kientzle
2009-02-03
1
-2
/
+4
*
Implement format/filter/compressor option frame work.
Michihiro NAKAJIMA
2009-01-26
1
-0
/
+2
*
IFC
Tim Kientzle
2008-12-05
1
-1
/
+1
*
First step in transitioning the current decompression code to
Tim Kientzle
2008-10-29
1
-48
/
+31
*
Don't read ahead more than necessary when scanning cpio headers.
Tim Kientzle
2008-10-19
1
-5
/
+10
*
IFC to populate initial libarchive-portable tree.
Tim Kientzle
2008-04-29
1
-0
/
+777