summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_pax.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Start using int64_t for uid/gid variables and int for mode variables.Tim Kientzle2011-01-231-8/+7
* Remove the SCHILY dev/ino/nlink attributes, since noone seems toTim Kientzle2010-08-221-10/+0
* Fix a counting error in the Mac pathname editing.Tim Kientzle2010-07-021-1/+1
* Push support for writing Mac attributes into tar archivesTim Kientzle2010-07-021-2/+87
* Use intmax_t for %jd printf arguments.Tim Kientzle2010-06-261-1/+3
* Introduce a shared __archive_write_nulls() method and removeTim Kientzle2010-04-171-21/+4
* 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/+7
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-15/+9
* The last sparse block info must reach the end of file.Michihiro NAKAJIMA2010-02-111-0/+15
* When a sparse file is stored, use a special name in ustar headerMichihiro NAKAJIMA2010-02-061-2/+66
* Write a sparse info to PAX header, which respects GNU PAX Format 1.0Michihiro NAKAJIMA2010-02-051-12/+210
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-4/+5
* The ustar header for the 'x' entry in pax format can be simplified:Tim Kientzle2009-11-131-12/+6