summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* free last processed message in all casesRainer Gerhards2009-05-206-68/+129
* yield() no longer needed on uniproc thanks to new algorithmsRainer Gerhards2009-05-203-42/+8
* solved the intended-discard-during-dequeue issueRainer Gerhards2009-05-193-11/+19
* some cleanupRainer Gerhards2009-05-192-87/+0
* queue size calculation now based on logical/physical dequeueRainer Gerhards2009-05-192-49/+68
* Merge branch 'master' into tmpRainer Gerhards2009-05-191-0/+1
|\
| * Fix compiler warningsMichael Biebl2009-05-191-0/+1
* | removed queue's UngetObj() callRainer Gerhards2009-05-182-105/+11
* | t-delete list implemented, queue store drivers updated...Rainer Gerhards2009-05-185-57/+337
* | moved user object destruction to queue itselfRainer Gerhards2009-05-132-4/+38
* | added test for property replacer field functionality to testbenchRainer Gerhards2009-05-131-3/+1
* | action batch processing implementedRainer Gerhards2009-05-122-1/+4
* | one astrisk too much - and we have a segfault... - fixed ;)Rainer Gerhards2009-05-121-1/+1
* | moving to a cleaner implementation of batchesRainer Gerhards2009-05-128-44/+114
* | Merge branch 'master' into multi-dequeueRainer Gerhards2009-05-121-0/+1
|\|
| * added capability to draw configuration graphsRainer Gerhards2009-05-111-0/+1
* | first shot at action state machine implemention (untested)Rainer Gerhards2009-05-072-3/+24
* | begin implementation of new transactional output module interfaceRainer Gerhards2009-04-274-2/+112
* | fixed abort condition in DA modeRainer Gerhards2009-04-233-4/+2
* | fixing a small (newly-introduced) memory leakRainer Gerhards2009-04-233-17/+9
* | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur...Rainer Gerhards2009-04-235-20/+19
* | Merge branch 'master' into multi-dequeueRainer Gerhards2009-04-231-4/+4
|\|
| * Merge branch 'beta'Rainer Gerhards2009-04-231-6/+8
| |\
| | * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-231-6/+8
| | |\
| | | * bugfix: light and full delay watermarks had invalid valuesRainer Gerhards2009-04-231-6/+8
| | * | Merge branch 'beta'Rainer Gerhards2009-04-091-0/+2
| | |\|
| | | * Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+2
| | | |\
| | | | * Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-091-0/+2
* | | | | improving debugging info a bitRainer Gerhards2009-04-231-2/+4
* | | | | now batches are handed down to the actual consumerRainer Gerhards2009-04-222-18/+21
* | | | | first attempt at dequeueing multiple batches inside the queueRainer Gerhards2009-04-227-79/+149
* | | | | Merge branch 'master' into multi-dequeueRainer Gerhards2009-04-221-0/+2
|\| | | |
| * | | | some cleanupRainer Gerhards2009-04-171-0/+2
* | | | | some cleanupRainer Gerhards2009-04-171-39/+0
|/ / / /
* | | | Merge branch 'nextmaster' into oracleRainer Gerhards2009-04-162-1/+4
|\ \ \ \
| * \ \ \ Merge branch 'omprog' into nextmasterRainer Gerhards2009-04-142-1/+3
| |\ \ \ \
| | * | | | improved omprog, now ready for first practical testingRainer Gerhards2009-04-011-0/+1
| | * | | | initial work on omprog, an output module to send messages to another programRainer Gerhards2009-04-012-1/+2
| * | | | | implemented $MaxOpenFiles directive and changed testbenchRainer Gerhards2009-04-141-0/+1
* | | | | | added a new error code for too-old rsyslog coreRainer Gerhards2009-04-161-0/+1
|/ / / / /
* | | | | bugfix: solved potential memory leak in msg processingRainer Gerhards2009-04-081-1/+3
* | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-073-3/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'beta'Rainer Gerhards2009-04-073-3/+11
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-027-9/+109
| | |\ \ \ | | | | |/ | | | |/|
| | | * | preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-021-0/+8
| | | * | Merge branch 'dapatch' into v3-stableRainer Gerhards2009-04-025-6/+98
| | | |\ \
| | | * | | fixed bugs in RainerScriptvarmojfekoj2009-03-162-3/+3
* | | | | | improved internal handling of RainerScript functionsRainer Gerhards2009-04-069-30/+335
|/ / / / /
* | | | | improved parser test suiteRainer Gerhards2009-04-031-1/+1
* | | | | added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-033-2/+24