summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/TCPLinkImpl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cTCPLink and cUrlClient accept list of trusted root CAs for TLS.Mattes D2023-05-191-6/+17
* cTCPLink: Use the original connection hostname for SNI.Mattes D2023-05-191-6/+16
* Auth SSL Fixesx12xx12x2023-05-191-1/+4
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-8/+8
* Using Super.Mattes D2020-04-161-2/+2
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Update mbedtls to 2.5.1 (#3964)peterbell102017-08-301-15/+22
* Replace evdns with getaddrinfo and getnameinfo (#3766)peterbell102017-06-151-26/+60
* TCPLink: call networking callbacks with LibEvent unlocked. (#3515)Mattes D2017-01-031-2/+2
* cUrlClient: Exported to Lua API.Mattes D2016-08-231-0/+5
* cTCPLink supports TLS out of the box.Mattes D2016-08-221-2/+289
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
* Network: fixed excessive debug logging.Mattes D2015-04-211-6/+0
* Fixed TCP link shutdown.Mattes D2015-02-141-9/+56
* cTCPLink: Fixed missing addresses on link connection.Mattes D2015-02-041-2/+2
* cTCPLinkImpl: Added the BEV_OPT_THREADSAFE flag.Mattes D2015-01-271-2/+8
* cNetwork: Added self pointers to keep objects alive for callbacks.Mattes D2015-01-231-10/+15
* cNetwork: Renamed callback to OnConnected()Mattes D2015-01-221-1/+1
* cNetwork: Added link creation callback.Mattes D2015-01-221-10/+16
* cNetwork: Changed listening API.Mattes D2015-01-221-1/+1
* cNetwork: Added error message to error callbacks.Mattes D2015-01-221-2/+8
* 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/+314