summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-126-157/+11
| | * | | | | fixed abort when emergency configuration was activatedRainer Gerhards2009-06-121-6/+5
| | * | | | | re-enabled outchannel functionalityRainer Gerhards2009-06-121-72/+19
| | * | | | | added $Ruleset config commandRainer Gerhards2009-06-101-0/+27
| | * | | | | restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-102-536/+57
| | * | | | | added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+4
| | * | | | | improved error handling and added fsync() supportRainer Gerhards2009-06-081-1/+3
| | * | | | | cleanup in preparation of next stepsRainer Gerhards2009-06-051-164/+10
| | * | | | | made dynafiles working againRainer Gerhards2009-06-051-75/+73
| | * | | | | added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-042-66/+56
| | * | | | | modified stream class and omfile to work with itRainer Gerhards2009-06-041-26/+68
| | * | | | | cleaned up stream class ...Rainer Gerhards2009-06-042-22/+1
| | * | | | | reduced max value for $DynaFileCacheSize to 1,000Rainer Gerhards2009-06-041-38/+28
| | * | | | | added gzip header to output filesRainer Gerhards2009-06-031-3/+27
| | * | | | | first proof of concept on zipped file writerRainer Gerhards2009-06-033-39/+453
| | |/ / / /
| * | | | | Merge branch 'master' into v5-develRainer Gerhards2009-06-042-20/+51
| |\| | | |
| | * | | | Merge branch 'udpdrop'Rainer Gerhards2009-05-291-19/+50
| | |\ \ \ \
| | | * | | | added ability for the UDP output action to rebind its send socket after sendi...Rainer Gerhards2009-05-291-19/+50
| | * | | | | Merge branch 'beta'Rainer Gerhards2009-05-291-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-1/+1
| | | |\ \ \
| * | | | | | Merge branch 'master' into v5-develRainer Gerhards2009-05-291-15/+20
| |\| | | | |
| | * | | | | Merge branch 'beta'Rainer Gerhards2009-05-291-15/+20
| | |\| | | |
| | | * | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-291-15/+20
| | | |\ \ \ \
| * | | | | | | Merge branch 'master' into v5-develRainer Gerhards2009-05-281-2/+10
| |\| | | | | |
| | * | | | | | Merge branch 'beta' into masterRainer Gerhards2009-05-281-2/+10
| | |\| | | | |
| | | * | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-05-281-2/+10
| | | |\ \ \ \ \
| * | | | | | | | fixing some minor nitsRainer Gerhards2009-05-252-3/+4
| * | | | | | | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-251-5/+22
| |\| | | | | | |
| | * | | | | | | added new testing module imdiagRainer Gerhards2009-05-251-5/+22
| * | | | | | | | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-221-26/+27
| |\| | | | | | |
| | * | | | | | | added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-26/+27
| * | | | | | | | some cleanupRainer Gerhards2009-05-191-2/+1
| * | | | | | | | moved user object destruction to queue itselfRainer Gerhards2009-05-131-1/+0
| * | | | | | | | added test for property replacer field functionality to testbenchRainer Gerhards2009-05-131-1/+4
| * | | | | | | | moving to a cleaner implementation of batchesRainer Gerhards2009-05-121-4/+5
| * | | | | | | | Merge branch 'master' into multi-dequeueRainer Gerhards2009-05-121-5/+189
| |\| | | | | | |
| | * | | | | | | added capability to draw configuration graphsRainer Gerhards2009-05-111-5/+189
| * | | | | | | | added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configur...Rainer Gerhards2009-04-231-0/+4
| * | | | | | | | now batches are handed down to the actual consumerRainer Gerhards2009-04-221-9/+17
| |/ / / / / / /
| * | | | | | | some cleanupRainer Gerhards2009-04-171-1/+1
| * | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-161-2/+2
| |\| | | | | |
| | * | | | | | Merge branch 'beta'Rainer Gerhards2009-04-161-2/+2
| | |\ \ \ \ \ \
| * | | | | | | | implemented $MaxOpenFiles directive and changed testbenchRainer Gerhards2009-04-141-0/+28
| * | | | | | | | minor cleanupRainer Gerhards2009-04-081-8/+0
| * | | | | | | | Merge branch 'master' into nextmasterRainer Gerhards2009-04-071-1/+1
| |\| | | | | | |
| | * | | | | | | Re-enable parsing host names from message.Luis Fernando Muñoz Mejías2009-04-071-1/+1
| * | | | | | | | improved internal handling of RainerScript functionsRainer Gerhards2009-04-061-0/+1
| |/ / / / / / /
| * | | | | | | fully integrated regex patchRainer Gerhards2009-04-021-5/+3
| * | | | | | | streamlined regex patchRainer Gerhards2009-04-022-4/+4
| * | | | | | | improved performance of regexp-based filtersRainer Gerhards2009-04-022-2/+7