Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | update changelog | Brent Cook | 2018-03-25 | 1 | -0/+8 | |
|/ | ||||||
* | Land #406, use BUILD_SHARED_LIBS | Brent Cook | 2018-03-25 | 8 | -161/+111 | |
|\ | ||||||
| * | Cleanup options around tests | Don | 2018-03-21 | 4 | -23/+7 | |
| | | ||||||
| * | Have travis do shared and static builds | Don | 2018-03-21 | 1 | -2/+14 | |
| | | ||||||
| * | Use BUILD_SHARED_LIBS to specify library type | Don | 2018-03-21 | 5 | -140/+94 | |
| | | ||||||
* | | refine changelogv2.7.1 | Brent Cook | 2018-03-23 | 1 | -3/+4 | |
| | | ||||||
* | | Land #412, fix builds for macos 10.11 | Brent Cook | 2018-03-23 | 6 | -8/+62 | |
|\ \ | ||||||
| * | | always allow upstream time.h to be visible | Brent Cook | 2018-03-23 | 1 | -3/+3 | |
| | | | ||||||
| * | | fix clock_gettime check in cmake | Brent Cook | 2018-03-23 | 1 | -2/+5 | |
| | | | ||||||
| * | | add proper guard and typedef | Brent Cook | 2018-03-23 | 2 | -2/+8 | |
| | | | ||||||
| * | | adjust definition of compat clock_gettime | Brent Cook | 2018-03-23 | 2 | -5/+2 | |
| | | | ||||||
| * | | move clock_gettime check out | Brent Cook | 2018-03-22 | 1 | -1/+4 | |
| | | | ||||||
| * | | AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCS | Brent Cook | 2018-03-22 | 1 | -4/+4 | |
| | | | ||||||
| * | | hide clock_gettime on win32 | Brent Cook | 2018-03-22 | 1 | -0/+2 | |
| | | | ||||||
| * | | add clock_gettime for macos 10.11 and earlier | Brent Cook | 2018-03-22 | 5 | -4/+47 | |
| | | | ||||||
* | | | update changelog | Brent Cook | 2018-03-22 | 1 | -0/+7 | |
|/ / | ||||||
* / | changelog fixes, update windows compatibility | Brent Cook | 2018-03-21 | 2 | -9/+10 | |
|/ | ||||||
* | update man linksv2.7.0 | Brent Cook | 2018-03-21 | 1 | -0/+2 | |
| | ||||||
* | update changelog | Brent Cook | 2018-03-21 | 1 | -3/+34 | |
| | ||||||
* | Land #409, disable ssltest for now in appveyor | Brent Cook | 2018-03-21 | 1 | -1/+2 | |
|\ | ||||||
| * | Temporarily turn off ssltest | Don | 2018-03-20 | 1 | -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 failure | Don | 2018-03-20 | 1 | -1/+1 | |
| | | ||||||
* | | Fix Windows tests within CMake | Don | 2018-03-20 | 9 | -76/+66 | |
|/ | ||||||
* | Only run tests on static builds | Don | 2018-03-20 | 1 | -1/+8 | |
| | ||||||
* | Add ctest config support and enable tests | Don | 2018-03-20 | 1 | -2/+2 | |
| | ||||||
* | Fix SHARED_LIBS matrix | Don | 2018-03-20 | 1 | -2/+2 | |
| | ||||||
* | Use BUILD_SHARED_LIBS | Don | 2018-03-19 | 1 | -1/+1 | |
| | ||||||
* | Add appveyor support for Window CI/CD | Don | 2018-03-19 | 1 | -0/+51 | |
| | ||||||
* | update manpage links | Brent Cook | 2018-03-18 | 1 | -9/+238 | |
| | ||||||
* | add new init functions | Brent Cook | 2018-03-18 | 4 | -0/+8 | |
| | ||||||
* | add pthread_self/pthread_equal for win32 | Brent Cook | 2018-03-18 | 1 | -3/+23 | |
| | ||||||
* | Land #402, Remove CMAKE_HOST_ references | Brent Cook | 2018-03-18 | 5 | -19/+19 | |
|\ | ||||||
| * | Remove CMAKE_HOST_ references | Don | 2018-03-16 | 5 | -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 apps | Brent Cook | 2018-03-18 | 1 | -1/+4 | |
|\ \ | ||||||
| * | | Conditionally build apps | Don | 2018-03-16 | 1 | -1/+4 | |
| |/ | | | | | | | Add an option to build or not build the apps directory. | |||||
* | | Land #400, Use groups in CMake install command for libraries | Brent Cook | 2018-03-18 | 3 | -18/+31 | |
|\ \ | ||||||
| * | | Use groups in CMake install command for libraries | Don | 2018-03-16 | 3 | -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 generation | Brent Cook | 2018-03-18 | 2 | -20/+26 | |
|\ \ | ||||||
| * | | Use binary directory for symbol exports generation | Don | 2018-03-16 | 2 | -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 Studio | kinichiro | 2018-03-18 | 8 | -2/+59 | |
|/ | ||||||
* | disable keypairtest with MSVC | Brent Cook | 2018-03-16 | 1 | -0/+2 | |
| | ||||||
* | re-add headers for distribution | Brent Cook | 2018-03-14 | 1 | -0/+2 | |
| | ||||||
* | syntax updates | Brent Cook | 2018-03-14 | 1 | -4/+3 | |
| | ||||||
* | prefer including windows.h over the internal header | Brent Cook | 2018-03-14 | 1 | -1/+1 | |
| | ||||||
* | add pthread_once(3) implementation for Windows | Brent Cook | 2018-03-14 | 1 | -0/+43 | |
| | ||||||
* | bump base requirement to Windows Vista, use builtin inet_ntop/pton | Brent Cook | 2018-03-14 | 11 | -46/+3 | |
| | ||||||
* | Add regress keypairtest | kinichiro | 2018-03-13 | 3 | -0/+23 | |
| | ||||||
* | Add libpthread for libtls build | kinichiro | 2018-03-13 | 2 | -0/+2 | |
| | ||||||
* | update manpage links | Brent Cook | 2018-02-28 | 1 | -0/+2 | |
| | ||||||
* | Add bio_meth.c | kinichiro | 2018-02-26 | 2 | -0/+2 | |
| |