Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c98346be | 2019-05-24 15:53:11 | update man links | ||
| c199315e | 2019-05-23 06:58:38 | condense android comments for clarity | ||
| 65159f37 | 2019-05-22 10:47:47 | Remove info about glibc | ||
| a747aacc | 2019-05-21 22:41:05 | avoid glibc cause problems on musl systems | ||
| 2375e38c | 2019-05-15 19:52:47 | update changelog for 2.9.2 | ||
| 4f88694c | 2019-05-17 02:10:12 | do a system upgrade on msys64 packages | ||
| a2befe33 | 2019-05-10 11:06:51 | unconditionally define reallocarray deal with systems missing it but with it exported as a symbol | ||
| 6e2215c4 | 2019-05-07 02:11:02 | rebase patches | ||
| 04aa7f71 | 2019-05-07 01:35:35 | Land #523, fix MacOS _clock_gettime with CMake | ||
| 44082746 | 2019-05-04 09:15:23 | Fix getprogname_linux.c for Android API < 21 This diff fixes the build of LibreSSL for Android with API < 21 where the `getprogname` system call was not part of libc. A comment in the diff itself explains in detail the issue. |