Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Shorten the types to be more distinctive. | Christian Mollekopf | 2016-07-08 | |
| | | | | | The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter. | |||
* | Control debugoutput during tests with sinksh. | Christian Mollekopf | 2016-07-08 | |
| | ||||
* | A new debug system. | Christian Mollekopf | 2016-07-07 | |
| | | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names. | |||
* | Catch errors | Christian Mollekopf | 2016-06-21 | |
| | ||||
* | Use shared preprocessors in mailtransport. | Christian Mollekopf | 2016-06-19 | |
| | ||||
* | A working mailtransport resource | Christian Mollekopf | 2016-06-17 | |
| | ||||
* | Initial version of the mailtransport resource | Christian Mollekopf | 2016-06-17 | |
| | ||||
* | A central place to generate uuid's | Christian Mollekopf | 2016-06-05 | |
| | ||||
* | Protect against resources we can't instantiate. | Christian Mollekopf | 2016-04-28 | |
| | ||||
* | Added a mailtransport resource for smtp | Christian Mollekopf | 2016-04-10 | |