| Commit message (Expand) | Author | Age | Files | Lines |
* | We should use mbrtowc/mbtowc at archive_wstring_append_from_mbs instead of | Michihiro NAKAJIMA | 2011-03-25 | 1 | -1/+0 |
* | Improve archive_wstring_append_from_mbs function; use mbsnrtowcs or | Michihiro NAKAJIMA | 2011-03-25 | 1 | -0/+2 |
* | Use ICONV_CONST instead of ICONV_IS_POSIX; switch a detection of iconv to AM_... | Michihiro NAKAJIMA | 2011-03-16 | 1 | -3/+5 |
* | Move the -Werror -Wall switches to the top and set them for try-compiles | Tim Kientzle | 2011-03-12 | 1 | -6/+8 |
* | Do a more extensive test for iconv() support: | Tim Kientzle | 2011-03-11 | 1 | -15/+55 |
* | Switch archive_string character set conversion over to use iconv() | Tim Kientzle | 2011-03-06 | 1 | -8/+21 |
* | add CMake tests for AIX' EA interface | Björn Jacke | 2011-02-17 | 1 | -0/+8 |
* | Implement POSIX readdir_r checks in CMakeLists.txt. | Tim Kientzle | 2011-01-27 | 1 | -1/+6 |
* | Improve checking of statfs in LSB. | Michihiro NAKAJIMA | 2011-01-25 | 1 | -0/+1 |
* | Ensure that int64_t, int32_t, int16_t, intmax_t, uint64_t, uint32_t, | Tim Kientzle | 2011-01-23 | 1 | -44/+21 |
* | Use readlinkat() function if platform has. | Michihiro NAKAJIMA | 2011-01-19 | 1 | -0/+1 |
* | Use flistxattr/fgetxattr to get extended attributes on Linux | Michihiro NAKAJIMA | 2011-01-19 | 1 | -0/+2 |
* | Tweak setup_current_filesystem() for FreeBSD to be able to be used | Michihiro NAKAJIMA | 2011-01-17 | 1 | -0/+5 |
* | Use openat() operations at the directory traversals. | Michihiro NAKAJIMA | 2011-01-16 | 1 | -0/+4 |
* | Avoid the difference between posix and Windows about behavior of | Michihiro NAKAJIMA | 2011-01-13 | 1 | -0/+1 |
* | Prove that statfs is available. | Michihiro NAKAJIMA | 2011-01-12 | 1 | -0/+1 |
* | As discussed in Issue 125, we're misusing CHECK_SYMBOL_EXISTS to | Tim Kientzle | 2011-01-08 | 1 | -14/+23 |
* | Fix an annoying build problem where you could | Tim Kientzle | 2010-11-28 | 1 | -25/+21 |
* | Do not assume that all platforms have readdir_r function. | Michihiro NAKAJIMA | 2010-11-25 | 1 | -0/+1 |
* | Improve support for systems without modern wctype.h by providing local | Joerg Sonnenberger | 2010-06-24 | 1 | -0/+1 |
* | Fall back to getgrgid and getpwuid if the reentrant versions are missing. | Joerg Sonnenberger | 2010-06-19 | 1 | -0/+2 |
* | Use __FreeBSD__ macro instead of HAVE_GETVFSBYNAME and HAVE_STATFS. | Michihiro NAKAJIMA | 2010-06-14 | 1 | -2/+0 |
* | Add support for archive_read_disk_current_filesystem_is_synthetic and | Michihiro NAKAJIMA | 2010-06-11 | 1 | -0/+2 |
* | Add support for archive_read_disk_current_filesystem_is_remote on NetBSD and ... | Michihiro NAKAJIMA | 2010-06-11 | 1 | -0/+2 |
* | Add archive_read_disk_current_filesystem_is_synthetic and | Michihiro NAKAJIMA | 2010-06-10 | 1 | -0/+3 |
* | Add xar writer. | Michihiro NAKAJIMA | 2010-05-28 | 1 | -0/+2 |
* | On Mac OS X, HASH functions are available in libSystem, which is the system l... | Michihiro NAKAJIMA | 2010-05-21 | 1 | -5/+5 |
* | Enable HAVE_SYS_TYPES_H macro during HASH detecting because | Michihiro NAKAJIMA | 2010-05-20 | 1 | -0/+7 |
* | TRY_COMPILE requires specific include paths and library paths. | Michihiro NAKAJIMA | 2010-05-18 | 1 | -3/+21 |
* | For the second time and later, Prevent unneeded HASH detection. | Michihiro NAKAJIMA | 2010-05-18 | 1 | -0/+4 |
* | Msys requires wincypt.h to use CALG_* macros. | Michihiro NAKAJIMA | 2010-05-15 | 1 | -0/+1 |
* | Divide the code detecting ARCHIVE_HASH_*_WIN from CHECK_MD() to | Michihiro NAKAJIMA | 2010-05-14 | 1 | -25/+86 |
* | __la_hash_*() are defined at archive_windows.c, those won't appear | Michihiro NAKAJIMA | 2010-05-12 | 1 | -0/+4 |
* | Avoid TRY_COMPILE() failure when detecting ARCHIVE_HASH_*_WIN. | Michihiro NAKAJIMA | 2010-05-12 | 1 | -0/+13 |
* | Simplify an MD_CHECK macro in CMakeLists.txt. | Michihiro NAKAJIMA | 2010-05-12 | 1 | -10/+3 |
* | Set a proper include directory path for hash detecting with CMake. | Michihiro NAKAJIMA | 2010-05-12 | 1 | -1/+1 |
* | Do not always compile for ARCHIVE_HASH_* on CMake build system. | Michihiro NAKAJIMA | 2010-05-10 | 1 | -1/+6 |
* | Rewrite the hash function detection. Build an actual test program using | Joerg Sonnenberger | 2010-05-09 | 1 | -65/+63 |
* | Cmake updates: | Tim Kientzle | 2010-05-02 | 1 | -4/+0 |
* | Add cmake test for EXTATTR_NAMESPACE_USER to fix extattr support on FreeBSD i... | Tim Kientzle | 2010-05-01 | 1 | -4/+4 |
* | getgrnam_r and getpwnam_r might not exist, so fallback to the older | Joerg Sonnenberger | 2010-03-31 | 1 | -0/+2 |
* | Put the libarchive source directory at the beginning of the include | Tim Kientzle | 2010-03-06 | 1 | -1/+1 |
* | If we need iconv.h to do a test build, then we'll need it for the real | Tim Kientzle | 2010-03-04 | 1 | -0/+1 |
* | Unbreak build on msys; further portability. | Michihiro NAKAJIMA | 2010-02-26 | 1 | -1/+4 |
* | Portability. | Michihiro NAKAJIMA | 2010-02-25 | 1 | -0/+2 |
* | On Windows, use _mkgmtime64() which is like timegm() function. | Michihiro NAKAJIMA | 2010-02-25 | 1 | -0/+1 |
* | Introduce ISO writer. | Michihiro NAKAJIMA | 2010-02-25 | 1 | -0/+7 |
* | Introduce a function __archive_mktemp() to create a temporary file, | Michihiro NAKAJIMA | 2010-02-11 | 1 | -0/+1 |
* | Determine sparse files through API such as lseek(HOLE). | Michihiro NAKAJIMA | 2010-02-02 | 1 | -0/+3 |
* | First step towards integrating Mac OS "copyfile" extension from Apple. | Tim Kientzle | 2010-02-01 | 1 | -0/+1 |