summaryrefslogtreecommitdiffstats
path: root/src/lib/http/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#599,!320] Added another variant of the premature timeout test.Marcin Siodelski2019-05-141-55/+98
* [#599,!320] Implemented unit test for premature timeout.Marcin Siodelski2019-05-131-1/+62
* [#360,!305] Host header is added before other headers in the HTTP request.Marcin Siodelski2019-04-291-2/+7
* [#360,!305] Refactoring HTTP request unit test.Marcin Siodelski2019-04-294-121/+120
* [#360,!305] Added descriptions of unit tests for HTTP request.Marcin Siodelski2019-04-291-0/+31
* [#360,!305] Always include Host header in the HTTP requests.Marcin Siodelski2019-04-291-1/+42
* Unused argument259-libyang-adapt-authoritative_baseFrancis Dupont2018-11-081-1/+1
* [#26,!106] Guard HTTP client connect with timeout.Marcin Siodelski2018-11-071-0/+53
* [master] dates and versions updated for 1.4.0 releaseWlodek Wencel2018-06-143-3/+3
* [master] Merge branch 'trac5205'Marcin Siodelski2018-06-044-3/+61
|\
| * [5205] Improved logging in the HTTP client class.Marcin Siodelski2018-05-302-2/+13
| * [5205] Unit tests for the HTTP message formatting.Marcin Siodelski2018-05-292-1/+48
* | [master] Merge branch 'master' of ssh://git.kea.isc.org/git/keaThomas Markwalder2018-05-291-1/+1
|\|
| * [master] Copyright update to 2018Wlodek Wencel2018-05-241-1/+1
* | [5521] Used a different script that skips generated filesThomas Markwalder2018-05-181-0/+2
* | Revert "[5521] Missing config.h includes added"Thomas Markwalder2018-05-181-2/+0
* | [5521] Missing config.h includes addedTomek Mrugalski2018-05-161-0/+2
|/
* [5620] Http client uses stripped IPv6 address.Marcin Siodelski2018-05-141-6/+9
* [5620] Added Url method for retrieving stripped hostnameMarcin Siodelski2018-05-141-4/+4
* [5451] Addressed review comments.Marcin Siodelski2018-01-182-6/+5
* [5451] Various changes after review.Tomek Mrugalski2018-01-162-34/+56
* [5451] Renamed test file in the Makefile.amMarcin Siodelski2018-01-061-1/+1
* [5451] Renamed listener_unittests.cc to server_client_unittests.ccMarcin Siodelski2018-01-051-0/+0
* [5451] Implemented HTTP client.Marcin Siodelski2018-01-054-23/+601
* [5451] Implemented HTTP response parser.Marcin Siodelski2017-12-202-0/+293
* [5451] Restructure HTTP requests/response to support inbound and outbound.Marcin Siodelski2017-12-197-8/+16
* [5451] Extended HttpResponse for inbound messages.Marcin Siodelski2017-12-182-7/+8
* [5451] Use PostHttpRequestJson for outbound messages.Marcin Siodelski2017-12-152-3/+24
* [5451] HttpRequest can now be used for outbound messages.Marcin Siodelski2017-12-151-0/+45
* [5448] Added test for checking persistent connection after bad request.Marcin Siodelski2017-12-131-2/+53
* [5448] Added support for persistent connections and keep alives.Marcin Siodelski2017-12-132-26/+340
* [5448] Implemented method indicating whether HTTP connection is persistent.Marcin Siodelski2017-12-121-1/+72
* [5448] HTTP headers are case insensitive.Marcin Siodelski2017-12-113-0/+71
* [master] Multiple build fixes for kea 1.3 as a result of sanity check.Marcin Siodelski2017-10-252-7/+19
* spelling: necessarilyJosh Soref2017-07-231-1/+1
* spelling: extraneousJosh Soref2017-07-231-1/+1
* spelling: classJosh Soref2017-07-231-1/+1
* [5260] Properly handle EWOULDBLOCK and EAGAIN in Http unit tests.Marcin Siodelski2017-04-251-10/+28
* [5217] Ignore EINPROGRESS errors in the unitests using async_connect.Marcin Siodelski2017-04-131-4/+14
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* [5078] Small fixes for compilation with gcc.Marcin Siodelski2017-03-291-1/+1
* [5078] Handle CA reconfiguration gracefully.Marcin Siodelski2017-03-291-0/+2
* [5107] Changes after review:Tomek Mrugalski2017-02-241-1/+1
* [5107] Added more logging for HTTP lib.Marcin Siodelski2017-02-171-2/+4
* [5107] Implemented CtrlAgentResponseCreator and other classes.Marcin Siodelski2017-02-174-1/+6
* [5099] Addressed review comments.Marcin Siodelski2017-02-161-5/+12
* [5099] spellingFrancis Dupont2017-01-311-1/+1
* [5099] Added unit test for HttpConnectionPool.Marcin Siodelski2017-01-312-1/+187
* [5099] Updated documentation in the new HTTP classes.Marcin Siodelski2017-01-311-11/+86
* [5099] Handle HTTP timeouts.Marcin Siodelski2017-01-134-14/+48