index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add error checking to x509_state()
lloyd
2006-06-24
1
-1
/
+5
*
Add an X509_GlobalState pointer to the library state.
lloyd
2006-06-24
1
-3
/
+21
*
Add a swap_global_state, to allow the use of multiple
lloyd
2006-06-24
1
-0
/
+8
*
Add some initial support for centralized/user-pluggable character
lloyd
2006-06-13
1
-0
/
+26
*
Syntax changes to the BER and DER APIs to improve readability of code
lloyd
2006-05-19
1
-0
/
+4
*
Initial checkin
1.5.6
lloyd
2006-05-18
1
-0
/
+314