| Commit message (Expand) | Author | Age | Files | Lines |
* | Trace a version for the router | Chris Robinson | 2017-07-11 | 1 | -0/+3 |
* | Add methods for thread-local contexts to the router | Chris Robinson | 2017-07-07 | 1 | -0/+25 |
* | Initialize ALC resources in the file they're used in | Chris Robinson | 2017-07-01 | 1 | -7/+2 |
* | Use the al alloc functions instead of standard | Chris Robinson | 2017-07-01 | 1 | -6/+7 |
* | Add tracing capabilities to the router | Chris Robinson | 2017-06-30 | 1 | -4/+48 |
* | Clear initial ALC version vars before querying it | Chris Robinson | 2017-06-29 | 1 | -1/+1 |
* | Protect context switches with a lock in the router | Chris Robinson | 2017-06-29 | 1 | -0/+3 |
* | Protect device enumeration in the router with a mutex | Chris Robinson | 2017-06-29 | 1 | -0/+4 |
* | Prepare the new driver in a local variable | Chris Robinson | 2017-06-29 | 1 | -11/+12 |
* | Handle the ALC version for some extension capabilities | Chris Robinson | 2017-06-28 | 1 | -2/+10 |
* | Properly clean up allocated memory at exit | Chris Robinson | 2017-06-28 | 1 | -2/+1 |
* | Partially implement ALC functions in the router | Chris Robinson | 2017-06-28 | 1 | -0/+2 |
* | Add a ptr-to-int map | Chris Robinson | 2017-06-28 | 1 | -0/+150 |
* | Load driver dlls in the router | Chris Robinson | 2017-06-28 | 1 | -3/+261 |
* | Start a router DLL | Chris Robinson | 2017-06-28 | 1 | -0/+19 |