Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move libstate and selftest out of core/ dir to toplevel | lloyd | 2008-10-26 | 1 | -163/+0 |
| | |||||
* | Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 that | lloyd | 2008-10-02 | 1 | -2/+2 |
| | | | | | | | | added a new mandatory parameter of a Library_State& to get_cipher(). Do this so Monotone does not have to special case. Other lookup related functions like retrieve_<type> and add_algorithm() still require a Library_State& however. | ||||
* | Split off part of the core module into libstate (basically the whole | lloyd | 2008-09-30 | 1 | -0/+163 |
lookup/global_state piece). Move timer and mutex directories into utils/ |