summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* queue: change gerenic queue pUsr ptr to be action_tRainer Gerhards2012-11-035-9/+9
| | | | | | this was always action_t, but the initial design was more generic. We are making it specific now in order to gain better performance (after all, we did not need the generic engine in the past 8 years...)
* generate disk .qi file once at queue constructionRainer Gerhards2012-11-022-16/+13
| | | | | ... instead of each time a file write happens. In some situations (very frequent sync), this can probably be a big performane win.
* Merge branch 'v7-stable'Rainer Gerhards2012-11-011-0/+3
|\
| * Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-11-0111-10/+13
| |\
| | * doc: add recent patch (API) to ChangeLogRainer Gerhards2012-11-011-0/+3
| | |
| | * bugfix: invalid rsyslog-internal macro API useRainer Gerhards2012-11-0110-10/+10
| | | | | | | | | | | | | | | This had no bad effect, because the macro did the same as the one that should have been used.
* | | Merge branch 'v7-stable'Rainer Gerhards2012-11-013-4/+15
|\| |
| * | Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-11-012-1/+8
| |\|
| | * bugfix: misaddressing of $mmnormalizeuserawmsg parameterRainer Gerhards2012-11-012-1/+5
| | | | | | | | | | | | | | | | | | 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.
| | * bugfix: build problems on some platformsRainer Gerhards2012-10-262-1/+4
| | |
| * | bugfix: imzmq3 segfault with PULL subscriptionMartin Nilsson2012-10-302-3/+7
| | |
* | | doc: add module doc for mmjsonparseRainer Gerhards2012-11-013-0/+48
| | |
* | | typo fixRainer Gerhards2012-11-011-1/+1
| | |
* | | mmnormalize: support for v6+ config interface addedRainer Gerhards2012-11-013-36/+169
| | |
* | | mmjsonparse: support for v6+ config interface addedRainer Gerhards2012-11-012-5/+47
| | |
* | | bugfix: invalid rsyslog-internal macro API useRainer Gerhards2012-11-0110-10/+10
| | | | | | | | | | | | | | | This had no bad effect, because the macro did the same as the one that should have been used.
* | | prepare for 7.3.2 releasev7.3.2Rainer Gerhards2012-10-303-3/+11
| | |
* | | Merge branch 'master-ratelimit'Rainer Gerhards2012-10-3035-471/+720
|\ \ \
| * | | remove legacy API parseAndSubmitMessage() from imrelpRainer Gerhards2012-10-291-3/+21
| | | |
| * | | nit: correct invalid error codeRainer Gerhards2012-10-241-1/+1
| | | |
| * | | Merge branch 'master' into master-ratelimitRainer Gerhards2012-10-247-19/+38
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/v7compatibility.html
| * | | | rate-limit rsyslog internal messagesRainer Gerhards2012-10-231-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | a special ratelimiter is used; it's linux-type ratelimit settings are currently hardcoded
| * | | | imuxsock: use a default ratelimiter if none else appliesRainer Gerhards2012-10-231-1/+9
| | | | |
| * | | | Merge branch 'tmp-ratelimit' into master-ratelimitRainer Gerhards2012-10-235-13/+25
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into master-ratelimitRainer Gerhards2012-10-235-13/+25
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | nit: valgrind-testaid was accidentely enabled in testbenchRainer Gerhards2012-10-231-1/+1
| |/ / / / /
| * | | | | remove "last message repeated n times" from rsyslog output partRainer Gerhards2012-10-237-232/+26
| | | | | |
| * | | | | Merge branch 'beta' into master-ratelimitRainer Gerhards2012-10-222-9/+2
| |\ \ \ \ \
| * | | | | | ratelimit: add default ratelimiterRainer Gerhards2012-10-191-4/+14
| | | | | | |
| * | | | | | cleanupRainer Gerhards2012-10-191-38/+0
| | | | | | |
| * | | | | | imklog, impstats: support for new rate-limiting API addedRainer Gerhards2012-10-192-6/+5
| | | | | | |
| * | | | | | Merge branch 'master' into master-ratelimitRainer Gerhards2012-10-1924-230/+282
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | cosmetic: get rid of compiler warning on currently unused debug codeRainer Gerhards2012-10-191-1/+1
| | | | | | | |
| * | | | | | | omruleset: update to new message submit APIs/ratelimiterRainer Gerhards2012-10-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... with the notable exception, that this module actualy needs no rate-limiter by design!
| * | | | | | | Merge branch 'beta' into master-ratelimitRainer Gerhards2012-10-162-11/+22
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | | imtcp: support for Linux-Type ratelimiting addedRainer Gerhards2012-10-155-6/+41
| | | | | | | | |
| * | | | | | | | fix: memory leak in linux-like ratelimiterRainer Gerhards2012-10-151-1/+3
| | | | | | | | |
| * | | | | | | | imdiag: add support for new (ratelimiting) msg submit interfaceRainer Gerhards2012-10-151-3/+7
| | | | | | | | |
| * | | | | | | | fix: we need to use loadConf to access global settingsRainer Gerhards2012-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hint: globals need to be re-done...
| * | | | | | | | cosmetic: remove compiler warningRainer Gerhards2012-10-151-1/+1
| | | | | | | | |
| * | | | | | | | fix: linux-like ratelimiting did not emit "final" message...Rainer Gerhards2012-10-151-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on destruction of rate limiter.
| * | | | | | | | imudp: support for Linux-like ratelimiting addedRainer Gerhards2012-10-153-3/+24
| | | | | | | | |
| * | | | | | | | remove debug codeRainer Gerhards2012-10-151-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | went accidently into commit
| * | | | | | | | imptcp: support for Linux-Type ratelimiting addedRainer Gerhards2012-10-155-15/+22
| | | | | | | | |
| * | | | | | | | ratelimit: added linux-like ratelimiter typeRainer Gerhards2012-10-159-110/+143
| | | | | | | | |
| * | | | | | | | ratelimit: respect $repeatedmsgreduction settingRainer Gerhards2012-10-152-26/+49
| | | | | | | | |
| * | | | | | | | milestone: convert imuxsock to ratelimitAddMsg() interfaceRainer Gerhards2012-10-152-33/+6
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into master-ratelimitRainer Gerhards2012-10-1515-24/+117
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/v7compatibility.html
| * | | | | | | | | imfile: converted to new ratelimit interfaceRainer Gerhards2012-10-151-15/+7
| | | | | | | | | |
| * | | | | | | | | ratelimit: imtcp (and gssapi) converted to new interfaceRainer Gerhards2012-10-154-17/+10
| | | | | | | | | |