Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 2014-08-07 | 1 | -2/+2 |
| | |||||
* | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 2014-07-30 | 1 | -11/+12 |
| | |||||
* | db/simple: use class boost::intrusive::list | Max Kellermann | 2014-06-16 | 1 | -8/+6 |
| | | | | Remove the C list_head library and use type-safe C++ instead. | ||||
* | db/simple: mount points | Max Kellermann | 2014-02-27 | 1 | -1/+2 |
| | | | | | | | | A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option. | ||||
* | db/simple: create dedicated directory | Max Kellermann | 2014-02-26 | 1 | -0/+207 |