index
:
rsyslog
master
v3-stable
v3-stable-kaz
Modifications to rsyslog---see v3-stable-kaz branch
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
msg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup
Rainer Gerhards
2013-03-29
1
-2
/
+0
*
Merge branch 'v7-stable-info'
Rainer Gerhards
2013-03-29
1
-5
/
+12
|
\
|
*
permit substring extraction relative to end-of-string in templates
Rainer Gerhards
2013-03-29
1
-5
/
+12
*
|
mmanon: complete ipv4 functionality
Rainer Gerhards
2013-03-04
1
-0
/
+8
*
|
optimze: reduce memory operations during dns resolution/hostname setting
Rainer Gerhards
2013-01-22
1
-20
/
+38
*
|
Merge branch 'master' into master-dns-props
Rainer Gerhards
2013-01-24
1
-6
/
+10
|
\
\
|
*
|
regression fix: programname was not properly handled
Rainer Gerhards
2013-01-24
1
-6
/
+10
*
|
|
optimize: have dns cache pre-create rsyslog prop_t's
Rainer Gerhards
2013-01-24
1
-7
/
+3
|
/
/
*
|
optimize: reduce nbr of strcpy() in FROMHOST processing
Rainer Gerhards
2013-01-18
1
-3
/
+5
*
|
bugfix: regression from textpri() optimization
Rainer Gerhards
2013-01-15
1
-1
/
+2
*
|
optimize: obtaining programname
Rainer Gerhards
2013-01-14
1
-62
/
+29
*
|
optimzize: msg/getNow() - remove snprintf
Rainer Gerhards
2013-01-14
1
-8
/
+26
*
|
optimize msg.c/textpri
Rainer Gerhards
2013-01-14
1
-10
/
+14
*
|
optimize: do date() call in template processing only if actually needed
Rainer Gerhards
2013-01-13
1
-0
/
+4
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2013-01-09
1
-1
/
+6
|
\
|
|
*
Check that sysinfo(2) can return uptime
Martin Carpenter
2013-01-09
1
-1
/
+6
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2013-01-08
1
-0
/
+2
|
\
|
|
*
bugfix: very large memory consumption (and probably out of memory)
Rainer Gerhards
2013-01-07
1
-0
/
+2
*
|
minor cleanup
Rainer Gerhards
2012-12-14
1
-0
/
+1
*
|
Merge branch 'v7-stable-newmsglock' into master-newmsglock
Rainer Gerhards
2012-12-06
1
-132
/
+89
|
\
|
|
*
Merge branch 'v6-stable-newmsglock' into v7-stable-newmsglock
Rainer Gerhards
2012-12-06
1
-137
/
+9
|
|
\
|
|
*
bugfix: some message properties could be garbled due to race condition
Rainer Gerhards
2012-12-06
1
-137
/
+9
*
|
|
Merge branch 'v7-stable'
Rainer Gerhards
2012-11-14
1
-2
/
+2
|
\
|
|
|
*
|
bugfix: make rsyslog compile on kfreebsd again
Guillem Jover
2012-11-14
1
-2
/
+2
*
|
|
Merge branch 'v7-stable'
Rainer Gerhards
2012-11-09
1
-1
/
+9
|
\
|
|
|
*
|
enabled to build without libuuid, at loss of uuid functionality
Rainer Gerhards
2012-11-09
1
-1
/
+9
|
*
|
Fix crash when date properties are used without a template
Miloslav Trmač
2012-10-11
1
-2
/
+11
*
|
|
bugfix: property tTIMESTAMP was incorrectly restored
Rainer Gerhards
2012-11-07
1
-1
/
+1
*
|
|
cleanup: remove no longer needed function
Rainer Gerhards
2012-11-06
1
-86
/
+0
*
|
|
queue: reduce CPU load for deserializing message properties
Rainer Gerhards
2012-11-06
1
-16
/
+181
*
|
|
very minimal improvement in reconstructing persisted queue entries
Rainer Gerhards
2012-11-05
1
-6
/
+4
*
|
|
queue: remove time() calls from msg deserialization
Rainer Gerhards
2012-11-03
1
-0
/
+13
*
|
|
queue: use specific deserializer for msg object
Rainer Gerhards
2012-11-03
1
-1
/
+2
*
|
|
queue: remove unnecessary (obj_t*) redirection from msg ptrs
Rainer Gerhards
2012-11-03
1
-6
/
+3
*
|
|
Fix crash when date properties are used without a template
Miloslav Trmač
2012-10-11
1
-2
/
+11
*
|
|
optimize property replacer: reduce runtime for simple processing
Rainer Gerhards
2012-10-11
1
-4
/
+2
*
|
|
fix: wrong variable was populated in MsgGetProp()
Rainer Gerhards
2012-10-11
1
-8
/
+8
*
|
|
slightly improve performance for $NOW family of system properties
Rainer Gerhards
2012-10-11
1
-17
/
+32
*
|
|
refactor tpl processor so that date is queried once per template
Rainer Gerhards
2012-10-10
1
-22
/
+21
|
/
/
*
|
Implement ability for CEE-based properties to be stored in disk queues
Rainer Gerhards
2012-09-19
1
-0
/
+12
*
|
bugfix: MsgDup() did not copy CEE structure
Rainer Gerhards
2012-09-19
1
-1
/
+5
*
|
clarify: NO memleak, json_object_object_del() reduces reference count
Rainer Gerhards
2012-09-18
1
-2
/
+0
*
|
new ruleengine: do a deep copy for "set" statement affecting JSON tree
Rainer Gerhards
2012-09-18
1
-1
/
+50
*
|
new ruleengine: implement native JSON in RainerScript
Rainer Gerhards
2012-09-18
1
-0
/
+3
*
|
new ruleengine: implement template type "subtree"
Rainer Gerhards
2012-09-18
1
-9
/
+36
*
|
new ruleengine: couple of fixes to new code
Rainer Gerhards
2012-09-17
1
-4
/
+11
*
|
new ruleengine: Implent "unset" statement
Rainer Gerhards
2012-09-17
1
-0
/
+42
*
|
Implement set config stmt (initial version)
Rainer Gerhards
2012-09-13
1
-13
/
+44
*
|
bugfix: string-generating templates caused abort if CEE field could not be found
Rainer Gerhards
2012-09-10
1
-3
/
+8
*
|
bugfix: specifying json root in a template lead to abort
Rainer Gerhards
2012-09-03
1
-5
/
+13
[next]