summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_cpio.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-041-2/+1
* Spelling fixes (#831)Graham Percival2016-12-041-1/+1
* On Windows, make sure libarchive does not store the Windows style pathMichihiro NAKAJIMA2012-02-211-11/+44
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-5/+6
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-4/+6
* Rework the cpio readers and writers to not rely on structureTim Kientzle2011-09-081-30/+39
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-1/+16
* Remove unneeded code in archive_write_set_format_cpio.cMichihiro NAKAJIMA2011-05-151-2/+0
* Use archive_entry_*_l functions at cpio format writer.Michihiro NAKAJIMA2011-05-111-20/+40
* Add hdrcharset option support for cpio format.Michihiro NAKAJIMA2011-04-141-4/+60
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-1/+1
* Issue 113: Include an error message when the size overflows.Tim Kientzle2010-11-111-5/+7
* Issue 113: When writing headers, return ARCHIVE_FAILEDTim Kientzle2010-11-101-10/+40
* Introduce a shared __archive_write_nulls() method and removeTim Kientzle2010-04-171-12/+1
* remove pad_uncompressed; unused legacy bitsBrian Harring2010-04-041-2/+0
* Rename 'finish' to 'close' and 'destroy' to 'free', to clarifyTim Kientzle2010-03-011-8/+8
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-0/+3
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-5/+5
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-2/+3
* Cpio "odc" format limits the ino value to 18 bits. Previously, weTim Kientzle2009-12-121-10/+82
* Although the value stored to 'v' is used in the enclosing expression,Michihiro NAKAJIMA2009-11-091-1/+1
* Value stored to 'cpio' is never read.Michihiro NAKAJIMA2009-11-081-2/+0
* Return ARCHIVE_WARN properly if large inode number was truncated.Michihiro NAKAJIMA2009-11-081-3/+5
* Use int64_t for storing inode values internally.Tim Kientzle2009-09-241-2/+2
* Avoid problems because of varying ino_t sizes on different platforms. In par...Tim Kientzle2009-05-141-1/+3
* archive_entry_ino() returns ino_t which varies across platforms;Tim Kientzle2009-04-191-2/+3
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+1
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+267