summaryrefslogtreecommitdiffstats
path: root/tests/Network/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-15Fix Android builds (#4998)Tiger Wang1-42/+42
2020-07-12More CMake cleanupTiger Wang1-4/+4
2020-07-06Update libevent to 2.1.12-stablePeter Bell1-1/+0
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-6/+1
2019-09-04Updated LibEvent to release 2.1.11-stable. (#4383)Mattes D1-1/+3
2018-02-05Deal with covered switches consistently (#4161)peterbell101-0/+4
2018-01-03Add the fmt library (#4065)peterbell101-1/+2
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch1-1/+1
2017-08-30Update mbedtls to 2.5.1 (#3964)peterbell101-12/+14
2017-06-15Replace evdns with getaddrinfo and getnameinfo (#3766)peterbell101-0/+6
2016-08-24Fixed type-casting-related warnings.Mattes D1-8/+5
2016-08-22cTCPLink supports TLS out of the box.Mattes D1-1/+12
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-2/+0
2016-06-18SelfTests: Organized into solution folders.Mattes D1-1/+5
2016-06-18Moved NetworkInterfaceEnum test to a separate test project.Mattes D1-0/+22
2015-05-24Fix clang 3.6 flags to only be used in clang 3.6tycho1-1/+4
2015-05-24Disable -Werror for warnings in tests.tycho1-1/+1
2015-05-23Fix teststycho1-2/+3
2015-01-22cNetwork: Split the main cpp file into several files.Mattes D1-2/+22
2015-01-22cNetwork: Split cNetworkSingleton to a separate file.Mattes D1-1/+12
2015-01-22cNetwork: Added multithreading protection.Mattes D1-1/+7
2015-01-22cNetwork: Implemented HostnameToIP lookups.Mattes D1-0/+9
2015-01-22Extracted Google connection testTycho1-0/+14