summaryrefslogtreecommitdiffstats
path: root/dummyresource
Commit message (Expand)AuthorAge
* Use a queryrunner to execute queries.Christian Mollekopf2015-04-15
* Further simplify writing of buffer adaptors.Christian Mollekopf2015-04-12
* Merge remote-tracking branch 'origin/develop' into developChristian Mollekopf2015-04-12
|\
| * Fix build (flatbuffers API changed)Dan Vrátil2015-04-10
* | More generic domainadpator code.Christian Mollekopf2015-04-12
* | checkpointChristian Mollekopf2015-04-10
* | commentsChristian Mollekopf2015-04-09
* | Moved generic parts of the domain adaptor to commonChristian Mollekopf2015-04-09
* | Renamed Akonadi::Domain to Akonadi::ApplicationDomainChristian Mollekopf2015-04-09
* | Refactored buffer extraction from vector.Christian Mollekopf2015-04-09
* | Started a facade base implementation.Christian Mollekopf2015-04-09
* | Use QByteArray instead of QStringChristian Mollekopf2015-04-09
* | cleanupChristian Mollekopf2015-04-08
* | Wait for all queues to drain in processAllMessages.Christian Mollekopf2015-04-08
* | Fixed typoChristian Mollekopf2015-04-08
* | Some more CreateVector => appendAsVector transformations.Christian Mollekopf2015-04-08
|/
* We have to copy all values anyways, so this transaction is no longer required.Christian Mollekopf2015-04-03
* log messages.Christian Mollekopf2015-04-03
* debug messagesChristian Mollekopf2015-04-03
* Continue processing if there are more messages.Christian Mollekopf2015-04-03
* Cleanup and debug messages.Christian Mollekopf2015-04-02
* Use dowhileChristian Mollekopf2015-04-01
* Refactored resourcefactory further.Christian Mollekopf2015-04-01
* Use Async::whileChristian Mollekopf2015-04-01
* async simplificationsChristian Mollekopf2015-03-31
* Storage: API cleanup/use QByteArray instead of std::stringChristian Mollekopf2015-03-31
* Minor cleanup, less warnings.Christian Mollekopf2015-03-31
* Added JOBAPI todo's.Christian Mollekopf2015-02-02
* introduce a set of isInternalKey functions to hide this impl detailAaron Seigo2015-01-27
* debug outputChristian Mollekopf2015-01-25
* debug output, fixed dummyresourcetestChristian Mollekopf2015-01-25
* A way to ensure all messages have been processed.Christian Mollekopf2015-01-25
* Uid index + query using that index.Christian Mollekopf2015-01-24
* Create buffer with values from domain objectChristian Mollekopf2015-01-21
* Fixed sync, detect errors during sync, wait until sync items are processed un...Christian Mollekopf2015-01-19
* Fixed pipeline.Christian Mollekopf2015-01-19
* Use jobs in queries, sync works again.Christian Mollekopf2015-01-18
* Use jobs to track progress of write commands.Christian Mollekopf2015-01-18
* missing includesChristian Mollekopf2015-01-16
* Asynchronously go through messagequeuesChristian Mollekopf2015-01-16
* Async message queue processing.Christian Mollekopf2015-01-15
* Writing from facade.Christian Mollekopf2015-01-15
* Made the domain adaptor actually work. We can read stuff now.Christian Mollekopf2015-01-07
* Turned synchronizeResource command into a job.Christian Mollekopf2015-01-06
* Pass entity to preprocessor.Christian Mollekopf2015-01-03
* Shared domain adaptors between resource and facade.Christian Mollekopf2015-01-03
* DomainTypeAdaptor factory, per type preprocessor pipeline configuration.Christian Mollekopf2015-01-02
* Buffers wrapped into entity buffer, async command progress tracking.Christian Mollekopf2014-12-28
* unifying buffer, and a better way to implement domain object adapters.Christian Mollekopf2014-12-24
* Write-Read loop from clientside.Christian Mollekopf2014-12-21