summaryrefslogtreecommitdiffstats
path: root/tests/HTTP/UrlClientTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UrlClientTest: Added tests for root CA verification.Mattes D2023-05-191-1/+207
|
* UrlClientTest: Added timeout to all tests.Mattes D2023-05-191-4/+20
|
* Auth SSL Fixesx12xx12x2023-05-191-2/+2
| | | | | | | - Fixed Login Breaking bug - Auth and MojangAPI now use UrlClient - fixed bug in UrlClient where one letter was missing in the HTTP Header - added function to verify Urls from config files and error handling on bad Urls in config for Auth
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-4/+4
|
* Fix race condition in UrlClientTestpeterbell102019-09-101-15/+16
|
* Improved testing framework. (#4376)Mattes D2019-08-261-21/+9
|
* Fix cUrlClient leak (#4125)peterbell102018-02-201-5/+19
| | | | | | | | Fixes #4040 * The TCP connection is now shutdown after OnBodyFinished * Any open connections are closed when cNetworkSingleton::Terminate() is called. * Removed ownership cycles in cUrlClientRequest * Added a check to the test to ensure there are no leaks.
* Fix Travis build (#4101)peterbell102017-12-221-1/+1
| | | | | | | | | Stop using gdb on osx - was breaking the build Add clang 3.5 build as travis now defaults to 5.0 Fix unknown-warning-option errors on AppleClang ProtoProxy: Use nullptr UrlClientTest: add override to callback destructor Update jsoncpp to use nullptr
* cUrlClient: Refactored callbacks to use UniquePtr.Mattes D2016-08-221-8/+8
|
* cTCPLink supports TLS out of the box.Mattes D2016-08-221-13/+92
|
* UrlClient: Basic HTTP implementation.Mattes D2016-08-221-0/+162