Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5297e9d4 | 2017-02-20 10:28:49 | Fix condition of arc4random* and getentropy for Cygwin build - Fix the condition of exporting getentropy - Modify the CMake condition of including arc4random_uniform as same as autoconf | ||
| 9d75e5ea | 2017-02-13 20:25:49 | Add definition of ssize_t to tls.h for Windows | ||
| 3ba2699d | 2017-02-07 07:53:52 | ignore mandoc db, compat files | ||
| 7383bf67 | 2017-02-07 18:38:03 | Fix patch for netcat.c | ||
| b67d3654 | 2017-01-31 20:55:07 | update Changelog | ||
| c957ff63 | 2017-02-01 01:13:09 | Fix SYSerr and BIOerr in b_win.c | ||
| 97fecd59 | 2017-01-28 09:31:56 | Land #269, copy more files from libc rather than checking in | ||
| 58eb645f | 2017-01-28 03:40:38 | Copy libc compat files rather than adding into the repository - remove the CP_LIBC files from repo - move tests/memmem.c to tests/compat/ | ||
| fb936f89 | 2017-01-28 02:30:16 | Move S_IRGRP and S_IROTH from fcntl.h to sys/stat.h - S_IRGRP and S_IROTH should be defined in sys/stat.h rather than fcntl.h - Old MinGW64 on Ubuntu 14.04 appears not to have S_IRGRP and S_IROTH - MinGW64 has __WIN32 defined but does not have _MSC_VER defined | ||
| cb57534a | 2017-01-27 07:14:43 | skip building ocspcheck on MSCV |