summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/NetworkSingleton.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NetworkSingleton: LibEvent thread is joined properly on server exit.Mattes D2015-02-181-4/+2
|
* Added network termination called at app exit.Mattes D2015-01-271-11/+33
| | | | This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor.
* cNetwork: Added self pointers to keep objects alive for callbacks.Mattes D2015-01-231-0/+2
| | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1700&pid=17947#pid17947
* cNetwork: Fixed race conditions with lookups; proper shutdown.Mattes D2015-01-221-38/+39
|
* cNetwork: Split the main cpp file into several files.Mattes D2015-01-221-45/+6
|
* cNetwork: Split cNetworkSingleton to a separate file.Mattes D2015-01-221-0/+281