summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc: add missing ChangeLog entryRainer Gerhards2013-10-311-0/+1
|
* bugfix: ommysql lost configfile/section parameters after first closeRainer Gerhards2013-10-312-8/+5
| | | | | This means that when a connection was broken, it was probably re-instantiated with different parameters than configured.
* doc: update ChangeLogRainer Gerhards2013-10-311-0/+1
|
* Merge branch 'v7-stable'Rainer Gerhards2013-10-291-1/+1
|\ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * prepare for 7.4.6 releasev7.4.6Rainer Gerhards2013-10-293-3/+3
| |
* | build system: add missing doc filest to tarballRainer Gerhards2013-10-301-0/+7
| | | | | | | | Thanks to Pavel Levshin for alerting us on the missing files.
* | build: add mmsequence to doc set in tarballRainer Gerhards2013-10-301-0/+1
| |
* | doc: mmsequence was missing in ChangeLogv7.5.6Rainer Gerhards2013-10-291-0/+2
| |
* | prepare for 7.5.6 releaseRainer Gerhards2013-10-163-3/+3
| |
* | add debug output for global vars (unsupported!) during property filter ↵Rainer Gerhards2013-10-161-3/+3
| | | | | | | | evaluation
* | refactor regression fix: misadressing in property name debug outputRainer Gerhards2013-10-161-1/+3
| |
* | doc: mention new features in ChangeLogRainer Gerhards2013-10-161-2/+7
| |
* | Merge branch 'master' into tmpRainer Gerhards2013-10-162-3/+14
|\ \
| * | undo "localhostname property handling simplification", which broke thingsRainer Gerhards2013-10-162-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 mmsequencePavel Levshin2013-10-166-2/+574
| | |
* | | Merge branch 'master-var-refactor' into tmpRainer Gerhards2013-10-1616-578/+357
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-1/+3
| |\ \
| * \ \ Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-267-2/+45
| |\ \ \
| * \ \ \ Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-262-0/+4
| |\ \ \ \
| * \ \ \ \ 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.
| * | | | | | 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 'master' into master-var-refactorRainer Gerhards2013-10-245-35/+29
| |\ \ \ \ \ \ \
| * | | | | | | | (temporarily?) re-enable global vars in string templatesRainer Gerhards2013-10-231-0/+2
| | | | | | | | |
| * | | | | | | | refactoring regression fix: invalid free for JSON propertiesRainer Gerhards2013-10-231-1/+4
| | | | | | | | |
| * | | | | | | | permit writing not only msg variables via the msgAddJSON() APIRainer Gerhards2013-10-231-18/+17
| | | | | | | | |
| * | | | | | | | bugfix: unset statement always worked on message var, even if local var was ↵Rainer Gerhards2013-10-232-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | given
| * | | | | | | | fix VAR handling in script grammar and codeRainer Gerhards2013-10-235-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $-var designator is now correctly stripped off the varname.
| * | | | | | | | fix refactoring regression: make message and system properties work again in ↵Rainer Gerhards2013-10-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script
| * | | | | | | | enable error message for invalid property namesRainer Gerhards2013-10-231-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also add some support for global vars back, as the syntax may not go away.
| * | | | | | | | improve debug outputRainer Gerhards2013-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we know also learn variable type
| * | | | | | | | fix another small memleak introduced during refactoringRainer Gerhards2013-10-231-0/+1
| | | | | | | | |
| * | | | | | | | fix small memleak introduced during refactoringRainer Gerhards2013-10-231-2/+3
| | | | | | | | |
| * | | | | | | | refactor: align jsonFind() calling interface with recent changesRainer Gerhards2013-10-233-6/+6
| | | | | | | | |
| * | | | | | | | minor cleanupRainer Gerhards2013-10-231-2/+0
| | | | | | | | |
| * | | | | | | | refactor: remove now no-longer needed functionsRainer Gerhards2013-10-235-109/+0
| | | | | | | | |
| * | | | | | | | refactor RainerScript variable accessRainer Gerhards2013-10-231-1/+11
| | | | | | | | |
| * | | | | | | | refactor get.*PropVal() series of functionsRainer Gerhards2013-10-234-51/+47
| | | | | | | | |
| * | | | | | | | remove no longer necessary casesRainer Gerhards2013-10-231-6/+2
| | | | | | | | |
| * | | | | | | | fix potential segfault introduced by last refactoringRainer Gerhards2013-10-231-2/+5
| | | | | | | | |
| * | | | | | | | refactor: simplify JSON variable accessRainer Gerhards2013-10-236-60/+32
| | | | | | | | |
| * | | | | | | | refactor: use common code for message property description processingRainer Gerhards2013-10-2211-158/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in all cases except script var access -- this comes next...
| * | | | | | | | refactor: more simplification in property handlingRainer Gerhards2013-10-212-13/+9
| | | | | | | | |
| * | | | | | | | refactor: somewhat simplify property-name-to-id mappingRainer Gerhards2013-10-213-23/+6
| | | | | | | | |
| * | | | | | | | work a bit toward string handling unificationRainer Gerhards2013-10-218-130/+101
| | | | | | | | |
| * | | | | | | | prep work to support one-char variable namepacesRainer Gerhards2013-10-211-6/+6
| | | | | | | | |
* | | | | | | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-292-3/+10
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |