Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | try ninja on travis linux again | Brent Cook | 2015-09-09 | 1 | -1/+1 | |
| | ||||||
* | use newer cmake for travis linux builds, revise build script | Brent Cook | 2015-09-09 | 1 | -10/+16 | |
| | ||||||
* | travis' cmake does not support ninja, use make | Brent Cook | 2015-09-09 | 2 | -3/+2 | |
| | ||||||
* | add travis-ci cmake tests | Brent Cook | 2015-09-09 | 2 | -20/+38 | |
| | ||||||
* | remove support for old MSVC versions, KNF | Brent Cook | 2015-09-09 | 1 | -551/+405 | |
| | ||||||
* | Do not build lib-objects targets if we are just building static libs. | Brent Cook | 2015-09-09 | 4 | -25/+26 | |
| | | | | This confuses some cmake targets. | |||||
* | updates for MSVC 2015's degenerate headers | Brent Cook | 2015-09-09 | 8 | -3/+42 | |
| | | | | | | Note that 'perror' moves from stdio.h to stdlib.h, and 'rename' moves from stdio.h to io.h. Also, standard C includes move from the compiler to the Windows SDK, which changes the base path for the include files. | |||||
* | distribute strcasecmp.c | Brent Cook | 2015-09-07 | 1 | -0/+3 | |
| | ||||||
* | disable shared CMake builds for OS X / Windows for now | Brent Cook | 2015-09-07 | 4 | -12/+30 | |
| | ||||||
* | adjust order for ! .gitignore rule precedence | Brent Cook | 2015-09-07 | 1 | -8/+9 | |
| | ||||||
* | update messages about Cygwin support | Brent Cook | 2015-09-07 | 1 | -3/+2 | |
| | ||||||
* | distribute include and man CMakefiles | Brent Cook | 2015-09-07 | 2 | -1/+4 | |
| | ||||||
* | use CP_LIBC for copying tests/memmem.c | kinichiro | 2015-09-01 | 1 | -1/+1 | |
| | ||||||
* | add CP_LIBC, fix tls compilation | Brent Cook | 2015-08-31 | 1 | -4/+12 | |
| | ||||||
* | remove s3_meth.c from CMake builds | Brent Cook | 2015-08-31 | 1 | -1/+0 | |
| | ||||||
* | remove DEF_WEAK from libc copies | Brent Cook | 2015-08-31 | 1 | -3/+4 | |
| | ||||||
* | Delete s3_meth.c since it was only for SSLv3 support. | Brent Cook | 2015-08-30 | 1 | -1/+0 | |
| | ||||||
* | update Changelog for 2.2.3 | Brent Cook | 2015-08-30 | 1 | -0/+14 | |
| | ||||||
* | replace remaining bash-only features in the update script | Brent Cook | 2015-08-28 | 2 | -20/+20 | |
| | | | | | We used to need more features, but as the Makefile.am's stopped being dynamically generated, there is less need. | |||||
* | VERSION is now generated | Brent Cook | 2015-08-19 | 1 | -2/+0 | |
| | ||||||
* | update pc files to use the package version, not library ABI version | Brent Cook | 2015-08-19 | 3 | -3/+3 | |
| | ||||||
* | derive version numbers from VERSION files | Brent Cook | 2015-08-19 | 1 | -14/+14 | |
| | ||||||
* | Add install targets and shared libraries to CMake | Jeff Davey | 2015-08-18 | 7 | -5/+61 | |
| | ||||||
* | disable strict aliasing on HP-UX C/aC++ compilerv2.2.2 | kinichiro | 2015-08-04 | 1 | -1/+1 | |
| | | | | | to disable strict aliasing on HP-UX C/aC++, `+Otype_safety=off` is right. `+Otype_safety=strong` forces ANSI aliasing. | |||||
* | rebuild manpages on opensslv.h changes | Brent Cook | 2015-08-03 | 1 | -1/+1 | |
| | ||||||
* | disable explicit_bzero optimizations with CMake builds | Brent Cook | 2015-08-03 | 1 | -0/+1 | |
| | ||||||
* | update build information | Brent Cook | 2015-08-03 | 2 | -3/+42 | |
| | ||||||
* | MSVC is not yet ready to build all of the tests | Brent Cook | 2015-08-03 | 1 | -1/+3 | |
| | ||||||
* | add win32-specific explicit_bzero implementation | Brent Cook | 2015-08-03 | 3 | -0/+18 | |
| | ||||||
* | expand changelog, fix typo | Brent Cook | 2015-08-03 | 1 | -1/+7 | |
| | ||||||
* | update release notes for 2.2.2 | Brent Cook | 2015-08-02 | 1 | -2/+45 | |
| | ||||||
* | initial Linux cmake suppport | Brent Cook | 2015-08-01 | 2 | -1/+10 | |
| | | | | tested on Ubuntu 14.04 | |||||
* | disable current broken cmake tests | Brent Cook | 2015-07-22 | 1 | -16/+16 | |
| | ||||||
* | s/CMakeFiles/CMakeLists/, start porting test scripts | Brent Cook | 2015-07-22 | 2 | -2/+6 | |
| | ||||||
* | correct fallback err.h macro behavior | Brent Cook | 2015-07-22 | 1 | -4/+4 | |
| | ||||||
* | add cmake tests | Brent Cook | 2015-07-21 | 4 | -6/+277 | |
| | ||||||
* | tests aren't ready for cmake, skip for now | Brent Cook | 2015-07-21 | 1 | -1/+0 | |
| | ||||||
* | don't build eng_rsax.c anymore | Brent Cook | 2015-07-21 | 1 | -1/+0 | |
| | ||||||
* | move sleep shim to posix_win.c | Brent Cook | 2015-07-21 | 2 | -5/+8 | |
| | ||||||
* | add initial build for arc4random/getentropy fallbacks | Brent Cook | 2015-07-21 | 1 | -3/+18 | |
| | ||||||
* | tighten up compat include paths, fix glibc compatibility | Brent Cook | 2015-07-21 | 4 | -16/+10 | |
| | ||||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 53 | -153/+2082 | |
| | | | | | | | | This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore. | |||||
* | remove generated version file | Brent Cook | 2015-07-20 | 2 | -1/+1 | |
| | ||||||
* | eng_rsax is gone | Brent Cook | 2015-07-20 | 2 | -2/+1 | |
| | ||||||
* | update man links | Brent Cook | 2015-07-19 | 1 | -1/+0 | |
| | ||||||
* | implement compatibility shim for __warn_references | Brent Cook | 2015-07-17 | 3 | -0/+44 | |
| | | | | This will allow us to warn about deprecated function references at link-time. | |||||
* | derive VERSION from opensslv.h from upstream | Brent Cook | 2015-07-16 | 3 | -4/+5 | |
| | ||||||
* | patch headers to avoid redefinitions on windows | Scott Parker | 2015-07-16 | 4 | -0/+65 | |
| | ||||||
* | disable strict aliasing on AIX xlc and HP-UX aC++ compilers | Brent Cook | 2015-07-16 | 2 | -13/+3 | |
| | ||||||
* | win32 openssl CLI: preserve original echo state | Brent Cook | 2015-07-16 | 1 | -9/+9 | |
| | | | | | | | Mirror the patch to ui_openssl.c, also fix the broken conditional that made it not actually turn off echo in the first place. ok guenther@ |