summaryrefslogtreecommitdiffstats
path: root/common/resourceconfig.h
Commit message (Collapse)AuthorAge
* Migrate from sink.dav to sink.carddavChristian Mollekopf2018-03-29
|
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Use ConfigStore for accountsChristian Mollekopf2016-04-11
|
* Added support for accountsChristian Mollekopf2016-03-15
|
* Use Sink instead of SinkCommonChristian Mollekopf2016-02-09
|
* Insall sincommon_export.hChristian Mollekopf2016-01-31
|
* Explicitly state visibilityChristian Mollekopf2016-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 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.
* 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.
* Filter queries by available resources, and filter resources byChristian Mollekopf2015-07-08
| | | | resource-types
* Extracted resource configChristian Mollekopf2015-07-08