Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-13 | Fixed UrlClientTest's Github CA. | Mattes D | 1 | -15/+49 | |
2023-05-19 | UrlClientTest: Added tests for root CA verification. | Mattes D | 1 | -1/+207 | |
2023-05-19 | UrlClientTest: Added timeout to all tests. | Mattes D | 1 | -4/+20 | |
2023-05-19 | Auth SSL Fixes | x12xx12x | 1 | -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 | |||||
2020-08-01 | Replaced cpp14::make_unique<> with std::make_unique<>. | Mattes D | 1 | -4/+4 | |
2019-09-10 | Fix race condition in UrlClientTest | peterbell10 | 1 | -15/+16 | |
2019-08-26 | Improved testing framework. (#4376) | Mattes D | 1 | -21/+9 | |
2018-02-20 | Fix cUrlClient leak (#4125) | peterbell10 | 1 | -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. | |||||
2017-12-22 | Fix Travis build (#4101) | peterbell10 | 1 | -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 | |||||
2016-08-22 | cUrlClient: Refactored callbacks to use UniquePtr. | Mattes D | 1 | -8/+8 | |
2016-08-22 | cTCPLink supports TLS out of the box. | Mattes D | 1 | -13/+92 | |
2016-08-22 | UrlClient: Basic HTTP implementation. | Mattes D | 1 | -0/+162 | |