summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
Commit message (Expand)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
* mq_config_new(): Add a profile type argumentPatrick McDermott2017-11-061-6/+9
* MqConfig: Add default cases to switchesPatrick McDermott2017-11-011-0/+6
* src/config.[ch], src/settings.[ch]: Move under src/config/Patrick McDermott2017-11-011-0/+529