Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Pass command around as QByteArray | Christian Mollekopf | 2015-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 stuck | Christian Mollekopf | 2015-07-19 |
| | |||
* | Modify/Delete commands | Christian Mollekopf | 2015-07-14 |
| | |||
* | Use the resource instance name | Christian Mollekopf | 2015-07-07 |
| | |||
* | Fixed all warnings | Christian Mollekopf | 2015-07-07 |
| | |||
* | Centralized type specific code. | Christian Mollekopf | 2015-05-25 |
| | |||
* | Remove invalid comments | Christian Mollekopf | 2015-05-25 |
| | | | | The lifetime is now correctly controlled by the execution. | ||
* | Adapt to KAsync namespace change | Dan Vrátil | 2015-05-15 |
| | |||
* | Cleanup | Christian Mollekopf | 2015-04-29 |
| | |||
* | Moved generic part of resource implementation to GenericResource | Christian Mollekopf | 2015-04-20 |