index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
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
/
+1
*
Improve archive_wstring_append_from_mbs function; use mbsnrtowcs or
Michihiro NAKAJIMA
2011-03-25
1
-2
/
+3
*
Use ICONV_CONST instead of ICONV_IS_POSIX; switch a detection of iconv to AM_...
Michihiro NAKAJIMA
2011-03-16
1
-2
/
+1
*
Minor improvement of iconv detection; really something
Tim Kientzle
2011-03-15
1
-1
/
+2
*
An attempt to fix the autoconf build now that we like to have iconv.
Tim Kientzle
2011-03-08
1
-1
/
+9
*
Switch archive_string character set conversion over to use iconv()
Tim Kientzle
2011-03-06
1
-2
/
+2
*
add autoconf tests for AIX' EA interface
Björn Jacke
2011-02-17
1
-1
/
+3
*
Implement POSIX readdir_r checks in CMakeLists.txt.
Tim Kientzle
2011-01-27
1
-1
/
+1
*
Only recognize the POSIX-compliant version of readdir_r.
Tim Kientzle
2011-01-27
1
-1
/
+10
*
Improve checking of statfs in LSB.
Michihiro NAKAJIMA
2011-01-25
1
-1
/
+1
*
Add autoconf logic to ensure we have int32_t, uint32_t, int16_t, and uint16_t
Tim Kientzle
2011-01-22
1
-3
/
+7
*
Use readlinkat() function if platform has.
Michihiro NAKAJIMA
2011-01-19
1
-1
/
+1
*
Use flistxattr/fgetxattr to get extended attributes on Linux
Michihiro NAKAJIMA
2011-01-19
1
-1
/
+1
*
Tweak setup_current_filesystem() for FreeBSD to be able to be used
Michihiro NAKAJIMA
2011-01-17
1
-2
/
+9
*
Use openat() operations at the directory traversals.
Michihiro NAKAJIMA
2011-01-16
1
-2
/
+3
*
Avoid the difference between posix and Windows about behavior of
Michihiro NAKAJIMA
2011-01-13
1
-1
/
+1
*
Prove that statfs is available.
Michihiro NAKAJIMA
2011-01-12
1
-1
/
+1
*
Do not assume that all platforms have readdir_r function.
Michihiro NAKAJIMA
2010-11-25
1
-1
/
+1
*
Revert a change that was inadvertently picked up in r2793.
Tim Kientzle
2010-11-20
1
-3
/
+3
*
Move the abstract ACL manipulations into a separate source file.
Tim Kientzle
2010-11-20
1
-1
/
+1
*
Improve support for systems without modern wctype.h by providing local
Joerg Sonnenberger
2010-06-24
1
-1
/
+1
*
Fall back to getgrgid and getpwuid if the reentrant versions are missing.
Joerg Sonnenberger
2010-06-19
1
-1
/
+1
*
Revert r2412 and require autoconf 2.65 instead.
Joerg Sonnenberger
2010-06-16
1
-3
/
+2
*
Use __FreeBSD__ macro instead of HAVE_GETVFSBYNAME and HAVE_STATFS.
Michihiro NAKAJIMA
2010-06-14
1
-2
/
+2
*
Add support for archive_read_disk_current_filesystem_is_synthetic and
Michihiro NAKAJIMA
2010-06-11
1
-3
/
+3
*
Add support for archive_read_disk_current_filesystem_is_remote on NetBSD and ...
Michihiro NAKAJIMA
2010-06-11
1
-2
/
+3
*
Add archive_read_disk_current_filesystem_is_synthetic and
Michihiro NAKAJIMA
2010-06-10
1
-3
/
+4
*
Switch version to 3.0; we should be exercising the 3.0 API in our everyday te...
Tim Kientzle
2010-06-04
1
-2
/
+2
*
Add xar writer.
Michihiro NAKAJIMA
2010-05-28
1
-2
/
+2
*
On Mac OS X, HASH functions are available in libSystem, which is the system l...
Michihiro NAKAJIMA
2010-05-21
1
-0
/
+5
*
Enable HAVE_SYS_TYPES_H macro during HASH detecting because
Michihiro NAKAJIMA
2010-05-20
1
-0
/
+3
*
Rewrite the hash function detection. Build an actual test program using
Joerg Sonnenberger
2010-05-09
1
-48
/
+54
*
Only include the FreeBSD-style extended attribute support, if
Joerg Sonnenberger
2010-04-19
1
-0
/
+3
*
getgrnam_r and getpwnam_r might not exist, so fallback to the older
Joerg Sonnenberger
2010-03-31
1
-0
/
+1
*
Set version to 2.8.900a for testing pre-3.0.
Tim Kientzle
2010-03-06
1
-2
/
+2
*
Unbreak build on msys; further portability.
Michihiro NAKAJIMA
2010-02-26
1
-1
/
+1
*
Portability.
Michihiro NAKAJIMA
2010-02-25
1
-1
/
+1
*
Introduce ISO writer.
Michihiro NAKAJIMA
2010-02-25
1
-1
/
+7
*
Improve detection of SHA2 functions in OpenSSL to deal with ancient
Joerg Sonnenberger
2010-02-21
1
-17
/
+21
*
Introduce a function __archive_mktemp() to create a temporary file,
Michihiro NAKAJIMA
2010-02-11
1
-1
/
+1
*
Determine sparse files through API such as lseek(HOLE).
Michihiro NAKAJIMA
2010-02-02
1
-2
/
+4
*
First step towards integrating Mac OS "copyfile" extension from Apple.
Tim Kientzle
2010-02-01
1
-1
/
+1
*
Eliminate compiling failure on OpenSolaris.
Michihiro NAKAJIMA
2010-01-28
1
-0
/
+1
*
Libarchive 2.7.902a test release.
Tim Kientzle
2010-01-03
1
-2
/
+2
*
libarchive 2.7.901a release
Tim Kientzle
2009-12-27
1
-2
/
+2
*
Don't check whether bsdxml is available or not.
Michihiro NAKAJIMA
2009-12-14
1
-11
/
+2
*
Correct the spelling of RIPEMD160.
Tim Kientzle
2009-12-13
1
-1
/
+1
*
Explicitly test for sigaction() rather than
Tim Kientzle
2009-12-12
1
-4
/
+8
*
If we're using xml2-config to link libxml2, use it to get
Tim Kientzle
2009-12-05
1
-0
/
+1
*
Add support for xar reader.
Michihiro NAKAJIMA
2009-12-04
1
-1
/
+30
[next]