| Commit message (Expand) | Author | Age | Files | Lines |
* | Move what is left of the uncategorized library to 'core'. There is still | lloyd | 2008-09-29 | 1 | -294/+0 |
* | Move Default_Mutex (now Noop_Mutex) into module | lloyd | 2008-09-28 | 1 | -4/+4 |
* | Move startup selftest into module | lloyd | 2008-09-28 | 1 | -1/+6 |
* | Remove the free-standing function deref_alias. It only served as a forwarder | lloyd | 2008-06-30 | 1 | -8/+0 |
* | Remove the Config class. | lloyd | 2008-06-30 | 1 | -24/+82 |
* | Remove global_config() - replace by direct calls to global_state() | lloyd | 2008-06-30 | 1 | -2/+10 |
* | The two remaining locks were not being deleted, leaking memory | lloyd | 2008-06-28 | 1 | -0/+2 |
* | Remove the global PRNG object as well as the global list of entropy sources. | lloyd | 2008-06-27 | 1 | -109/+1 |
* | Make the two parameters of Randpool (which underlying block cipher and MAC | lloyd | 2008-05-25 | 1 | -1/+2 |
* | Remove both default arguments to the constructor of ANSI_X931_RNG. | lloyd | 2008-05-24 | 1 | -1/+2 |
* | propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a... | lloyd | 2008-04-12 | 1 | -94/+10 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b... | lloyd | 2008-04-10 | 1 | -94/+10 |
| |\ |
|
| | * | Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was | lloyd | 2008-04-07 | 1 | -0/+10 |
| | * | Remove X509_GlobalState in favor of static function Extensions::get_extension | lloyd | 2008-04-07 | 1 | -24/+0 |
| | * | Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpp | lloyd | 2008-04-07 | 1 | -27/+0 |
| | * | In Botan, the Timer base class provides access to a high-resolution | lloyd | 2008-04-07 | 1 | -12/+0 |
| | * | Library_State::set_timer is never called from within Botan, low hanging | lloyd | 2008-04-07 | 1 | -9/+0 |
| | * | The intent of this branch is to remove the global library state object | lloyd | 2008-04-07 | 1 | -22/+0 |
* | | | Rename fips140.h to selftest.h, since it doesn't really have much to do | lloyd | 2008-04-10 | 1 | -3/+3 |
|/ / |
|
* / | Change the copyrights in all files in the Botan tree to directly reflect | lloyd | 2008-04-10 | 1 | -1/+1 |
|/ |
|
* | Remove the Named_Mutex_Holder and associated code. Convert all uses to | lloyd | 2008-04-02 | 1 | -33/+17 |
* | Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the | lloyd | 2008-03-10 | 1 | -1/+1 |
* | Mass update of the copyright date. Honestly I don't know why I bother, | lloyd | 2008-02-14 | 1 | -1/+1 |
* | Remove the ability to load an external configuration file. Applications | lloyd | 2007-11-14 | 1 | -3/+0 |
* | Move the self tests from LibraryInitializer::initialize to | lloyd | 2007-10-15 | 1 | -0/+7 |
* | The last checkin did not work; the Library_State constructor called code1.7.2 | lloyd | 2007-10-13 | 1 | -8/+28 |
* | Move most of the initializer code directly into the Library_State constructor | lloyd | 2007-10-13 | 1 | -31/+43 |
* | If we attempt to access the global state, and it is null, call | lloyd | 2007-10-07 | 1 | -1/+1 |
* | Use prefix rather than postfix increment in places where it can be used. | lloyd | 2007-03-03 | 1 | -2/+2 |
* | Remove a call to abort() in global_state() which was triggered if no | lloyd | 2007-02-28 | 1 | -3/+0 |
* | Bump copyright year to 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
* | Move the UI pulse functions into the global library state. That is (as best | lloyd | 2006-12-14 | 1 | -0/+20 |
* | The public add_engine API now always places the new engine at the front | lloyd | 2006-09-20 | 1 | -9/+8 |
* | Correctly deal with allocators added post-initialization. In particular, | lloyd | 2006-09-11 | 1 | -16/+22 |
* | Remove memory leak - the configuration object was not being deleted. | lloyd | 2006-08-09 | 1 | -0/+1 |
* | Make it possible to insert Engines into the front of the queue; | lloyd | 2006-08-05 | 1 | -3/+7 |
* | Remove a line that should have been deleted in the last commit. | lloyd | 2006-07-07 | 1 | -1/+0 |
* | Have Library_State's constructor thrown an exception if the | lloyd | 2006-07-07 | 1 | -1/+2 |
* | Add del_fun and delete2nd functions for running deletes | lloyd | 2006-07-02 | 1 | -8/+7 |
* | Let modules override the transcoder object (since system libs | lloyd | 2006-07-01 | 1 | -0/+1 |
* | Access the global configuration through an object reference instead | lloyd | 2006-07-01 | 1 | -51/+25 |
* | Clean up initialization a little bit more | lloyd | 2006-07-01 | 1 | -0/+23 |
* | Various changes to how library initialization occurs, though I'm still | lloyd | 2006-06-26 | 1 | -1/+5 |
* | Support named mutexes outside of the global library state. | lloyd | 2006-06-25 | 1 | -43/+29 |
* | Guard set_timer with a check so it does not set the timer to NULL | lloyd | 2006-06-25 | 1 | -2/+5 |
* | Add a set_timer method to Library_State, and rearrange the order | lloyd | 2006-06-25 | 1 | -7/+14 |
* | Have allocator objects 'know' their own names, rather than keeping them | lloyd | 2006-06-25 | 1 | -2/+4 |
* | Make Library_State::x509_state() non-const to support lazy initialiation. | lloyd | 2006-06-25 | 1 | -1/+1 |
* | Have system_clock return 0, rather than crash, if no timer is set | lloyd | 2006-06-25 | 1 | -7/+7 |
* | Make set_global_state a little more elegant, by having it delete | lloyd | 2006-06-25 | 1 | -2/+1 |