summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* silence compiler warnings & some cleanupRainer Gerhards2012-11-141-5/+1
* bugfix: very small memory leak in imrelpRainer Gerhards2012-11-141-0/+7
* bugfix: make rsyslog compile on kfreebsd againGuillem Jover2012-11-141-0/+2
* Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-11-131-1/+1
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-11-131-1/+1
| |\
| | * imuxsock: do not log EAGAIN in nonblocking recvfromMarius Tomaschewski2012-11-131-1/+1
* | | bugfix: potential abort of imtcp on rsyslogd shutdownRainer Gerhards2012-11-021-3/+3
* | | Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-11-018-8/+8
|\| |
| * | bugfix: invalid rsyslog-internal macro API useRainer Gerhards2012-11-018-8/+8
* | | Merge branch 'v6-stable' into v7-stableRainer Gerhards2012-11-011-1/+1
|\| |
| * | bugfix: misaddressing of $mmnormalizeuserawmsg parameterRainer Gerhards2012-11-011-1/+1
| * | Merge branch 'v6-stable' into v6-betaRainer Gerhards2012-10-191-2/+2
| |\ \
| * \ \ Merge branch 'v6-stable' into v6-betaRainer Gerhards2012-10-191-5/+0
| |\ \ \
| * \ \ \ Merge branch 'v6-stable' into v6-betaRainer Gerhards2012-10-172-3/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'v6-stable' into v6-betaRainer Gerhards2012-10-161-8/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'v6-stable' into v6-betaRainer Gerhards2012-10-111-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'v6-stable' into v6-develRainer Gerhards2012-10-041-6/+0
| |\ \ \ \ \ \ \
* | | | | | | | | bugfix: imzmq3 segfault with PULL subscriptionMartin Nilsson2012-10-301-2/+4
* | | | | | | | | ommongodb rate-limits error messages to prevent spamming the syslogRainer Gerhards2012-10-241-13/+18
* | | | | | | | | disable deprecated warnings in omdiscard/omrulesetRainer Gerhards2012-10-221-0/+4
* | | | | | | | | Merge branch 'v6-stable' into betaRainer Gerhards2012-10-191-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-191-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | fix epoll-enabled code to use correct data member for pointersRainer Gerhards2012-10-191-2/+2
* | | | | | | | Merge branch 'v6-stable' into betaRainer Gerhards2012-10-191-5/+0
|\| | | | | | |
| * | | | | | | bugfix: imuxsock did not properly honor $LocalHostIPIFRainer Gerhards2012-10-191-5/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | build: Drop unused include pathMichael Biebl2012-10-181-1/+1
* | | | | | | Merge branch 'v6-stable' into betaRainer Gerhards2012-10-172-3/+5
|\| | | | | |
| * | | | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-172-3/+5
| |\| | | | | | | |_|_|_|/ | |/| | | |
| | * | | | imklog: use memmove instead of memcpy (solaris)Marius Tomaschewski2012-10-171-1/+1
| | * | | | imklog: use memmove to remove kernel timestampMarius Tomaschewski2012-10-171-1/+1
| | * | | | imklog: skip leading spaces in kernel timestampMarius Tomaschewski2012-10-171-1/+3
* | | | | | Merge branch 'v6-stable' into betaRainer Gerhards2012-10-161-8/+2
|\| | | | |
| * | | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-161-8/+2
| |\| | | | | | |_|_|/ | |/| | |
| | * | | bugfix: imuxsock truncated head of received messageRainer Gerhards2012-10-161-8/+2
| | * | | fix problem with cutting first 16 characters from message with bAnnotate on m...Milan Bartos2012-10-101-1/+5
| * | | | change lumberjack cookie to "@cee" from "@cee "Rainer Gerhards2012-10-111-1/+1
| | |_|/ | |/| |
* | | | Don't require the trailing space in @cee: cookieMiloslav Trmač2012-10-111-1/+1
* | | | added deprecated note to omrulesetRainer Gerhards2012-10-111-0/+6
* | | | re-delete cust1.c plugin dummy fileRainer Gerhards2012-10-041-0/+0
* | | | Merge branch 'v6-stable' into betaRainer Gerhards2012-10-041-6/+0
|\| | |
| * | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-041-6/+0
| |\| |
| | * | remove cust1 dummy plugin from build systemRainer Gerhards2012-10-041-6/+0
* | | | get rid of compiler warningRainer Gerhards2012-10-021-4/+0
* | | | cleanupRainer Gerhards2012-10-021-3/+0
* | | | mmjsonparse: also add MSG part of message if CEE-parsing failsRainer Gerhards2012-10-021-10/+10
* | | | Change mmjsonparse so non-json messages doesn't get lost from ceelogMilan Bartos2012-10-021-0/+9
* | | | implement imtcp "permittedPeers" module-global parameterRainer Gerhards2012-10-011-4/+20
* | | | implement string arrays for config objectsRainer Gerhards2012-10-011-18/+35
* | | | somewhat better debug outputRainer Gerhards2012-09-282-2/+6
* | | | Merge branch 'v6-devel'Rainer Gerhards2012-09-283-46/+205
|\ \ \ \ | | |_|/ | |/| |