aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_set_format_pax.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-1386/+0
* Style and portability fixes for pax writer. Mostly very routine, except for:Tim Kientzle2009-12-291-31/+25
* Merge r1021 from libarchive.googlecode.com:Tim Kientzle2009-04-271-1/+7
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-0/+1
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotTim Kientzle2009-03-031-0/+16
* MfP4: Store/read birthtime data in pax format.Tim Kientzle2008-09-301-0/+9
* MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writersTim Kientzle2008-08-101-0/+3
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-17/+58
* Remove the duplicate "archive_format" and "archive_format_name" fieldsTim Kientzle2008-03-151-6/+6
* Testability is more important than standards conformance.Tim Kientzle2008-03-151-3/+8
* Resolve a minor nit in SUS compliance by including the PID in theTim Kientzle2008-03-151-12/+26
* A subtle point: "pax interchange format" mandates that all stringsTim Kientzle2008-03-151-50/+126
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-5/+8
* libarchive 2.2.3Tim Kientzle2007-05-291-165/+146
* Conventionally, tar archives have always included a trailing '/'Tim Kientzle2007-04-141-65/+87
* libarchive 2.0Tim Kientzle2007-03-031-25/+37
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Fill in a couple of missing casts: clarify one narrowing conversionTim Kientzle2006-11-241-2/+2
* Change the internal API for writing data to an entry; make theTim Kientzle2006-11-151-3/+6
* Portability and style fixes:Tim Kientzle2006-11-101-10/+24
* POSIX.1e-style Extended Attribute supportTim Kientzle2006-03-211-5/+164
* Minor fixes to the code that generates an internal ustar filenameTim Kientzle2006-02-141-21/+22
* Portability: Use some autoconf magic to include theTim Kientzle2005-11-081-0/+7
* In pax interchange format, use UTF8 for writingTim Kientzle2005-10-121-21/+38
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-0/+3
* Style issue: Don't include <wchar.h> where it is not actually needed.Tim Kientzle2005-09-101-1/+0
* When copying time values from the main entry header to be used in theTim Kientzle2005-08-021-10/+19
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitsTim Kientzle2005-06-011-0/+22
* Certain filenames between 245 and 255 characters long would cause anTim Kientzle2005-04-231-71/+72
* Rewrite the code that hacks a short names to use inTim Kientzle2004-12-291-60/+152
* Don't truncate major/minor numbers written to the legacyTim Kientzle2004-12-221-3/+15
* When determining whether filename is too long for aTim Kientzle2004-11-281-6/+6
* Correct the spelling of "archive_write_pax_header"Tim Kientzle2004-11-281-1/+1
* Since I'm not using the public API for writingTim Kientzle2004-11-151-6/+8
* Pax extended headers were always failingTim Kientzle2004-11-151-1/+1
* Clean up the error handling in theTim Kientzle2004-11-051-8/+8
* Fix two ugly errors:Tim Kientzle2004-09-171-2/+6
* Oops. Use "unsigned long" instead of "int" for the intermediate variablesTim Kientzle2004-08-081-8/+6
* Use 'int' for certain wide-character conversions instead of wchar_t.Tim Kientzle2004-08-081-1/+1
* Beef up the "cannot archive this" error message with theTim Kientzle2004-08-071-1/+2
* When writing "pax" format, readers are supposed to ignore fieldsTim Kientzle2004-07-261-5/+28
* We were forcing a pax extension header for files >= 1G. Set thatTim Kientzle2004-07-251-1/+1
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-271-14/+18
* Update file flag handling.Tim Kientzle2004-04-261-1/+7
* More portability improvements, thanks to Juergen Lock.Tim Kientzle2004-04-211-8/+11
* Eliminate some redundant calls to archive_entry_hardlink.Tim Kientzle2004-04-201-5/+8
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-3/+7
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-6/+2
* Fix some issues with ACL handling:Tim Kientzle2004-04-061-12/+20
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-8/+20