summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Don't break the maildirresourcetestChristian Mollekopf2015-12-22
| | | | It relies on being able to specify the identifier for the time being.
* A benchmark for resource writing memory usageChristian Mollekopf2015-12-22
|
* Debug outputChristian Mollekopf2015-12-22
|
* Remove all resource data with the resource.Christian Mollekopf2015-12-22
|
* Turn operations of resources into a special case.Christian Mollekopf2015-12-22
| | | | | | Resources don't live inside a resource context, and as such inherently are a special case. By also removing the option to manually specify the identifier, the commandline is a lot easier to use.
* Expect what we can rely onChristian Mollekopf2015-12-22
|
* Don't crash without metadata.Christian Mollekopf2015-12-22
| | | | Used in tests.
* Only load the properties we need.Christian Mollekopf2015-12-22
| | | | ...and adjust the test accordingly with what we expect.
* Threadboundary cleanupChristian Mollekopf2015-12-22
|
* An automated test that keeps memory usage in check.Christian Mollekopf2015-12-22
| | | | And ensures we scale linearly with the number of entities.
* Support the attachment propertyChristian Mollekopf2015-12-21
|
* Print a warning when operating on a file that doesn't exist.Christian Mollekopf2015-12-21
|
* Output formattingChristian Mollekopf2015-12-21
|
* The generator should produce values one by one.Christian Mollekopf2015-12-20
| | | | | k ...not all at once.
* Use the logging mechanism we have.Christian Mollekopf2015-12-20
|
* Generalized the sync algorithms and applied them to mail.Christian Mollekopf2015-12-20
| | | | | Not necessarily the smartest algorithms, but at least they work and are generally applicable.
* Fixed clientapitestChristian Mollekopf2015-12-19
|
* Avoid starting resources on non-live queries.Christian Mollekopf2015-12-19
|
* CleanupChristian Mollekopf2015-12-19
|
* Make the akonadi2_client more genericChristian Mollekopf2015-12-19
| | | | | One syntax for all entity types and a generic mechanism to execute operations.
* Detect modifications and removals on folders in the maildirresourceChristian Mollekopf2015-12-18
|
* If we know what we want, we can get directly that.Christian Mollekopf2015-12-17
|
* Make queries by id workChristian Mollekopf2015-12-17
|
* Fixed buildChristian Mollekopf2015-12-17
|
* added missing fileChristian Mollekopf2015-12-17
|
* Less repetitionChristian Mollekopf2015-12-17
|
* Removed an unnecessary member variableChristian Mollekopf2015-12-17
|
* Use testFlagChristian Mollekopf2015-12-17
|
* Use domain adaptor in maildirresourceChristian Mollekopf2015-12-17
|
* Fixed maildirresourcetestChristian Mollekopf2015-12-17
|
* Use the terser version to express the same thingChristian Mollekopf2015-12-17
|
* Use the domain adaptor in the synchornization code of the dummyChristian Mollekopf2015-12-17
| | | | | | | resource as well. The code is easier to read that way, depends less on flatbuffers, and there is no measurable impact on performance.
* This is how we can look at the memory layoutChristian Mollekopf2015-12-17
|
* Debug outputChristian Mollekopf2015-12-17
|
* Expose the mimeMessage property.Christian Mollekopf2015-12-17
|
* All mails must have a different identifier.Christian Mollekopf2015-12-16
|
* Allow passing the resource configuration to the resourceChristian Mollekopf2015-12-16
|
* Get the maildir resource to work.Christian Mollekopf2015-12-16
| | | | | The subfolder implementation is not according to any standard it seems, but at least it works for now.
* A read-only maildir resource.Christian Mollekopf2015-12-15
| | | | Respectively a first prototype thereof.
* DocsChristian Mollekopf2015-12-15
|
* A simple resource configuration mechanismChristian Mollekopf2015-12-15
| | | | | We simply write all properties we don't know to a config file. Resources can pick up configurations as they are started.
* Avoid duplication accross resource implementationsChristian Mollekopf2015-12-15
|
* Added a way to gather some db statistics.Christian Mollekopf2015-12-15
|
* Build with latest flatbuffersChristian Mollekopf2015-12-14
| | | | We now have actual booleans
* Changed akonadi2_client command syntax.Christian Mollekopf2015-12-13
| | | | It's now akonadi2_client $command [$type] ...
* Avoid constantly rebuilding the whole project.Christian Mollekopf2015-12-13
| | | | | | | The buffer definitions seldomly change, yet we rebuild everything everytime. With this change buffer definitions are only rebuild with "make generate_bindings". I so far failed to only recompile the buffer if the bufferschema was modifed, so we'll just try with this.
* Ensure we process the query also if no resource is available.Christian Mollekopf2015-12-13
|
* Load entities from multiple resourcesChristian Mollekopf2015-12-13
|
* List resources properlyChristian Mollekopf2015-12-10
|
* Mail by folder query testChristian Mollekopf2015-12-10
|