aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/simple/DirectorySave.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/simple: use StringAfterPrefix() instead of StringStartsWith()Max Kellermann2015-11-111-13/+12
|
* util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann2015-11-061-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* fs/output, fs/TextFile: move to fs/io/Max Kellermann2014-08-071-2/+2
|
* *Save, *State: use the OutputStream API instead of FILE*Max Kellermann2014-07-301-11/+12
|
* db/simple: use class boost::intrusive::listMax Kellermann2014-06-161-8/+6
| | | | Remove the C list_head library and use type-safe C++ instead.
* db/simple: mount pointsMax Kellermann2014-02-271-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 directoryMax Kellermann2014-02-261-0/+207