summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* build: fix issues on FreeBSDRainer Gerhards2013-06-251-1/+1
* $uptime property: fix mem leak and build problems on FreeBSDRainer Gerhards2013-06-241-3/+27
* cleanupRainer Gerhards2013-03-291-2/+0
* Merge branch 'v7-stable-info'Rainer Gerhards2013-03-291-5/+12
|\
| * permit substring extraction relative to end-of-string in templatesRainer Gerhards2013-03-291-5/+12
* | mmanon: complete ipv4 functionalityRainer Gerhards2013-03-041-0/+8
* | optimze: reduce memory operations during dns resolution/hostname settingRainer Gerhards2013-01-221-20/+38
* | Merge branch 'master' into master-dns-propsRainer Gerhards2013-01-241-6/+10
|\ \
| * | regression fix: programname was not properly handledRainer Gerhards2013-01-241-6/+10
* | | optimize: have dns cache pre-create rsyslog prop_t'sRainer Gerhards2013-01-241-7/+3
|/ /
* | optimize: reduce nbr of strcpy() in FROMHOST processingRainer Gerhards2013-01-181-3/+5
* | bugfix: regression from textpri() optimizationRainer Gerhards2013-01-151-1/+2
* | optimize: obtaining programnameRainer Gerhards2013-01-141-62/+29
* | optimzize: msg/getNow() - remove snprintfRainer Gerhards2013-01-141-8/+26
* | optimize msg.c/textpriRainer Gerhards2013-01-141-10/+14
* | optimize: do date() call in template processing only if actually neededRainer Gerhards2013-01-131-0/+4
* | Merge branch 'v7-stable'Rainer Gerhards2013-01-091-1/+6
|\|
| * Check that sysinfo(2) can return uptimeMartin Carpenter2013-01-091-1/+6
* | Merge branch 'v7-stable'Rainer Gerhards2013-01-081-0/+2
|\|
| * bugfix: very large memory consumption (and probably out of memory)Rainer Gerhards2013-01-071-0/+2
* | minor cleanupRainer Gerhards2012-12-141-0/+1
* | Merge branch 'v7-stable-newmsglock' into master-newmsglockRainer Gerhards2012-12-061-132/+89
|\|
| * Merge branch 'v6-stable-newmsglock' into v7-stable-newmsglockRainer Gerhards2012-12-061-137/+9
| |\
| | * bugfix: some message properties could be garbled due to race conditionRainer Gerhards2012-12-061-137/+9
* | | Merge branch 'v7-stable'Rainer Gerhards2012-11-141-2/+2
|\| |
| * | bugfix: make rsyslog compile on kfreebsd againGuillem Jover2012-11-141-2/+2
* | | Merge branch 'v7-stable'Rainer Gerhards2012-11-091-1/+9
|\| |
| * | enabled to build without libuuid, at loss of uuid functionalityRainer Gerhards2012-11-091-1/+9
| * | Fix crash when date properties are used without a templateMiloslav Trmač2012-10-111-2/+11
* | | bugfix: property tTIMESTAMP was incorrectly restoredRainer Gerhards2012-11-071-1/+1
* | | cleanup: remove no longer needed functionRainer Gerhards2012-11-061-86/+0
* | | queue: reduce CPU load for deserializing message propertiesRainer Gerhards2012-11-061-16/+181
* | | very minimal improvement in reconstructing persisted queue entriesRainer Gerhards2012-11-051-6/+4