index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
router
/
router.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the router to C++
Chris Robinson
2018-10-30
1
-537
/
+0
*
Simplify some statements
Filip Gawin
2018-10-29
1
-3
/
+3
*
Avoid duplicate path searches in the router
Chris Robinson
2018-03-21
1
-18
/
+39
*
Add methods to clean up althrd and altss data
Chris Robinson
2018-03-10
1
-0
/
+4
*
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