summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-beta'Rainer Gerhards2009-11-101-0/+9
|\
| * added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-0/+9
* | Merge branch 'v4-devel' into tmpRainer Gerhards2009-11-051-0/+1
|\ \
| * | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-051-0/+1
| |\|
| | * bugfix: named pipes did no longer work (they always got an open error)Rainer Gerhards2009-11-051-0/+1
* | | first complete implementation of loadable parser systemRainer Gerhards2009-11-043-2/+58
* | | added $RulesetParser config directiveRainer Gerhards2009-11-042-5/+51
* | | finalized parser module calling interfaceRainer Gerhards2009-11-044-28/+76
* | | moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-046-414/+89
* | | some more cleanup along the wayRainer Gerhards2009-11-031-1/+29
* | | one step closer to dynamically loadable parsersRainer Gerhards2009-11-039-26/+243
* | | more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-039-21/+151
* | | restructured parser part of rsyslogRainer Gerhards2009-11-031-0/+382
* | | Merge branch 'v4-devel'Rainer Gerhards2009-11-031-0/+44
|\| |
| * | added function getenv() to RainerScriptRainer Gerhards2009-11-031-0/+44
| |/
| * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-10-211-2/+0
| |\
| | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-201-2/+0
| | |\
| | | * bugfix: potential hang condition on queue shutdownRainer Gerhards2009-10-201-2/+0
| | * | RFC5424 formatted messages with only structured data and no MSG part were imp...Rainer Gerhards2009-10-012-1/+6
* | | | added omruleset output module, which provides great flexibility in action pro...Rainer Gerhards2009-11-024-19/+23
* | | | added the capability to have ruleset-specific main message queuesRainer Gerhards2009-10-275-3/+73
* | | | action processing optimized for queue shutdownRainer Gerhards2009-10-271-1/+1
* | | | removed no longer needed flag variableRainer Gerhards2009-10-272-11/+6
* | | | fix compile bug with last commitRainer Gerhards2009-10-271-1/+0
* | | | some cleanupRainer Gerhards2009-10-274-83/+4
* | | | fixed race condition during queue shutdownRainer Gerhards2009-10-272-12/+19
* | | | shuffled cancelability state to different spotRainer Gerhards2009-10-261-3/+8
* | | | addressed some race issues during queue shutdownRainer Gerhards2009-10-263-22/+62
* | | | Merge branch 'master' into queuePartialDeleteBatchesRainer Gerhards2009-10-262-2/+6
|\ \ \ \
| * | | | bugfix: potential abort if inputname property was not setRainer Gerhards2009-10-262-2/+6
* | | | | implemented solution for cancel at shutdown/unprocessed entriesRainer Gerhards2009-10-262-36/+24
* | | | | Begun to work on partial batch deletes...Rainer Gerhards2009-10-221-9/+21
|/ / / /
* | | | enhanced test environment (including testbench)Rainer Gerhards2009-10-2216-62/+84
* | | | Merge branch 'newqueue'Rainer Gerhards2009-10-217-465/+129
|\ \ \ \
| * | | | bugfix: message processing states were not set correctly in all casesRainer Gerhards2009-10-193-19/+6
| * | | | Merge branch 'master' into newqueueRainer Gerhards2009-10-163-9/+20
| |\ \ \ \
| * | | | | new queue engine - initial commit (probably not 100% working!)Rainer Gerhards2009-10-145-481/+115
| * | | | | added some debug settings plus improved shutdown sequenceRainer Gerhards2009-10-134-18/+61
* | | | | | bugfix: segfault when starting up with an invalid .qi file for a disk queueRainer Gerhards2009-10-201-5/+16
* | | | | | bugfix: first UDP listener was incorrectly assigned its rulesetRainer Gerhards2009-10-191-1/+2
* | | | | | Merge branch 'david-segfault'Rainer Gerhards2009-10-191-0/+1
|\ \ \ \ \ \
| * | | | | | added new testcase; fixed bug in testdriverRainer Gerhards2009-10-191-0/+1
| | |/ / / / | |/| | | |
* / | | | | cleanup: finally moved some config variables just to conf.cRainer Gerhards2009-10-192-11/+15
|/ / / / /
* | | | | ensure proper imudp shutdown even on a very busy systemRainer Gerhards2009-10-161-0/+1
* | | | | Merge branch 'david-master' into masterRainer Gerhards2009-10-162-9/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bugfix: potential segfault on messages with empty MSG part.Rainer Gerhards2009-10-091-3/+14
| * | | | bugfix in debug system and more instrumentation to find an issueRainer Gerhards2009-10-082-9/+19
* | | | | added multi-ruleset support to imudpRainer Gerhards2009-10-131-6/+1
* | | | | removed no longer needed msg_t property "bParseHOSTNAME"Rainer Gerhards2009-10-132-4/+1
* | | | | bugfix: potential segfault on messages with empty MSG part.Rainer Gerhards2009-10-091-3/+12