summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into tmpRainer Gerhards2013-10-161-2/+14
|\
| * undo "localhostname property handling simplification", which broke thingsRainer Gerhards2013-10-161-2/+14
* | Merge branch 'master-var-refactor' into tmpRainer Gerhards2013-10-161-203/+146
|\ \ | |/ |/|
| * Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-261-0/+8
| |\
| * | refactoring regression fix: segfault if $$now is used in scriptRainer Gerhards2013-10-241-0/+6
| * | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-241-0/+6
| |\ \
| * | | (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 g...Rainer Gerhards2013-10-231-9/+21
| * | | fix VAR handling in script grammar and codeRainer Gerhards2013-10-231-2/+2
| * | | enable error message for invalid property namesRainer Gerhards2013-10-231-4/+3
| * | | refactor: align jsonFind() calling interface with recent changesRainer Gerhards2013-10-231-4/+4
| * | | refactor: remove now no-longer needed functionsRainer Gerhards2013-10-231-72/+0
| * | | refactor get.*PropVal() series of functionsRainer Gerhards2013-10-231-30/+24
| * | | 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-231-28/+17
| * | | refactor: use common code for message property description processingRainer Gerhards2013-10-221-15/+51
| * | | refactor: somewhat simplify property-name-to-id mappingRainer Gerhards2013-10-211-20/+3
| * | | work a bit toward string handling unificationRainer Gerhards2013-10-211-43/+36
| * | | prep work to support one-char variable namepacesRainer Gerhards2013-10-211-6/+6
* | | | refactor: simplify localHostName property handlingRainer Gerhards2013-10-281-15/+2
| |_|/ |/| |
* | | Make use of int64 json numbers, if availablePavel Levshin2013-10-261-0/+8
| |/ |/|
* | bugfix: Segmentation fault on incorrect variable assignmentPavel Levshin2013-10-241-0/+6
|/
* regression fix: global variable access did not workRainer Gerhards2013-10-211-2/+2
* Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-261-2/+6
|\
| * mmrfc5424addhmac: correctly handle empty structured dataRainer Gerhards2013-09-261-2/+6
* | Merge branch 'v7-stable-mmrfc5424addhmac'Rainer Gerhards2013-09-261-46/+46
|\|
| * mmrfc5424addhmac: complete initial implementationRainer Gerhards2013-09-251-0/+16
| * simplify STRUCTURED-DATA representation in msg objectRainer Gerhards2013-09-251-17/+19
| * expose so-far msg-internal method to query structured dataRainer Gerhards2013-09-231-22/+11
| * mmrfc5424addhmac milestone: do not process non-rfc5424 messagesRainer Gerhards2013-09-231-10/+3
* | regression fix: message properties did not workRainer Gerhards2013-09-111-1/+1
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-051-1/+1
|\|
| * bugfix: some more build problems with newer json-c versionsRainer Gerhards2013-09-041-1/+1
* | Merge branch 'v7-stable'Rainer Gerhards2013-09-031-1/+1
|\|
| * make rsyslog use the new json-c pkgconfig file if availablehwoarang2013-09-031-1/+1
* | Merge branch 'c9'Rainer Gerhards2013-09-021-0/+10
|\ \
| * | milestone: defaultTZ can be set in msg obj (via imtcp)Rainer Gerhards2013-08-301-0/+10
| |/
* | add proper sync to global variablesRainer Gerhards2013-07-231-3/+17
* | fix: global&local variables could not be accessed via RainerScriptRainer Gerhards2013-07-231-2/+6
* | first shot at global variables (without proper sync so far)Rainer Gerhards2013-07-221-8/+34
* | Merge branch 'master-localvars'Rainer Gerhards2013-07-201-49/+130
|\ \ | |/ |/|
| * make local vars work together with disk queuesRainer Gerhards2013-07-171-0/+8
| * milestone: basic local variable functionality availableRainer Gerhards2013-07-171-10/+57
| * refactor in preparation of local variablesRainer Gerhards2013-07-171-39/+65
* | bugfix: $QHOUR/$HHOUR were always "00" or "01"Rainer Gerhards2013-07-191-2/+2
* | bugfix: memory leak if disk queues were used and json data presentRainer Gerhards2013-07-171-0/+1
* | bugfix: CEE/json data was lost during disk queue operationRainer Gerhards2013-07-171-2/+1
|/