index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
threading
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
thread: Allow thread ID to be value returned by gettid()
Thomas Egerer
2016-03-04
1
-0
/
+4
*
thread: Add a function to pop and call all registered cleanup handlers
Martin Willi
2015-04-15
1
-0
/
+20
*
threading: Support rwlock try_write_lock() on Windows
Martin Willi
2014-10-30
1
-2
/
+0
*
windows: Remove useless assignment in put_thread()
Tobias Brunner
2014-07-02
1
-1
/
+1
*
windows: Fix parameter name in Doxygen comment
Tobias Brunner
2014-06-30
1
-1
/
+1
*
thread-value: Defer cleanup handling to thread termination on Windows
Martin Willi
2014-06-17
3
-40
/
+51
*
windows: Use WINAPI call convention for Windows API callbacks
Martin Willi
2014-06-06
1
-2
/
+4
*
windows: Include for Vista instead of defining CondVar/SRWLock functions ourself
Martin Willi
2014-06-04
5
-33
/
+12
*
thread-value: Immediately cleanup all Windows TLS values on destroy
Martin Willi
2014-06-04
3
-14
/
+46
*
windows: Prevent queueing of multiple thread cancel APCs
Martin Willi
2014-06-04
1
-4
/
+13
*
windows: Provide a complete native Windows threading backend
Martin Willi
2014-06-04
7
-0
/
+1492