summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 5.9.7v5.9.7Rainer Gerhards2012-05-101-1/+1
|
* Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-05-031-1/+27
|\ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * preparing for 5.8.11 releasev5.8.11Rainer Gerhards2012-05-031-1/+1
| |
| * bugfix: ommysql did not properly init/exit the mysql runtime libraryRainer Gerhards2012-05-031-0/+5
| | | | | | | | | | | | | | This could lead to segfaults. Triggering condition: multiple action instances using ommysql. Thanks to Tomas Heinrich for reporting this problem and providing an initial patch (which my solution is based on, I need to add more code to clean the mess up).
| * bugfix: rsyslog did not terminate when delayable inputs were blockedRainer Gerhards2012-05-031-0/+5
| | | | | | | | | | | | | | ...due to unvailable sources. Fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=299 Thanks to Marcin M for bringing up this problem and Andre Lorbach for helping to reproduce and fix it.
| * bugfix: inside queue.c, some thread cancel states were not correctly reset.Rainer Gerhards2012-05-031-0/+4
| | | | | | | | | | | | While this is a bug, we assume it did have no practical effect because the reset as it was done was set to the state the code actually had at this point. But better fix this...
| * bugfix: active input in "light delay state" could block rsyslog terminationRainer Gerhards2012-04-271-0/+2
| | | | | | | | at least for prolonged period of time...
* | cosmetic: new version in ChangeLogRainer Gerhards2012-04-271-0/+2
| |
* | Merge branch 'v5-stable-field-substring' into v5-betaRainer Gerhards2012-04-271-0/+1
|\ \
| * | added capability to specify substrings for field extraction modeRainer Gerhards2012-04-271-0/+1
| |/
* | Merge branch 'v5-stable-newstats' into v5-betaRainer Gerhards2012-04-191-0/+4
|\ \ | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-191-0/+2
| |\|
| | * doc: added last bugfix to ChangeLogRainer Gerhards2012-04-191-0/+2
| | |
| * | doc: add last bugfix to changelogRainer Gerhards2012-04-191-0/+2
| | | | | | | | | | | | and bump up version
* | | Merge branch 'v5-stable-newstats' into v5-betaRainer Gerhards2012-04-181-0/+4
|\| |
| * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-181-0/+4
| |\| | | | | | | | | | | | | Conflicts: runtime/msg.c
| | * bugfix: assigned ruleset was lost when using disk queuesRainer Gerhards2012-04-181-0/+4
| | | | | | | | | | | | | | | | | | This looked quite hard to diagnose for disk-assisted queues, as the pure memory part worked well, but ruleset info was lost for messages stored inside the disk queue.
* | | preparing for 5.9.6v5.9.6Rainer Gerhards2012-04-121-2/+5
| | |
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-04-121-0/+5
|\| |
| * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-121-0/+5
| |\| | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/glbl.c
| | * doc: credits update for last bugfixRainer Gerhards2012-04-111-1/+2
| | |
| | * bugfix: hostname was not requeried on HUPRainer Gerhards2012-04-111-0/+4
| | | | | | | | | | | | Thanks to Marius Tomaschewski for reporting this bug.
* | | permit size modifiers (k,m,g,...) in integer config parametersRainer Gerhards2012-04-071-0/+2
| | | | | | | | | | | | Thanks to Jo Rhett for the suggestion.
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-04-071-3/+12
|\| | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-071-1/+1
| |\| | | | | | | | | | | | | Conflicts: configure.ac
| | * preparing for 5.8.10v5.8.10Rainer Gerhards2012-04-071-1/+1
| | |
| * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-071-1/+11
| |\| | | | | | | | | | | | | Conflicts: configure.ac
| | * 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>
| | * 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
| | |
| * | 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...
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-201-0/+4
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imptcp/imptcp.c
| * | added configuration directive to disable octet-counted framingRainer Gerhards2012-03-201-0/+1
| | | | | | | | | | | | for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-191-0/+3
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imtcp/imtcp.c tcpsrv.h
| * | added configuration directive to disable octet-counted framingRainer Gerhards2012-03-191-0/+2
| | | | | | | | | | | | ... for imtcp, directive is $InputTCPServerSupportOctetCountedFraming
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-141-0/+3
|\| | | | | | | | | | | | | | Conflicts: configure.ac
| * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-141-0/+3
| |\| | | | | | | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c runtime/queue.c runtime/queue.h
| | * changed statsobj interface and added better docRainer Gerhards2012-03-141-0/+3
| | |
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-03-121-1/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c configure.ac doc/imuxsock.html doc/manual.html runtime/queue.c
| * | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-03-121-0/+4
| |\|
| | * bugfix: stopped DA queue was never processed after a restartRainer Gerhards2012-03-121-0/+4
| | | | | | | | | | | | ...due to a regression from statistics module.
| * | 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
| | * preparing for 5.8.8v5.8.8Rainer Gerhards2012-03-051-1/+1
| | |
| * | 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 'v5-stable' into v5-develRainer Gerhards2012-03-011-0/+11
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: ChangeLog plugins/imklog/imklog.c plugins/imklog/imklog.h
| * | bugfix: imklog invalidly computed facility and severityRainer Gerhards2012-03-011-0/+2
| |/ | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313