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
/
charon
/
processing
/
jobs
/
callback_job.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving charon to libcharon.
Tobias Brunner
2010-03-19
1
-271
/
+0
*
Avoid a race condition that could lead to a segmentation fault.
Tobias Brunner
2010-02-25
1
-3
/
+7
*
Callback job refactored and fixed.
Tobias Brunner
2009-12-23
1
-45
/
+103
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
1
-1
/
+1
*
Do not execute the callback job if it has been cancelled since registration
Martin Willi
2009-12-03
1
-2
/
+8
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-15
/
+15
*
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...
Tobias Brunner
2009-08-14
1
-1
/
+1
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant
Martin Willi
2008-11-05
1
-12
/
+14
*
got rid of deprecated create_iterator_locked()
Martin Willi
2008-11-05
1
-0
/
+2
*
thread locking for sender and processor optimized
Tobias Brunner
2008-04-03
1
-7
/
+0
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
1
-7
/
+2
*
fixed callback_job cancellation for threads waiting in the bus
Martin Willi
2007-11-19
1
-1
/
+2
*
refactored bus and interface to resolve threading issues (WIP)
Martin Willi
2007-11-15
1
-0
/
+1
*
fixed daemon kill before threads are spawned
Martin Willi
2007-11-14
1
-7
/
+5
*
made linked lists invoke() method consistent to clone_*() and destroy_*() met...
Martin Willi
2007-08-09
1
-1
/
+1
*
documentation fixes and updates
Martin Willi
2007-06-11
1
-1
/
+1
*
introduced callback_job:
Martin Willi
2007-06-11
1
-0
/
+213