summaryrefslogtreecommitdiffstats
path: root/common/commandprocessor.cpp
Commit message (Collapse)AuthorAge
* Fixed a bunch of warningsChristian Mollekopf2018-05-24
|
* Revert "Fixed warnings"Christian Mollekopf2017-11-12
| | | | | | Doesn't work with CATCH_ERRORS=ON This reverts commit 2bb2a10f5c4010d168b3d26e9937cf26365a0d0c.
* Fixed warningsChristian Mollekopf2017-11-10
|
* Only send notifications about being connected if we did somethingChristian Mollekopf2017-03-28
| | | | | | against the source. We used to replay no changes and then claim the resource was online.
* No need to wrap those in jobsChristian Mollekopf2017-03-13
|
* Port away from syncStartv0.1.0Christian Mollekopf2017-03-02
|
* Support dependencies between sync requests.Christian Mollekopf2017-01-22
| | | | | | | | | | If one sync task depends on the previous sync task we want to flush in between, so we can query for the results of the previous sync request locally. If we detect such a dependency we temporarily halt all processing of synchronization requests until the flush completes, so we can continue processing.
* Fixed build issues with pedantic enabledChristian Mollekopf2017-01-12
|
* syncThen is no longer necessaryChristian Mollekopf2017-01-12
|
* More Log::ContextChristian Mollekopf2016-12-22
|
* Adapt to kasync changesChristian Mollekopf2016-12-12
|
* Debug outputChristian Mollekopf2016-12-06
|
* Don't reference temporary memoryChristian Mollekopf2016-11-29
|
* The synchronization call can be sync.Christian Mollekopf2016-11-29
| | | | | ... because we really just enqueue the request and then wait for the notification.
* CleanupChristian Mollekopf2016-11-29
|
* Used the CommandProcessor as central place for all command processing.Christian Mollekopf2016-11-28
|
* Moved the flush command to the command processor.Christian Mollekopf2016-11-28
|
* Moved inspection commands to a separate inspector.Christian Mollekopf2016-11-28
|
* Move the commandprocessor to a separate file.Christian Mollekopf2016-11-28