summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
Commit message (Collapse)AuthorAge
* Cleanup revisions with a delayChristian Mollekopf2015-10-12
|
* Change replayChristian Mollekopf2015-10-10
| | | | | So far only includes modifications and additions, removals are not yet stored as separate revisions.
* Revision cleanupChristian Mollekopf2015-09-29
|
* Less noise and better error handling.Christian Mollekopf2015-08-23
| | | | | Trying to read from non-existant databases no longer prints error messages.
* Disconnect slot once we're doneChristian Mollekopf2015-08-20
|
* Got transactions to work.Christian Mollekopf2015-08-19
| | | | | With an ugly hack, we'll need to solve this in the messagequeue properly.
* This doesn't work yet together with waitForFinishedChristian Mollekopf2015-08-19
|
* Transactions in the pipelineChristian Mollekopf2015-08-19
|
* Batch dequeue in messagequeue.Christian Mollekopf2015-08-18
| | | | | The messagequeue removes all dequeued values once all values have been processed in a single transaction.
* Almost working batch dequeuesChristian Mollekopf2015-08-14
|
* Untangled the include dependencies a bit.Christian Mollekopf2015-08-13
| | | | We no longer depend on clientapi.h from everywhere.
* waitForDrained to avoid duplicationChristian Mollekopf2015-08-11
|
* Made the pipeline an implementation detail of the resource.Christian Mollekopf2015-07-30
| | | | | This removes one dependency from the Listener and will allow us to test the Listener better.
* Forward revision updates through resourceChristian Mollekopf2015-07-28
|
* Pass command around as QByteArrayChristian Mollekopf2015-07-23
| | | | | | | Simpler api, GenericResource didn't honor size anyways, and we copy the command for now to avoid sideeffects of data coming in in the meantime (although that should generally work since data is always appended).
* Skip commands we fail to process so we don't get stuckChristian Mollekopf2015-07-19
|
* Modify/Delete commandsChristian Mollekopf2015-07-14
|
* Use the resource instance nameChristian Mollekopf2015-07-07
|
* Fixed all warningsChristian Mollekopf2015-07-07
|
* Centralized type specific code.Christian Mollekopf2015-05-25
|
* Remove invalid commentsChristian Mollekopf2015-05-25
| | | | The lifetime is now correctly controlled by the execution.
* Adapt to KAsync namespace changeDan Vrátil2015-05-15
|
* CleanupChristian Mollekopf2015-04-29
|
* Moved generic part of resource implementation to GenericResourceChristian Mollekopf2015-04-20