summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_ustar.c
Commit message (Expand)AuthorAgeFilesLines
* PAX writer: fix entry uname or gname longer than 32 charactersMartin Matuska2020-01-261-6/+10
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-251-10/+4
* Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-041-6/+3
* Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* Spelling fixes (#831)Graham Percival2016-12-041-3/+3
* ustar: fix out of bounds read on empty string ("") filename.Catalin Patulea2016-07-221-1/+1
* On Windows, make sure libarchive does not store the Windows style pathMichihiro NAKAJIMA2012-02-211-12/+82
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-2/+2
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-5/+7
* Typos in comments: "a archive" -> "an archive", "formts" -> "formats",Colin Percival2011-08-161-1/+1
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-0/+25
* Use archive_entry_*_l functions at ustar format writer.Michihiro NAKAJIMA2011-05-111-74/+43
* IntroduceMichihiro NAKAJIMA2011-04-071-3/+16
* Rename "charset" option to "hdrcharset" since the name "charset" is not clear,Michihiro NAKAJIMA2011-04-061-2/+2
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-26/+24
* Add support for charset option to ustar writer.Michihiro NAKAJIMA2011-03-241-27/+147
* If no name is available, don't store one.Tim Kientzle2011-02-111-1/+3
* Introduce a shared __archive_write_nulls() method and removeTim Kientzle2010-04-171-19/+2
* 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
* Sort out the remaining format string vs argument types mismatches.Joerg Sonnenberger2010-02-251-1/+1
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-10/+4
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* If we know it's a socket, say it's a socket.Tim Kientzle2009-04-161-1/+7
* Implement format/filter/compressor option frame work.Michihiro NAKAJIMA2009-01-261-0/+1
* IFCTim Kientzle2008-05-281-1/+1
* Failing to write a header is not just a "WARN" problem,Tim Kientzle2008-05-151-20/+22
* Synchronize a bunch of changes from my local tree.Tim Kientzle2008-04-301-11/+17
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+572