Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | bugfix: imklog mistakenly took kernel timestamp subseconds as nanoseconds | Rainer Gerhards | 2012-11-22 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ... actually, they are microseconds. So the fractional part of the timestamp was not properly formatted. Thanks to Marius Tomaschwesky for the bug report and the patch idea. | |||||
| | | * | imklog: added $klogParseKernelTimestamp option | Marius Tomaschewski | 2012-11-21 | 3 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When enabled, kernel message [timestamp] is converted for message time. Default is to use receive time as in 5.8.x and before, because the clock used to create the timestamp is not supposed to be as accurate as the monotonic clock (depends on hardware and kernel) resulting in differences between kernel and system messages which occurred at same time. | |||||
| | | * | imklog: added $klogKeepKernelTimestamp option | Marius Tomaschewski | 2012-11-21 | 3 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | When enabled, the kernel [timestamp] remains at begin of each message, even it is used for the message time too. | |||||
| * | | | minor cleanup | Rainer Gerhards | 2012-11-15 | 1 | -8/+0 | |
| | | | | ||||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-14 | 3 | -5/+10 | |
|\| | | | ||||||
| * | | | silence compiler warnings & some cleanup | Rainer Gerhards | 2012-11-14 | 1 | -5/+1 | |
| | | | | ||||||
| * | | | bugfix: very small memory leak in imrelp | Rainer Gerhards | 2012-11-14 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not a real problem (thus no ChangeLog entry): we leaked a few bytes for every relp listener, but only at rsyslogd TERMINATION - where obviously the OS does the cleanup. However, the leak could cause some confusion with memory checkers like valgrind. | |||||
| * | | | bugfix: make rsyslog compile on kfreebsd again | Guillem Jover | 2012-11-14 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=380 | |||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-13 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-13 | 1 | -1/+1 | |
| |\| | | ||||||
| | * | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-11-13 | 1 | -1/+1 | |
| | |\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| | | * | imuxsock: do not log EAGAIN in nonblocking recvfrom | Marius Tomaschewski | 2012-11-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-02 | 1 | -3/+3 | |
|\| | | | ||||||
| * | | | bugfix: potential abort of imtcp on rsyslogd shutdown | Rainer Gerhards | 2012-11-02 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-01 | 8 | -8/+8 | |
| |\| | | ||||||
| | * | | bugfix: invalid rsyslog-internal macro API use | Rainer Gerhards | 2012-11-01 | 8 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | This had no bad effect, because the macro did the same as the one that should have been used. | |||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-01 | 2 | -3/+5 | |
|\| | | | ||||||
| * | | | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-01 | 1 | -1/+1 | |
| |\| | | ||||||
| | * | | bugfix: misaddressing of $mmnormalizeuserawmsg parameter | Rainer Gerhards | 2012-11-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | On many platforms, this has no effect at all. At some, it may cause a segfault. The problem occurs only during config phase, no segfault happens when rsyslog has fully started. | |||||
| | * | | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-19 | 1 | -2/+2 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-19 | 1 | -5/+0 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-17 | 2 | -3/+5 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-16 | 1 | -8/+2 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'v6-stable' into v6-beta | Rainer Gerhards | 2012-10-11 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'v6-stable' into v6-devel | Rainer Gerhards | 2012-10-04 | 1 | -6/+0 | |
| | |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bugfix: imzmq3 segfault with PULL subscription | Martin Nilsson | 2012-10-30 | 1 | -2/+4 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | mmnormalize: support for v6+ config interface added | Rainer Gerhards | 2012-11-01 | 1 | -29/+145 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | mmjsonparse: support for v6+ config interface added | Rainer Gerhards | 2012-11-01 | 1 | -5/+46 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | bugfix: invalid rsyslog-internal macro API use | Rainer Gerhards | 2012-11-01 | 8 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This had no bad effect, because the macro did the same as the one that should have been used. | |||||
* | | | | | | | | | | Merge branch 'master-ratelimit' | Rainer Gerhards | 2012-10-30 | 12 | -165/+139 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | remove legacy API parseAndSubmitMessage() from imrelp | Rainer Gerhards | 2012-10-29 | 1 | -3/+21 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'master' into master-ratelimit | Rainer Gerhards | 2012-10-24 | 1 | -13/+18 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/v7compatibility.html | |||||
| * | | | | | | | | | | | imuxsock: use a default ratelimiter if none else applies | Rainer Gerhards | 2012-10-23 | 1 | -1/+9 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | imklog, impstats: support for new rate-limiting API added | Rainer Gerhards | 2012-10-19 | 2 | -6/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' into master-ratelimit | Rainer Gerhards | 2012-10-19 | 8 | -28/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | | | | | | | | omruleset: update to new message submit APIs/ratelimiter | Rainer Gerhards | 2012-10-18 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... with the notable exception, that this module actualy needs no rate-limiter by design! | |||||
| * | | | | | | | | | | | | Merge branch 'beta' into master-ratelimit | Rainer Gerhards | 2012-10-16 | 1 | -7/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | | | | | | | | | imtcp: support for Linux-Type ratelimiting added | Rainer Gerhards | 2012-10-15 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | imdiag: add support for new (ratelimiting) msg submit interface | Rainer Gerhards | 2012-10-15 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | cosmetic: remove compiler warning | Rainer Gerhards | 2012-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | imudp: support for Linux-like ratelimiting added | Rainer Gerhards | 2012-10-15 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | imptcp: support for Linux-Type ratelimiting added | Rainer Gerhards | 2012-10-15 | 1 | -1/+11 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | ratelimit: added linux-like ratelimiter type | Rainer Gerhards | 2012-10-15 | 4 | -97/+24 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | milestone: convert imuxsock to ratelimitAddMsg() interface | Rainer Gerhards | 2012-10-15 | 1 | -30/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'master' into master-ratelimit | Rainer Gerhards | 2012-10-15 | 2 | -1/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/v7compatibility.html | |||||
| * | | | | | | | | | | | | | | imfile: converted to new ratelimit interface | Rainer Gerhards | 2012-10-15 | 1 | -15/+7 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | ratelimit: imtcp (and gssapi) converted to new interface | Rainer Gerhards | 2012-10-15 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | imudp: add input batching & ratelimiter interface | Rainer Gerhards | 2012-10-15 | 2 | -6/+12 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | ratelimiter: enable thread-safe mode & (related) API changes | Rainer Gerhards | 2012-10-15 | 4 | -9/+12 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | indicate no original code left in imudp | Rainer Gerhards | 2012-10-15 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | |