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
*
Fix changereplay + comment special case of readLatest
Minijackson
2018-07-04
*
Fix pipelinetest + remove useless commented lines
Minijackson
2018-07-04
*
Move Key API into own files + some fixes
Minijackson
2018-07-04
*
[Storage] Implement Key API
Minijackson
2018-07-04
*
Avoid overwriting local changes with remote modifications.
Christian Mollekopf
2018-06-26
*
Fixed the thread index.
Christian Mollekopf
2018-06-19
*
Asserts, debug messages and other cleanup
Christian Mollekopf
2018-06-19
*
Implement Overlap queries
Rémi Nicole
2018-06-19
*
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
[next]