aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | update changelogBrent Cook2018-03-251-0/+8
|/
* Land #406, use BUILD_SHARED_LIBSBrent Cook2018-03-258-161/+111
|\
| * Cleanup options around testsDon2018-03-214-23/+7
| |
| * Have travis do shared and static buildsDon2018-03-211-2/+14
| |
| * Use BUILD_SHARED_LIBS to specify library typeDon2018-03-215-140/+94
| |
* | refine changelogv2.7.1Brent Cook2018-03-231-3/+4
| |
* | Land #412, fix builds for macos 10.11Brent Cook2018-03-236-8/+62
|\ \
| * | always allow upstream time.h to be visibleBrent Cook2018-03-231-3/+3
| | |
| * | fix clock_gettime check in cmakeBrent Cook2018-03-231-2/+5
| | |
| * | add proper guard and typedefBrent Cook2018-03-232-2/+8
| | |
| * | adjust definition of compat clock_gettimeBrent Cook2018-03-232-5/+2
| | |
| * | move clock_gettime check outBrent Cook2018-03-221-1/+4
| | |
| * | AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCSBrent Cook2018-03-221-4/+4
| | |
| * | hide clock_gettime on win32Brent Cook2018-03-221-0/+2
| | |
| * | add clock_gettime for macos 10.11 and earlierBrent Cook2018-03-225-4/+47
| | |
* | | update changelogBrent Cook2018-03-221-0/+7
|/ /
* / changelog fixes, update windows compatibilityBrent Cook2018-03-212-9/+10
|/
* update man linksv2.7.0Brent Cook2018-03-211-0/+2
|
* update changelogBrent Cook2018-03-211-3/+34
|
* Land #409, disable ssltest for now in appveyorBrent Cook2018-03-211-1/+2
|\
| * Temporarily turn off ssltestDon2018-03-201-1/+2
| | | | | | Currently ssltest does not run on AppVeyor. Turn this test off until it can be run in CI.
| * Add timeout and output for failureDon2018-03-201-1/+1
| |
* | Fix Windows tests within CMakeDon2018-03-209-76/+66
|/
* Only run tests on static buildsDon2018-03-201-1/+8
|
* Add ctest config support and enable testsDon2018-03-201-2/+2
|
* Fix SHARED_LIBS matrixDon2018-03-201-2/+2
|
* Use BUILD_SHARED_LIBSDon2018-03-191-1/+1
|
* Add appveyor support for Window CI/CDDon2018-03-191-0/+51
|
* update manpage linksBrent Cook2018-03-181-9/+238
|
* add new init functionsBrent Cook2018-03-184-0/+8
|
* add pthread_self/pthread_equal for win32Brent Cook2018-03-181-3/+23
|
* Land #402, Remove CMAKE_HOST_ referencesBrent Cook2018-03-185-19/+19
|\
| * Remove CMAKE_HOST_ referencesDon2018-03-165-19/+19
| | | | | | | | CMAKE_HOST_ describes the host system not the target. For cross compilation to work the actual target system should be used for making decisions in CMake.
* | Land #401, Conditionally build appsBrent Cook2018-03-181-1/+4
|\ \
| * | Conditionally build appsDon2018-03-161-1/+4
| |/ | | | | | | Add an option to build or not build the apps directory.
* | Land #400, Use groups in CMake install command for librariesBrent Cook2018-03-183-18/+31
|\ \
| * | Use groups in CMake install command for librariesDon2018-03-163-18/+31
| |/ | | | | | | On Windows shared libraries should be installed into the bin directory. Using grouping within CMake based on the target type fixes this issue.
* | Land #399, Use binary directory for symbol exports generationBrent Cook2018-03-182-20/+26
|\ \
| * | Use binary directory for symbol exports generationDon2018-03-162-20/+26
| |/ | | | | | | Currently the CMake files generate symbols into the source tree when they should go into the build tree.
* / Fix using right functions for file descriptor with MS Visual Studiokinichiro2018-03-188-2/+59
|/
* disable keypairtest with MSVCBrent Cook2018-03-161-0/+2
|
* re-add headers for distributionBrent Cook2018-03-141-0/+2
|
* syntax updatesBrent Cook2018-03-141-4/+3
|
* prefer including windows.h over the internal headerBrent Cook2018-03-141-1/+1
|
* add pthread_once(3) implementation for WindowsBrent Cook2018-03-141-0/+43
|
* bump base requirement to Windows Vista, use builtin inet_ntop/ptonBrent Cook2018-03-1411-46/+3
|
* Add regress keypairtestkinichiro2018-03-133-0/+23
|
* Add libpthread for libtls buildkinichiro2018-03-132-0/+2
|
* update manpage linksBrent Cook2018-02-281-0/+2
|
* Add bio_meth.ckinichiro2018-02-262-0/+2
|