aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use std::wstring in place of some fixed WCHAR arraysChris Robinson2018-10-301-13/+12
|
* Use std::vector instead of custom dynamic arraysChris Robinson2018-10-301-41/+16
|
* Use C++ atomics and mutexes in the routerChris Robinson2018-10-301-5/+1
|
* Convert the router to C++Chris Robinson2018-10-301-0/+541