summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/NetworkSingleton.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-12Use CMake's Android generators to crosscompileTiger Wang1-0/+15
2016-06-26Self tests (#3242)Mattes D1-5/+2
2016-06-18cNetwork: Fixed possible hang when terminating immediately after init.Mattes D1-2/+19
2015-08-20Fixed and improved restartingTiger Wang1-22/+31
2015-07-23Fixed cNetworkSingleton's HasTerminated flag.Mattes D1-1/+4
2015-02-18NetworkSingleton: LibEvent thread is joined properly on server exit.Mattes D1-4/+2
2015-01-27Added network termination called at app exit.Mattes D1-11/+33
2015-01-23cNetwork: Added self pointers to keep objects alive for callbacks.Mattes D1-0/+2
2015-01-22cNetwork: Fixed race conditions with lookups; proper shutdown.Mattes D1-38/+39
2015-01-22cNetwork: Split the main cpp file into several files.Mattes D1-45/+6
2015-01-22cNetwork: Split cNetworkSingleton to a separate file.Mattes D1-0/+281