summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_write_set_format_ustar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r1021 from libarchive.googlecode.com:kientzle2009-04-271-1/+7
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:kientzle2009-03-061-0/+1
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-261-30/+38
* Remove the duplicate "archive_format" and "archive_format_name" fieldskientzle2008-03-151-2/+2
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-5/+8
* Don't lose leading '/' for pathnames exactly 101 bytes long.kientzle2007-06-111-0/+10
* libarchive 2.2.3kientzle2007-05-291-53/+48
* Conventionally, tar archives have always included a trailing '/'kientzle2007-04-141-8/+16
* Remove unused variable; use consistent types.kientzle2007-04-021-3/+2
* libarchive 2.0kientzle2007-03-031-41/+48
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Unbreak libarchive on arm. Two parts of libarchive relied on akientzle2006-11-261-87/+128
* Fill in a couple of missing casts: clarify one narrowing conversionkientzle2006-11-241-2/+2
* Change the internal API for writing data to an entry; make thekientzle2006-11-151-3/+5
* Portability and style fixes:kientzle2006-11-101-14/+24
* Portability: Use some autoconf magic to include thekientzle2005-11-081-0/+7
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-1/+1
* Clean up the error handling in thekientzle2004-11-051-4/+4
* Beef up the "cannot archive this" error message with thekientzle2004-08-071-1/+2
* C standard does not permit empty initializer list.kientzle2004-08-011-6/+6
* When writing "pax" format, readers are supposed to ignore fieldskientzle2004-07-261-16/+80
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-271-10/+10
* Eliminate some redundant calls to archive_entry_hardlink.kientzle2004-04-201-3/+7
* Optimize ustar header formatting.kientzle2004-04-191-89/+79
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-131-8/+10
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-7/+4
* Many fixes.kientzle2004-03-091-9/+14
* Minor API tweak: The format-specific write_header function now setskientzle2004-03-061-8/+8
* Initial import of libarchive.kientzle2004-02-091-0/+428
OpenPOWER on IntegriCloud