aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* check for cc before gccBrent Cook2019-01-201-1/+1
* rebase patchesBrent Cook2019-01-193-21/+21
* fix buildBrent Cook2019-01-192-0/+7
* add ec to crypto private -I path for ec_lcl.hBrent Cook2019-01-191-0/+1
* account for differences in FAIL macrosBrent Cook2019-01-181-2/+2
* adjust for latest upstream changesBrent Cook2019-01-183-19/+17
* check for more pthread functions that might not be in libcBrent Cook2019-01-181-0/+1
* add tls13_[tlsext|buffer].* and buffertestBrent Cook2019-01-184-0/+18
* Land #488, Android build fixesBrent Cook2019-01-174-3/+11
|\
| * rename modes_lcl patch so it appliesBrent Cook2019-01-071-0/+0
| * define in_port_t for AndroidBrent Cook2019-01-071-0/+9
| * check if we need to link pthread dynamicallyBrent Cook2019-01-072-3/+2
* | Land #493, Add Android build for Travis-CIBrent Cook2019-01-082-0/+146
|\ \ | |/ |/|
| * typo s/NAPI/NAL/kinichiro2019-01-081-1/+1
| * Add Android build for Travis-CIkinichiro2019-01-052-0/+146
* | Land #496, add configure-time check for timespecsubBrent Cook2019-01-073-2/+12
|\ \
| * | we don't need to pass this to automakeBrent Cook2019-01-061-1/+0
| * | add configure-time check for timespecsubBrent Cook2019-01-063-2/+13
| |/
* / Handle malloc returning nullJohn Norrbin2019-01-041-2/+4
|/
* Add ARM build for Travis-CIkinichiro2019-01-042-1/+33
* Add arm_arch.h to build ARM portablekinichiro2019-01-041-0/+1
* enable cmake mingw builds in travisBrent Cook2019-01-023-0/+35
* add some defines for building Mingw cross-compiled with CMakeBrent Cook2019-01-022-6/+6
* add stdint.h shim, include limits for SIZE_MAX on AndroidBrent Cook2019-01-011-0/+19
* enable getpagesize for all Windows buildsBrent Cook2019-01-011-2/+2
* use InterlockedExchangeAdd for addBrent Cook2019-01-011-8/+6
* make locks self-initialize, switch to critical sectionsBrent Cook2019-01-011-12/+13
* build crypto_lock_win.c in-placeBrent Cook2019-01-013-3/+2
* fix gitignore excludes on cryptoBrent Cook2019-01-011-1/+2
* add Visual Studio 2017 imageBrent Cook2018-12-161-10/+24
* add Visual Studio 15 2017 test targetBrent Cook2018-12-161-1/+7
* add portable changesv2.9.0Brent Cook2018-12-151-2/+9
* Land #475, Fix CMake not finding getpagesize for Android 19Brent Cook2018-12-151-2/+3
|\
| * Fix CMake not finding getpagesize for Android 19tux32018-12-141-2/+3
* | update changelogBrent Cook2018-12-141-10/+8
* | update linksBrent Cook2018-12-141-0/+1
|/
* Land #473, format commandsBrent Cook2018-12-141-4/+4
|\
| * Small contribution to README readabilitynitro2018-08-191-4/+4
* | hide clock_gettime definition on WIN32Brent Cook2018-11-161-0/+2
* | rebase netcat.c.patchBrent Cook2018-11-161-24/+24
* | typoBrent Cook2018-11-131-3/+3
* | don't enable global debugBrent Cook2018-11-131-1/+1
* | 2.9.0 ChangelogBrent Cook2018-11-111-0/+43
* | build lock functions with CMakeBrent Cook2018-11-111-0/+2
* | change windows compatibility stubs for pthread_t to be more like other OSesBrent Cook2018-11-111-8/+3
* | include headerBrent Cook2018-11-111-0/+2
* | Land #439, Add portable scaffold for SM3Brent Cook2018-11-115-1/+18
|\ \
| * | Add portable scaffold for SM3Jack Lloyd2018-08-145-1/+18
| |/
* | added crypto_lock portable bitsBrent Cook2018-11-113-0/+6
* | add simple Windows lock implementationBrent Cook2018-11-111-0/+53