summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_write_set_format_pax.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the code that hacks a short names to use inkientzle2004-12-291-62/+154
* Don't truncate major/minor numbers written to the legacykientzle2004-12-221-3/+15
* When determining whether filename is too long for akientzle2004-11-281-6/+6
* Correct the spelling of "archive_write_pax_header"kientzle2004-11-281-1/+1
* Since I'm not using the public API for writingkientzle2004-11-151-6/+8
* Pax extended headers were always failingkientzle2004-11-151-1/+1
* Clean up the error handling in thekientzle2004-11-051-8/+8
* Fix two ugly errors:kientzle2004-09-171-2/+6
* Oops. Use "unsigned long" instead of "int" for the intermediate variableskientzle2004-08-081-8/+6
* Use 'int' for certain wide-character conversions instead of wchar_t.kientzle2004-08-081-1/+1
* Beef up the "cannot archive this" error message with thekientzle2004-08-071-1/+2
* When writing "pax" format, readers are supposed to ignore fieldskientzle2004-07-261-5/+28
* We were forcing a pax extension header for files >= 1G. Set thatkientzle2004-07-251-1/+1
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-271-14/+18
* Update file flag handling.kientzle2004-04-261-1/+7
* More portability improvements, thanks to Juergen Lock.kientzle2004-04-211-8/+11
* Eliminate some redundant calls to archive_entry_hardlink.kientzle2004-04-201-5/+8
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-131-3/+7
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-6/+2
* Fix some issues with ACL handling:kientzle2004-04-061-12/+20
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-8/+20
* Many fixes:kientzle2004-03-191-9/+91
* Many fixes.kientzle2004-03-091-10/+10
* Minor API tweak: The format-specific write_header function now setskientzle2004-03-061-7/+32
* Initial import of libarchive.kientzle2004-02-091-0/+694
OpenPOWER on IntegriCloud