summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/TCPLinkImpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-1/+2
|
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Renaming changes: * macro prefix "POLARSSL" -> "MBEDTLS" * functions now prefixed with "mbedtls_" * rename PolarSSL++ -> mbedTLS++ * rename polarssl submodule * Use mbedtls' AES-CFB8 implementation. * Add cSslConfig to wrap mbedtls_ssl_config * Update cTCPLink and cBlockingSslClientSocket to use cSslConfig * Use cSslConfig in cHTTPServer * Use cSslConfig for cMojangAPI::SecureRequest * CI Fixes * Set -fomit-frame-pointer on the right target
* Remove smart pointer macrospeterbell102017-07-211-4/+4
|
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* cTCPLink supports TLS out of the box.Mattes D2016-08-221-0/+75
|
* Fixed TCP link shutdown.Mattes D2015-02-141-0/+12
| | | | The shutdown is postponed until there's no more outgoing data in the LibEvent buffers.
* cNetwork: Added self pointers to keep objects alive for callbacks.Mattes D2015-01-231-5/+11
| | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1700&pid=17947#pid17947
* cNetwork: Added link creation callback.Mattes D2015-01-221-2/+9
| | | | This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data.
* cTCPLinkImpl: Fixed type conversion warning.Mattes D2015-01-221-2/+2
|
* cNetwork: Split the main cpp file into several files.Mattes D2015-01-221-0/+109