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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Option to skip slow addr2line resolution in leak-detective
Martin Willi
2010-05-20
1
-1
/
+1
*
We have to rename thread_create on Mac OS X because it conflicts with a syscall.
Tobias Brunner
2010-04-29
1
-0
/
+6
*
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
3
-11
/
+11
*
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
*
Use pthread_cond_timedwait_monotonic on Android.
Tobias Brunner
2009-12-23
1
-0
/
+5
*
Readding changes that got lost during refactoring/rebasing.
Tobias Brunner
2009-12-23
1
-4
/
+17
*
Using the thread wrapper in charon, libstrongswan and their plugins.
Tobias Brunner
2009-12-23
2
-29
/
+1
*
Adding an object-oriented wrapper for thread-specific values.
Tobias Brunner
2009-12-23
2
-0
/
+146
*
Adding an object-oriented wrapper for threads.
Tobias Brunner
2009-12-23
2
-0
/
+592
*
Check for pthread_condattr_init added to configure script.
Tobias Brunner
2009-12-23
1
-5
/
+9
*
Moved implementation of condvar_t to mutex.c because it requires access to pr...
Tobias Brunner
2009-12-23
2
-177
/
+156
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
6
-87
/
+293
*
Implemented a read-write lock using only mutex_t and condvar_t (in case the p...
Tobias Brunner
2009-12-23
2
-0
/
+186
*
Threading primitives separated.
Tobias Brunner
2009-12-23
7
-393
/
+525
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
1
-0
/
+551