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_write_set_format_cpio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: include archive_platform in ...cpio to ensure calling convention
Dustin Howett
2021-11-20
1
-0
/
+1
*
rearrange cpio output format selection
Tom Ivar Helbekkmo
2021-03-05
1
-492
/
+2
*
Merge pull request #1388 from michaelforney/cpio-rdev
Martin Matuška
2020-05-30
1
-1
/
+1
|
\
|
*
Fix rdev field in cpio format for device nodes
Michael Forney
2020-05-29
1
-1
/
+1
*
|
Fix writing of cpio archives containing hardlinks without file type
Gleb Fotengauer-Malinovskiy
2020-05-29
1
-1
/
+1
|
/
*
Unify unsupported entry file type error message in writer
Martin Matuska
2020-01-25
1
-0
/
+1
*
Bug #1128: Deletion of unnecessary checks before calls of the function “arc...
Markus Elfring
2019-02-04
1
-2
/
+1
*
Spelling fixes (#831)
Graham Percival
2016-12-04
1
-1
/
+1
*
On Windows, make sure libarchive does not store the Windows style path
Michihiro NAKAJIMA
2012-02-21
1
-11
/
+44
*
On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'
Michihiro NAKAJIMA
2012-02-19
1
-5
/
+6
*
Fix issue 237.
Michihiro NAKAJIMA
2012-02-14
1
-4
/
+6
*
Rework the cpio readers and writers to not rely on structure
Tim Kientzle
2011-09-08
1
-30
/
+39
*
Rework a handling of memory allocation failure in string conversion;
Michihiro NAKAJIMA
2011-05-16
1
-1
/
+16
*
Remove unneeded code in archive_write_set_format_cpio.c
Michihiro NAKAJIMA
2011-05-15
1
-2
/
+0
*
Use archive_entry_*_l functions at cpio format writer.
Michihiro NAKAJIMA
2011-05-11
1
-20
/
+40
*
Add hdrcharset option support for cpio format.
Michihiro NAKAJIMA
2011-04-14
1
-4
/
+60
*
Switch archive_string character set conversion over to use iconv()
Tim Kientzle
2011-03-06
1
-1
/
+1
*
Issue 113: Include an error message when the size overflows.
Tim Kientzle
2010-11-11
1
-5
/
+7
*
Issue 113: When writing headers, return ARCHIVE_FAILED
Tim Kientzle
2010-11-10
1
-10
/
+40
*
Introduce a shared __archive_write_nulls() method and remove
Tim Kientzle
2010-04-17
1
-12
/
+1
*
remove pad_uncompressed; unused legacy bits
Brian Harring
2010-04-04
1
-2
/
+0
*
Rename 'finish' to 'close' and 'destroy' to 'free', to clarify
Tim Kientzle
2010-03-01
1
-8
/
+8
*
Open a door to changing the current abort-on-state-failure behavior:
Tim Kientzle
2010-03-01
1
-0
/
+3
*
Stackable write filter support. This ended up touching an awful lot
Tim Kientzle
2010-02-20
1
-5
/
+5
*
Sync $FreeBSD$ version info from FreeBSD SVN
Tim Kientzle
2009-12-30
1
-1
/
+1
*
Eliminate warnings on Visual Studio 10 W64.
Michihiro NAKAJIMA
2009-12-21
1
-2
/
+3
*
Cpio "odc" format limits the ino value to 18 bits. Previously, we
Tim Kientzle
2009-12-12
1
-10
/
+82
*
Although the value stored to 'v' is used in the enclosing expression,
Michihiro NAKAJIMA
2009-11-09
1
-1
/
+1
*
Value stored to 'cpio' is never read.
Michihiro NAKAJIMA
2009-11-08
1
-2
/
+0
*
Return ARCHIVE_WARN properly if large inode number was truncated.
Michihiro NAKAJIMA
2009-11-08
1
-3
/
+5
*
Use int64_t for storing inode values internally.
Tim Kientzle
2009-09-24
1
-2
/
+2
*
Avoid problems because of varying ino_t sizes on different platforms. In par...
Tim Kientzle
2009-05-14
1
-1
/
+3
*
archive_entry_ino() returns ino_t which varies across platforms;
Tim Kientzle
2009-04-19
1
-2
/
+3
*
Implement format/filter/compressor option frame work.
Michihiro NAKAJIMA
2009-01-26
1
-0
/
+1
*
IFC to populate initial libarchive-portable tree.
Tim Kientzle
2008-04-29
1
-0
/
+267