Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify some binary search lookups | Chris Robinson | 2018-11-26 | 1 | -69/+27 |
* | Clean up the DriverIface in its destructor | Chris Robinson | 2018-10-30 | 1 | -8/+1 |
* | Clean up the router's PtrIntMap | Chris Robinson | 2018-10-30 | 1 | -76/+55 |
* | Use std::wstring in place of some fixed WCHAR arrays | Chris Robinson | 2018-10-30 | 1 | -13/+12 |
* | Use std::vector instead of custom dynamic arrays | Chris Robinson | 2018-10-30 | 1 | -41/+16 |
* | Use C++ atomics and mutexes in the router | Chris Robinson | 2018-10-30 | 1 | -5/+1 |
* | Convert the router to C++ | Chris Robinson | 2018-10-30 | 1 | -0/+541 |