summaryrefslogtreecommitdiffstats
path: root/runtime/wti.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'detached' into masterRainer Gerhards2009-07-151-108/+11
|\ \
| * | further reduction in code size/complexity due to design changeRainer Gerhards2009-07-081-5/+0
| * | simplified worker thread handlingRainer Gerhards2009-07-081-103/+11
* | | some more (very mild) cleanupRainer Gerhards2009-07-151-1/+0
|/ /
* | optimizing queue thread handlingRainer Gerhards2009-07-081-2/+2
* | improvements/fixes in queue termination timeout handlingRainer Gerhards2009-06-251-2/+6
* | Merge branch 'master' into v5-develRainer Gerhards2009-06-251-2/+5
|\|
| * some memory accesses are now explicitely atomicRainer Gerhards2009-06-251-9/+17
* | added a few atomic operationsRainer Gerhards2009-06-251-10/+14
* | bugfix: mutex was sometimes released when not being heldRainer Gerhards2009-06-241-4/+8
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-13/+0
|\|
| * removed pthread_testcancel() as it is no longer necessaryRainer Gerhards2009-06-191-22/+0