Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid non threadsafe initialization. | Christian Mollekopf | 2017-08-31 |
| | | | | | | local static initialization is only threadsafe if initialized on construction. The other codepath is not threadsafe, but is only used in testcode. | ||
* | Reread the location if we enable the test mode | Christian Mollekopf | 2017-05-20 |
| | |||
* | Avoid redoing stuff over and over that we can easily avoid. | Christian Mollekopf | 2017-05-12 |
| | |||
* | Calling mkpath once is enough | Christian Mollekopf | 2017-05-11 |
| | |||
* | Separate config from data and define centrally | Christian Mollekopf | 2016-07-08 |
| | |||
* | A data location for resources | Christian Mollekopf | 2016-05-20 |
| | |||
* | Don't encode the resource type into the identifier | Christian Mollekopf | 2016-04-17 |
| | |||
* | Allow clients to request a temporary file for BLOB properties | Christian Mollekopf | 2016-04-10 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Untangled the include dependencies a bit. | Christian Mollekopf | 2015-08-13 |
We no longer depend on clientapi.h from everywhere. |