summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when date properties are used without a templateMiloslav Trmač2012-10-111-2/+11
* optimize property replacer: reduce runtime for simple processingRainer Gerhards2012-10-111-4/+2
* fix: wrong variable was populated in MsgGetProp()Rainer Gerhards2012-10-111-8/+8
* slightly improve performance for $NOW family of system propertiesRainer Gerhards2012-10-111-17/+32
* refactor tpl processor so that date is queried once per templateRainer Gerhards2012-10-101-22/+21
* Implement ability for CEE-based properties to be stored in disk queuesRainer Gerhards2012-09-191-0/+12
* bugfix: MsgDup() did not copy CEE structureRainer Gerhards2012-09-191-1/+5
* clarify: NO memleak, json_object_object_del() reduces reference countRainer Gerhards2012-09-181-2/+0
* new ruleengine: do a deep copy for "set" statement affecting JSON treeRainer Gerhards2012-09-181-1/+50
* new ruleengine: implement native JSON in RainerScriptRainer Gerhards2012-09-181-0/+3
* new ruleengine: implement template type "subtree"Rainer Gerhards2012-09-181-9/+36
* new ruleengine: couple of fixes to new codeRainer Gerhards2012-09-171-4/+11
* new ruleengine: Implent "unset" statementRainer Gerhards2012-09-171-0/+42
* Implement set config stmt (initial version)Rainer Gerhards2012-09-131-13/+44
* bugfix: string-generating templates caused abort if CEE field could not be foundRainer Gerhards2012-09-101-3/+8
* bugfix: specifying json root in a template lead to abortRainer Gerhards2012-09-031-5/+13
* fix memory leakRainer Gerhards2012-08-311-4/+6
* add native json-passing to output modules using JSON APIRainer Gerhards2012-08-311-1/+34
* Merge branch 'master' into v7-develRainer Gerhards2012-08-311-2/+2
|\
| * default outname for $!<property> is now without $! prefixRainer Gerhards2012-08-291-2/+2
* | Merge branch 'master' into v7-develRainer Gerhards2012-08-271-5/+70
|\|
| * Merge branch 'master-uuid'Rainer Gerhards2012-08-271-2/+67
| |\
| | * made new uuid property threadsafeRainer Gerhards2012-08-261-15/+21
| | * add uuid property to message objectJérôme Renard2012-08-261-2/+61
| * | Merge branch 'master-newtemplate'Rainer Gerhards2012-08-271-2/+2
| |\ \ | | |/ | |/|
| | * add capability to configure outname for constant (inside template)Rainer Gerhards2012-08-251-2/+2
| * | INCOMPATIBLE: Return {} for missing $!all-jsonMiloslav Trmač2012-08-261-1/+1
| * | INCOMPATIBLE: use :, not =, as separator for jsonfMiloslav Trmač2012-08-261-1/+1
| |/
* | milestone: libee event removed from rsyslog core. Now pure JSON.Rainer Gerhards2012-08-271-60/+12
* | milestone: first PoC for hierarchical data inside msgRainer Gerhards2012-08-271-10/+168
|/
* Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-251-0/+2
|\
| * Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stableRainer Gerhards2012-08-251-0/+2
| |\
| | * change template.[ch] to ASL 2.0, removing a GPLv3-only patchRainer Gerhards2012-08-251-0/+2
| * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-06-111-4/+8
| |\|
* | | omelasticsearch: better debug instrumentationRainer Gerhards2012-07-091-2/+0
* | | Merge branch 'master-elasticsearch' into tmpRainer Gerhards2012-06-291-1/+1
|\ \ \
| * | | property replacer lost one char when json escaping was necessaryRainer Gerhards2012-05-211-1/+1
* | | | Merge branch 'v6-stable' into betaRainer Gerhards2012-06-111-4/+13
|\ \ \ \
| * \ \ \ Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-06-111-4/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | bugfix: "last message repeated n times" message was missing hostnameRainer Gerhards2012-06-111-4/+8
| * | | | bugfix: did not compile under solaris due to $uptime property codeRainer Gerhards2012-06-081-0/+5
| * | | | Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-06-061-1/+1
| |\| | |
* | | | | Merge branch 'v5-beta' into betaRainer Gerhards2012-06-061-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-06-061-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | bugfix: property PROCID was empty instead of proper nilvalue if not presentRainer Gerhards2012-06-061-1/+1
| * | | | Merge branch 'v5-stable-field-substring' into v5-betaRainer Gerhards2012-04-271-55/+57
| |\ \ \ \
| | * | | | added capability to specify substrings for field extraction modeRainer Gerhards2012-04-271-55/+57
| | |/ / /
| * | | | Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-04-181-0/+21
| |\ \ \ \
| * \ \ \ \ Merge branch 'v5-stable' into v5-stable-newstatsRainer Gerhards2012-01-091-5/+5
| |\ \ \ \ \
* | | | | | | added capability to specify substrings for field extraction modeRainer Gerhards2012-04-261-55/+57
| |_|_|_|_|/ |/| | | | |