summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Provide better check for when libpcreposix is to be used for regex support.Andres Mejia2013-02-051-2/+3
* Fix pcre checks to work on visual studio builds using pcre static libraries b...Andres Mejia2013-02-051-4/+12
* Add check for finding libgcc.Andres Mejia2013-02-052-0/+25
* Use cmake module similar to FindLZMA.cmake to find Nettle include dir and lib...Andres Mejia2013-02-012-0/+35
* Modify CHECK_C_SOURCE_* checks to fix builds using Visual Studio 12.Andres Mejia2013-02-012-0/+208
* Redo check for pcreposix library.Andres Mejia2013-01-312-0/+31
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-311-0/+3
* Update libarchive to 3.1.1.v3.1.1Andres Mejia2013-01-131-1/+1
* Fix formatting from build/bump-version.sh for NEWS file.Andres Mejia2013-01-131-1/+1
* Add notes on how to make a new release of libarchive for developers.Andres Mejia2013-01-131-0/+35
* Remove developer CFLAGS if a release build is to be made.v3.1.0Andres Mejia2013-01-132-0/+6
* Bump version to 3.1.0 due to API/ABI changes.Andres Mejia2013-01-131-1/+1
* 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