Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't break the maildirresourcetest | Christian Mollekopf | 2015-12-22 |
| | | | | It relies on being able to specify the identifier for the time being. | ||
* | A benchmark for resource writing memory usage | Christian Mollekopf | 2015-12-22 |
| | |||
* | Debug output | Christian Mollekopf | 2015-12-22 |
| | |||
* | Remove all resource data with the resource. | Christian Mollekopf | 2015-12-22 |
| | |||
* | Turn operations of resources into a special case. | Christian Mollekopf | 2015-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 on | Christian Mollekopf | 2015-12-22 |
| | |||
* | Don't crash without metadata. | Christian Mollekopf | 2015-12-22 |
| | | | | Used in tests. | ||
* | Only load the properties we need. | Christian Mollekopf | 2015-12-22 |
| | | | | ...and adjust the test accordingly with what we expect. | ||
* | Threadboundary cleanup | Christian Mollekopf | 2015-12-22 |
| | |||
* | An automated test that keeps memory usage in check. | Christian Mollekopf | 2015-12-22 |
| | | | | And ensures we scale linearly with the number of entities. | ||
* | Support the attachment property | Christian Mollekopf | 2015-12-21 |
| | |||
* | Print a warning when operating on a file that doesn't exist. | Christian Mollekopf | 2015-12-21 |
| | |||
* | Output formatting | Christian Mollekopf | 2015-12-21 |
| | |||
* | The generator should produce values one by one. | Christian Mollekopf | 2015-12-20 |
| | | | | | k ...not all at once. | ||
* | Use the logging mechanism we have. | Christian Mollekopf | 2015-12-20 |
| | |||
* | Generalized the sync algorithms and applied them to mail. | Christian Mollekopf | 2015-12-20 |
| | | | | | Not necessarily the smartest algorithms, but at least they work and are generally applicable. | ||
* | Fixed clientapitest | Christian Mollekopf | 2015-12-19 |
| | |||
* | Avoid starting resources on non-live queries. | Christian Mollekopf | 2015-12-19 |
| | |||
* | Cleanup | Christian Mollekopf | 2015-12-19 |
| | |||
* | Make the akonadi2_client more generic | Christian Mollekopf | 2015-12-19 |
| | | | | | One syntax for all entity types and a generic mechanism to execute operations. | ||
* | Detect modifications and removals on folders in the maildirresource | Christian Mollekopf | 2015-12-18 |
| | |||
* | If we know what we want, we can get directly that. | Christian Mollekopf | 2015-12-17 |
| | |||
* | Make queries by id work | Christian Mollekopf | 2015-12-17 |
| | |||
* | Fixed build | Christian Mollekopf | 2015-12-17 |
| | |||
* | added missing file | Christian Mollekopf | 2015-12-17 |
| | |||
* | Less repetition | Christian Mollekopf | 2015-12-17 |
| | |||
* | Removed an unnecessary member variable | Christian Mollekopf | 2015-12-17 |
| | |||
* | Use testFlag | Christian Mollekopf | 2015-12-17 |
| | |||
* | Use domain adaptor in maildirresource | Christian Mollekopf | 2015-12-17 |
| | |||
* | Fixed maildirresourcetest | Christian Mollekopf | 2015-12-17 |
| | |||
* | Use the terser version to express the same thing | Christian Mollekopf | 2015-12-17 |
| | |||
* | Use the domain adaptor in the synchornization code of the dummy | Christian Mollekopf | 2015-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 layout | Christian Mollekopf | 2015-12-17 |
| | |||
* | Debug output | Christian Mollekopf | 2015-12-17 |
| | |||
* | Expose the mimeMessage property. | Christian Mollekopf | 2015-12-17 |
| | |||
* | All mails must have a different identifier. | Christian Mollekopf | 2015-12-16 |
| | |||
* | Allow passing the resource configuration to the resource | Christian Mollekopf | 2015-12-16 |
| | |||
* | Get the maildir resource to work. | Christian Mollekopf | 2015-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 Mollekopf | 2015-12-15 |
| | | | | Respectively a first prototype thereof. | ||
* | Docs | Christian Mollekopf | 2015-12-15 |
| | |||
* | A simple resource configuration mechanism | Christian Mollekopf | 2015-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 implementations | Christian Mollekopf | 2015-12-15 |
| | |||
* | Added a way to gather some db statistics. | Christian Mollekopf | 2015-12-15 |
| | |||
* | Build with latest flatbuffers | Christian Mollekopf | 2015-12-14 |
| | | | | We now have actual booleans | ||
* | Changed akonadi2_client command syntax. | Christian Mollekopf | 2015-12-13 |
| | | | | It's now akonadi2_client $command [$type] ... | ||
* | Avoid constantly rebuilding the whole project. | Christian Mollekopf | 2015-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 Mollekopf | 2015-12-13 |
| | |||
* | Load entities from multiple resources | Christian Mollekopf | 2015-12-13 |
| | |||
* | List resources properly | Christian Mollekopf | 2015-12-10 |
| | |||
* | Mail by folder query test | Christian Mollekopf | 2015-12-10 |
| |