summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Include linux/types.h before linux/fiemap.hBrad King2012-01-111-0/+3
* Check for 'struct statvfs' member 'f_iosize'Brad King2012-01-111-0/+3
* Fix typo in CheckFileOffsetBitsBrad King2012-01-111-3/+3
* Require CMake 2.8 and drop some workarounds for older versions.Tim Kientzle2011-12-281-107/+0
* Bump trunk to version 3.0.900a in preparation for work onTim Kientzle2011-12-241-1/+1
* Properly check if EXT2_IOC_GETFLAGS is actually usable.Joerg Sonnenberger2011-12-131-0/+3
* Libarchive 3.0.1b TEST releasev3.0.1bTim Kientzle2011-11-271-1/+1
* Improve LZMA detection on Windows.Michihiro NAKAJIMA2011-11-211-1/+1
* Fill in some comments for the makerelease script.Tim Kientzle2011-11-061-0/+10
* Update iconv.m4 to the newest version.Tim Kientzle2011-11-061-9/+21
* Rather than marking the LZMA variables "not advanced", justTim Kientzle2011-11-061-4/+0
* Issue 182.Michihiro NAKAJIMA2011-09-121-0/+3
* __archive_mktemp function should simply be in one file for maintenance, and soMichihiro NAKAJIMA2011-08-281-0/+3
* Partly as documentation, include a step to fetch up-to-dateTim Kientzle2011-08-271-1/+6
* Implement crypto support with the Nettle crypto library.Andres Mejia2011-08-271-0/+18
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-56/+56
* Update pkgconfig file to return path to installed libarchive libs and headers.Andres Mejia2011-08-131-1/+2
* endian.h and sys/endian.h, which I added to use in r3515, are no longer needed.Michihiro NAKAJIMA2011-08-071-6/+0
* Fix build failure about INTMAX_MIN and INTMAX_MAX on Windows.Michihiro NAKAJIMA2011-08-031-0/+2
* Rework lzh and lzx decoding to improve its performance.Michihiro NAKAJIMA2011-08-021-0/+6
* Fix build failure on Visual Studio.Michihiro NAKAJIMA2011-07-171-0/+13
* Correct winioctl to winioctl.h in configure.ac.Michihiro NAKAJIMA2011-05-111-1/+1
* Fix build failure through cmake on linux.Michihiro NAKAJIMA2011-05-101-0/+3
* Properly detect iconv with cmake on linux.Michihiro NAKAJIMA2011-05-101-0/+24
* If the character-set of filenames in archives is UTF-8, we should automaticallyMichihiro NAKAJIMA2011-05-031-0/+418
* Update comment and sort macros in build/cmake/config.h.inMichihiro NAKAJIMA2011-04-151-52/+58
* Use wcsnrtombs() at archive_string_append_from_wcs_to_mbs() if available.Michihiro NAKAJIMA2011-04-101-0/+3
* Drop a use of CRL function _get_current_locale(), which msys does not provide.Michihiro NAKAJIMA2011-04-071-6/+0
* Unbreak build on msys.Michihiro NAKAJIMA2011-04-061-0/+6
* Copy lib-link.m4,lib-prefix.m4 and lib-ld.m4 fromMichihiro NAKAJIMA2011-04-063-0/+1110
* Detect futimesat.Michihiro NAKAJIMA2011-03-301-0/+3
* On Windows, use _fseeki64() instead of fseek() for 64 bits file access.Michihiro NAKAJIMA2011-03-291-0/+3
* We should use mbrtowc/mbtowc at archive_wstring_append_from_mbs instead ofMichihiro NAKAJIMA2011-03-251-3/+0
* Improve archive_wstring_append_from_mbs function; use mbsnrtowcs orMichihiro NAKAJIMA2011-03-251-0/+6
* Bring config.rpath from http://git.savannah.gnu.org/cgit/gnulib.git/plain/bui...Michihiro NAKAJIMA2011-03-181-0/+696
* ICONV_CONST needs to be #defined always,Tim Kientzle2011-03-181-1/+1
* Use ICONV_CONST instead of ICONV_IS_POSIX; switch a detection of iconv to AM_...Michihiro NAKAJIMA2011-03-162-4/+5
* The iconv.m4 macros from GNU gettext.Tim Kientzle2011-03-161-0/+256
* Apparently autogen.sh does not conventionally run ./configure.Tim Kientzle2011-03-151-2/+0
* Inspired by Issue 145: Split the old build/autogen.sh script byTim Kientzle2011-03-143-11/+64
* Do a more extensive test for iconv() support:Tim Kientzle2011-03-111-0/+3
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-0/+6
* add CMake tests for AIX' EA interfaceBjörn Jacke2011-02-171-0/+27
* clean.sh: use "rm" with "-f" so that it doens't complain if xargs has nothing...Björn Jacke2011-02-161-11/+11
* Improve checking of statfs in LSB.Michihiro NAKAJIMA2011-01-251-0/+3
* Ensure that int64_t, int32_t, int16_t, intmax_t, uint64_t, uint32_t,Tim Kientzle2011-01-231-37/+164
* Use readlinkat() function if platform has.Michihiro NAKAJIMA2011-01-191-0/+3
* Use flistxattr/fgetxattr to get extended attributes on LinuxMichihiro NAKAJIMA2011-01-191-0/+6
* Tweak setup_current_filesystem() for FreeBSD to be able to be usedMichihiro NAKAJIMA2011-01-171-2/+8
* Use openat() operations at the directory traversals.Michihiro NAKAJIMA2011-01-161-0/+12