summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* final touches for 4.5.1v4.5.1Rainer Gerhards2009-07-151-1/+1
|
* Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-151-0/+2
|\
| * CONFIG CHANGE: $HUPisRestart default is now "off".Rainer Gerhards2009-07-151-0/+2
| | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken.
* | added ability for the TCP output action to "rebind" its send socketRainer Gerhards2009-07-141-0/+6
|/ | | | | | | | ...after sending n messages (actually, it re-opens the connection, the name is used because this is a concept very similiar to $ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered# useful for load balancers.
* bugfix: fromhost-ip was sometimes truncatedRainer Gerhards2009-07-141-0/+1
|
* Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-131-0/+3
|\ | | | | | | | | Conflicts: ChangeLog
| * bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-131-0/+3
| |
* | bugfix: potential segfault when zip-compressed syslog records were received ↵Rainer Gerhards2009-07-101-0/+2
| | | | | | | | (double free)
* | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-0/+4
| | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. Also did some testbench improvements, including omstdout.
* | bugfix: property msg was lost when working with disk queuesRainer Gerhards2009-07-071-1/+1
| |
* | bugfix: properties inputname, fromhost, fromhost-ip were lostRainer Gerhards2009-07-071-0/+2
| | | | | | | | ... when working with disk queues.
* | performance enhancement: much faster, up to twice as fastRainer Gerhards2009-07-061-0/+2
| | | | | | | | | | | | (depending on configuration). This was a small change, but with big results. There is more potential to explore, but the effects were so dramatic that I think it makes sense to include this fix.
* | bugfix: abort condition when RecvFrom was not set and message reduction was onRainer Gerhards2009-07-061-0/+2
| | | | | | | | Happend e.g. with imuxsock.
* | added $klogConsoleLogLevel directiveRainer Gerhards2009-07-031-0/+4
| | | | | | | | ...which permits to set a new console log level while rsyslog is active
* | bugfix: missing initialization during timestamp creationv4.5.0Rainer Gerhards2009-07-031-0/+3
| | | | | | | | | | This could lead to timestamps written in the wrong format, but not to an abort.
* | Merge branch 'beta'Rainer Gerhards2009-07-021-1/+1
|\ \
| * | Merge branch 'v3-stable' into betaRainer Gerhards2009-07-021-1/+1
| |\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-021-1/+1
| | |
* | | updating version info to 4.5.0Rainer Gerhards2009-07-021-1/+1
| | |
* | | Merge branch 'beta'Rainer Gerhards2009-06-301-0/+10
|\| | | | | | | | | | | | | | Conflicts: ChangeLog
| * | internal bugfix: object pointer was only reset to NULL when an object was ↵Rainer Gerhards2009-06-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | actually destructed. This most likely had no effect to existing code, but it may also have caused trouble in remote cases. Similarly, the fix may also cause trouble... Due to this trouble scenario, the fix deserves its own commit.
* | | Merge branch 'beta' into masterRainer Gerhards2009-06-291-0/+6
|\| | | | | | | | | | | | | | Conflicts: tools/syslogd.c
| * | Merge branch 'v4-stable' into betaRainer Gerhards2009-06-291-0/+6
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | bugfix: ssh session hangs after rsyslgod is started from itRainer Gerhards2009-06-291-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | stderr/stdout were not closed to be able to emit error messages, but this caused ssh sessions to hang. Now we close them after the initial initialization. See forum thread: http://kb.monitorware.com/controlling-terminal-issues-t9875.html
* | | | updated testbench to new init() behaviorRainer Gerhards2009-06-291-0/+2
| | | | | | | | | | | | | | | | | | | | the deferred activation of input modules broke part of the testbench - but this was a testbench issue, not one of the patch
* | | | improvements/fixes in queue termination timeout handlingRainer Gerhards2009-06-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: subtle (and usually irrelevant) issue in timout processing timeout could be one second too early if nanoseconds wrapped - set a more sensible timeout for shutdow, now 1.5 seconds to complete processing (this also removes those cases where the shutdown message was not written because the termination happened before it)
* | | | some memory accesses are now explicitely atomicRainer Gerhards2009-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | ... as far as I think this mostly is to keep the thread debuggers happy
* | | | Merge branch 'beta'Rainer Gerhards2009-06-241-0/+2
|\| | |
| * | | Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-0/+2
| |\| |
| | * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-06-241-0/+2
| | |\|
| | | * bugfix: invalid mutex release in msg.cRainer Gerhards2009-06-241-0/+2
| | | | | | | | | | | | | | | | | | | | Detected under threading debugger, seems not to have any impact on actual deployments.
* | | | Merge branch 'omfile'Rainer Gerhards2009-06-241-0/+25
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: ChangeLog
| * | | more strict parsing of the hostname in rfc3164 modeRainer Gerhards2009-06-231-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... hopefully removes false positives (but may cause some trouble with hostname parsing). For details, see this bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=126 This patch is not optimal for v4 - another one will follow. The spirit of this commit is to enable easier backporting if someone is interested in doing so.
| * | | fully optimized datetime module and enhanced test suiteRainer Gerhards2009-06-191-0/+4
| | | | | | | | | | | | | | | | tests for the various timestamp formats have been added
| * | | Merge branch 'master' into newmsgRainer Gerhards2009-06-181-0/+14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tools/omfile.c
| * \ \ \ Merge branch 'master' into omfileRainer Gerhards2009-06-161-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.h tcps_sess.c tcpsrv.c tools/syslogd.c
| * | | | | implemented $OMFileFlushOnTXEnd directiveRainer Gerhards2009-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | plus some cleanup...
| * | | | | improved config error messagesRainer Gerhards2009-06-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | now contain a copy of the config line that (most likely) caused the error
| * | | | | added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also adds speed, because you do no longer need to run the whole file system in sync mode. New testbench and new config directives: - $MainMsgQueueSyncQueueFiles - $ActionQueueSyncQueueFiles
| * | | | | added $OMFileIOBufferSize config directive and plumbingRainer Gerhards2009-06-041-0/+3
| | | | | |
| * | | | | reduced max value for $DynaFileCacheSize to 1,000Rainer Gerhards2009-06-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The former maximum of 10,000 really made no sense, even 1,000 is very high, but we like to keep the user in control ;)). Also, some general cleanup was done.
* | | | | | Merge branch 'v4-stable' into betaRainer Gerhards2009-06-241-1/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | finishing touches for 4.2.0v4.2.0Rainer Gerhards2009-06-221-0/+1
| | | | | |
| * | | | | preparing for v4-stableRainer Gerhards2009-06-221-1/+1
| | | | | |
* | | | | | minor: prepped ChangeLog for next betaRainer Gerhards2009-06-241-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'beta'Rainer Gerhards2009-06-181-0/+14
|\| | | | | |_|/ / |/| | |
| * | | Merge branch 'v3-stable' into betaRainer Gerhards2009-06-181-0/+14
| |\ \ \ | | | |/ | | |/|
| | * | some minor bugfixesRainer Gerhards2009-06-181-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: invalid error message issued if $inlcudeConfig was on an empty set of files (e.g. *.conf, where none such files existed) thanks to Michael Biebl for reporting this bug - bugfix: when run in foreground (but not in debug mode), a debug message ("DoDie called") was emitted at shutdown. Removed. thanks to Michael Biebl for reporting this bug - bugfix: some garbagge was emitted to stderr on shutdown. This garbage consisted of file names, which were written during startup (key point: not a pointer error) thanks to Michael Biebl for reporting this bug - bugfix: startup and shutdown message were emitted to stdout thanks to Michael Biebl for reporting this bug
| | * | bugfix: error messages were not emitted to stderr in forked modeRainer Gerhards2009-06-151-0/+2
| | | | | | | | | | | | | | | | stderr and stdo are now kept open across fork()
* | | | removed long-obsoleted property UxTradMsgRainer Gerhards2009-06-161-0/+1
| |_|/ |/| | | | | | | | | | | ... as well as some cleanup (some commented-out code is left to support UxTradMsg again is someone really complains ;)).