summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Bump libarchive version to 3.0.5.Andres Mejia2013-01-131-1/+1
* Merge remote-tracking branch 'libarchive/release' into libarchive-masterAndres Mejia2013-01-131-1/+1
|\
| * Libarchive 3.0.4.Tim Kientzle2012-03-271-1/+1
* | Do not depend on sys/decmpfs.h since Snow Leopard does not have it.Michihiro NAKAJIMA2012-10-271-3/+0
* | Add experimental support for HFS+ Compression.Michihiro NAKAJIMA2012-10-261-0/+3
* | Use liblzo2 for the lzop reader filter if available.Michihiro NAKAJIMA2012-10-191-0/+9
* | Fix a bug that Clang Static Analyzer claimed it is potential insecureMichihiro NAKAJIMA2012-10-031-0/+6
* | Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-0/+3
|/
* Impelment Unicode normalization Form D in libarchive itself in order not to r...Michihiro NAKAJIMA2012-03-151-5/+42
* Move a definition of HAVE_LINUX_TYPES_H in build/cmake/config.h.in after HAVE...Michihiro NAKAJIMA2012-03-121-3/+3
* Simplify a string conversion WCS <==> MBS to stop using mbsnrtowcs and wcsnrt...Michihiro NAKAJIMA2012-02-071-6/+0
* Set trunk version to 3.0.200a for pre-3.1 development.Tim Kientzle2012-01-291-1/+1
* 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