Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support for storage upgrades | Christian Mollekopf | 2018-01-30 |
| | |||
* | Avoid storing the password in the configuration | Christian Mollekopf | 2017-09-18 |
| | | | | | | | The password (or any other secret), is now cached in the client process (in-memory only), and delivered to the resource via command. The resource avoids doing any operations against the source until the secret is available. | ||
* | Limit the buffering on write. | Christian Mollekopf | 2017-05-04 |
| | | | | Otherwise the system becomes rather unresponsive under load. | ||
* | Removed unused command. | Christian Mollekopf | 2016-11-25 |
| | |||
* | Added the flush command. | Christian Mollekopf | 2016-11-25 |
| | | | | | | | Instead of trying to actually flush queues, we send a special command through the same queues as the other commands and can thus guarantee that the respective commands have been processed without blocking anything. | ||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Use Sink instead of SinkCommon | Christian Mollekopf | 2016-02-09 |
| | |||
* | Executed database removal in the resource instead of the client. | Christian Mollekopf | 2016-02-08 |
| | | | | | The resource doesn't really notify all clients properly about the removal, but the tests all still pass. | ||
* | Insall sincommon_export.h | Christian Mollekopf | 2016-01-31 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Moved all commands in to the Commands namespace | Christian Mollekopf | 2016-01-19 |
| | |||
* | Draft of inspection API | Christian Mollekopf | 2016-01-18 |
| | |||
* | Let clients tell the resource when they no longer require a revision. | Christian Mollekopf | 2015-10-19 |
| | |||
* | Tested command loop with Ping command. | Christian Mollekopf | 2015-07-30 |
| | | | | | | Ping is a command that by definition doesn't affect the resource, and thus can be used at all times to check if the resource is still alive. | ||
* | Log messages | Christian Mollekopf | 2015-04-18 |
| | |||
* | Shutdown notification to achieve a clean shutdown. | Christian Mollekopf | 2015-03-31 |
| | | | | | | | Otherwise the client always restarts the resource because of the lost connection. We currently require this in tests to be able to delete the db, but eventually we likely want a "disable akonadi" function that shuts resources down, and keeps clients from restarting them (e.g. via configuration). | ||
* | Shutdown command for synchronizers, used by the dummyresourcetest. | Christian Mollekopf | 2015-01-30 |
| | | | | | Otherwise the synchronizer keeps a Storage object alive, while the tests deletes the db. This causes subsequent writes to fail in the next test. | ||
* | add pipelines (as a sketch only), message ids and message responses | Aaron Seigo | 2014-12-16 |
| | |||
* | a more complete command set | Aaron Seigo | 2014-12-16 |
| | |||
* | support writing commands without buffers and with pre-allocated buffers | Aaron Seigo | 2014-12-16 |
| | |||
* | lgpl | Aaron Seigo | 2014-12-15 |
| | |||
* | namespace everything in libs with Akonadi2 | Aaron Seigo | 2014-12-15 |
| | |||
* | compile ixes, make akonadi2common an actual shared lib | Aaron Seigo | 2014-12-14 |
| | |||
* | consolidate command writing to avoid duplicating those 4 lines everywhere | Aaron Seigo | 2014-12-02 |
| | |||
* | send revision updates from resource to client | Aaron Seigo | 2014-12-01 |
| | | | | this includes an initial revision message on connect | ||
* | namespace for command ids | Aaron Seigo | 2014-11-21 |