summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_cpio_newc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix writing of cpio archives containing hardlinks without file typeGleb Fotengauer-Malinovskiy2020-05-291-1/+1
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-251-0/+1
* Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-041-2/+1
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-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-13/+48
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-3/+4
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-4/+6
* Rework the cpio readers and writers to not rely on structureTim Kientzle2011-09-081-40/+53
* 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_newc.cMichihiro NAKAJIMA2011-05-151-2/+0
* Use archive_entry_*_l functions at cpio newc format writer.Michihiro NAKAJIMA2011-05-111-7/+82
* Issue 113: Include an error message when the size overflows.Tim Kientzle2010-11-111-4/+7
* Issue 113: When writing headers, return ARCHIVE_FAILEDTim Kientzle2010-11-101-13/+44
* 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-8/+8
* 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
* Style: Break some long lines.Tim Kientzle2009-12-061-5/+11
* Return ARCHIVE_WARN if large inode number was truncated.Michihiro NAKAJIMA2009-11-091-3/+5
* - Value stored to 'ret' is never read.Michihiro NAKAJIMA2009-11-091-4/+1
* Use int64_t for storing inode values internally.Tim Kientzle2009-09-241-2/+2
* Fix some compiler warnings in VS9.Tim Kientzle2009-09-131-3/+6
* 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/+285