Replace boost::scoped_ptr with std::unique_ptr.
[cumulus.git] / localdb.cc
2014-01-26 Michael VrableWrite out a generic segment metadata file with backups.
2014-01-26 Michael VrableClean up database, and timestamp handling in particular.
2014-01-26 Michael VrableCleanup to used data tracking in localdb.
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-11-20 Michael VrableDrop the use of exceptions for fatal error handling.
2008-07-10 Michael VrableMake use of size assertions in references where possible.
2008-06-02 Michael VrableStore unspecified scheme names in database as empty...
2008-05-31 Michael VrableFix a bug in signature loading for sub-file incrementals.
2008-05-30 Michael VrableTrack quantity of data referenced in old segments more...
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-15 Michael VrableFix to segment age calculation in local database.
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 VrableInclude sizes in references to blocks in each file...
2007-12-12 Michael VrableAdd "intent" field to a snapshot.
2007-12-07 Michael VrableAdd format support for efficient sparse file handling.
2007-12-06 Michael VrableDrop the obsolete snapshot_contents table from the...
2007-12-06 Michael VrableModifications to the local database: create a summary...
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-23 Michael VrableUse NULL in the local database to indicate that blocks...
2007-05-22 Michael VrableExtend local database once more.
2007-05-16 Michael VrableAdd timestamps to block when they are inserted into...
2007-05-15 Michael VrableTrack which objects are used in which snapshots in...
2007-05-15 Michael VrableDebugging message cleanup.
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.