orotool/src
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
..
eventia Restore timeouts from previous run 2020-08-16 06:28:58 +01:00
gnulib@444acd314f Add base64 decoding function 2020-08-10 02:35:27 +01:00
nap Store headers as string lines 2020-08-29 15:18:33 +01:00
oro Move rest stuff into nap subdir. 2020-08-29 12:34:55 +01:00
roar11 Properly handle SIGINT to quit. 2020-08-15 14:55:59 +01:00
app_config.cpp Move backend name to config file 2020-08-22 02:30:00 +01:00
app_config.hpp Move backend name to config file 2020-08-22 02:30:00 +01:00
base64.cpp Attach GPL3+ licence 2020-08-10 11:22:25 +01:00
base64.hpp Attach GPL3+ licence 2020-08-10 11:22:25 +01:00
config.hpp.in Move backend name to config file 2020-08-22 02:30:00 +01:00
evloop.cpp Group parameters in a TimerSettings struct 2020-08-16 13:41:32 +01:00
evloop.hpp Move TimerBase's g_extra_wait out to the settings file 2020-08-16 13:31:08 +01:00
ini_file.cpp Add ini file parser from kamokan and meson option for config path 2020-08-10 12:24:39 +01:00
ini_file.hpp Add ini file parser from kamokan and meson option for config path 2020-08-10 12:24:39 +01:00
main.cpp Move backend name to config file 2020-08-22 02:30:00 +01:00
meson.build Start working on QuickRest 2020-08-29 14:28:47 +01:00
timer_base.cpp Group parameters in a TimerSettings struct 2020-08-16 13:41:32 +01:00
timer_base.hpp Group parameters in a TimerSettings struct 2020-08-16 13:41:32 +01:00
timer_oro_api.cpp Try to manage error responses 2020-08-16 17:46:32 +01:00
timer_oro_api.hpp Try to manage error responses 2020-08-16 17:46:32 +01:00