Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These should be template specializations | lloyd | 2014-11-05 | 1 | -5/+7 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -2/+0 |
* | Have clear_mem just be a plain memset and only call the (slow) | lloyd | 2014-08-09 | 1 | -1/+1 |
* | VC2013 doesn't support __func__. Github #22 | lloyd | 2014-05-15 | 1 | -4/+4 |
* | Add default constructors to work around VC2013 issue. Github #17 | lloyd | 2014-05-01 | 1 | -0/+2 |
* | Check Content-Length of HTTP responses | lloyd | 2014-04-05 | 1 | -1/+10 |
* | Use stdint.h instead of cstdint for Clang. Bugzilla 266 | lloyd | 2014-02-21 | 1 | -7/+9 |
* | Remove dependency on boost string algos | lloyd | 2014-02-13 | 3 | -13/+30 |
* | Add ChaCha | lloyd | 2014-01-31 | 1 | -12/+41 |
* | More unique_ptr, and pull <memory> all the way up to types.h | lloyd | 2014-01-18 | 1 | -0/+1 |
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 1 | -0/+6 |
* | Fix dependency checks for intrinsics and runtime Altivec check | lloyd | 2014-01-10 | 1 | -1/+1 |
* | Move lib into src | lloyd | 2014-01-10 | 47 | -0/+4596 |