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
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thread: Don't hold mutex when calling cleanup handlers while terminating
Tobias Brunner
2016-04-13
1
-12
/
+14
*
thread: Allow thread ID to be value returned by gettid()
Thomas Egerer
2016-03-04
1
-11
/
+23
*
thread: Add a function to pop and call all registered cleanup handlers
Martin Willi
2015-04-15
1
-0
/
+17
*
thread: Don't acquire lock for thread_cleanup_push/pop
Martin Willi
2015-04-15
1
-5
/
+0
*
thread: Remove unneeded thread startup synchronization
Martin Willi
2015-04-13
1
-13
/
+4
*
thread: Add a Windows pthread variant to print thread identifiers
Martin Willi
2014-06-03
1
-0
/
+3
*
thread: Properly clean up meta data of main thread
Tobias Brunner
2014-03-07
1
-0
/
+2
*
thread: implicitly create thread_t if an external thread calls thread_current()
Martin Willi
2013-07-18
1
-1
/
+14
*
Use SIGUSR2 for SIG_CANCEL on Android
Tobias Brunner
2013-02-26
1
-0
/
+4
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Ensure thread IDs always start with 1 even if the library is reused
Tobias Brunner
2012-08-13
1
-2
/
+2
*
Fix gettid() on Android, which is defined in unistd.h there.
Tobias Brunner
2012-01-12
1
-3
/
+4
*
Use native gettid() if available (which is the case on Android).
Tobias Brunner
2012-01-10
1
-3
/
+11
*
Log native thread ID when a thread is created.
Tobias Brunner
2011-12-16
1
-1
/
+16
*
Create a dummy pthread key for value "0", as some buggy PKCS#11 libraries man...
Martin Willi
2011-12-07
1
-0
/
+10
*
Migrated thread_t to INIT/METHOD macros.
Tobias Brunner
2011-10-03
1
-34
/
+26
*
id of non-registered threads defaults to 0
Andreas Steffen
2011-05-06
1
-1
/
+18
*
The mutex of a thread has to be locked when destroying it.
Tobias Brunner
2010-04-29
1
-0
/
+2
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-6
/
+6
*
corrected captions
Andreas Steffen
2010-02-01
1
-2
/
+2
*
Added a workaround for the missing pthread_cancel on Android.
Tobias Brunner
2009-12-23
1
-0
/
+35
*
Adding an object-oriented wrapper for threads.
Tobias Brunner
2009-12-23
1
-0
/
+405