Commit Graph

14 Commits

Author SHA1 Message Date
Albert S. 5f83981d68 utils: readCompleteFile(): Fix error string which is too generic without context 2022-04-03 11:07:26 +02:00
Albert S. 16c352c6af utils: readCompleteFile(): Throw exception if file can't be opened 2022-03-27 19:47:52 +02:00
Albert S. c5435c52f4 utils: Rename/Add date functions 2022-03-27 08:29:13 +02:00
Albert S. 9593429f95 utils: trim(): Take string_view 2021-10-10 20:15:28 +02:00
Albert S. 92e7390056 utils: Pass by value where it makes sense 2021-10-10 20:15:28 +02:00
Albert S. 5037a17fba utils: introduce trim() 2021-10-03 16:51:04 +02:00
Albert S. 88816a4015 utils: html_xss(): Add ' and &
They REALLY should have been there from the beginning...
2021-06-15 18:37:52 +02:00
Albert S. 4dc688f9eb utils: split: Rename all splitBy*() variants to split() 2021-04-18 13:35:02 +02:00
Albert S. 09ac87736d utils: localtime is not threadsafe, use localtime_r 2020-04-20 16:29:34 +02:00
Albert S. 3b2578b7f9 utils: simplify/optimize escaping 2020-04-19 22:45:51 +02:00
Albert S. b53aeadb8e don't link with boost anymore as regex is handled by std now 2020-04-19 17:02:21 +02:00
Albert S. 5df89f0491 replace boost regex with std 2020-03-18 22:00:15 +01:00
Albert S. 882871c34f Temporarily switch to boost::regex
In combination with musl, parser crashed. glibc fine. Could not pinpoint
down the exact reason mainly due to time constraints. Strange, in both
cases actually libstdc++ is used, so this is very odd.
2018-11-11 21:37:59 +01:00
Albert S. 3bfebfe8a8 Let's make (git) history! 2018-11-03 17:12:20 +01:00