summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Network.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cNetwork: Fixed WinXP dualstack listening.Mattes D2015-01-221-21/+42
|
* cNetwork: Split cNetworkSingleton to a separate file.Mattes D2015-01-221-325/+9
|
* cNetwork: Fixed WSAStartup()-not-called error in Listen().Mattes D2015-01-221-0/+3
|
* cNetwork: Handle WSA initialization failures.Mattes D2015-01-221-1/+7
|
* cNetwork: Added an OnError callback for listening servers.Mattes D2015-01-221-0/+5
| | | | The callback receives the error details.
* cNetwork: Rewritten server listen into a factory method.Mattes D2015-01-221-88/+102
|
* cNetwork: Removed unneeded dependency.Mattes D2015-01-221-1/+0
|
* cNetwork: Refactored cTCPLinkImpl::Connect into a factory.Mattes D2015-01-221-41/+48
|
* cNetwork: Cosmetics.Mattes D2015-01-221-6/+10
|
* cNetwork: Fixed compilation.Mattes D2015-01-221-9/+8
|
* Wrap debug variable in ifdef worktycho2015-01-221-0/+2
| | | avoidss unused variable error in clang
* cNetwork: Added error logging to server socket creation.Mattes D2015-01-221-6/+24
| | | | This is mainly for WinXP and RasPi testing.
* 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