index
:
sink
calendar/daylongevents
calendar/fixes
calendar/replay
calendar/todo
develop
key-for-datastorequery
key-for-indexes
key-for-resultset
key-for-sinksh
key-storage-api
master
optimize-dav-item-fetch
overlap
range-query/api
range-query/storage
separate-uid
sinksh-better-cli
A data access layer handling synchronization, caching and indexing
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
storage
/
entitystore.cpp
Commit message (
Expand
)
Author
Age
*
Improved error messages
Christian Mollekopf
2018-05-18
*
A lot less namespace typing.
Christian Mollekopf
2018-05-17
*
Copy the entity when we return it.
Christian Mollekopf
2018-05-17
*
Using findLatest with an empty uid is an error.
Christian Mollekopf
2018-05-14
*
Fix CalDAV test in Docker + add Calendar and Todo in the database layout
Rémi Nicole
2018-05-14
*
Make sure we initialize the environment correctly and only set the db version...
Christian Mollekopf
2018-03-26
*
Don't just set the db version, only when we create the db first.
Christian Mollekopf
2018-03-26
*
Deal with removals in reduced queries
Christian Mollekopf
2018-02-22
*
Fixed crashes due to concurrently running queries.
Christian Mollekopf
2018-02-15
*
Xapian based fulltext indexing
Christian Mollekopf
2018-02-11
*
Removed all traces of BLOB properties
Christian Mollekopf
2018-02-06
*
Fixed getUids by type filtering.
Christian Mollekopf
2017-09-07
*
No return value needed here.
Christian Mollekopf
2017-07-16
*
We don't need the layout just to check for existence
Christian Mollekopf
2017-05-20
*
Avoid redoing stuff over and over that we can easily avoid.
Christian Mollekopf
2017-05-12
*
Avoid copying
Christian Mollekopf
2017-05-12
*
Don't store blobs in directories.
Christian Mollekopf
2017-05-11
*
Fixed merge implementation
Christian Mollekopf
2017-05-08
*
Gather required databases from index definitions.
Christian Mollekopf
2017-05-08
*
A defined table layout
Christian Mollekopf
2017-05-06
*
Cleanup
Christian Mollekopf
2017-05-04
*
Sanity check db names
Christian Mollekopf
2017-05-03
*
Moved all preprocessing back into the pipeline
Christian Mollekopf
2017-04-11
*
Move the preprocssing back out of entitystore into the pipeline.
Christian Mollekopf
2017-04-11
*
Added uid index
Christian Mollekopf
2017-04-10
*
Fixed readAllUids and readAll
Christian Mollekopf
2017-04-10
*
Move type implementations in one place
Christian Mollekopf
2017-03-21
*
Make opening dbis non-racy
Christian Mollekopf
2017-02-27
*
Remember whether a blob property is external or not.
Christian Mollekopf
2017-02-16
*
Ensure we don't accidentally spawn more transactions than necessary.
Christian Mollekopf
2017-01-23
*
Debug output
Christian Mollekopf
2017-01-23
*
Fixed revision cleanup
Christian Mollekopf
2017-01-22
*
Fixed build issues with pedantic enabled
Christian Mollekopf
2017-01-12
*
Fixed revision cleanup
Christian Mollekopf
2017-01-10
*
Introduced Log::Context
Christian Mollekopf
2016-12-22
*
Cleanup
Christian Mollekopf
2016-12-20
*
Avoid unnecessary warnings if the db is not existing.
Christian Mollekopf
2016-12-16
*
Move the BLOB property handling to the entitystore.
Christian Mollekopf
2016-12-09
*
Wrap references in a Reerence type.
Christian Mollekopf
2016-12-08
*
Debug output
Christian Mollekopf
2016-12-06
*
Copy command and proper move
Christian Mollekopf
2016-12-04
*
TypeHelper so we can centrally define the type dispatch
Christian Mollekopf
2016-11-30
*
Deal with not using the implicit internal transaction.
Christian Mollekopf
2016-11-24
*
Avoid unnecessary transactions.
Christian Mollekopf
2016-11-22
*
User querybase
Christian Mollekopf
2016-11-04
*
Cleanup
Christian Mollekopf
2016-10-21
*
Get access to properties in indexes.
Christian Mollekopf
2016-10-21
*
TypeImplementation cleanup
Christian Mollekopf
2016-10-21
*
Removed the whole revision cleanup into the entitystore
Christian Mollekopf
2016-10-21
*
Ported the pipeline to the entitystore
Christian Mollekopf
2016-10-21
[next]