summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/TCPLinkImpl.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch1-1/+1
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell101-15/+22
2017-06-15Replace evdns with getaddrinfo and getnameinfo (#3766)peterbell101-26/+60
2017-01-03TCPLink: call networking callbacks with LibEvent unlocked. (#3515)Mattes D1-2/+2
2017-01-03TCPLink: call networking callbacks with LibEvent unlocked. (#3515)Mattes D1-2/+2
2016-08-23cUrlClient: Exported to Lua API.Mattes D1-0/+5
2016-08-22cTCPLink supports TLS out of the box.Mattes D1-2/+289
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-04-21Network: fixed excessive debug logging.Mattes D1-6/+0
2015-02-14Fixed TCP link shutdown.Mattes D1-9/+56
2015-02-04cTCPLink: Fixed missing addresses on link connection.Mattes D1-2/+2
2015-01-27cTCPLinkImpl: Added the BEV_OPT_THREADSAFE flag.Mattes D1-2/+8
2015-01-23cNetwork: Added self pointers to keep objects alive for callbacks.Mattes D1-10/+15
2015-01-22cNetwork: Renamed callback to OnConnected()Mattes D1-1/+1
2015-01-22cNetwork: Added link creation callback.Mattes D1-10/+16
2015-01-22cNetwork: Changed listening API.Mattes D1-1/+1
2015-01-22cNetwork: Added error message to error callbacks.Mattes D1-2/+8
2015-01-22cTCPLinkImpl: Fixed type conversion warning.Mattes D1-2/+2
2015-01-22cNetwork: Split the main cpp file into several files.Mattes D1-0/+314