summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS file.v3.1.2Andres Mejia2013-02-091-0/+4
* Remove developer cflags.Andres Mejia2013-02-091-1/+1
* Bump version to 3.1.2.Andres Mejia2013-02-084-6/+6
* Update libarchive website location.Andres Mejia2013-02-082-2/+2
* Remove the 4th argument to CRYPTO_CHECK, it is no longer used.Andres Mejia2013-02-081-11/+11
* Fix check for openssl on Windows.Andres Mejia2013-02-081-1/+18
* Change crypto checks, find necessary library before corresponding checks are ...Andres Mejia2013-02-081-16/+26
* Initialize buff, fix valgrind warning about use of uninitialized bytes.Andres Mejia2013-02-071-0/+1
* Merge pull request #36 from falconindy/manpagesAndres Mejia2013-02-071-0/+18
|\
| * build-sys: install all library manpagesDave Reisner2013-02-041-0/+18
* | Cast comparison functions to __compar_fn_t if stdlib.h defines it.Andres Mejia2013-02-071-0/+10
* | Fix warnings about redefinition of variables, use either sys/xattr.h or attr/...Andres Mejia2013-02-072-8/+6
* | Fix warning about unused variable triggered when not building on WIN32.Andres Mejia2013-02-071-0/+2
* | Model the pcre checks for the autotools build system to be similar as that us...Andres Mejia2013-02-061-20/+27
* | Set WINVER default to use Windows 2000 API.Andres Mejia2013-02-051-2/+5
* | Remove redundant defines of WINVER and _WIN32_WINNT from CRYPTO_CHECK_WIN.Andres Mejia2013-02-051-2/+0
* | Provide better check for when libpcreposix is to be used for regex support.Andres Mejia2013-02-052-9/+24
* | Fix pcre checks to work on visual studio builds using pcre static libraries b...Andres Mejia2013-02-052-7/+29
* | Add check for finding libgcc.Andres Mejia2013-02-052-0/+25
|/
* Fix crypto check failures on Windows.Andres Mejia2013-02-031-10/+20
* Correct ordering of preferred library for crypto function in mingw builds.Andres Mejia2013-02-031-5/+10
* Partially revert commit 58dc42aaea93cd281aafaaaa4c3926c3578b7e26 as this brok...Andres Mejia2013-02-031-1/+0
* Update the ordering of preferred libraries that provide crypto functions.Andres Mejia2013-02-031-2/+4
* Make sure to check for Windows crypto functions for both mingw and cygwin.Andres Mejia2013-02-031-1/+1
* Add *.exe to .gitignore.Andres Mejia2013-02-031-0/+1
* Fix mingw build because of bad check for libpcreposix.Andres Mejia2013-02-031-0/+19
* Make POSIX regex checks cleaner.Andres Mejia2013-02-021-2/+13
* Use different check for libbz2 on Windows.Andres Mejia2013-02-021-1/+23
* Do not ignore errors when generating documentation.Andres Mejia2013-02-021-0/+2
* Use same check from cmake in autotools for POSIX regex support.Andres Mejia2013-02-021-6/+18
* Change ordering of libraries to check for POSIX regular expression support.Andres Mejia2013-02-011-27/+31
* Use a string option to select what library is to support POSIX regular expres...Andres Mejia2013-02-011-5/+5
* Add Nettle include dir in check for nettle crypto functions.Andres Mejia2013-02-011-0/+2
* Use cmake module similar to FindLZMA.cmake to find Nettle include dir and lib...Andres Mejia2013-02-013-8/+44
* Use a string option WINDOWS_VERSION to set WINVER and _WIN32_WINNT in Windows...Andres Mejia2013-02-011-5/+14
* Fix checks for crypto algorithms in Visual Studio builds.Andres Mejia2013-02-012-3/+16
* Fix test failures in libarchive built using Visual Studio.Andres Mejia2013-02-011-8/+8
* Set use of /SAFESEH linker flag for all LIBARCHIVE_CHECK_C_SOURCE_* checks.Andres Mejia2013-02-011-7/+2
* Modify CHECK_C_SOURCE_* checks to fix builds using Visual Studio 12.Andres Mejia2013-02-013-11/+226
* Check that build did not succeed with WITHOUT_PCRE_STATIC before defining PCR...Andres Mejia2013-01-311-2/+2
* Add check for build without PCRE_STATIC defined.Andres Mejia2013-01-311-1/+1
* Redo check for pcreposix library.Andres Mejia2013-01-313-36/+41
* Minor formatting change, no functional change.Andres Mejia2013-01-311-3/+3
* Rename PCREPOSIX_INCLUDE* to PCRE_INCLUDE* as pcreposix.h will be found along...Andres Mejia2013-01-311-12/+12
* Add CMake option to explicitly enable/disable /SAFESEH linker flag for Visual...Andres Mejia2013-01-311-0/+13
* Support POSIX regular expression support using PCRE in CMake builds.Andres Mejia2013-01-316-45/+110
* Fix build errors on Visual Studio from negating value of sizeof operator.Andres Mejia2013-01-301-28/+28
* Remove error about unreachable code, fixes build on Visual Studio 12.Andres Mejia2013-01-293-3/+0
* Write common checks for files in a separate function.Andres Mejia2013-01-281-554/+56
* Add new test case to thouroughly test multivolume RAR seek support.Andres Mejia2013-01-2812-0/+5429