about summary refs log tree commit diff stats
path: root/src/tools/http_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-2/+0
| | | | | | | _GNU_SOURCE was even in some files where it was not needed at all (http*). Let's replace asprintf() with g_strdup_printf().
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
| | | | Related to https://github.com/profanity-im/profanity/issues/1512
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-041-19/+0
|
* Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-161-16/+12
|
* Move common http tool code to http_commonWilliam Wennerström2020-11-161-0/+98
' href='#n120'>120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159