summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable-newstats'Rainer Gerhards2012-04-0727-87/+283
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: action.c configure.ac doc/imuxsock.html plugins/imklog/imklog.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/glbl.c runtime/glbl.h runtime/net.c runtime/ruleset.c tcpsrv.h tools/syslogd.c
| * Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-072-2/+2
| |\ | | | | | | | | | | | | Conflicts: configure.ac
| * \ Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-078-10/+238
| |\ \ | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * | | cosmetic: pushing temp version upRainer Gerhards2012-03-221-1/+1
| | | |
| * | | unified use of $LocalHostIPIF among all locally-emitting inputsRainer Gerhards2012-03-223-50/+3
| | | | | | | | | | | | | | | | | | | | with the exception of imdiag, which I humbly do not think needs this capabilit (even counter-productive for testbench use).
| * | | milestone: added capability to use a local interface IP address as fromhost-ipRainer Gerhards2012-03-216-65/+130
| | | | | | | | | | | | | | | | | | | | ... for locally originating messages. New directive $LocalHostIPIF. Note that not all modules yet support this new directive - next step...
| * | | do not provide weblink with meaningless (generic) error codeRainer Gerhards2012-03-211-2/+2
| | | |
| * | | added configuration directive to disable octet-counted framingRainer Gerhards2012-03-203-3/+21
| | | | | | | | | | | | | | | | for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming
| * | | added configuration directive to disable octet-counted framingRainer Gerhards2012-03-199-10/+29
| | | | | | | | | | | | | | | | ... for imtcp, directive is $InputTCPServerSupportOctetCountedFraming
| * | | added missing initialization of stats countersRainer Gerhards2012-03-143-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this was necessary due to refactoring of the stats subsystem ... but should have been done in the first place when this code was written. Thanks to Kaiwang Chen for his analysis of the stats subsystem, which ultimately lead to this patch!
| * | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-146-38/+66
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h
| * | | | bumped version number (of temp branch)Rainer Gerhards2012-03-121-1/+1
| | | | |
| * | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-124-2/+15
| |\ \ \ \
| * | | | | added capability to use a local interface IP address as fromhost-ip for imklogRainer Gerhards2012-03-104-4/+34
| | | | | |
| * | | | | imuxsock did ignore configured IP if - always used eth0 if one was set ;)Rainer Gerhards2012-03-101-1/+1
| | | | | |
| * | | | | bugfix: imudp: only two listeners were activatedRainer Gerhards2012-03-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | no matter how many were defined. Note that IPv4 and IPv6 count as two!
| * | | | | added capability to use a local interface IP address as fromhost-ip for imuxsockRainer Gerhards2012-03-066-9/+97
| | | | | | | | | | | | | | | | | | | | | | | | new config directives: $IMUXSockLocalIPIF
| * | | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-057-21/+34
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * | | | | | queue: lightdelay config: keep default of 70% until mark is explicitely setRainer Gerhards2012-02-222-6/+10
| | | | | | |
| * | | | | | added configuration directives to customize queue light delay marksRainer Gerhards2012-02-216-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $MainMsgQueueLightDelayMark, $ActionQueueLightDelayMark; both specify number of messages starting at which a delay happens.
| * | | | | | bugfix: imptcp stats sometimes incorrectly reported socket as IPv6Rainer Gerhards2012-02-202-2/+4
| | | | | | |
| * | | | | | stats: added unique (and friendly) name for ruleset queuesRainer Gerhards2012-01-311-1/+4
| | | | | | |
| * | | | | | stats: generate friendly name for action queues, if possibleRainer Gerhards2012-01-312-3/+8
| | | | | | |
| * | | | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-01-307-47/+63
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'v6-stable'Rainer Gerhards2012-04-073-5/+19
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-04-073-5/+19
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | | | | | preparing for 5.8.10v5.8.10Rainer Gerhards2012-04-073-3/+3
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | bugfix: segfault on startup if $actionqueuefilename was missing for disk ↵Tomas Heinrich2012-04-052-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | queue config Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | | | | | doc: noted disk queue format change from v4->v5Rainer Gerhards2012-04-051-0/+5
| | | | | | | |
| | * | | | | | bugfix: segfault if disk-queue was started up with old queue fileTomas Heinrich2012-04-052-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | doc: fix typo in ChangeLogRainer Gerhards2012-04-071-1/+1
| | | | | | | |
* | | | | | | | impstats: added $PStatsJSON directiveRainer Gerhards2012-04-015-5/+32
| | | | | | | |
* | | | | | | | stats module: added capability to format as cee-enhanced syslogBrian Knox2012-04-011-0/+50
| | | | | | | |
* | | | | | | | ommongodb: extended default schemaRainer Gerhards2012-03-301-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | includes more syslog-specific fields
* | | | | | | | ommongodb: now writes a real timestamp into mongoRainer Gerhards2012-03-303-13/+47
| | | | | | | |
* | | | | | | | added "date-unixtimestamp" property replacer option to format as a unix ↵Rainer Gerhards2012-03-299-3/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timestamp
* | | | | | | | omhiredis: improved error reportingBrian Knox2012-03-231-4/+3
| | | | | | | |
* | | | | | | | omhiredis: error checking changes and code cleanupBrian Knox2012-03-211-40/+36
| | | | | | | |
* | | | | | | | omhiredis: some more cleanupRainer Gerhards2012-03-211-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - C++ comments to C comment style (some compilers need that) - removed some left-over from the copy template (was even not needed there ;))
* | | | | | | | Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslogRainer Gerhards2012-03-210-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | omhiredis: some cleanupRainer Gerhards2012-03-211-2/+1
| | | | | | | | |
* | | | | | | | | omhiredis: some cleanupRainer Gerhards2012-03-211-4/+4
|/ / / / / / / /
* | | | | | | | initial shot at omhiredisBrian Knox2012-03-218-0/+1151
| | | | | | | |
* | | | | | | | ommongodb: working on error reportingRainer Gerhards2012-03-201-5/+10
| | | | | | | |
* | | | | | | | ommongodb: basic error reportingRainer Gerhards2012-03-202-6/+25
| | | | | | | |
* | | | | | | | ommongodb: support for lumberjack base schemaRainer Gerhards2012-03-191-16/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... as far as I currently see the mapping ;)
* | | | | | | | ommongodb: moved over to MSG based interfaceRainer Gerhards2012-03-191-20/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Access to the message permits us to do "the right thing" when it comes to populating the lumberjack schema. Support for custom templates will be added as soon as the template system is ready to properly support name/value passing.
* | | | | | | | action cfg: do no longer require template for TPL_AS_MSG passing modeRainer Gerhards2012-03-192-2/+3
| | | | | | | |
* | | | | | | | ommongodb: cleanupRainer Gerhards2012-03-181-47/+5
| | | | | | | |
* | | | | | | | ommongodb: moved field set a bit towards CEEBrian Knox2012-03-182-8/+8
| | | | | | | |