Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / localdb.h
2014-01-26 Michael VrableWrite out a generic segment metadata file with backups.
2014-01-22 Michael VrableDrop intent field from the database.
2014-01-22 Michael VrableChanges to the Cumulus backup format and tools.
2014-01-22 Michael VrableImprove tracking of segments and segment utilization.
2013-01-12 Michael VrableUpdate copyright notices to use a central AUTHORS file.
2008-05-30 Michael VrableInitial support for efficient sub-file incrementals.
2008-05-13 Michael VrablePut updated copyright statements in all source files.
2008-04-11 Michael VrableUpdate copyright dates in source files.
2008-01-09 Michael VrableExtend tracking of used segments to cover metadata...
2007-12-14 Michael VrableFix a bug in computing the size of a segment that led...
2007-12-12 Michael VrableAdd "intent" field to a snapshot.
2007-08-23 Michael VrablePlace expired and repacked objects into segments based...
2007-08-10 Michael VrableWrite out a .sha1sums file with checksums for segments...
2007-08-10 Michael VrableImprove reporting of database errors.
2007-08-10 Michael VrableCompute checksums of segments and store them in the...
2007-07-20 Michael VrableRename --name to --scheme, and store the scheme name...
2007-06-28 Michael VrableSort-of-working statcache implementation.
2007-06-19 Michael VrablePreserve the "timestamp" database field when expiring...
2007-06-13 Michael VrableFactor code to prepare SQLite statements into a separat...
2007-05-31 Michael VrableDifferentiate between never-before-seen objects and...
2007-05-22 Michael VrableExtend local database once more.
2007-05-15 Michael VrableTrack which objects are used in which snapshots in...
2007-05-15 Michael VrableInitial cut at re-using objects from old segments when...
2007-05-15 Michael VrableKeep an index of old stored blocks, using sqlite3.