summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_gnutar.c
Commit message (Expand)AuthorAgeFilesLines
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-251-11/+4
* Bug #1128: Deletion of unnecessary checks before calls of the function “arc...Markus Elfring2019-02-041-2/+1
* Merge pull request #1066 from Young-X/masterMartin Matuška2018-09-201-1/+1
|\
| * fix out of bounds read on empty string () filename for guntar, pax and v7tarYoung_X2018-09-181-1/+1
* | Free `temp` immediately after use in archive_write_gnutar_header(..)Ngie Cooper2017-01-161-2/+2
* | Fix up some minor whitespace issues in archive_write_gnutar_header(..)Ngie Cooper2017-01-161-2/+2
* | Spelling fixes (#831)Graham Percival2016-12-041-3/+3
|/
* Issue 682: Correctly write gnutar filenames of exactly 512 bytesTim Kientzle2016-05-311-10/+12
* Fall back to base-256 encoding for UID/GID like GNU tar does.Nils Gladitz2015-04-081-6/+6
* On Windows, make sure libarchive does not store the Windows style pathMichihiro NAKAJIMA2012-02-211-28/+102
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-3/+3
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-6/+9
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-2/+2
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-0/+25
* Use archive_entry_*_l functions at gnutar format writer.Michihiro NAKAJIMA2011-05-111-66/+66
* IntroduceMichihiro NAKAJIMA2011-04-071-8/+22
* 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-21/+25
* Add support for charset option to gnutar writer.Michihiro NAKAJIMA2011-03-241-28/+138
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-2/+2
* Unbreak build on cygwin.Michihiro NAKAJIMA2010-04-251-4/+6
* Unbreak build on Visual Studio.Michihiro NAKAJIMA2010-04-251-2/+2
* this could stand review, but should be right; setting ret to ARCHIVE_FAILED h...Brian Harring2010-04-191-1/+1
* typo in the code assigning to the wrong var; realistically ret2 probably isn'...Brian Harring2010-04-191-1/+1
* s/ /\t/g to match normal formatting of other sourcesBrian Harring2010-04-191-76/+76
* Basic implementation of a GNU tar-compatible writer. This usesTim Kientzle2010-04-181-0/+529