aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.7.5 changelogv2.7.5Brent Cook2018-12-151-0/+16
* Fix CMake not finding getpagesize for Android 19tux32018-12-151-2/+3
* hide clock_gettime definition on WIN32Brent Cook2018-11-161-0/+2
* avoid duplicate link with bn_print/BN_printBrent Cook2018-06-162-2/+6
* filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystemsBrent Cook2018-06-162-2/+1
* update changelogv2.7.4Brent Cook2018-06-131-4/+19
* expand symbol filter to include underscoreBrent Cook2018-05-021-3/+3
* update release notesv2.7.3Brent Cook2018-05-021-0/+13
* fix extra comma in amd64 normalizationBrent Cook2018-05-021-1/+1
* better separate linux and non-linux checks for clock_gettimeBrent Cook2018-04-061-10/+15
* Land #414, Build and run regression tests against shared libraries with CMakeBrent Cook2018-04-012-47/+88
|\
| * Build and run regression tests against shared libraries with CMakekinichiro2018-03-272-47/+88
* | update changelogv2.7.2Brent Cook2018-03-251-0/+8
* | Merge branch 'master' into OPENBSD_6_3Brent Cook2018-03-258-161/+111
|\|
| * 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
* | | make LibreSSL 2.7.x stable branchBrent Cook2018-03-241-1/+1
|/ /
* | 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
| * 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
* | Land #401, Conditionally build appsBrent Cook2018-03-181-1/+4
|\ \
| * | Conditionally build appsDon2018-03-161-1/+4
| |/
* | Land #400, Use groups in CMake install command for librariesBrent Cook2018-03-183-18/+31
|\ \