Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Migrate from sink.dav to sink.carddav | Christian Mollekopf | 2018-03-29 |
| | |||
* | Don't encode the resource type into the identifier | Christian Mollekopf | 2016-04-17 |
| | |||
* | Use ConfigStore for accounts | Christian Mollekopf | 2016-04-11 |
| | |||
* | Added support for accounts | Christian Mollekopf | 2016-03-15 |
| | |||
* | Use Sink instead of SinkCommon | Christian Mollekopf | 2016-02-09 |
| | |||
* | Insall sincommon_export.h | Christian Mollekopf | 2016-01-31 |
| | |||
* | Explicitly state visibility | Christian Mollekopf | 2016-01-31 |
| | | | | | | | | | This cuts the exportet symbols from 12k to 2k and the library size from 16Mb to 14Mb, which isn't great but still an improvement. About 30% of the symbols are coming from the Store:: interface. nm -C -D /work/install/lib64/libsinkcommon.so.0.1 | ||
* | 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. | ||
* | 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. | ||
* | Filter queries by available resources, and filter resources by | Christian Mollekopf | 2015-07-08 |
| | | | | resource-types | ||
* | Extracted resource config | Christian Mollekopf | 2015-07-08 |