summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_pax.c
Commit message (Expand)AuthorAgeFilesLines
* PAX writer: fix return-on-error memory leaks in archive_write_pax_header()Martin Matuska2020-01-261-21/+64
* Unify unsupported entry file type error message in writerMartin Matuska2020-01-251-11/+4
* Add the "xattrhdr" option to pax write options.Martin Matuska2019-12-111-0/+22
* Windows symlinks: new functions and extended tar headerMartin Matuska2019-04-151-0/+15
* Fix a few obvious resource leaks and strcpy() misusesPavel Raiskup2018-11-231-2/+4
* 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
* | Spelling fixesGraham Percival2017-07-301-1/+1
* | Issue #901: Sparse files with long name get renamed.Joerg Sonnenberger2017-04-211-1/+5
* | Complay with the spirit, if not the letter of the GNU sparse file rule.Joerg Sonnenberger2017-04-211-8/+3
* | New archive_acl_to_text() style flag: ARCHIVE_ENTRY_ACL_STYLE_COMPACTMartin Matuska2017-02-151-1/+2
* | Write xattr as LIBARCHIVE.xattr and/or SCHILY.xattrStefan Berger2017-01-091-11/+36
* | Introduce add_pax_attr_binary and have add_pax_attr call itStefan Berger2017-01-081-2/+16
* | Extend NFSv4 ACL support in libarchiveMartin Matuska2016-12-271-44/+68
* | Replace malloc + memset with calloc.Joerg Sonnenberger2016-12-061-2/+1
* | Spelling fixes (#831)Graham Percival2016-12-041-1/+1
|/
* Fix for issue #623.Tim Kientzle2016-02-211-15/+22
* Fix memory leaks in pax writer when handing mac metadata.Michihiro NAKAJIMA2012-12-021-1/+4
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-1/+2
* Fix dereference of null pointer that Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-09-111-1/+1
* Rename some internal functions as other related functions.Michihiro NAKAJIMA2012-03-171-2/+1
* On Windows, make sure libarchive does not store the Windows style pathMichihiro NAKAJIMA2012-02-211-10/+71
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-3/+3
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-5/+7
* Fix a handling of spase file more. It wrote extra bytes(adding sparse hole)Michihiro NAKAJIMA2012-01-091-1/+2
* Issue 222: Ouch! Pax writer doesn't correctly disassemble sparseTim Kientzle2012-01-091-1/+1
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-2/+2
* Quash compiler warnings by explicitly casting to unsigned on both sides Colin Percival2011-08-161-1/+1
* Reference the correct file name.Colin Percival2011-08-161-1/+1
* Fix printing of INT(MAX|64)_MIN. In append_int we had theoreticallyColin Percival2011-08-021-9/+8
* In the pax writer, do not get a filename dependent on current locale unless g...Michihiro NAKAJIMA2011-06-151-137/+163
* Clean up style; no functional change.Michihiro NAKAJIMA2011-06-091-21/+33
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-12/+88
* Use archive_mstring_*_l interface in archive_acl_* functionsMichihiro NAKAJIMA2011-05-121-30/+22
* Use archive_entry_*_l functions at pax format writer.Michihiro NAKAJIMA2011-05-111-56/+78
* Style fix.Michihiro NAKAJIMA2011-04-181-3/+3
* Allow hdrcharset=UTF-8 to pax writer because libarchive_test needs that for i...Michihiro NAKAJIMA2011-04-071-0/+13
* Simply choose a header encoding on pax writer.Michihiro NAKAJIMA2011-04-061-25/+29
* Rename "charset" option to "hdrcharset" since the name "charset" is not clear,Michihiro NAKAJIMA2011-04-061-2/+2
* Give the API caller a memory allocation failure of a string conversion object...Michihiro NAKAJIMA2011-04-041-1/+4
* This change almost revert r3148,r3149 because of my misunderstanding.Michihiro NAKAJIMA2011-04-041-111/+12
* According to IEEE Std 1003.1-2001, we can use following charset to pax writer.Michihiro NAKAJIMA2011-04-021-20/+109
* archive_write_set_format_pax.c: s/__archive_errx/archive_set_error/Roman Neuhauser2011-03-301-5/+4
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-41/+46
* Add an mbs version of ACL control functions in order to reduceMichihiro NAKAJIMA2011-03-251-32/+11
* Add support for charset option to ustar writer.Michihiro NAKAJIMA2011-03-241-11/+9
* Add support for charset option to pax writer.Michihiro NAKAJIMA2011-03-231-19/+76
* Remove local character-set conversion code from archive_write_set_format_pax.c.Michihiro NAKAJIMA2011-03-231-180/+117
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-2/+2
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-2/+2