summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* We should use mbrtowc/mbtowc at archive_wstring_append_from_mbs instead ofMichihiro NAKAJIMA2011-03-251-1/+1
* Improve archive_wstring_append_from_mbs function; use mbsnrtowcs orMichihiro NAKAJIMA2011-03-251-2/+3
* Use ICONV_CONST instead of ICONV_IS_POSIX; switch a detection of iconv to AM_...Michihiro NAKAJIMA2011-03-161-2/+1
* Minor improvement of iconv detection; really somethingTim Kientzle2011-03-151-1/+2
* An attempt to fix the autoconf build now that we like to have iconv.Tim Kientzle2011-03-081-1/+9
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-2/+2
* add autoconf tests for AIX' EA interfaceBjörn Jacke2011-02-171-1/+3
* Implement POSIX readdir_r checks in CMakeLists.txt.Tim Kientzle2011-01-271-1/+1
* Only recognize the POSIX-compliant version of readdir_r.Tim Kientzle2011-01-271-1/+10
* Improve checking of statfs in LSB.Michihiro NAKAJIMA2011-01-251-1/+1
* Add autoconf logic to ensure we have int32_t, uint32_t, int16_t, and uint16_tTim Kientzle2011-01-221-3/+7
* Use readlinkat() function if platform has.Michihiro NAKAJIMA2011-01-191-1/+1
* Use flistxattr/fgetxattr to get extended attributes on LinuxMichihiro NAKAJIMA2011-01-191-1/+1
* Tweak setup_current_filesystem() for FreeBSD to be able to be usedMichihiro NAKAJIMA2011-01-171-2/+9
* Use openat() operations at the directory traversals.Michihiro NAKAJIMA2011-01-161-2/+3
* Avoid the difference between posix and Windows about behavior ofMichihiro NAKAJIMA2011-01-131-1/+1
* Prove that statfs is available.Michihiro NAKAJIMA2011-01-121-1/+1
* Do not assume that all platforms have readdir_r function.Michihiro NAKAJIMA2010-11-251-1/+1
* Revert a change that was inadvertently picked up in r2793.Tim Kientzle2010-11-201-3/+3
* Move the abstract ACL manipulations into a separate source file.Tim Kientzle2010-11-201-1/+1
* Improve support for systems without modern wctype.h by providing localJoerg Sonnenberger2010-06-241-1/+1
* Fall back to getgrgid and getpwuid if the reentrant versions are missing.Joerg Sonnenberger2010-06-191-1/+1
* Revert r2412 and require autoconf 2.65 instead.Joerg Sonnenberger2010-06-161-3/+2
* Use __FreeBSD__ macro instead of HAVE_GETVFSBYNAME and HAVE_STATFS.Michihiro NAKAJIMA2010-06-141-2/+2
* Add support for archive_read_disk_current_filesystem_is_synthetic andMichihiro NAKAJIMA2010-06-111-3/+3
* Add support for archive_read_disk_current_filesystem_is_remote on NetBSD and ...Michihiro NAKAJIMA2010-06-111-2/+3
* Add archive_read_disk_current_filesystem_is_synthetic andMichihiro NAKAJIMA2010-06-101-3/+4
* Switch version to 3.0; we should be exercising the 3.0 API in our everyday te...Tim Kientzle2010-06-041-2/+2
* Add xar writer.Michihiro NAKAJIMA2010-05-281-2/+2
* On Mac OS X, HASH functions are available in libSystem, which is the system l...Michihiro NAKAJIMA2010-05-211-0/+5
* Enable HAVE_SYS_TYPES_H macro during HASH detecting becauseMichihiro NAKAJIMA2010-05-201-0/+3
* Rewrite the hash function detection. Build an actual test program usingJoerg Sonnenberger2010-05-091-48/+54
* Only include the FreeBSD-style extended attribute support, ifJoerg Sonnenberger2010-04-191-0/+3
* getgrnam_r and getpwnam_r might not exist, so fallback to the olderJoerg Sonnenberger2010-03-311-0/+1
* Set version to 2.8.900a for testing pre-3.0.Tim Kientzle2010-03-061-2/+2
* Unbreak build on msys; further portability.Michihiro NAKAJIMA2010-02-261-1/+1
* Portability.Michihiro NAKAJIMA2010-02-251-1/+1
* Introduce ISO writer.Michihiro NAKAJIMA2010-02-251-1/+7
* Improve detection of SHA2 functions in OpenSSL to deal with ancientJoerg Sonnenberger2010-02-211-17/+21
* Introduce a function __archive_mktemp() to create a temporary file,Michihiro NAKAJIMA2010-02-111-1/+1
* Determine sparse files through API such as lseek(HOLE).Michihiro NAKAJIMA2010-02-021-2/+4
* First step towards integrating Mac OS "copyfile" extension from Apple.Tim Kientzle2010-02-011-1/+1
* Eliminate compiling failure on OpenSolaris.Michihiro NAKAJIMA2010-01-281-0/+1
* Libarchive 2.7.902a test release.Tim Kientzle2010-01-031-2/+2
* libarchive 2.7.901a releaseTim Kientzle2009-12-271-2/+2
* Don't check whether bsdxml is available or not.Michihiro NAKAJIMA2009-12-141-11/+2
* Correct the spelling of RIPEMD160.Tim Kientzle2009-12-131-1/+1
* Explicitly test for sigaction() rather thanTim Kientzle2009-12-121-4/+8
* If we're using xml2-config to link libxml2, use it to getTim Kientzle2009-12-051-0/+1
* Add support for xar reader.Michihiro NAKAJIMA2009-12-041-1/+30