summaryrefslogtreecommitdiffstats
path: root/common/commands/synchronize.fbs
Commit message (Collapse)AuthorAge
* Added the flush command.Christian Mollekopf2016-11-25
| | | | | | | Instead of trying to actually flush queues, we send a special command through the same queues as the other commands and can thus guarantee that the respective commands have been processed without blocking anything.
* Implement debug stream operators for query.Christian Mollekopf2016-11-07
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Moved all commands in to the Commands namespaceChristian Mollekopf2016-01-19
|
* A way to ensure all messages have been processed.Christian Mollekopf2015-01-25
As queries become reactive this should become less important. We can then just wait until all results become available. For tests it is in either case useful though.