aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-19rebase patchesBrent Cook3-21/+21
2019-01-19fix buildBrent Cook2-0/+7
2019-01-19add ec to crypto private -I path for ec_lcl.hBrent Cook1-0/+1
2019-01-18account for differences in FAIL macrosBrent Cook1-2/+2
2019-01-18adjust for latest upstream changesBrent Cook3-19/+17
2019-01-18check for more pthread functions that might not be in libcBrent Cook1-0/+1
2019-01-18add tls13_[tlsext|buffer].* and buffertestBrent Cook4-0/+18
2019-01-08typo s/NAPI/NAL/kinichiro1-1/+1
2019-01-07rename modes_lcl patch so it appliesBrent Cook1-0/+0
2019-01-07define in_port_t for AndroidBrent Cook1-0/+9
2019-01-07check if we need to link pthread dynamicallyBrent Cook2-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-06we don't need to pass this to automakeBrent Cook1-1/+0
2019-01-06add configure-time check for timespecsubBrent Cook3-2/+13
2019-01-05Add Android build for Travis-CIkinichiro2-0/+146
2019-01-04Handle malloc returning nullJohn Norrbin1-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-04Add ARM build for Travis-CIkinichiro2-1/+33
2019-01-04Add arm_arch.h to build ARM portablekinichiro1-0/+1
2019-01-02enable cmake mingw builds in travisBrent Cook3-0/+35
2019-01-02add some defines for building Mingw cross-compiled with CMakeBrent Cook2-6/+6