summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
Commit message (Collapse)AuthorAgeFilesLines
* mq_config_new(): Use g_new0() instead of malloc()Patrick McDermott2017-11-121-1/+1
|
* mq_config_deref(): Rename to mq_config_free()Patrick McDermott2017-11-081-1/+1
|
* mq_config_deref(): New functionPatrick McDermott2017-11-061-0/+10
|
* mq_config_new(): Set cookies.accept to "no-third-party" by defaultPatrick McDermott2017-11-061-1/+1
| | | | For any profile type.
* mq_config_new(): Add a profile type argumentPatrick McDermott2017-11-061-6/+9
|
* MqConfig: Add default cases to switchesPatrick McDermott2017-11-011-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 McDermott2017-11-011-0/+529