summaryrefslogtreecommitdiffstats
path: root/tests/Network/NameLookup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Network tests: Fixed clang warnings.Mattes D2015-02-201-1/+1
|
* Added network termination called at app exit.Mattes D2015-01-271-1/+11
| | | | This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor.
* cNetwork: Added error message to error callbacks.Mattes D2015-01-221-2/+2
|
* cNetwork: Implemented IP-to-hostname lookup.Mattes D2015-01-221-3/+16
|
* cNetwork: Implemented HostnameToIP lookups.Mattes D2015-01-221-0/+67