aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_platform.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* libarchive 2.2.3Tim Kientzle2007-05-291-29/+0
* Consolidate numeric limit macros in one place; include themTim Kientzle2007-04-151-0/+17
* Now that libarchive is being built in more environments,Tim Kientzle2007-04-121-7/+4
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Special case to support hard-coded configuration for building on Windows.Tim Kientzle2007-01-071-0/+3
* Minor refactoring; move the FreeBSD-specific config info intoTim Kientzle2006-12-081-78/+13
* Portability and style fixes:Tim Kientzle2006-11-101-6/+16
* Remove configure.ac.in and reorganize a few other things. This isTim Kientzle2006-03-081-1/+1
* Portability: timegm() isn't standard, so check for timegm() inTim Kientzle2005-11-061-0/+1
* Minor style nit: tab instead of space after #defineTim Kientzle2005-10-121-1/+1
* Minor configuration fix to disable ACL support on MacOS X (whichTim Kientzle2005-08-101-4/+5
* Minor clean up for flags restoration: Use fchflags/lchflags whenTim Kientzle2005-06-041-1/+3
* Start to address the race issue between restoring a file's contentsTim Kientzle2005-05-211-0/+13
* Fix broken ACL configuration on FreeBSD 4 and Linux.Tim Kientzle2005-04-231-5/+12
* Implement a custom print formatter (archive_string_vsprintf)Tim Kientzle2005-01-161-0/+6
* libarchive now has two complete build systems. The usual "Makefile"Tim Kientzle2004-08-071-25/+0
* Minor style nits.Tim Kientzle2004-07-241-2/+2
* Rework the feature-detection logic in archive_platform.h so thatTim Kientzle2004-07-241-63/+116
* Use "linux" instead of "LINUX" to control Linux-specific code.Tim Kientzle2004-07-241-0/+3
* Consistify: #define gets 1 tab character afterwardsTim Kientzle2004-05-031-37/+37
* More portability improvements, thanks to Juergen Lock.Tim Kientzle2004-04-211-6/+33
* Only enable the ACL restore logic on FreeBSD versions >= 5.0.Tim Kientzle2004-04-161-0/+3
* Linux still uses 32-bit off_t by default. Ask for 64-bit off_t onTim Kientzle2004-04-071-0/+1
* Just use autoconf-compatible feature macros; don't try to be clever.Tim Kientzle2004-03-221-2/+3
* Bug: Standard C still requires declarations to precede statements. <sigh>Tim Kientzle2004-03-201-0/+2
* Many fixes:Tim Kientzle2004-03-191-1/+26
* Many fixes.Tim Kientzle2004-03-091-0/+73