Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Store entities with revisions | Christian Mollekopf | 2015-09-11 | |
| | ||||
* | Simplified dummyresource indexingcode | Christian Mollekopf | 2015-09-08 | |
| | ||||
* | Reduced duplication in dummy synchronization code | Christian Mollekopf | 2015-09-08 | |
| | ||||
* | DummyStore that is not overly complicated by using flatbuffers. | Christian Mollekopf | 2015-09-08 | |
| | ||||
* | A folder dummy folder facade and a folder property for mails. | Christian Mollekopf | 2015-09-08 | |
| | | | | Mails in inbox! | |||
* | Added support for mails to akonadi and the dummyresource. | Christian Mollekopf | 2015-09-08 | |
| | | | | Adding new types definitely needs to become easier. | |||
* | Store indexes as named databases in the same db. | Christian Mollekopf | 2015-08-23 | |
| | | | | | | Because we also keep using the same transactions this finally makes the resource somewhat performant. On my system genericresourcebenchmark now processes ~4200 messages per second instead of ~280. | |||
* | Untangled the include dependencies a bit. | Christian Mollekopf | 2015-08-13 | |
| | | | | We no longer depend on clientapi.h from everywhere. | |||
* | Made the pipeline an implementation detail of the resource. | Christian Mollekopf | 2015-07-30 | |
| | | | | | This removes one dependency from the Listener and will allow us to test the Listener better. | |||
* | Deal with non-existing index | Christian Mollekopf | 2015-07-23 | |
| | ||||
* | Modify/Delete commands | Christian Mollekopf | 2015-07-14 | |
| | ||||
* | cleanup | Christian Mollekopf | 2015-07-09 | |
| | ||||
* | Read-only transaction during sync. | Christian Mollekopf | 2015-07-09 | |
| | ||||
* | Use remoteId index instead of scan | Christian Mollekopf | 2015-07-09 | |
| | ||||
* | Moved SimpleResourceProcessor | Christian Mollekopf | 2015-07-09 | |
| | | | | Not really where it belongs, but at least more generic | |||
* | Moved the dummy backend to a separate file. | Christian Mollekopf | 2015-07-09 | |
| | ||||
* | Use the resource instance name | Christian Mollekopf | 2015-07-07 | |
| | ||||
* | Differentiate between resource name and instance identifier | Christian Mollekopf | 2015-06-08 | |
| | ||||
* | Moved default read/write property mapper to TypeImplementation | Christian Mollekopf | 2015-05-31 | |
| | | | | | There is always exactly one default buffer that we can centralize in TypeImplementation. | |||
* | Centralized type specific code. | Christian Mollekopf | 2015-05-25 | |
| | ||||
* | Adapt to KAsync namespace change | Dan Vrátil | 2015-05-15 | |
| | ||||
* | Moved generic part of resource implementation to GenericResource | Christian Mollekopf | 2015-04-20 | |
| | ||||
* | Moved client and dummyresource to examples/ | Christian Mollekopf | 2015-04-19 | |