Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0aa9efe0 | 2022-06-27 07:14:49 | enable new tests | ||
| 9bd78949 | 2022-06-22 11:43:09 | Update ssl_txt.c patch | ||
| fbe964e9 | 2022-06-22 11:22:46 | Update netcat patch Fixes #768 | ||
| b07c773c | 2022-05-09 02:21:16 | expose kdf.h as a public header | ||
| 585d02bd | 2022-05-09 01:34:00 | update man links | ||
| 258e4c2f | 2022-05-09 01:33:25 | increase build threads | ||
| 45deaf0e | 2022-05-09 01:30:43 | Land #753, enable __attribute__ on Windows with clang | ||
| a0044d5a | 2022-05-09 01:29:28 | Land #752, Update CI actions | ||
| 5e974ea6 | 2022-05-08 22:23:36 | update for latest upstream | ||
| 87aff644 | 2022-04-29 22:07:53 | Stop disabling __attribute__ on Windows with Clang On Windows with targeting the MSVC ABI, Clang will define _MSC_VER, and does not treat __attribute__ as a macro. Clang's builtin headers (e.g. immintrin.h) use __attribute__ liberally, and do not expect it to be ifdef-ed away. Suggested from Nicholas Hutchinson by github issue. |