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
/
synchronizer.cpp
Commit message (
Expand
)
Author
Age
*
Port away from syncStart
v0.1.0
Christian Mollekopf
2017-03-02
*
Debug output
Christian Mollekopf
2017-02-20
*
make contacts suitable for applications like sinksh
Sandro Knauß
2017-01-30
*
Readable uuid
Christian Mollekopf
2017-01-23
*
Ensure we don't accidentally spawn more transactions than necessary.
Christian Mollekopf
2017-01-23
*
Debug output
Christian Mollekopf
2017-01-23
*
Process sync requests one by one
Christian Mollekopf
2017-01-23
*
Support dependencies between sync requests.
Christian Mollekopf
2017-01-22
*
Debug output
Christian Mollekopf
2017-01-18
*
Don't overwrite the first job with the continuation
Christian Mollekopf
2017-01-18
*
Avoid unnecessary replay requests.
Christian Mollekopf
2017-01-17
*
Handle errors without crashing.
Christian Mollekopf
2017-01-17
*
Fixed build issues with pedantic enabled
Christian Mollekopf
2017-01-12
*
syncThen is no longer necessary
Christian Mollekopf
2017-01-12
*
Debug output
Christian Mollekopf
2017-01-07
*
Debug output
Christian Mollekopf
2017-01-06
*
Introduced Log::Context
Christian Mollekopf
2016-12-22
*
Let the preprocessor repeat the types.
Christian Mollekopf
2016-12-08
*
Move mail to sent folder after sending it
Christian Mollekopf
2016-12-06
*
Don't reference temporary memory
Christian Mollekopf
2016-11-29
*
The synchronization call can be sync.
Christian Mollekopf
2016-11-29
*
Renamed RemoteIdMap to SynchronizerStore
Christian Mollekopf
2016-11-28
*
Added the flush command.
Christian Mollekopf
2016-11-25
*
Ensure we always process the full queue and that flushing works.
Christian Mollekopf
2016-11-22
*
Process change replays as part of the synchronization queue
Christian Mollekopf
2016-11-22
*
Folded the SourceWriteback into the Synchronizer.
Christian Mollekopf
2016-11-21
*
Prepared new query based synchronization API
Christian Mollekopf
2016-11-11
*
Implement debug stream operators for query.
Christian Mollekopf
2016-11-07
*
Removed EntityReader
Christian Mollekopf
2016-10-21
*
Removed the now obsolete EntityStore
Christian Mollekopf
2016-10-21
*
Refactor how the storage is used.
Christian Mollekopf
2016-10-21
*
Don't access the propertyFilter list directly.
Christian Mollekopf
2016-09-27
*
Don' create new entities on flag change.
Christian Mollekopf
2016-09-15
*
Ported to the kasync revamp
Christian Mollekopf
2016-09-15
*
A new debug system.
Christian Mollekopf
2016-07-07
*
Commit all databases in the same interval
Christian Mollekopf
2016-06-20
*
Don't create a transaction for every appended message.
Christian Mollekopf
2016-06-20
*
A working mailtransport resource
Christian Mollekopf
2016-06-17
*
Fixed issues found by clang analyzer
Christian Mollekopf
2016-06-14
*
Get folder moves to work, and fix the mime message moving.
Christian Mollekopf
2016-06-13
*
Create the drafts folder if necessary and merge it with the source
Christian Mollekopf
2016-06-10
*
Moved query logic to EntityReader to make it reusable in the resource.
Christian Mollekopf
2016-06-09
*
A way to retrieve the last revision during changereplay.
Christian Mollekopf
2016-06-03
*
Avoid referencing stale transactions
Christian Mollekopf
2016-05-31
*
Fixed genericresource so it works with the maildirresourcetest
Christian Mollekopf
2016-05-29
*
Moved the classes to individual files
Christian Mollekopf
2016-05-28