| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove LIBNAME setting from nmake template, should be using versioned | git | 2015-06-11 | 1 | -2/+0 |
* | Fix nmake clean target. GH #104 | simon | 2015-06-02 | 2 | -5/+12 |
* | Avoid 0-defining BOTAN_USE_GCC_INLINE_ASM | simon | 2015-05-31 | 1 | -4/+0 |
* | Add .exe suffix to MinGW and Cygwin binaries also | lloyd | 2015-04-27 | 3 | -0/+4 |
* | Add evbarm as platform alias for NetBSD. GH#81 | joerg | 2015-04-27 | 1 | -0/+1 |
* | Fix spaces vs tabs in makefile template. GH#78 | lloyd | 2015-04-18 | 1 | -1/+1 |
* | Add coverage checking with gcov/lcov | lloyd | 2015-04-12 | 4 | -2/+9 |
* | Avoid putting very small values in mlock memory | lloyd | 2015-03-23 | 1 | -2/+6 |
* | Add timeouts to HMAC_RNG entropy polling | lloyd | 2015-03-18 | 1 | -4/+6 |
* | I just now assumed configure.py --os=osx would work, and I'm probably not the... | lloyd | 2015-03-15 | 1 | -0/+1 |
* | Consider AES-NI as implying SSSE3 which lets us merge two of the | lloyd | 2015-03-15 | 2 | -2/+2 |
* | Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013. | rcdailey | 2015-03-08 | 1 | -0/+8 |
* | Add valgrind target in makefile | lloyd | 2015-03-05 | 1 | -1/+4 |
* | Add power8 target | lloyd | 2015-02-27 | 1 | -0/+1 |
* | Add specialized reducers for P-192, P-224, P-256 and P-384 | lloyd | 2015-02-26 | 1 | -0/+6 |
* | Split amalagamation into ISA specific objects | lloyd | 2015-02-22 | 3 | -5/+2 |
* | Hide all uses of boost filesystem in fs.cpp. Use readdir as an | lloyd | 2015-02-21 | 6 | -3/+19 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 2 | -4/+0 |
* | Mark modules pulling in external deps (zlib, boost, etc) as such, and | lloyd | 2015-02-06 | 1 | -53/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 2 | -4/+4 |
* | Remove memset_s, not implemented on any machine I can test on and | lloyd | 2015-01-23 | 1 | -0/+6 |
* | Fixes for Windows paths. Based on Github pull 41 from cdesjardins | git | 2015-01-11 | 3 | -4/+4 |
* | Create a combined news page for the website | lloyd | 2015-01-10 | 1 | -0/+1 |
* | Move license text to a plain text file without ReST market | lloyd | 2015-01-10 | 1 | -3/+3 |
* | Use RtlSecureZeroMemory or memset_s if available | lloyd | 2015-01-07 | 2 | -0/+2 |
* | The pkgconfig file should be installed relative to the library dir | lloyd | 2015-01-07 | 1 | -8/+0 |
* | Fix install script under Python3 | lloyd | 2015-01-06 | 1 | -1/+1 |
* | Fix System_RNG for Windows, fix nmake clean target | lloyd | 2014-12-22 | 1 | -1/+1 |
* | Enable system_rng on Windows and MinGW (untested) | lloyd | 2014-12-21 | 2 | -0/+2 |
* | Stack protector flags are required also at link time, at least on MinGW | lloyd | 2014-12-21 | 1 | -3/+3 |
* | Always need boost_system in cmdline due to asio | lloyd | 2014-12-20 | 1 | -1/+1 |
* | Add MinGW support for the CryptoAPI RNG. Also disable the dependencies | lloyd | 2014-12-17 | 1 | -9/+0 |
* | New download directory structure. | lloyd | 2014-12-17 | 1 | -5/+5 |
* | Fix Windows build. Github issue 32 | lloyd | 2014-11-26 | 3 | -7/+4 |
* | Add a new Python install script and clean up the makefile templates | lloyd | 2014-11-12 | 5 | -59/+17 |
* | Windows/VC build fixes | lloyd | 2014-10-31 | 1 | -1/+1 |
* | Use -O2 instead of -O3 with GCC as it seems tree-vectorize in 4.9.0 | lloyd | 2014-10-31 | 1 | -2/+2 |
* | Erroring on strict-overflow is a little too strict, GCC 4.9 is smart | lloyd | 2014-05-26 | 1 | -18/+17 |
* | VC2013 doesn't support __func__. Github #22 | lloyd | 2014-05-15 | 1 | -0/+6 |
* | Support restricting compiler ISAs to specific architectures. Specifically | lloyd | 2014-05-01 | 1 | -1/+1 |
* | Darwin features | lloyd | 2014-04-05 | 1 | -0/+2 |
* | NetBSD portability fix and some performance tweaks in locking allocator | lloyd | 2014-04-05 | 1 | -1/+1 |
* | Add --program-suffix option to configure | lloyd | 2014-03-22 | 3 | -11/+8 |
* | Let Clang choose whichever C++ library it prefers | lloyd | 2014-03-13 | 1 | -4/+3 |
* | Add --destdir option to configure.py | lloyd | 2014-02-13 | 1 | -1/+1 |
* | Add config and version subcommands | lloyd | 2014-02-13 | 1 | -0/+5 |
* | Also avoid tuning for 686 | lloyd | 2014-02-13 | 1 | -1/+2 |
* | Update Clang flags. Remove unneeded includes of init.h | lloyd | 2014-02-09 | 1 | -3/+4 |
* | More fixes for minified builds | lloyd | 2014-02-09 | 2 | -2/+2 |
* | Install command line app | lloyd | 2014-02-08 | 2 | -0/+7 |