Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | check for cc before gcc | Brent Cook | 2019-01-20 | 1 | -1/+1 | |
| | ||||||
* | rebase patches | Brent Cook | 2019-01-19 | 3 | -21/+21 | |
| | ||||||
* | fix build | Brent Cook | 2019-01-19 | 2 | -0/+7 | |
| | ||||||
* | add ec to crypto private -I path for ec_lcl.h | Brent Cook | 2019-01-19 | 1 | -0/+1 | |
| | ||||||
* | account for differences in FAIL macros | Brent Cook | 2019-01-18 | 1 | -2/+2 | |
| | ||||||
* | adjust for latest upstream changes | Brent Cook | 2019-01-18 | 3 | -19/+17 | |
| | ||||||
* | check for more pthread functions that might not be in libc | Brent Cook | 2019-01-18 | 1 | -0/+1 | |
| | ||||||
* | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 2019-01-18 | 4 | -0/+18 | |
| | ||||||
* | Land #488, Android build fixes | Brent Cook | 2019-01-17 | 4 | -3/+11 | |
|\ | ||||||
| * | rename modes_lcl patch so it applies | Brent Cook | 2019-01-07 | 1 | -0/+0 | |
| | | ||||||
| * | define in_port_t for Android | Brent Cook | 2019-01-07 | 1 | -0/+9 | |
| | | ||||||
| * | check if we need to link pthread dynamically | Brent Cook | 2019-01-07 | 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. | |||||
* | | Land #493, Add Android build for Travis-CI | Brent Cook | 2019-01-08 | 2 | -0/+146 | |
|\ \ | |/ |/| | ||||||
| * | typo s/NAPI/NAL/ | kinichiro | 2019-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add Android build for Travis-CI | kinichiro | 2019-01-05 | 2 | -0/+146 | |
| | | ||||||
* | | Land #496, add configure-time check for timespecsub | Brent Cook | 2019-01-07 | 3 | -2/+12 | |
|\ \ | ||||||
| * | | we don't need to pass this to automake | Brent Cook | 2019-01-06 | 1 | -1/+0 | |
| | | | ||||||
| * | | add configure-time check for timespecsub | Brent Cook | 2019-01-06 | 3 | -2/+13 | |
| |/ | ||||||
* / | Handle malloc returning null | John Norrbin | 2019-01-04 | 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. | |||||
* | Add ARM build for Travis-CI | kinichiro | 2019-01-04 | 2 | -1/+33 | |
| | ||||||
* | Add arm_arch.h to build ARM portable | kinichiro | 2019-01-04 | 1 | -0/+1 | |
| | ||||||
* | enable cmake mingw builds in travis | Brent Cook | 2019-01-02 | 3 | -0/+35 | |
| | ||||||
* | add some defines for building Mingw cross-compiled with CMake | Brent Cook | 2019-01-02 | 2 | -6/+6 | |
| | ||||||
* | add stdint.h shim, include limits for SIZE_MAX on Android | Brent Cook | 2019-01-01 | 1 | -0/+19 | |
| | ||||||
* | enable getpagesize for all Windows builds | Brent Cook | 2019-01-01 | 1 | -2/+2 | |
| | ||||||
* | use InterlockedExchangeAdd for add | Brent Cook | 2019-01-01 | 1 | -8/+6 | |
| | ||||||
* | make locks self-initialize, switch to critical sections | Brent Cook | 2019-01-01 | 1 | -12/+13 | |
| | ||||||
* | build crypto_lock_win.c in-place | Brent Cook | 2019-01-01 | 3 | -3/+2 | |
| | ||||||
* | fix gitignore excludes on crypto | Brent Cook | 2019-01-01 | 1 | -1/+2 | |
| | ||||||
* | add Visual Studio 2017 image | Brent Cook | 2018-12-16 | 1 | -10/+24 | |
| | ||||||
* | add Visual Studio 15 2017 test target | Brent Cook | 2018-12-16 | 1 | -1/+7 | |
| | ||||||
* | add portable changesv2.9.0 | Brent Cook | 2018-12-15 | 1 | -2/+9 | |
| | ||||||
* | Land #475, Fix CMake not finding getpagesize for Android 19 | Brent Cook | 2018-12-15 | 1 | -2/+3 | |
|\ | ||||||
| * | Fix CMake not finding getpagesize for Android 19 | tux3 | 2018-12-14 | 1 | -2/+3 | |
| | | ||||||
* | | update changelog | Brent Cook | 2018-12-14 | 1 | -10/+8 | |
| | | ||||||
* | | update links | Brent Cook | 2018-12-14 | 1 | -0/+1 | |
|/ | ||||||
* | Land #473, format commands | Brent Cook | 2018-12-14 | 1 | -4/+4 | |
|\ | ||||||
| * | Small contribution to README readability | nitro | 2018-08-19 | 1 | -4/+4 | |
| | | ||||||
* | | hide clock_gettime definition on WIN32 | Brent Cook | 2018-11-16 | 1 | -0/+2 | |
| | | ||||||
* | | rebase netcat.c.patch | Brent Cook | 2018-11-16 | 1 | -24/+24 | |
| | | ||||||
* | | typo | Brent Cook | 2018-11-13 | 1 | -3/+3 | |
| | | ||||||
* | | don't enable global debug | Brent Cook | 2018-11-13 | 1 | -1/+1 | |
| | | ||||||
* | | 2.9.0 Changelog | Brent Cook | 2018-11-11 | 1 | -0/+43 | |
| | | ||||||
* | | build lock functions with CMake | Brent Cook | 2018-11-11 | 1 | -0/+2 | |
| | | ||||||
* | | change windows compatibility stubs for pthread_t to be more like other OSes | Brent Cook | 2018-11-11 | 1 | -8/+3 | |
| | | ||||||
* | | include header | Brent Cook | 2018-11-11 | 1 | -0/+2 | |
| | | ||||||
* | | Land #439, Add portable scaffold for SM3 | Brent Cook | 2018-11-11 | 5 | -1/+18 | |
|\ \ | ||||||
| * | | Add portable scaffold for SM3 | Jack Lloyd | 2018-08-14 | 5 | -1/+18 | |
| |/ | ||||||
* | | added crypto_lock portable bits | Brent Cook | 2018-11-11 | 3 | -0/+6 | |
| | | ||||||
* | | add simple Windows lock implementation | Brent Cook | 2018-11-11 | 1 | -0/+53 | |
| | |