Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 52080abb | 2017-07-06 23:57:05 | Land #326, fix tests/tlstest.bat argument order | ||
| 322b8236 | 2017-07-07 01:40:35 | fix tests/tlstest.bat | ||
| 1f777716 | 2017-07-07 00:46:48 | update netcat patch | ||
| 728bda18 | 2017-07-05 23:17:49 | Land #318, Fix CMake module include path | ||
| 8a658c37 | 2017-07-05 23:16:45 | Land #316, Remove misleading CFLAGS / LDFLAGS | ||
| fe79df3c | 2017-06-15 23:11:13 | Fix CMake module include path Need to search the current directory, not the overall project root directory if this is being included as a sub-dependency of another project. | ||
| 8b80bcda | 2017-06-11 11:21:34 | re-add getpagesize fallback, needed for Android | ||
| b49242fc | 2017-06-09 13:33:14 | Remove misleading CFLAGS / LDFLAGS. These variables were being ignored because libtool doesn't pass -static-libgcc to GCC. If you want to link libgcc statically, currently the only way to achieve this is to manually add -static-libgcc to CC variable. See: http://www.mingw.org/wiki/HOWTO_Sneak_GCC_Switches_Past_Libtool | ||
| 0974d6f0 | 2017-06-03 20:13:25 | update nc patch | ||
| d3f3daec | 2017-06-04 00:56:11 | defining DEFAULT_CA_FILE only if it is not defined. indicated by Kyle J. McKay mackyle@gmail.com |