Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Alternate method of forcing allocator initialization | Jack Lloyd | 2018-02-04 | 1 | -0/+7 |
* | OCB optimizations | Jack Lloyd | 2017-10-12 | 1 | -61/+0 |
* | MSVC wants __declspec(restrict) on both declaration and definition | Jack Lloyd | 2017-10-03 | 1 | -1/+1 |
* | Missing include, noticed by OS X | Jack Lloyd | 2017-09-29 | 1 | -0/+1 |
* | In secure_allocator, hide mlock/new usage in a function in mem_ops | Jack Lloyd | 2017-09-29 | 1 | -0/+32 |
* | Fix an off by 8 | Jack Lloyd | 2017-09-16 | 1 | -1/+1 |
* | Revert SIMDing of xor_buf in f39aa7bb | Jack Lloyd | 2017-09-16 | 1 | -29/+27 |
* | De-inline xor_buf, add SIMD and unrolling | Jack Lloyd | 2017-09-16 | 1 | -0/+86 |
* | Move secure_scrub_memory to os_utils.cpp | Jack Lloyd | 2017-09-03 | 1 | -39/+0 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -1/+1 |
* | define NOMINMAX 1 before every include of windows.h | Baruch Burstein | 2016-11-28 | 1 | -0/+1 |
* | Rename zero_mem to secure_scrub_memory | Jack Lloyd | 2016-11-03 | 1 | -0/+38 |