Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add debug output for global vars (unsupported!) during property filter ↵ | Rainer Gerhards | 2013-10-16 | 1 | -3/+3 |
| | | | | evaluation | ||||
* | refactor regression fix: misadressing in property name debug output | Rainer Gerhards | 2013-10-16 | 1 | -1/+3 |
| | |||||
* | doc: mention new features in ChangeLog | Rainer Gerhards | 2013-10-16 | 1 | -2/+7 |
| | |||||
* | Merge branch 'master' into tmp | Rainer Gerhards | 2013-10-16 | 2 | -3/+14 |
|\ | |||||
| * | undo "localhostname property handling simplification", which broke things | Rainer Gerhards | 2013-10-16 | 2 | -3/+14 |
| | | | | | | | | | | | | in v7.5, this is not a simplification but actually complicates things. While we could fix the effects by patching other places, the end result would be anything else but simpler. So we undid that change. | ||||
* | | add module mmsequence | Pavel Levshin | 2013-10-16 | 6 | -2/+574 |
| | | |||||
* | | Merge branch 'master-var-refactor' into tmp | Rainer Gerhards | 2013-10-16 | 16 | -578/+357 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 2 | -1/+3 |
| |\ | |||||
| * \ | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 7 | -2/+45 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 2 | -0/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'v7-stable-varfree' into master-var-refactor | Rainer Gerhards | 2013-10-25 | 3 | -28/+52 |
| |\ \ \ \ | |||||
| | * | | | | refactor var desctruction in script engine | Rainer Gerhards | 2013-10-25 | 1 | -25/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides better extensibility when new data types are added. Thanks to Pavel Levshin for suggesting this. | ||||
| * | | | | | cleanup: remove no longer needed code | Rainer Gerhards | 2013-10-24 | 1 | -86/+0 |
| | | | | | | |||||
| * | | | | | refactor regression fix: misadressing during script variable evaluation in ↵ | Rainer Gerhards | 2013-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug mode Thanks to Pavel Levshin for reporting the problem. | ||||
| * | | | | | refactoring regression fix: segfault if $$now is used in script | Rainer Gerhards | 2013-10-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Pavel Levshin for finding this bug. | ||||
| * | | | | | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-24 | 1 | -1/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-24 | 5 | -35/+29 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | (temporarily?) re-enable global vars in string templates | Rainer Gerhards | 2013-10-23 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | refactoring regression fix: invalid free for JSON properties | Rainer Gerhards | 2013-10-23 | 1 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | permit writing not only msg variables via the msgAddJSON() API | Rainer Gerhards | 2013-10-23 | 1 | -18/+17 |
| | | | | | | | | |||||
| * | | | | | | | bugfix: unset statement always worked on message var, even if local var was ↵ | Rainer Gerhards | 2013-10-23 | 2 | -9/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | given | ||||
| * | | | | | | | fix VAR handling in script grammar and code | Rainer Gerhards | 2013-10-23 | 5 | -11/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $-var designator is now correctly stripped off the varname. | ||||
| * | | | | | | | fix refactoring regression: make message and system properties work again in ↵ | Rainer Gerhards | 2013-10-23 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script | ||||
| * | | | | | | | enable error message for invalid property names | Rainer Gerhards | 2013-10-23 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also add some support for global vars back, as the syntax may not go away. | ||||
| * | | | | | | | improve debug output | Rainer Gerhards | 2013-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we know also learn variable type | ||||
| * | | | | | | | fix another small memleak introduced during refactoring | Rainer Gerhards | 2013-10-23 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | fix small memleak introduced during refactoring | Rainer Gerhards | 2013-10-23 | 1 | -2/+3 |
| | | | | | | | | |||||
| * | | | | | | | refactor: align jsonFind() calling interface with recent changes | Rainer Gerhards | 2013-10-23 | 3 | -6/+6 |
| | | | | | | | | |||||
| * | | | | | | | minor cleanup | Rainer Gerhards | 2013-10-23 | 1 | -2/+0 |
| | | | | | | | | |||||
| * | | | | | | | refactor: remove now no-longer needed functions | Rainer Gerhards | 2013-10-23 | 5 | -109/+0 |
| | | | | | | | | |||||
| * | | | | | | | refactor RainerScript variable access | Rainer Gerhards | 2013-10-23 | 1 | -1/+11 |
| | | | | | | | | |||||
| * | | | | | | | refactor get.*PropVal() series of functions | Rainer Gerhards | 2013-10-23 | 4 | -51/+47 |
| | | | | | | | | |||||
| * | | | | | | | remove no longer necessary cases | Rainer Gerhards | 2013-10-23 | 1 | -6/+2 |
| | | | | | | | | |||||
| * | | | | | | | fix potential segfault introduced by last refactoring | Rainer Gerhards | 2013-10-23 | 1 | -2/+5 |
| | | | | | | | | |||||
| * | | | | | | | refactor: simplify JSON variable access | Rainer Gerhards | 2013-10-23 | 6 | -60/+32 |
| | | | | | | | | |||||
| * | | | | | | | refactor: use common code for message property description processing | Rainer Gerhards | 2013-10-22 | 11 | -158/+170 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in all cases except script var access -- this comes next... | ||||
| * | | | | | | | refactor: more simplification in property handling | Rainer Gerhards | 2013-10-21 | 2 | -13/+9 |
| | | | | | | | | |||||
| * | | | | | | | refactor: somewhat simplify property-name-to-id mapping | Rainer Gerhards | 2013-10-21 | 3 | -23/+6 |
| | | | | | | | | |||||
| * | | | | | | | work a bit toward string handling unification | Rainer Gerhards | 2013-10-21 | 8 | -130/+101 |
| | | | | | | | | |||||
| * | | | | | | | prep work to support one-char variable namepaces | Rainer Gerhards | 2013-10-21 | 1 | -6/+6 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-29 | 2 | -3/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | doc: update ChangeLog | Rainer Gerhards | 2013-10-29 | 1 | -0/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | bugfix: abort if "if $syslogfacility-text..." was being used | Pavel Levshin | 2013-10-29 | 1 | -3/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | refactor: simplify localHostName property handling | Rainer Gerhards | 2013-10-28 | 2 | -15/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-28 | 2 | -6/+42 |
|\| | | | | | | | | |||||
| * | | | | | | | | remove memleak introduced by GenerateLocalHostName HUP bugfix | Rainer Gerhards | 2013-10-28 | 1 | -13/+32 |
| | | | | | | | | | |||||
| * | | | | | | | | bugfix: potential abort during HUP | Rainer Gerhards | 2013-10-28 | 2 | -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 Gerhards | 2013-10-28 | 2 | -2/+7 |
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | bugfix: imtcp flowControl parameter incorrectly defaulted to "off" | Rainer Gerhards | 2013-10-28 | 2 | -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). | ||||
* | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-26 | 2 | -1/+3 |
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | | |