Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ef5867b4 | 2023-09-18 13:01:29 | Update man links | ||
| ccaec879 | 2023-09-10 13:29:58 | update man links | ||
| 34f45b6c | 2023-09-07 11:50:41 | Update man links | ||
| a6bd25d3 | 2023-09-02 04:02:03 | Rebase rust-openssl patch | ||
| 8fa9337f | 2023-08-31 10:12:54 | Prepare 3.8.2 ChangeLog | ||
| fbb21ed9 | 2023-08-30 04:34:15 | End all ChangeLog entries with a period | ||
| 8c6d8ec3 | 2023-08-29 19:45:58 | Update man links | ||
| 0784b3ad | 2023-08-28 00:41:59 | remove unneeded release change for tests | ||
| f4059e47 | 2023-08-28 00:40:11 | enable asserts regardless of build type | ||
| e5f1938c | 2023-08-27 05:29:27 | Fix build flags for tests The default C flags for all build types other than 'Debug' sets -DNDEBUG which disables assert(), and breaks tests. This switches tests to use 'Debug' instead, reenabling asserts. |