summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v6-stable'Rainer Gerhards2012-03-171-3/+2
|\
| * changed statsobj interface and added better docRainer Gerhards2012-03-141-3/+2
* | Merge branch 'v6-stable'Rainer Gerhards2012-03-121-0/+8
|\|
| * bugfix: stopped DA queue was never processed after a restartRainer Gerhards2012-03-121-1/+8
* | Merge branch 'v5-devel'Rainer Gerhards2011-12-191-0/+9
|\ \
| * | experimental: added first stats counter to action objectRainer Gerhards2011-12-161-1/+1
| * | more work on queue statistics counterRainer Gerhards2011-12-161-4/+8
| * | new stats counter "discarded" for queue objectRainer Gerhards2011-12-161-0/+5
| * | Merge branch 'v5-stable' into v5-develAndre Lorbach2011-08-181-0/+9
| |\|
* | | Merge branch 'beta'Andre Lorbach2011-08-181-1/+8
|\ \ \ | | |/ | |/|
| * | removed debug code from action.c and runtime/queue.c after testingAndre Lorbach2011-08-181-4/+0
| * | bugfix: fixed incorrect state handling for Discard Action (transactions)Andre Lorbach2011-08-181-0/+13
* | | milestone: queue-params are properly initialized for action queuesRainer Gerhards2011-08-011-0/+34
* | | milestone: generic action parameters parsed via new config systemRainer Gerhards2011-08-011-1/+1
* | | milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-39/+168
| |/ |/|
* | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-06-211-4/+8
|\|
| * bugfix: mutex was invalidly left unlocked during action processingv5.8.2Rainer Gerhards2011-06-211-4/+8
* | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-05-111-1/+5
|\|
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-05-111-1/+5
| |\
| | * bugfix: invalid processing in QUEUE_FULL conditionRainer Gerhards2011-05-111-2/+6
| | * some cleanup based on clang static analyzer resultsRainer Gerhards2010-12-161-3/+2
* | | better handling of queue i/o errors in disk queues.Rainer Gerhards2011-05-031-6/+59
|/ /
* | stop adding data to DA queue when low watermark has been reachedRainer Gerhards2011-03-301-0/+4
* | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-02-251-0/+5
|\ \
| * | bugfix: memory leak when $RepeatedMsgReduction on was usedRainer Gerhards2011-02-251-0/+5
* | | bugfix: very long running actions could prevent shutdown under some circumsta...Rainer Gerhards2011-02-111-1/+1
* | | removed no longer needed codeRainer Gerhards2011-02-111-2/+0
* | | bugfix: queue engine did not properly slow down inputs in FULL_DELAY mode...Rainer Gerhards2011-02-111-1/+12
* | | Merge branch 'v5-stable' into v5-develRainer Gerhards2010-12-171-1/+1
|\| |
| * | bugfix: batch processing flagged invalid message as "bad" under some circumst...Rainer Gerhards2010-12-161-1/+1
* | | improved statistics-gathering subsystemRainer Gerhards2010-09-131-0/+32
|/ /
* | fixed a couple of regressionsRainer Gerhards2010-06-231-1/+6
* | milestone(BUGGY): batch now pushed down to actionRainer Gerhards2010-06-151-2/+39
* | somewhat improved direct mode queue performanceRainer Gerhards2010-06-091-17/+38
* | fixed race conditions during queue shutdown (DA case, disks active)Rainer Gerhards2010-05-181-2/+16
* | adapted new atomic instruction emulation to v5 engineRainer Gerhards2010-04-271-5/+7
* | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-271-2/+6
|\ \
| * | bugfix: problems with atomic operations emulationRainer Gerhards2010-04-271-3/+7
| |/
| * did some adoptions necessary to use the bugfix with v4-beta code baseRainer Gerhards2010-01-261-6/+6
| * Merge branch 'queuepatch' into v4-betanewRainer Gerhards2010-01-261-10/+15
| |\
| | * bugfixes for potential segfaults during queue shutdownvarmojfekoj2010-01-261-9/+14
* | | some light performance enhancementRainer Gerhards2009-11-121-1/+4
* | | moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-041-6/+3
* | | one step closer to dynamically loadable parsersRainer Gerhards2009-11-031-1/+0
* | | removed no longer needed flag variableRainer Gerhards2009-10-271-10/+6
* | | fix compile bug with last commitRainer Gerhards2009-10-271-1/+0
* | | some cleanupRainer Gerhards2009-10-271-72/+0
* | | fixed race condition during queue shutdownRainer Gerhards2009-10-271-8/+10
* | | shuffled cancelability state to different spotRainer Gerhards2009-10-261-3/+8
* | | addressed some race issues during queue shutdownRainer Gerhards2009-10-261-14/+20