aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/info.txt
Commit message (Expand)AuthorAgeFilesLines
* Drop debug.h, it didn't turn out to be that useful for most things,lloyd2010-10-071-1/+0
* There is a pretty common pattern in the code for testing for internallloyd2010-09-261-0/+2
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-0/+1
* Inline debug funcs to debug.h, make print_vec a template on the base typelloyd2010-01-211-1/+0
* Remove Exception::set_msg. Inline all exception constructors.lloyd2010-01-041-1/+0
* Add debug source to build. Fix typo in source.lloyd2009-12-271-0/+1
* Add debug.h which is an internal-only header with debug functions thatlloyd2009-12-271-0/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-3/+3
* Make many more headers internal-only.lloyd2009-12-161-5/+7
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-0/+33
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove add block from utils/info.txtlloyd2009-09-291-27/+0
* Add some basic prefetching support (only supported with GNU C++ or thingslloyd2009-09-291-0/+1
* Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actuallylloyd2009-09-251-0/+2
* Split up util.h into 3 fileslloyd2009-09-171-2/+1
* Move memory locking function decls to mlock.hlloyd2009-09-171-0/+1
* Add a new option --no-autoload to configure.py. This will produce a minimallloyd2009-09-041-1/+1
* Correct source listings for moved fileslloyd2009-07-161-2/+0
* Move some files around to break up dependencies between directorieslloyd2009-07-161-12/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+6
* Move mutex.h from utils/ to mutex/ dir as more relevant arealloyd2009-07-011-1/+0
* Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-271-1/+0
* Move xor_into_buf to xor_buf.cpp. Also add a new template wrapper forlloyd2008-11-231-0/+1
* Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG.lloyd2008-11-111-2/+0
* Add a SCAN_Name class that encapsulates operations currently done repeatedlylloyd2008-11-091-0/+2
* Move botan.h from utils to libstate, since libstate has lookup.h whichlloyd2008-11-081-1/+0
* Split the last parts of the 'core' modulelloyd2008-11-081-0/+1
* Move most of what was left in core to utils (since that is what they are,lloyd2008-11-081-1/+7
* Move mutex.h from core to utilslloyd2008-11-081-0/+1
* Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNGlloyd2008-11-061-0/+2
* Document dependencies between moduleslloyd2008-10-011-0/+4
* Move datastore from core to utilslloyd2008-09-301-7/+9
* Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpplloyd2008-09-291-0/+4
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+27