A tool for downloading and analysing server info from OriginsRO
Find a file
King_DuckZ 8b09d7da53 Store headers as string lines
curl ultimately expects null-terminated strings and
makes a copy of each, so it's pointless to mess
around with string_views and stuff if I have to make
a copy for curl at the end anyways.
2020-08-29 15:18:33 +01:00
sample_responses Add new sample response 2020-08-16 17:44:41 +01:00
src Store headers as string lines 2020-08-29 15:18:33 +01:00
subprojects Don't install unnecessary files 2020-08-28 01:35:07 +01:00
.gitignore Add simdjson wrap file and meson scripts 2020-08-28 01:07:12 +01:00
.gitmodules Change SQLiteCpp into a wrap file 2020-08-28 00:04:31 +01:00
COPYING Attach GPL3+ licence 2020-08-10 11:22:25 +01:00
example.c Add example file that's been there forever 2020-08-12 01:07:45 +01:00
meson.build Add curlcpp subproject 2020-08-27 23:55:15 +01:00
meson_options.txt Add an option to enable/disable sqlite backend 2020-08-22 01:30:04 +01:00
orotool.conf Move backend name to config file 2020-08-22 02:30:00 +01:00