Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adapt to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | Added the flush command. | Christian Mollekopf | 2016-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. | ||
* | Cleanup | Christian Mollekopf | 2016-11-14 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Moved Notifier and ResourceAccess to separate files. | Christian Mollekopf | 2016-02-10 |