summaryrefslogtreecommitdiffstats
path: root/tests/Network/NameLookup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SelfTests: Print a quick message on test start.Mattes D2016-06-181-0/+5
|
* 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