summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | bugfix: abort if "if $syslogfacility-text..." was being usedPavel Levshin2013-10-291-3/+6
| | | | |
* | | | | add freeWrkrInstance to output module interfaceRainer Gerhards2013-10-2910-2/+41
| | | | |
* | | | | move all builtin-modules to new wrkr activation interface; make this mandatoryRainer Gerhards2013-10-297-9/+34
| | | | | | | | | | | | | | | | | | | | This intentionally breaks build of modules not yet converted.
* | | | | mmanon: update to new output module interface (partial)Rainer Gerhards2013-10-281-0/+10
| | | | |
* | | | | Merge branch 'master' into master-ruleengRainer Gerhards2013-10-284-23/+52
|\| | | |
| * | | | refactor: simplify localHostName property handlingRainer Gerhards2013-10-282-15/+3
| | | | |
| * | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-282-6/+42
| |\| | |
| | * | | remove memleak introduced by GenerateLocalHostName HUP bugfixRainer Gerhards2013-10-281-13/+32
| | | | |
| | * | | bugfix: potential abort during HUPRainer Gerhards2013-10-282-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could happen when one of imklog, imzmq3, imkmsg, impstats, imjournal, or imuxsock were under heavy load during a HUP. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=489 Thanks to Guy Rozendorn for reporting the problem and Peval Levhshin for his analysis.
| * | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-282-2/+7
| |\| | |
| | * | | bugfix: imtcp flowControl parameter incorrectly defaulted to "off"Rainer Gerhards2013-10-282-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could cause message loss on systems under heavy load and was a change-of-behaviour to previous version. This is a regression most probably introduced in 5.9.0 (but did not try hard to find the exact point of its introduction).
* | | | | milestone: action engine changed to partially support wrkr instance action ↵Rainer Gerhards2013-10-285-10/+26
| | | | | | | | | | | | | | | | | | | | interface
* | | | | milestone: guard omfile writes by mutexRainer Gerhards2013-10-281-0/+8
| | | | |
* | | | | milestone: omfile supports buffering mechanismRainer Gerhards2013-10-282-33/+63
| | | | |
* | | | | milestone: stage work for omfile worker instance handlingRainer Gerhards2013-10-282-8/+36
| | | | |
* | | | | milestone: make default modules compile again (but they do NOT work!)Rainer Gerhards2013-10-279-2/+33
| | | | |
* | | | | milestone: change output module interface -- breaks build process!Rainer Gerhards2013-10-271-1/+39
| | | | |
* | | | | milestone: now shuffeling wti ptr correctly down to action handlerRainer Gerhards2013-10-273-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | except if main queue is in direct mode -- this need smore work and thinking (probably via pthreads state variables, but let's see later)
* | | | | milestone: calling sequence changed so that wti is passed to many functionsRainer Gerhards2013-10-267-66/+71
| | | | |
* | | | | Merge branch 'master-var-refactor' into master-ruleengRainer Gerhards2013-10-267-3/+48
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-1/+3
| |\| | |
| | * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-262-1/+3
| | |\| |
| | | * | require libestr 0.1.9Rainer Gerhards2013-10-262-1/+3
| | | | |
| * | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-267-2/+45
| |\| | |
| | * | | make rsyslog version output include the number of bits used for RainerScriptRainer Gerhards2013-10-261-0/+5
| | | | |
| | * | | doc: add enhancement to ChangeLogRainer Gerhards2013-10-261-0/+2
| | | | |
| | * | | Make use of int64 json numbers, if availablePavel Levshin2013-10-264-1/+20
| | | | |
| | * | | slight performance optimization if GCC is usedRainer Gerhards2013-10-263-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We give branch prediction hints for the frequent RETiRet macro which is used for error handling. Some slight performance gain is to be expected from that.
* | | | | maintain action ids (actionNbr)Rainer Gerhards2013-10-265-5/+18
| | | | |
* | | | | cosmetic stage workRainer Gerhards2013-10-261-2/+4
|/ / / /
* | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-0/+4
|\| | |
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-262-0/+4
| |\| |
| | * | bugfix: memory leak in strlen() RainerScript functionRainer Gerhards2013-10-252-0/+4
| | | | | | | | | | | | | | | | | | | | Thanks to Gregoire Seux for reportig this bug. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=486
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-252-2/+7
| |\| |
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-252-1/+3
| |\ \ \
* | \ \ \ Merge branch 'v7-stable-varfree' into master-var-refactorRainer Gerhards2013-10-253-28/+52
|\ \ \ \ \
| * | | | | refactor var desctruction in script engineRainer Gerhards2013-10-251-25/+42
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | This provides better extensibility when new data types are added. Thanks to Pavel Levshin for suggesting this.
| * | | | bugfix: buffer overrun if re_extract function was called for submatch 50Rainer Gerhards2013-10-252-1/+3
| | | | | | | | | | | | | | | | | | | | Thanks to Pavel Levshin for reporting the problem and its location.
| * | | | bugfix: memleak in re_extract() functionRainer Gerhards2013-10-252-1/+4
| | |/ / | |/| | | | | | | | | | Thanks to Pavel Levshin for reporting this problem.
| * | | doc: add fix to ChangeLogRainer Gerhards2013-10-251-0/+2
| | | |
| * | | bugfix: memory leak in omhiredisPavel Levshin2013-10-251-1/+1
| | | |
* | | | cleanup: remove no longer needed codeRainer Gerhards2013-10-241-86/+0
| | | |
* | | | refactor regression fix: misadressing during script variable evaluation in ↵Rainer Gerhards2013-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | debug mode Thanks to Pavel Levshin for reporting the problem.
* | | | refactoring regression fix: segfault if $$now is used in scriptRainer Gerhards2013-10-241-0/+6
| | | | | | | | | | | | | | | | Thanks to Pavel Levshin for finding this bug.
* | | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-241-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v7-stable'Rainer Gerhards2013-10-241-1/+5
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/msg.c
| | * | doc: update ChangeLogRainer Gerhards2013-10-241-0/+4
| | | |
| | * | Merge branch 'v7-stable' of git+ssh://git.adiscon.com/git/rsyslog into v7-stableRainer Gerhards2013-10-243-3/+3
| | |\ \
| | | * | preparing for 7.4.5v7.4.5Rainer Gerhards2013-10-163-3/+3
| | | | |
| | * | | bugfix: Segmentation fault on incorrect variable assignmentPavel Levshin2013-10-241-0/+6
| | |/ /