aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/http_util/http_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some misc additional clang-tidy warningsJack Lloyd2022-02-061-10/+17
* Use C++17's concat namespace featureJack Lloyd2022-02-061-5/+1
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-3/+3
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Fix Clang warningJack Lloyd2020-10-041-1/+1
* Moved seperation of port number from hostname to http_sync functionJelle van Geel2020-09-261-19/+19
* Updated HTTP Utils so that OCSP responder URLs that contain a non standard po...Jelle van Geel2020-09-171-2/+15
* Add -Werror mode for CI buildJack Lloyd2019-12-031-1/+2
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+1
* Add an overall timeout to the HTTP requestJack Lloyd2017-12-171-0/+8
* Expose timeouts to the HTTP APIJack Lloyd2017-12-171-8/+19
* Add timeouts to Asio socketsJack Lloyd2017-12-171-1/+1
* Move socket implementation into module http_utilSimon Warta2017-10-031-0/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-6/+6
* Refactor network code used in http_utilJack Lloyd2017-09-031-138/+18
* Use anonymous namespace to fix static buildRené Korthaus2017-08-041-0/+4
* Add support for Windows sockets to http_utilRené Korthaus2017-08-041-1/+46
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-7/+7
* Add missing netinet includes for sockaddr_inlouiz’2016-12-081-0/+1
* MSVC doesnt support #warningJack Lloyd2016-11-231-1/+1
* Somewhat better errors in HTTPJack Lloyd2016-11-231-5/+9
* Remove remaining old style casts.Jack Lloyd2016-11-091-1/+1
* HTTP for plain socketsJack Lloyd2016-10-301-23/+91
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-121-5/+0
* String comparision fixesDaniel Neus2016-01-041-2/+2
* some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+0
* Disable asio serial port support to avoid Darwin braindamage. GH #350Jack Lloyd2015-12-111-1/+9
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-8/+8
* lib/utils: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Check Content-Length of HTTP responseslloyd2014-04-051-1/+10
* Move lib into srclloyd2014-01-101-0/+220