summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_platform.h
Commit message (Expand)AuthorAgeFilesLines
* Portability:kientzle2009-12-281-5/+37
* Minor fix: some platforms require both inttypes.h and stdint.h.kientzle2009-04-171-1/+2
* Merge r435,r443 from libarchive.googlecode.com: Read config files fromkientzle2009-03-061-1/+1
* Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate thekientzle2008-12-061-4/+1
* Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAXkientzle2008-09-121-0/+3
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-261-0/+3
* Another tiny, tiny step towards Windows support. No, I don't plan tokientzle2008-02-191-1/+4
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-2/+3
* libarchive 2.2.3kientzle2007-05-291-29/+0
* Consolidate numeric limit macros in one place; include themkientzle2007-04-151-0/+17
* Now that libarchive is being built in more environments,kientzle2007-04-121-7/+4
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Special case to support hard-coded configuration for building on Windows.kientzle2007-01-071-0/+3
* Minor refactoring; move the FreeBSD-specific config info intokientzle2006-12-081-78/+13
* Portability and style fixes:kientzle2006-11-101-6/+16
* Remove configure.ac.in and reorganize a few other things. This iskientzle2006-03-081-1/+1
* Portability: timegm() isn't standard, so check for timegm() inkientzle2005-11-061-0/+1
* Minor style nit: tab instead of space after #definekientzle2005-10-121-1/+1
* Minor configuration fix to disable ACL support on MacOS X (whichkientzle2005-08-101-4/+5
* Minor clean up for flags restoration: Use fchflags/lchflags whenkientzle2005-06-041-1/+3
* Start to address the race issue between restoring a file's contentskientzle2005-05-211-0/+13
* Fix broken ACL configuration on FreeBSD 4 and Linux.kientzle2005-04-231-5/+12
* Implement a custom print formatter (archive_string_vsprintf)kientzle2005-01-161-0/+6
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-071-25/+0
* Minor style nits.kientzle2004-07-241-2/+2
* Rework the feature-detection logic in archive_platform.h so thatkientzle2004-07-241-63/+116
* Use "linux" instead of "LINUX" to control Linux-specific code.kientzle2004-07-241-0/+3
* Consistify: #define gets 1 tab character afterwardskientzle2004-05-031-37/+37
* More portability improvements, thanks to Juergen Lock.kientzle2004-04-211-6/+33
* Only enable the ACL restore logic on FreeBSD versions >= 5.0.kientzle2004-04-161-0/+3
* Linux still uses 32-bit off_t by default. Ask for 64-bit off_t onkientzle2004-04-071-0/+1
* Just use autoconf-compatible feature macros; don't try to be clever.kientzle2004-03-221-2/+3
* Bug: Standard C still requires declarations to precede statements. <sigh>kientzle2004-03-201-0/+2
* Many fixes:kientzle2004-03-191-1/+26
* Many fixes.kientzle2004-03-091-0/+73
OpenPOWER on IntegriCloud