aboutsummaryrefslogtreecommitdiffstats
path: root/router/router.c
Commit message (Expand)AuthorAgeFilesLines
* Protect context switches with a lock in the routerChris Robinson2017-06-291-0/+3
* Protect device enumeration in the router with a mutexChris Robinson2017-06-291-0/+4
* Prepare the new driver in a local variableChris Robinson2017-06-291-11/+12
* Handle the ALC version for some extension capabilitiesChris Robinson2017-06-281-2/+10
* Properly clean up allocated memory at exitChris Robinson2017-06-281-2/+1
* Partially implement ALC functions in the routerChris Robinson2017-06-281-0/+2
* Add a ptr-to-int mapChris Robinson2017-06-281-0/+150
* Load driver dlls in the routerChris Robinson2017-06-281-3/+261
* Start a router DLLChris Robinson2017-06-281-0/+19