aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_set_format_ustar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-30/+38
* Remove the duplicate "archive_format" and "archive_format_name" fieldsTim Kientzle2008-03-151-2/+2
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-5/+8
* Don't lose leading '/' for pathnames exactly 101 bytes long.Tim Kientzle2007-06-111-0/+10
* libarchive 2.2.3Tim Kientzle2007-05-291-53/+48
* Conventionally, tar archives have always included a trailing '/'Tim Kientzle2007-04-141-8/+16
* Remove unused variable; use consistent types.Tim Kientzle2007-04-021-3/+2
* libarchive 2.0Tim Kientzle2007-03-031-41/+48
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Unbreak libarchive on arm. Two parts of libarchive relied on aTim Kientzle2006-11-261-87/+128
* 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/+5
* Portability and style fixes:Tim Kientzle2006-11-101-14/+24
* Portability: Use some autoconf magic to include theTim Kientzle2005-11-081-0/+7
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-1/+1
* Clean up the error handling in theTim Kientzle2004-11-051-4/+4
* Beef up the "cannot archive this" error message with theTim Kientzle2004-08-071-1/+2
* C standard does not permit empty initializer list.Tim Kientzle2004-08-011-6/+6
* When writing "pax" format, readers are supposed to ignore fieldsTim Kientzle2004-07-261-16/+80
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-271-10/+10
* Eliminate some redundant calls to archive_entry_hardlink.Tim Kientzle2004-04-201-3/+7
* Optimize ustar header formatting.Tim Kientzle2004-04-191-89/+79
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-8/+10
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-7/+4
* Many fixes.Tim Kientzle2004-03-091-9/+14
* Minor API tweak: The format-specific write_header function now setsTim Kientzle2004-03-061-8/+8
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+428