Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-10-15 | use -Wextra | Johannes Berg | 1 | -1/+1 | |
2007-10-14 | use $(CONFIG) everywhere | Johannes Berg | 1 | -3/+3 | |
2007-10-14 | clean all .so files | Johannes Berg | 1 | -1/+1 | |
2007-10-14 | allow setting plugin name from config, using CONFIG=conffile instead of .config | Johannes Berg | 1 | -6/+7 | |
2007-10-02 | change build system a bit | Johannes Berg | 1 | -5/+8 | |
Before this change it used to rm $objs after building, also this change introduces a new PLUGIN_NAME variable so you can override the plugin name from the make command line. | |||||
2007-10-01 | fix crm114 build bug | Johannes Berg | 1 | -0/+3 | |
2007-10-01 | fix error in config handling | Johannes Berg | 1 | -1/+1 | |
2007-10-01 | don't configure a backend by default and make a nice error for that case | Johannes Berg | 1 | -0/+7 | |
2007-10-01 | add non-working SQL logger backend | Johannes Berg | 1 | -0/+4 | |
It doesn't work with sqlite for the following reasons: (1) sqlite is buggy and needs sql_connect() before starting a transaction although the API states that isn't the case (2) sqlite doesn't understand ON DUPLICATE (1) leads to a segfault when used with dict-proxy. Also see the comment in the source code for the broken transaction handling in this backend. | |||||
2007-10-01 | rename, add install target | Johannes Berg | 1 | -3/+6 | |
2007-10-01 | start box plugin experiment, seems not to work | Johannes Berg | 1 | -11/+14 | |
2007-09-30 | Make it build against dovecot 1.1 | Johannes Berg | 1 | -0/+2 | |
Untested, use at your own risk, mostly consisted of copying changes from the cmd-copy.c implementation into plugin.c. | |||||
2007-09-30 | grammar fix | Johannes Berg | 1 | -1/+1 | |
2007-09-30 | seems to work | Johannes Berg | 1 | -2/+5 | |
2007-09-30 | start of rewrite | Johannes Berg | 1 | -0/+53 | |