Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-07-09 | added 2.6.0 Changes | Brent Cook | 1 | -0/+61 | |
2017-07-09 | Updated changelog | Brent Cook | 1 | -0/+15 | |
2017-07-08 | make it easier to swap grep (Solaris grep doesn't support alpha) | Brent Cook | 1 | -5/+9 | |
2017-07-08 | generate the crypto export symbol list at build time | Brent Cook | 3 | -100/+83 | |
we currently do it at configure time, which makes this a generated source, but generated sources should be cleaned up, which breaks 'make clean; make' | |||||
2017-07-08 | Set Solaris build default to 64 bit | kinichiro | 1 | -0/+1 | |
2017-07-07 | Okay really one more try. | d3x0r | 1 | -6/+2 | |
2017-07-07 | Okay one more try. | d3x0r | 1 | -6/+10 | |
2017-07-07 | use \- to prevent hyphen wrapping | d3x0r | 1 | -2/+2 | |
2017-07-07 | use ‑ to prevent hyphen wrapping | d3x0r | 1 | -2/+2 | |
2017-07-07 | use ‑ option hyphen wrapping | d3x0r | 1 | -2/+2 | |
2017-07-07 | Fix formatting for description of openssldir and skip install; add <nobr> to ↵ | d3x0r | 1 | -2/+2 | |
prevent option hyphen wrapping | |||||
2017-07-07 | Fix formatting for description of openssldir and skip install | d3x0r | 1 | -2/+2 | |
2017-07-07 | Add documentation about available CMake options. | d3x0r | 1 | -0/+12 | |
2017-07-07 | fix tests/tlstest.bat | kinichiro | 1 | -1/+1 | |
2017-07-07 | update netcat patch | kinichiro | 1 | -19/+19 | |
2017-07-06 | Add option LIBRESSL_SKIP_INSTALL | d3x0r | 9 | -27/+57 | |
Internally LIBRESSL_SKIP_INSTALL, if not set becomes ENABLE_LIBRESSL_INSTALL so this by default is enabled. defining LIBRESSL_SKIP_INSTALL before hand will disable all install() rules. This is useful if another project includes and links to this statically. I chose to add a prefix to avoid potential name collision because the options are cached globally. If the installation is skipped, maybe it should also disable building apps? I didn't do that. | |||||
2017-07-06 | use GNUInstallDirs from cmake to specify install paths. | d3x0r | 9 | -15/+16 | |
Primarily this is to select whether 'lib64' or 'lib' is used on linux type systems. | |||||
2017-06-15 | Fix CMake module include path | Matt Stancliff | 1 | -1/+1 | |
Need to search the current directory, not the overall project root directory if this is being included as a sub-dependency of another project. | |||||
2017-06-11 | re-add getpagesize fallback, needed for Android | Brent Cook | 1 | -2/+8 | |
2017-06-09 | Remove misleading CFLAGS / LDFLAGS. | Paul Graham | 1 | -2/+0 | |
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 | |||||
2017-06-03 | update nc patch | Brent Cook | 1 | -22/+30 | |