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
/
processing
Commit message (
Expand
)
Author
Age
Files
Lines
*
watcher: Add Windows support
Martin Willi
2014-06-04
1
-16
/
+80
*
watcher: Don't wait for running callback once watcher thread cancelled
Martin Willi
2014-05-07
1
-1
/
+8
*
watcher: Avoid queueing multiple watcher callbacks at the same time
Martin Willi
2014-05-07
1
-1
/
+8
*
processor: Flush pending jobs during cancel(), not destroy
Martin Willi
2014-05-07
1
-1
/
+11
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
1
-1
/
+1
*
watcher: Don't complain if select() syscall got interrupted
Martin Willi
2014-01-22
1
-1
/
+1
*
watcher: Rebuild fdset when select() fails
Martin Willi
2013-10-24
1
-1
/
+12
*
watcher: Made notify array initialization compatible with older GCC versions
Tobias Brunner
2013-07-25
1
-2
/
+1
*
processor: force synchronous execute_job() if set_threads(0) has been called
Martin Willi
2013-07-19
1
-1
/
+1
*
Fix various API doc issues and typos
Tobias Brunner
2013-07-18
1
-1
/
+1
*
processor: remove the now unused get_threads() method again
Martin Willi
2013-07-18
2
-17
/
+0
*
watcher: use processors new execute_job() to notify FDs
Martin Willi
2013-07-18
1
-9
/
+1
*
processor: add an execute_job() method to directly execute an important job
Martin Willi
2013-07-18
2
-0
/
+36
*
watcher: properly support multiple watch callback types for the same FD
Martin Willi
2013-07-18
2
-36
/
+45
*
watcher: read multiple notifications if available
Martin Willi
2013-07-18
1
-2
/
+15
*
watcher: add some debugging statements
Martin Willi
2013-07-18
1
-0
/
+12
*
watcher: if the processor has no threads, execute the job with watcher thread
Martin Willi
2013-07-18
1
-11
/
+19
*
processor: add a getter for the threads passed to set_threads()
Martin Willi
2013-07-18
2
-1
/
+17
*
watcher: unregister a watcher FD if its thread gets cancelled
Martin Willi
2013-07-18
1
-0
/
+13
*
watcher: release threads waiting in remove() when watcher thread gets cancelled
Martin Willi
2013-07-18
1
-0
/
+24
*
watcher: add a centralized an generic facility to monitor file descriptors
Martin Willi
2013-07-18
2
-0
/
+493
*
processor: Simplified the main loop
Tobias Brunner
2013-06-28
1
-109
/
+127
*
processor: Don't hold the lock while destroying jobs
Tobias Brunner
2013-06-28
1
-38
/
+66
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
2
-2
/
+2
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
2
-2
/
+2
*
Make rescheduling a job more predictable
Tobias Brunner
2012-06-25
2
-37
/
+85
*
Centralized thread cancellation in processor_t
Tobias Brunner
2012-06-25
6
-206
/
+124
*
Give processor_t more control over the lifecycle of a job
Tobias Brunner
2012-06-25
6
-105
/
+176
*
Use wrapped semaphore in callback_job_t.
Tobias Brunner
2012-05-02
1
-12
/
+9
*
Log worker thread ID with two digits.
Tobias Brunner
2011-12-16
1
-2
/
+2
*
Fixed compiler warnings regarding enum comparison.
Tobias Brunner
2011-11-25
1
-1
/
+1
*
Fixed common misspellings.
Tobias Brunner
2011-07-20
2
-2
/
+2
*
Prevent deadlock while shutting down thread pool.
Tobias Brunner
2011-06-08
1
-2
/
+2
*
Update working thread count without allocation.
Tobias Brunner
2011-05-16
1
-22
/
+15
*
Make sure working thread count is correctly updated
Tobias Brunner
2011-05-16
1
-4
/
+23
*
Use CRITICAL job priority class for long running dispatcher jobs
Martin Willi
2011-05-16
1
-1
/
+2
*
Introduce a highest priority job for critical thread services
Martin Willi
2011-05-16
2
-2
/
+5
*
Added a callback_job constructor supporting custom priorities
Martin Willi
2011-05-16
2
-4
/
+36
*
Count number of threads active in each class, and reserve threads only if non...
Martin Willi
2011-05-16
2
-17
/
+66
*
Reserve threads for job priority classes based on strongswan.conf options
Martin Willi
2011-05-16
1
-1
/
+17
*
Added job priority enum names
Martin Willi
2011-05-16
2
-0
/
+27
*
Processor job scheduling respects job priority classes
Martin Willi
2011-05-16
2
-13
/
+47
*
Introduce priority classes for jobs
Martin Willi
2011-05-16
2
-2
/
+30
*
Migrated scheduler_t to INIT/METHOD macros
Martin Willi
2011-05-05
1
-33
/
+24
*
Migrated callback_job to INIT/METHOD macros
Martin Willi
2011-05-05
2
-38
/
+38
*
Migrated processor to INIT/METHOD macros
Martin Willi
2011-05-05
1
-42
/
+35
*
Do not invoke processor restart() if not required
Martin Willi
2011-03-15
1
-1
/
+2
*
Remove obsolete pool_size argument in processor_create()
Martin Willi
2010-11-16
1
-1
/
+1
*
Refer to scheduler and processor via lib and not hydra.
Tobias Brunner
2010-09-02
2
-6
/
+4
*
Moved scheduler and thread pool to libstrongswan.
Tobias Brunner
2010-09-02
7
-0
/
+1298