Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NetworkSingleton: LibEvent thread is joined properly on server exit. | Mattes D | 2015-02-18 | 1 | -3/+3 |
| | |||||
* | Added network termination called at app exit. | Mattes D | 2015-01-27 | 1 | -1/+10 |
| | | | | This fixes a crash in MSVC runtime caused by joining a thread in a global var's destructor. | ||||
* | cNetwork: Fixed race conditions with lookups; proper shutdown. | Mattes D | 2015-01-22 | 1 | -27/+17 |
| | |||||
* | cNetwork: Split the main cpp file into several files. | Mattes D | 2015-01-22 | 1 | -0/+6 |
| | |||||
* | cNetwork: Split cNetworkSingleton to a separate file. | Mattes D | 2015-01-22 | 1 | -0/+138 |