summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-devel'Rainer Gerhards2009-11-178-13/+121
|\
| * worked a bit on "unlimited select()" patchRainer Gerhards2009-11-172-4/+10
| * Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-172-2/+5
| |\
| | * Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-172-2/+5
| | |\
| | | * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-172-2/+5
| | | |\
| | | | * correcting -q/-Q patch - was invalidRainer Gerhards2009-11-122-2/+5
| * | | | integrating varmojfekoj's "unlimited select()" patch into v4-develRainer Gerhards2009-11-176-11/+108
| |\ \ \ \
| | * | | | added option to use unlimited-size select() callsvarmojfekoj2009-11-175-10/+62
* | | | | | moved DNS resolution code out of imudp and into the backend processingRainer Gerhards2009-11-176-37/+171
* | | | | | some light performance enhancementRainer Gerhards2009-11-127-10/+40
* | | | | | Merge branch 'v4-devel'Rainer Gerhards2009-11-121-2/+2
|\| | | | |
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-121-2/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-2/+2
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-121-2/+2
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-2/+2
| * | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-101-0/+9
| |\| | | |
* | | | | | 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
|\ \ \ \