summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Network.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cNetwork: Added error logging to server socket creation.Mattes D2015-01-221-6/+24
* cNetwork: Added multithreading protection.Mattes D2015-01-221-3/+27
* cNetwork: Implemented connection shutdown and close.Mattes D2015-01-221-13/+53
* cNetwork: Fixed Linux compilation.Mattes D2015-01-221-5/+23
* cNetwork: Implemented link address getting.Mattes D2015-01-221-57/+117
* cNetwork: Implemented basic server functionality.Mattes D2015-01-221-122/+215
* cNetwork: Implemented IP-to-hostname lookup.Mattes D2015-01-221-8/+114
* cNetwork: Implemented HostnameToIP lookups.Mattes D2015-01-221-4/+132
* Extracted Google connection testTycho2015-01-221-74/+3
* cNetwork: Linux compilation fix.Mattes D2015-01-221-4/+5
* Implemented LibEvent-based client connections.Mattes D2015-01-221-0/+837