Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to insert Engines into the front of the queue; | lloyd | 2006-08-05 | 1 | -1/+1 |
| | | | | | | otherwise any Engines added after startup (eg, application-specific ones) would only be used for new algorithm - it wouldn't be possible for them to override existing implementations. | ||||
* | Fix config handling (stupid mismatch was causing the getter for the | lloyd | 2006-07-01 | 1 | -1/+0 |
| | | | | | | config options to always fail). Move the default config stuff from libstate to the config object. | ||||
* | Access the global configuration through an object reference instead | lloyd | 2006-07-01 | 1 | -5/+2 |
| | | | | | of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state. | ||||
* | 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 |
| | | | | not completely happy with it. | ||||
* | Support named mutexes outside of the global library state. | lloyd | 2006-06-25 | 1 | -1/+2 |
| | | | | | | Alter the AEP engine to use one in favor of a static Mutex pointer. Fix a stupid typo in an exception message. | ||||
* | 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 |
| | | | | of initialization in the constructor. | ||||
* | Have allocator objects 'know' their own names, rather than keeping them | lloyd | 2006-06-25 | 1 | -1/+1 |
| | | | | around as ancillary strings. | ||||
* | 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 |
| | | | | Initial implementation of a factory for extension objects | ||||
* | Add a swap_global_state, to allow the use of multiple | lloyd | 2006-06-24 | 1 | -0/+1 |
| | | | | simultaneous library states. | ||||
* | Add some initial support for centralized/user-pluggable character | lloyd | 2006-06-13 | 1 | -0/+5 |
| | | | | set conversions, to replace the current hardcoded stuff. | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+84 |