summaryrefslogtreecommitdiffstats
path: root/runtime/wti.c
Commit message (Expand)AuthorAgeFilesLines
* regression fix: prevent queue stall if ratelimiter is usedRainer Gerhards2013-11-201-3/+6
* queue workers: eliminate unnecessary queue mutex operationsRainer Gerhards2013-11-201-12/+13
* bugfix: memory leak on worker thread terminationRainer Gerhards2013-11-181-0/+4
* regression fix: misadressing if worker thread was restartedRainer Gerhards2013-11-141-0/+1
* Merge branch 'master-ruleeng' into master-ruleeng-simdRainer Gerhards2013-11-071-2/+4
|\
| * Merge branch 'master' into master-ruleengRainer Gerhards2013-11-071-2/+4
| |\
| | * improve worker thread pool handlingPavel Levshin2013-11-061-2/+4
* | | re-enable main queue direct modeRainer Gerhards2013-11-051-0/+42
* | | experimentally split ruleset execution in exec and commit phaseRainer Gerhards2013-11-041-1/+0
|/ /
* | call freeWrkrInstance() on worker thread terminationRainer Gerhards2013-10-291-3/+13
* | add debug output for worker actionsRainer Gerhards2013-10-291-0/+2
* | maintain action ids (actionNbr)Rainer Gerhards2013-10-261-1/+7
|/
* Merge branch 'v6-stable'Rainer Gerhards2012-08-251-2/+2
|\
| * changed TRUE/FALSE to RSTRUE/RSFALSERainer Gerhards2012-08-221-2/+2
| * Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-121-0/+2
| |\
| * \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-161-16/+14
| |\ \
* | | | added --enable-debugless configure option for very high demanding environmentsRainer Gerhards2012-05-291-8/+8
* | | | Merge branch 'v6-stable'Rainer Gerhards2012-03-121-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | bugfix: stopped DA queue was never processed after a restartRainer Gerhards2012-03-121-0/+2
| | |/ | |/|
* | | Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-16/+14
|\| | | |/ |/|
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-16/+14
| |\
| | * license changesRainer Gerhards2012-01-161-16/+14
* | | better handling of queue i/o errors in disk queues.Rainer Gerhards2011-05-031-1/+4
|/ /
* | milestone(BUGGY): batch now pushed down to actionRainer Gerhards2010-06-151-2/+2
* | fixed race conditions during queue shutdown (DA case, disks active)Rainer Gerhards2010-05-181-7/+5
* | added new cancel-reduced action thread termination methodRainer Gerhards2010-05-171-0/+32
* | small cleanupRainer Gerhards2010-05-101-5/+0
* | adapted new atomic instruction emulation to v5 engineRainer Gerhards2010-04-271-7/+8
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-271-0/+3
|\|
| * bugfix: problems with atomic operations emulationRainer Gerhards2010-04-271-5/+6
| * calls to prctl() need to be based on configure results (cross-platform issue)Rainer Gerhards2009-07-161-1/+0
| * improvements/fixes in queue termination timeout handlingRainer Gerhards2009-06-251-2/+4
* | replaced data type "bool" by "sbool" because this created some portability is...Rainer Gerhards2010-02-021-2/+2
* | some cleanupRainer Gerhards2009-10-271-3/+1
* | fixed race condition during queue shutdownRainer Gerhards2009-10-271-4/+9
* | addressed some race issues during queue shutdownRainer Gerhards2009-10-261-0/+2
* | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-1/+1
* | new queue engine - initial commit (probably not 100% working!)Rainer Gerhards2009-10-141-31/+3
* | added some debug settings plus improved shutdown sequenceRainer Gerhards2009-10-131-0/+15
* | bugfix and testbench improvementsRainer Gerhards2009-10-071-3/+12
* | bugfix: potential race condition when queue worker threads were terminatedRainer Gerhards2009-10-061-1/+10
* | simplified startup of queue DA modeRainer Gerhards2009-07-201-2/+0
* | solved potential race condition and some cleanupRainer Gerhards2009-07-201-0/+2
* | bugfix: minor static memory leak while reading configurationRainer Gerhards2009-07-201-5/+2
* | enhanced worker thread pool by atomic opsRainer Gerhards2009-07-201-5/+7
* | architecture change: queue now always has at least one worker threadRainer Gerhards2009-07-201-1/+13
* | removed mutex locksRainer Gerhards2009-07-171-1/+1
* | further code simplificationRainer Gerhards2009-07-171-101/+24
* | more code simplification, should also bring some performance enhancementRainer Gerhards2009-07-171-12/+10
* | some code simplificationRainer Gerhards2009-07-161-8/+6