summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | milestone: added capability to use a local interface IP address as fromhost-ipRainer Gerhards2012-03-211-2/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... for locally originating messages. New directive $LocalHostIPIF. Note that not all modules yet support this new directive - next step...
| * | | | | | | | | added configuration directive to disable octet-counted framingRainer Gerhards2012-03-201-0/+1
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming
| * | | | | | | | added configuration directive to disable octet-counted framingRainer Gerhards2012-03-191-0/+2
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | ... for imtcp, directive is $InputTCPServerSupportOctetCountedFraming
| * | | | | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-141-0/+3
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h
| * | | | | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-121-0/+4
| |\ \ \ \ \ \ \
| * | | | | | | | added capability to use a local interface IP address as fromhost-ip for imklogRainer Gerhards2012-03-101-2/+2
| | | | | | | | |
| * | | | | | | | added capability to use a local interface IP address as fromhost-ip for imuxsockRainer Gerhards2012-03-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new config directives: $IMUXSockLocalIPIF
| * | | | | | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-051-1/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac
| * | | | | | | | | added configuration directives to customize queue light delay marksRainer Gerhards2012-02-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $MainMsgQueueLightDelayMark, $ActionQueueLightDelayMark; both specify number of messages starting at which a delay happens.
* | | | | | | | | | Merge branch 'v6-stable'Rainer Gerhards2012-04-071-1/+6
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-04-071-1/+6
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | | | | | | preparing for 5.8.10v5.8.10Rainer Gerhards2012-04-071-1/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | bugfix: segfault on startup if $actionqueuefilename was missing for disk ↵Tomas Heinrich2012-04-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | queue config Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * | | | | | | bugfix: segfault if disk-queue was started up with old queue fileTomas Heinrich2012-04-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | | | | | | | doc: fix typo in ChangeLogRainer Gerhards2012-04-071-1/+1
| | | | | | | | |
* | | | | | | | | impstats: added $PStatsJSON directiveRainer Gerhards2012-04-011-0/+1
| | | | | | | | |
* | | | | | | | | added "date-unixtimestamp" property replacer option to format as a unix ↵Rainer Gerhards2012-03-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timestamp
* | | | | | | | | initial shot at omhiredisBrian Knox2012-03-211-0/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'v6-stable'Rainer Gerhards2012-03-171-1/+7
|\| | | | | | | |
| * | | | | | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-171-1/+7
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | | | | | bugfix: memory leak in array passing output module modeRainer Gerhards2012-03-171-0/+3
| | | | | | | | |
| | * | | | | | | preparing for 5.8.9v5.8.9Rainer Gerhards2012-03-151-1/+1
| | | | | | | | |
| | * | | | | | | added tool to recover disk queue if .qi file is missing (recover_qi.pl)Kaiwang Chen2012-03-151-0/+2
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | bugfix: memory leak in array passing output module modeRainer Gerhards2012-03-171-0/+1
| | | | | | | |
* | | | | | | | Merge branch 'v6-stable'Rainer Gerhards2012-03-171-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h
| * | | | | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-141-0/+3
| |\| | | | | |
| | * | | | | | changed statsobj interface and added better docRainer Gerhards2012-03-141-0/+3
| | | |_|/ / / | | |/| | | |
* | | | | | | added "json" property replacer optionRainer Gerhards2012-03-161-1/+3
| | | | | | |
* | | | | | | added message property parsesuccess to indicate status of higher level ↵Rainer Gerhards2012-03-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parser run added message property parsesuccess to indicate if the last run higher-level parser could successfully parse the message or not (see property replacer html doc for details)
* | | | | | | Merge branch 'v6-stable'Rainer Gerhards2012-03-121-1/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/queue.c
| * | | | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-121-1/+7
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | | | bugfix: stopped DA queue was never processed after a restartRainer Gerhards2012-03-121-0/+4
| | | |/ / / | | |/| | | | | | | | | | | | | | | ...due to a regression from statistics module.
| | * | | | preparing for 5.8.8v5.8.8Rainer Gerhards2012-03-051-1/+1
| | | |_|/ | | |/| |
* | | | | Merge branch 'v6-stable'Rainer Gerhards2012-03-011-0/+4
|\| | | |
| * | | | mentioned imported bugfix in ChangeLogRainer Gerhards2012-03-011-0/+2
| | | | |
| * | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-03-011-0/+2
| |\| | |
| | * | | bugfix: imklog invalidly computed facility and severityRainer Gerhards2012-03-011-0/+2
| | |/ / | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
* | | | added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵Rainer Gerhards2012-02-211-2/+4
| | | | | | | | | | | | | | | | messages
* | | | bugfix: property $!all-json made rsyslog abort if no normalized data is ↵Rainer Gerhards2012-02-211-0/+2
| | | | | | | | | | | | | | | | available
* | | | omsnmp: support for new config system added & some refactoringRainer Gerhards2012-02-081-0/+1
| | | |
* | | | upgraded omlibdbi to support the new v6 config formatRainer Gerhards2012-02-021-0/+3
| | | |
* | | | bugfix: abort during startup when rsyslog.conf v6+ format was used in a ↵Rainer Gerhards2012-02-021-0/+4
| | | | | | | | | | | | | | | | certain way
* | | | nit: release date for 6.3.7v6.3.7Rainer Gerhards2012-02-021-1/+1
| | | |
* | | | conf file: bufgix: legacy parsing of some filters did not work correctlyRainer Gerhards2012-02-011-3/+4
| | | |
* | | | omsnmp: fixing compile problemRainer Gerhards2012-02-011-1/+1
| | | |
* | | | preparing for 6.3.7Rainer Gerhards2012-01-311-42/+33
| | | |
* | | | bugfix: rsyslog aborted during startup if there is an error in loading an actionRainer Gerhards2012-01-271-0/+2
| | | | | | | | | | | | | | | | and legacy configuration mode is used
* | | | Merge branch 'v6-stable'Rainer Gerhards2012-01-271-0/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h runtime/conf.c runtime/rsyslog.h
| * | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-271-0/+13
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/omprog/omprog.c runtime/rsyslog.h
| | * | added merged v4 bugfix info to changelogRainer Gerhards2012-01-271-0/+4
| | | |