summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_gnutar.c
Commit message (Expand)AuthorAgeFilesLines
* 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