| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop debug.h, it didn't turn out to be that useful for most things, | lloyd | 2010-10-07 | 1 | -1/+0 |
* | There is a pretty common pattern in the code for testing for internal | lloyd | 2010-09-26 | 1 | -0/+2 |
* | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 1 | -0/+1 |
* | Inline debug funcs to debug.h, make print_vec a template on the base type | lloyd | 2010-01-21 | 1 | -1/+0 |
* | Remove Exception::set_msg. Inline all exception constructors. | lloyd | 2010-01-04 | 1 | -1/+0 |
* | Add debug source to build. Fix typo in source. | lloyd | 2009-12-27 | 1 | -0/+1 |
* | Add debug.h which is an internal-only header with debug functions that | lloyd | 2009-12-27 | 1 | -0/+1 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -3/+3 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -5/+7 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -0/+33 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -1/+1 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Remove add block from utils/info.txt | lloyd | 2009-09-29 | 1 | -27/+0 |
* | Add some basic prefetching support (only supported with GNU C++ or things | lloyd | 2009-09-29 | 1 | -0/+1 |
* | Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actually | lloyd | 2009-09-25 | 1 | -0/+2 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -2/+1 |
* | Move memory locking function decls to mlock.h | lloyd | 2009-09-17 | 1 | -0/+1 |
* | Add a new option --no-autoload to configure.py. This will produce a minimal | lloyd | 2009-09-04 | 1 | -1/+1 |
* | Correct source listings for moved files | lloyd | 2009-07-16 | 1 | -2/+0 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -12/+0 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -4/+6 |
* | Move mutex.h from utils/ to mutex/ dir as more relevant area | lloyd | 2009-07-01 | 1 | -1/+0 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 1 | -1/+0 |
* | Move xor_into_buf to xor_buf.cpp. Also add a new template wrapper for | lloyd | 2008-11-23 | 1 | -0/+1 |
* | Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG. | lloyd | 2008-11-11 | 1 | -2/+0 |
* | Add a SCAN_Name class that encapsulates operations currently done repeatedly | lloyd | 2008-11-09 | 1 | -0/+2 |
* | Move botan.h from utils to libstate, since libstate has lookup.h which | lloyd | 2008-11-08 | 1 | -1/+0 |
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move most of what was left in core to utils (since that is what they are, | lloyd | 2008-11-08 | 1 | -1/+7 |
* | Move mutex.h from core to utils | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNG | lloyd | 2008-11-06 | 1 | -0/+2 |
* | Document dependencies between modules | lloyd | 2008-10-01 | 1 | -0/+4 |
* | Move datastore from core to utils | lloyd | 2008-09-30 | 1 | -7/+9 |
* | Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpp | lloyd | 2008-09-29 | 1 | -0/+4 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+27 |