aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | add Makefile.am.elf-armBrent Cook2018-11-111-0/+30
| |
* | add arm asm support via autoconf/makeBrent Cook2018-11-112-2/+7
| |
* | initial 32-bit arm assembly optimization supportBrent Cook2018-11-113-1/+41
| |
* | enable optimizations for all cmake buildsBrent Cook2018-11-091-3/+5
| |
* | latest updatesBrent Cook2018-11-092-2/+7
| |
* | add key_schedule test, tls13 key schedule bitsBrent Cook2018-11-085-0/+13
| |
* | bn_rand_interval requires a static library symbolBrent Cook2018-11-081-3/+5
| |
* | add x509name testBrent Cook2018-11-073-0/+12
| |
* | add bn_rand_interval testBrent Cook2018-11-072-0/+10
| |
* | Rediffed patches for merge fuzzBrent Cook2018-11-076-40/+39
| |
* | Misc fixes to bring portable in line with upstream.bobsayshilol2018-11-0712-73/+29
| |
* | s/renegotion/renegotiation/Brent Cook2018-10-171-1/+1
| |
* | fixesBrent Cook2018-10-161-8/+9
| |
* | Add 2.8.2 stable changelogBrent Cook2018-10-161-0/+7
| |
* | Handle running from a directory with a space in the name.Brent Cook2018-10-161-3/+3
| | | | | | | | from phrocker@ on github
* | Fix cmake to generate proper Libs.private in .pc fileskinichiro2018-10-054-9/+10
| |
* | Fix cmake linking librarieskinichiro2018-10-034-22/+10
| |
* | update linksBrent Cook2018-09-261-112/+8
| |
* | move LibreSSL-native API addition to separate entryv2.8.1Brent Cook2018-09-231-2/+4
| |
* | update tap driverBrent Cook2018-09-231-4/+4
| |
* | implement app_timer_realBrent Cook2018-09-231-0/+14
| |
* | update ChangelogBrent Cook2018-09-231-0/+59
| |