summaryrefslogtreecommitdiffstats
path: root/common/storage/entitystore.cpp
Commit message (Expand)AuthorAge
* Print parsed keys that we can read.Christian Mollekopf2018-08-17
* Avoid creating an instance just to check for instanceChristian Mollekopf2018-08-06
* Avoid unnecessary Identifier conversions in performance ciritical code.Christian Mollekopf2018-07-28
* Use Key API in DataStoreQueryRémi Nicole2018-07-27
* Use Key API in indexesRémi Nicole2018-07-27
* New Key API in storage layerRémi Nicole2018-07-27
* Avoid overwriting local changes with remote modifications.Christian Mollekopf2018-06-26
* Fixed the thread index.Christian Mollekopf2018-06-19
* Asserts, debug messages and other cleanupChristian Mollekopf2018-06-19
* Implement Overlap queriesRémi Nicole2018-06-19
* Improved error messagesChristian Mollekopf2018-05-18
* A lot less namespace typing.Christian Mollekopf2018-05-17
* Copy the entity when we return it.Christian Mollekopf2018-05-17
* Using findLatest with an empty uid is an error.Christian Mollekopf2018-05-14
* Fix CalDAV test in Docker + add Calendar and Todo in the database layoutRémi Nicole2018-05-14
* Make sure we initialize the environment correctly and only set the db version...Christian Mollekopf2018-03-26
* Don't just set the db version, only when we create the db first.Christian Mollekopf2018-03-26
* Deal with removals in reduced queriesChristian Mollekopf2018-02-22
* Fixed crashes due to concurrently running queries.Christian Mollekopf2018-02-15
* Xapian based fulltext indexingChristian Mollekopf2018-02-11
* Removed all traces of BLOB propertiesChristian Mollekopf2018-02-06
* Fixed getUids by type filtering.Christian Mollekopf2017-09-07
* No return value needed here.Christian Mollekopf2017-07-16
* We don't need the layout just to check for existenceChristian Mollekopf2017-05-20
* Avoid redoing stuff over and over that we can easily avoid.Christian Mollekopf2017-05-12
* Avoid copyingChristian Mollekopf2017-05-12
* Don't store blobs in directories.Christian Mollekopf2017-05-11
* Fixed merge implementationChristian Mollekopf2017-05-08
* Gather required databases from index definitions.Christian Mollekopf2017-05-08
* A defined table layoutChristian Mollekopf2017-05-06
* CleanupChristian Mollekopf2017-05-04
* Sanity check db namesChristian Mollekopf2017-05-03
* Moved all preprocessing back into the pipelineChristian Mollekopf2017-04-11
* Move the preprocssing back out of entitystore into the pipeline.Christian Mollekopf2017-04-11
* Added uid indexChristian Mollekopf2017-04-10
* Fixed readAllUids and readAllChristian Mollekopf2017-04-10
* Move type implementations in one placeChristian Mollekopf2017-03-21
* Make opening dbis non-racyChristian Mollekopf2017-02-27
* Remember whether a blob property is external or not.Christian Mollekopf2017-02-16
* Ensure we don't accidentally spawn more transactions than necessary.Christian Mollekopf2017-01-23
* Debug outputChristian Mollekopf2017-01-23
* Fixed revision cleanupChristian Mollekopf2017-01-22
* Fixed build issues with pedantic enabledChristian Mollekopf2017-01-12
* Fixed revision cleanupChristian Mollekopf2017-01-10
* Introduced Log::ContextChristian Mollekopf2016-12-22
* CleanupChristian Mollekopf2016-12-20
* Avoid unnecessary warnings if the db is not existing.Christian Mollekopf2016-12-16
* Move the BLOB property handling to the entitystore.Christian Mollekopf2016-12-09
* Wrap references in a Reerence type.Christian Mollekopf2016-12-08
* Debug outputChristian Mollekopf2016-12-06