aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/http_util
Commit message (Expand)AuthorAgeFilesLines
* Make exceptions easier to translate to error codesJack Lloyd2018-11-232-13/+16
* Add an overall timeout to the HTTP requestJack Lloyd2017-12-171-0/+8
* Expose timeouts to the HTTP APIJack Lloyd2017-12-172-11/+26
* Add timeouts to Asio socketsJack Lloyd2017-12-175-368/+17
* Additional final annotationsJack Lloyd2017-10-151-1/+1
* Address various GCC warningsJack Lloyd2017-10-061-1/+1
* Simplify header includes in socket.cppJack Lloyd2017-10-031-9/+3
* Add missing include mem_ops.h in socket.cppSimon Warta2017-10-031-0/+2
* Move socket implementation into module http_utilSimon Warta2017-10-034-1/+365
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-6/+6
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-5/+6
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-7/+7
* Script the Windows CI buildJack Lloyd2017-09-081-4/+0
* 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-042-1/+50
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-13/+13
* 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-302-32/+101
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-122-9/+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
* Missing addsJack Lloyd2015-12-111-0/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-112-9/+9
* lib/utils: Convert &vec[0] to vec.data()Simon Warta2015-06-231-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Add default constructors to work around VC2013 issue. Github #17lloyd2014-05-011-0/+2
* Check Content-Length of HTTP responseslloyd2014-04-051-1/+10
* Move lib into srclloyd2014-01-103-0/+318