summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * added merged v4 bugfix info to changelogRainer Gerhards2012-01-271-0/+4
| |
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-271-0/+5
| |\
| | * bugfix: omprog made rsyslog abort on startup if not binary to execute was ↵Rainer Gerhards2012-01-271-0/+2
| | | | | | | | | | | | configured
| | * increased max config file line size to 64kRainer Gerhards2012-01-241-0/+3
| | | | | | | | | | | | | | | We now also emit an error message if even 64k is not enough (not doing so previously may rightfully be considered as a bug)
* | | bugfix: imklog invalidly computed facility and severityRainer Gerhards2012-03-011-0/+4
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
* | | preparing for 5.9.6v5.9.5Rainer Gerhards2012-01-271-7/+3
| | |
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-271-0/+2
|\| | | | | | | | | | | | | | Conflicts: configure.ac
| * | mentioning license change in ChangeLogRainer Gerhards2012-01-211-0/+1
| | |
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-211-0/+1
| |\|
| | * license docs were not properly redistributedRainer Gerhards2012-01-211-0/+1
| | | | | | | | | | | | thanks to Tomas Heinrich for alerting me.
* | | refactored imklog linux driver, now combined with BSD driverRainer Gerhards2012-01-231-0/+5
| | | | | | | | | | | | | | | | | | | | | The Linux driver no longer supports outdated kernel symbol resolution, which was disabled by default for very long. Also overall cleanup, resulting in much smaller code. Linux and BSD are now covered by a single small driver.
* | | Merge branch 'v5-stable-elasticsearch' into v5-devel-tmpRainer Gerhards2012-01-171-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
| * | preparing for 5.8.7v5.8.7Rainer Gerhards2012-01-171-1/+3
| | |
* | | $IMUXSockRateLimitInterval DEFAULT CHANGED, was 5, now 0Rainer Gerhards2012-01-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | The new default turns off rate limiting. This was chosen as people experienced problems with rate-limiting activated by default. Now it needs an explicit opt-in by setting this parameter. Thanks to Chris Gaffney for suggesting to make it opt-in; thanks to many unnamed others who already had complained at the time Chris made the suggestion ;-)
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2012-01-161-0/+2
|\| | | | | | | | | | | | | | Conflicts: plugins/imtcp/imtcp.c
| * | Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-0/+2
| |\| | | | | | | | | | | | | Conflicts: tools/syslogd.c
| | * FQDN hostname for multihomed host was not always set to the correct nameTomas Heinrich2012-01-161-0/+2
| | | | | | | | | | | | | | | | | | ..if multiple aliases existed. Thanks to Tomas Heinreich for the patch. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | cosmetic: cleanup of ChangeLogRainer Gerhards2012-01-141-2/+0
| | |
* | | Merge branch 'v5-stable' into v5-develRainer Gerhards2012-01-091-0/+2
|\| |
| * | bugfix: instabilities when using RFC5424 header fieldsKaiwang Chen2012-01-091-0/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | | Merge v5-stable-newstats & manual ChangeLog updateRainer Gerhards2012-01-091-0/+1
| | |
* | | Merge branch 'v5-stable-newstats' into v5-develRainer Gerhards2011-12-201-0/+5
|\| | | | | | | | | | | | | | Conflicts: plugins/imuxsock/imuxsock.c