summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Network.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-10fixed missing include for FreeBSD. (#4852)SatoKaito1-1/+8
2020-05-15Enable some more clang-tidy linter checks (#4738)peterbell101-1/+1
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-1/+0
2017-07-21Remove smart pointer macrospeterbell101-9/+9
2016-08-22cTCPLink supports TLS out of the box.Mattes D1-0/+33
2015-05-09More style checking.Mattes D1-1/+1
2015-02-22cNetwork: Added EnumLocalIPAddresses() function.Mattes D1-0/+3
2015-02-20cNetwork: Added UDP API.Mattes D1-1/+77
2015-02-04Exported cServerHandle and cNetwork:Listen to Lua.Mattes D1-0/+3
2015-01-22cNetwork: Renamed callback to OnConnected()Mattes D1-2/+5
2015-01-22cNetwork: Added link creation callback.Mattes D1-3/+15
2015-01-22cNetwork: Changed listening API.Mattes D1-6/+12
2015-01-22cNetwork: Added error message to error callbacks.Mattes D1-3/+3
2015-01-22cNetwork: Split the main cpp file into several files.Mattes D1-6/+13
2015-01-22cNetwork: Added an OnError callback for listening servers.Mattes D1-0/+3
2015-01-22cNetwork: Implemented connection shutdown and close.Mattes D1-4/+6
2015-01-22cNetwork: Implemented HostnameToIP lookups.Mattes D1-2/+9
2015-01-22cNetwork: Linux compilation fix.Mattes D1-0/+18
2015-01-22Implemented LibEvent-based client connections.Mattes D1-0/+188