| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary include of rng.h | lloyd | 2008-06-30 | 1 | -1/+0 |
* | Remove the Config class. | lloyd | 2008-06-30 | 1 | -3/+14 |
* | Remove global_config() - replace by direct calls to global_state() | lloyd | 2008-06-30 | 1 | -0/+1 |
* | Remove the global PRNG object as well as the global list of entropy sources. | lloyd | 2008-06-27 | 1 | -16/+0 |
* | Move the declaration of the RandomNumberGenerator base class from base.h | lloyd | 2008-06-10 | 1 | -0/+1 |
* | Previously random_integer and friends used the global PRNG object to get | lloyd | 2008-05-24 | 1 | -0/+2 |
* | Remove unused headers | lloyd | 2008-05-04 | 1 | -6/+5 |
* | propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266... | lloyd | 2008-04-21 | 1 | -24/+1 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b... | lloyd | 2008-04-10 | 1 | -24/+1 |
| |\ |
|
| | * | Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was | lloyd | 2008-04-07 | 1 | -0/+1 |
| | * | Remove X509_GlobalState in favor of static function Extensions::get_extension | lloyd | 2008-04-07 | 1 | -5/+0 |
| | * | Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpp | lloyd | 2008-04-07 | 1 | -4/+0 |
| | * | In Botan, the Timer base class provides access to a high-resolution | lloyd | 2008-04-07 | 1 | -3/+0 |
| | * | Library_State::set_timer is never called from within Botan, low hanging | lloyd | 2008-04-07 | 1 | -1/+0 |
| | * | The intent of this branch is to remove the global library state object | lloyd | 2008-04-07 | 1 | -11/+0 |
* | | | Add BOTAN_DLL macro in all needed spots for working DLL export. Based | lloyd | 2008-04-21 | 1 | -6/+6 |
|/ / |
|
* / | 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 | -2/+4 |
* | 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 |
* | The last checkin did not work; the Library_State constructor called code1.7.2 | lloyd | 2007-10-13 | 1 | -5/+9 |
* | Move most of the initializer code directly into the Library_State constructor | lloyd | 2007-10-13 | 1 | -4/+3 |
* | 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/+12 |
* | The symkey.h header no longer needs to include enums.h; remove it | lloyd | 2006-12-14 | 1 | -0/+1 |
* | Add a function to Library_State allowing callers to check if the global | lloyd | 2006-09-21 | 1 | -1/+3 |
* | The public add_engine API now always places the new engine at the front | lloyd | 2006-09-20 | 1 | -1/+1 |
* | Correctly deal with allocators added post-initialization. In particular, | lloyd | 2006-09-11 | 1 | -1/+3 |
* | Make it possible to insert Engines into the front of the queue; | lloyd | 2006-08-05 | 1 | -1/+1 |
* | Fix config handling (stupid mismatch was causing the getter for the | lloyd | 2006-07-01 | 1 | -1/+0 |
* | Access the global configuration through an object reference instead | lloyd | 2006-07-01 | 1 | -5/+2 |
* | Clean up initialization a little bit more | lloyd | 2006-07-01 | 1 | -1/+3 |
* | Various changes to how library initialization occurs, though I'm still | lloyd | 2006-06-26 | 1 | -1/+1 |
* | Support named mutexes outside of the global library state. | lloyd | 2006-06-25 | 1 | -1/+2 |
* | Fix two declarations that were incorrect. | lloyd | 2006-06-25 | 1 | -2/+2 |
* | Add a set_timer method to Library_State, and rearrange the order | lloyd | 2006-06-25 | 1 | -0/+1 |
* | Have allocator objects 'know' their own names, rather than keeping them | lloyd | 2006-06-25 | 1 | -1/+1 |
* | Make Library_State::x509_state() non-const to support lazy initialiation. | lloyd | 2006-06-25 | 1 | -1/+1 |
* | Add an X509_GlobalState pointer to the library state. | lloyd | 2006-06-24 | 1 | -1/+5 |
* | Add a swap_global_state, to allow the use of multiple | lloyd | 2006-06-24 | 1 | -0/+1 |
* | Add some initial support for centralized/user-pluggable character | lloyd | 2006-06-13 | 1 | -0/+5 |
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+84 |