summaryrefslogtreecommitdiffstats
path: root/common/commands.cpp
Commit message (Collapse)AuthorAge
* Removed unused command.Christian Mollekopf2016-11-25
|
* 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.
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Executed database removal in the resource instead of the client.Christian Mollekopf2016-02-08
| | | | | The resource doesn't really notify all clients properly about the removal, but the tests all still pass.
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Moved all commands in to the Commands namespaceChristian Mollekopf2016-01-19
|
* Draft of inspection APIChristian Mollekopf2016-01-18
|
* Let clients tell the resource when they no longer require a revision.Christian Mollekopf2015-10-19
|
* Tested command loop with Ping command.Christian Mollekopf2015-07-30
| | | | | | Ping is a command that by definition doesn't affect the resource, and thus can be used at all times to check if the resource is still alive.
* Log messagesChristian Mollekopf2015-04-18
|
* add pipelines (as a sketch only), message ids and message responsesAaron Seigo2014-12-16
|
* support writing commands without buffers and with pre-allocated buffersAaron Seigo2014-12-16
|
* lgplAaron Seigo2014-12-15
|
* namespace everything in libs with Akonadi2Aaron Seigo2014-12-15
|
* missing fileAaron Seigo2014-12-04