summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* src/utils/resources.c: Convert static const error_document var to macroPatrick McDermott2017-11-011-14/+14
| | | | | | | | | | Fixes: CC src/utils/marquee-resources.o src/utils/resources.c: In function ‘mq_resource_response’: src/utils/resources.c:64:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] path, error->message), -1, g_free); ^
* src/utils/string-utils.[ch]: Rename to src/utils/string.[ch]Patrick McDermott2017-11-013-2/+2
|
* src/utils/local.mk: New filePatrick McDermott2017-11-011-0/+4
| | | | And update src/local.mk.
* src/string-utils.[ch]: Move under src/utils/Patrick McDermott2017-11-012-0/+111
|
* src/resources.[ch]: Move under src/utils/Patrick McDermott2017-11-012-0/+97
|
* src/html.[ch]: Move under src/utils/Patrick McDermott2017-11-012-0/+791