Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-20 | Fixed and improved restarting | Tiger Wang | 1 | -22/+31 | |
Restarts are now an actual, close-as-possible to application exit+reopen. | |||||
2015-07-23 | Fixed cNetworkSingleton's HasTerminated flag. | Mattes D | 1 | -1/+4 | |
Should fix random failures in Google-test. | |||||
2015-02-18 | NetworkSingleton: LibEvent thread is joined properly on server exit. | Mattes D | 1 | -4/+2 | |
2015-01-27 | Added network termination called at app exit. | Mattes D | 1 | -11/+33 | |
This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor. | |||||
2015-01-23 | cNetwork: Added self pointers to keep objects alive for callbacks. | Mattes D | 1 | -0/+2 | |
Ref.: http://forum.mc-server.org/showthread.php?tid=1700&pid=17947#pid17947 | |||||
2015-01-22 | cNetwork: Fixed race conditions with lookups; proper shutdown. | Mattes D | 1 | -38/+39 | |
2015-01-22 | cNetwork: Split the main cpp file into several files. | Mattes D | 1 | -45/+6 | |
2015-01-22 | cNetwork: Split cNetworkSingleton to a separate file. | Mattes D | 1 | -0/+281 | |