aboutsummaryrefslogtreecommitdiffstats
path: root/src/init_def.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-291-60/+0
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Move the self tests from LibraryInitializer::initialize tolloyd2007-10-151-7/+0
* The last checkin did not work; the Library_State constructor called code1.7.2lloyd2007-10-131-1/+3
* Move most of the initializer code directly into the Library_State constructorlloyd2007-10-131-49/+22
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Remove needless try/catch blocklloyd2006-12-141-10/+2
* Simplify the initial RNG seeding operationlloyd2006-09-211-18/+7
* Make the initialization/deinitialization functions static members oflloyd2006-09-201-21/+17
* If an exception is thrown anywhere inside Init::initialize, catch itlloyd2006-08-091-34/+39
* Change Builtin_Module constructor to take an InitializerOptionslloyd2006-07-281-17/+23
* Add a LibraryInitializer constructor taking a std::string, which simplylloyd2006-07-121-0/+9
* Make Mutex_Factory an abstract class, move the creation of the no-oplloyd2006-07-071-1/+5
* Have Library_State's constructor thrown an exception if thelloyd2006-07-071-9/+3
* Respect the secure_memory config optionlloyd2006-07-021-1/+1
* Move InitializerOptions out of the Init namespacelloyd2006-07-021-4/+3
* Let modules override the transcoder object (since system libslloyd2006-07-011-1/+0
* Fix config handling (stupid mismatch was causing the getter for thelloyd2006-07-011-4/+2
* Just some small cleanups / variable renameslloyd2006-07-011-6/+9
* Access the global configuration through an object reference insteadlloyd2006-07-011-2/+3
* Clean up initialization a little bit morelloyd2006-07-011-8/+3
* Various changes to how library initialization occurs, though I'm stilllloyd2006-06-261-11/+3
* Support named mutexes outside of the global library state.lloyd2006-06-251-0/+2
* Change how builtin modules are loaded - provide an interface to alloyd2006-06-251-61/+17
* Have allocator objects 'know' their own names, rather than keeping themlloyd2006-06-251-6/+6
* Remove the to_lower function; turns out that both uses of itlloyd2006-06-191-0/+3
* Initial checkin1.5.6lloyd2006-05-181-0/+149