summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2012-07-241-0/+49
|\
| * Merge branch 'v5-stable' into betaRainer Gerhards2012-07-241-3/+5
| |\
| * | debug log: cleaned up & streamlined queue param outputRainer Gerhards2012-07-051-20/+43
| * | debug log: emit (some) action queue parameters to debug logRainer Gerhards2012-07-051-0/+26
* | | Merge branch 'v5-stable'Rainer Gerhards2012-07-241-3/+5
|\ \ \ | | |/ | |/|
| * | bugfix: DA queue could cause abortRainer Gerhards2012-07-241-3/+5
* | | Merge branch 'beta'Rainer Gerhards2012-06-011-10/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'v5-beta' into betaRainer Gerhards2012-06-011-10/+16
| |\ \
| | * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-06-011-10/+16
| | |\|
| | | * some better code to handle queue congestionRainer Gerhards2012-06-011-10/+15
| | * | bugfix: disk queue was not persisted on shutdown, regression of fix toRainer Gerhards2012-05-101-11/+5
| | * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-05-031-7/+47
| | |\ \
| | * \ \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-04-071-4/+8
| | |\ \ \
| | * \ \ \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-141-3/+2
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-121-0/+9
| | |\ \ \ \ \
* | | | | | | | added --enable-debugless configure option for very high demanding environmentsRainer Gerhards2012-05-291-6/+6
|/ / / / / / /
* | | | | | | Merge branch 'v6-stable'Rainer Gerhards2012-05-101-11/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | bugfix: disk queue was not persisted on shutdown, regression of fix toRainer Gerhards2012-05-101-11/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'v6-stable'Rainer Gerhards2012-05-031-6/+47
|\| | | | |
| * | | | | bugfix: rsyslog did not terminate when delayable inputs were blockedRainer Gerhards2012-05-031-5/+42
| * | | | | bugfix: inside queue.c, some thread cancel states were not correctly reset.Rainer Gerhards2012-05-031-5/+4
| * | | | | bugfix: active input in "light delay state" could block rsyslog terminationRainer Gerhards2012-04-271-0/+4
* | | | | | Merge branch 'v5-stable-newstats'Rainer Gerhards2012-04-071-0/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-071-4/+8
| |\| | | | | | |_|_|/ | |/| | |
| * | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-141-3/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-121-1/+8
| |\ \ \ \
| * | | | | added configuration directives to customize queue light delay marksRainer Gerhards2012-02-211-0/+1
| * | | | | added instrumentationRainer Gerhards2011-12-191-1/+10
* | | | | | Merge branch 'v6-stable'Rainer Gerhards2012-04-071-4/+8
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | bugfix: segfault on startup if $actionqueuefilename was missing for disk queu...Tomas Heinrich2012-04-051-1/+2
| * | | | | bugfix: segfault if disk-queue was started up with old queue fileTomas Heinrich2012-04-051-3/+6
| | |_|/ / | |/| | |
* | | | | added "date-unixtimestamp" property replacer option to format as a unix times...Rainer Gerhards2012-03-291-1/+0
* | | | | 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
|\|