summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Network.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-22cNetwork: Fixed compilation.Mattes D1-9/+8
2015-01-22Wrap debug variable in ifdef worktycho1-0/+2
2015-01-22cNetwork: Added error logging to server socket creation.Mattes D1-6/+24
2015-01-22cNetwork: Added multithreading protection.Mattes D1-3/+27
2015-01-22cNetwork: Implemented connection shutdown and close.Mattes D1-13/+53
2015-01-22cNetwork: Fixed Linux compilation.Mattes D1-5/+23
2015-01-22cNetwork: Implemented link address getting.Mattes D1-57/+117
2015-01-22cNetwork: Implemented basic server functionality.Mattes D1-122/+215
2015-01-22cNetwork: Implemented IP-to-hostname lookup.Mattes D1-8/+114
2015-01-22cNetwork: Implemented HostnameToIP lookups.Mattes D1-4/+132
2015-01-22Extracted Google connection testTycho1-74/+3
2015-01-22cNetwork: Linux compilation fix.Mattes D1-4/+5
2015-01-22Implemented LibEvent-based client connections.Mattes D1-0/+837