summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: remove no longer needed functionRainer Gerhards2012-11-062-87/+0
|
* queue: reduce CPU load for deserializing message propertiesRainer Gerhards2012-11-066-23/+226
| | | | | Linear runtime due to message order. Was quadratic before. However, not a big overall improvement.
* doc: improve ommongodb docRainer Gerhards2012-11-062-0/+61
|
* queue: mini-improvement in deserializer (stage work)Rainer Gerhards2012-11-053-5/+5
|
* very minimal improvement in reconstructing persisted queue entriesRainer Gerhards2012-11-051-6/+4
|
* improve debug logging a bitRainer Gerhards2012-11-051-4/+3
|
* bugfix: dynafile zip files could be corruptedRainer Gerhards2012-11-052-9/+13
| | | | | | | | This could happen if a dynafile was destructed before the first write. In practice, this could happen if few lines were written to a file and it then became evicted from the dynafile cache. This would probably look very random, because it depended on the timing in regard to message volume and dynafile cache size.
* queue: handle unknown queue type in debug outputRainer Gerhards2012-11-031-0/+3
| | | | note: can not happen, but...
* Merge branch 'master-newqueue'Rainer Gerhards2012-11-0313-139/+201
|\
| * queue: remove time() calls from msg deserializationRainer Gerhards2012-11-034-5/+30
| |
| * queue: use specific deserializer for msg objectRainer Gerhards2012-11-035-10/+73
| | | | | | | | spares lengthy table lookups
| * queue: remove unnecessary (obj_t*) redirection from msg ptrsRainer Gerhards2012-11-034-49/+44
| |
| * cosmetic: remove compiler warningRainer Gerhards2012-11-031-1/+1
| |
| * queue: change generic msg ptr (pUsr) to be of msg_t typeRainer Gerhards2012-11-036-73/+55
| |
| * 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-023-4/+7
|\ \ | |/ |/|
| * bugfix: potential abort of imtcp on rsyslogd shutdownRainer Gerhards2012-11-022-3/+4
| |
| * bugfix: potential segfault when re_match() function was usedoxpa2012-11-022-1/+3
| | | | | | | | | | Thanks to oxpa for the patch. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=371
* | 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
| | | | | | | |