Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-19 | rebase patches | Brent Cook | 3 | -21/+21 | |
2019-01-19 | fix build | Brent Cook | 2 | -0/+7 | |
2019-01-19 | add ec to crypto private -I path for ec_lcl.h | Brent Cook | 1 | -0/+1 | |
2019-01-18 | account for differences in FAIL macros | Brent Cook | 1 | -2/+2 | |
2019-01-18 | adjust for latest upstream changes | Brent Cook | 3 | -19/+17 | |
2019-01-18 | check for more pthread functions that might not be in libc | Brent Cook | 1 | -0/+1 | |
2019-01-18 | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 4 | -0/+18 | |
2019-01-08 | typo s/NAPI/NAL/ | kinichiro | 1 | -1/+1 | |
2019-01-07 | rename modes_lcl patch so it applies | Brent Cook | 1 | -0/+0 | |
2019-01-07 | define in_port_t for Android | Brent Cook | 1 | -0/+9 | |
2019-01-07 | check if we need to link pthread dynamically | Brent Cook | 2 | -3/+2 | |
On Linux, bionic and musl for instance do not need libpthread. With bionic, there is not even a stub library for compatibility. | |||||
2019-01-06 | we don't need to pass this to automake | Brent Cook | 1 | -1/+0 | |
2019-01-06 | add configure-time check for timespecsub | Brent Cook | 3 | -2/+13 | |
2019-01-05 | Add Android build for Travis-CI | kinichiro | 2 | -0/+146 | |
2019-01-04 | Handle malloc returning null | John Norrbin | 1 | -2/+4 | |
Locks are required for multi-threading. If memory can't be allocated, exit the program with memory error. If we let the program continue, it will deadlock in the next part of the code anyway so better end it before. | |||||
2019-01-04 | Add ARM build for Travis-CI | kinichiro | 2 | -1/+33 | |
2019-01-04 | Add arm_arch.h to build ARM portable | kinichiro | 1 | -0/+1 | |
2019-01-02 | enable cmake mingw builds in travis | Brent Cook | 3 | -0/+35 | |
2019-01-02 | add some defines for building Mingw cross-compiled with CMake | Brent Cook | 2 | -6/+6 | |