Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_config_new(): Use g_new0() instead of malloc() | Patrick McDermott | 2017-11-12 | 1 | -1/+1 |
| | |||||
* | mq_config_deref(): Rename to mq_config_free() | Patrick McDermott | 2017-11-08 | 1 | -1/+1 |
| | |||||
* | mq_config_deref(): New function | Patrick McDermott | 2017-11-06 | 1 | -0/+10 |
| | |||||
* | mq_config_new(): Set cookies.accept to "no-third-party" by default | Patrick McDermott | 2017-11-06 | 1 | -1/+1 |
| | | | | For any profile type. | ||||
* | mq_config_new(): Add a profile type argument | Patrick McDermott | 2017-11-06 | 1 | -6/+9 |
| | |||||
* | MqConfig: Add default cases to switches | Patrick McDermott | 2017-11-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Fixes: CC src/config/marquee-config.o src/config/config.c: In function ‘set_type_or_run_callbacks’: src/config/config.c:332:4: warning: switch missing default case [-Wswitch-default] switch (item->type) { ^ src/config/config.c: In function ‘mq_config_set’: src/config/config.c:429:2: warning: switch missing default case [-Wswitch-default] switch (item->type) { ^ | ||||
* | src/config.[ch], src/settings.[ch]: Move under src/config/ | Patrick McDermott | 2017-11-01 | 1 | -0/+529 |