summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* LoggingChristian Mollekopf2015-05-01
* Guard against non available facades.Christian Mollekopf2015-05-01
* Synchronize API callChristian Mollekopf2015-05-01
* Don't load facades for no reason.Christian Mollekopf2015-04-30
* Moved resultprovider to separate file.Christian Mollekopf2015-04-30
* CleanupChristian Mollekopf2015-04-29
* Avoid starting the resource for shutdown.Christian Mollekopf2015-04-29
* ResourceAccess: rewrite connection code using jobsChristian Mollekopf2015-04-28
* Listener: Use a lockfile to enforce that only a single instance is running.Christian Mollekopf2015-04-28
* Async::waitChristian Mollekopf2015-04-28
* Async: Nested job error propagation.Christian Mollekopf2015-04-28
* cleanupChristian Mollekopf2015-04-27
* Make use of Async::iterateChristian Mollekopf2015-04-27
* Async: iterate to easily iterate over a container.Christian Mollekopf2015-04-27
* Moved the non-generic code back to dummyresource.Christian Mollekopf2015-04-27
* Use std::shared_ptr instead of QSharedPointer for facade factory.Christian Mollekopf2015-04-27
* Fixed lifetime management of resultSet.Christian Mollekopf2015-04-27
* Keep thread alive until the end of the query, and cleanup the resultSet.Christian Mollekopf2015-04-24
* Moved Console to client.Christian Mollekopf2015-04-21
* Moved generic part of resource implementation to GenericResourceChristian Mollekopf2015-04-20
* Moved complete writing part to GenericFacadeChristian Mollekopf2015-04-19
* Moved client and dummyresource to examples/Christian Mollekopf2015-04-19
* Fixed build.Christian Mollekopf2015-04-19
* Stub for akonadi configuration.Christian Mollekopf2015-04-19
* Avoid error message when initially starting resource.Christian Mollekopf2015-04-19
* Async refactoring in clientapi using each executorChristian Mollekopf2015-04-19
* Fixed void async each.Christian Mollekopf2015-04-19
* Async: Ensure the future passed by reference to the handler remains valid.Christian Mollekopf2015-04-19
* cleanupChristian Mollekopf2015-04-18
* Avoid error while processing messagequeueChristian Mollekopf2015-04-18
* Log messagesChristian Mollekopf2015-04-18
* Moved generic part of load to GenericFacadeChristian Mollekopf2015-04-18
* Renamed the Error log macro to ErrorMsg because of nameclashesChristian Mollekopf2015-04-18
* Cleanup in DummyResourceFacade::loadChristian Mollekopf2015-04-16
* Moved clientapitest to testsChristian Mollekopf2015-04-15
* Log storage errors during query.Christian Mollekopf2015-04-15
* Colorized debug output a bitChristian Mollekopf2015-04-15
* Use a queryrunner to execute queries.Christian Mollekopf2015-04-15
* Always queue commands in resourceaccess.Christian Mollekopf2015-04-12
* Further simplify writing of buffer adaptors.Christian Mollekopf2015-04-12
* Compile with flatbuffers 1.1Christian Mollekopf2015-04-12
* Compile with QT_NO_DEBUGChristian Mollekopf2015-04-12
* Merge remote-tracking branch 'origin/develop' into developChristian Mollekopf2015-04-12
|\
| * Async: add runtime executor tracing for easier debuggingDan Vrátil2015-04-11
| * Async: use baseclass instead of this-> to refer to parent class memberDan Vrátil2015-04-10
| * Fix build (flatbuffers API changed)Dan Vrátil2015-04-10
| * Async: fix build for real this timeDan Vrátil2015-04-10
| * Async: fix buildDan Vrátil2015-04-10
| * Async: const'ifyDan Vrátil2015-04-06
| * Async: improve error handling and error propagationDan Vrátil2015-04-06