summaryrefslogtreecommitdiffstats
path: root/common/genericresource.cpp
Commit message (Collapse)AuthorAge
* 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