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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix VAR handling in script grammar and code
Rainer Gerhards
2013-10-23
1
-5
/
+0
*
refactor: align jsonFind() calling interface with recent changes
Rainer Gerhards
2013-10-23
1
-1
/
+1
*
minor cleanup
Rainer Gerhards
2013-10-23
1
-2
/
+0
*
refactor: remove now no-longer needed functions
Rainer Gerhards
2013-10-23
1
-3
/
+0
*
refactor get.*PropVal() series of functions
Rainer Gerhards
2013-10-23
1
-5
/
+1
*
refactor: simplify JSON variable access
Rainer Gerhards
2013-10-23
1
-3
/
+4
*
refactor: use common code for message property description processing
Rainer Gerhards
2013-10-22
1
-3
/
+5
*
refactor: somewhat simplify property-name-to-id mapping
Rainer Gerhards
2013-10-21
1
-1
/
+1
*
work a bit toward string handling unification
Rainer Gerhards
2013-10-21
1
-7
/
+7
*
Merge branch 'v7-stable-mmrfc5424addhmac'
Rainer Gerhards
2013-09-26
1
-1
/
+20
|
\
|
*
mmrfc5424addhmac: complete initial implementation
Rainer Gerhards
2013-09-25
1
-0
/
+1
|
*
simplify STRUCTURED-DATA representation in msg object
Rainer Gerhards
2013-09-25
1
-2
/
+4
|
*
milestone: mmpstrucdata parses STRUCTURED-DATA (but does not yet store it)
Rainer Gerhards
2013-09-23
1
-0
/
+6
|
*
expose so-far msg-internal method to query structured data
Rainer Gerhards
2013-09-23
1
-0
/
+1
|
*
mmrfc5424addhmac milestone: do not process non-rfc5424 messages
Rainer Gerhards
2013-09-23
1
-0
/
+9
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2013-09-26
1
-1
/
+0
|
\
\
|
*
|
remove no-longer needed data item
Rainer Gerhards
2013-09-25
1
-1
/
+0
|
|
/
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2013-09-03
1
-1
/
+1
|
\
|
|
*
make rsyslog use the new json-c pkgconfig file if available
hwoarang
2013-09-03
1
-1
/
+1
*
|
Merge branch 'c9'
Rainer Gerhards
2013-09-02
1
-1
/
+3
|
\
\
|
*
|
milestone: defaultTZ can be set in msg obj (via imtcp)
Rainer Gerhards
2013-08-30
1
-1
/
+3
|
|
/
*
|
first shot at global variables (without proper sync so far)
Rainer Gerhards
2013-07-22
1
-0
/
+2
*
|
milestone: basic local variable functionality available
Rainer Gerhards
2013-07-17
1
-0
/
+3
*
|
refactor in preparation of local variables
Rainer Gerhards
2013-07-17
1
-1
/
+1
|
/
*
Don't #include libestr and libee headers when not necessary
Tomas Heinrich
2013-05-20
1
-2
/
+0
*
mmanon: complete ipv4 functionality
Rainer Gerhards
2013-03-04
1
-0
/
+1
*
optimize: obtaining programname
Rainer Gerhards
2013-01-14
1
-2
/
+5
*
optimize msg.c/textpri
Rainer Gerhards
2013-01-14
1
-1
/
+0
*
Merge branch 'v7-stable-newmsglock' into master-newmsglock
Rainer Gerhards
2012-12-06
1
-12
/
+0
|
\
|
*
Merge branch 'v6-stable-newmsglock' into v7-stable-newmsglock
Rainer Gerhards
2012-12-06
1
-12
/
+0
|
|
\
|
|
*
bugfix: some message properties could be garbled due to race condition
Rainer Gerhards
2012-12-06
1
-12
/
+0
*
|
|
cleanup: remove no longer needed function
Rainer Gerhards
2012-11-06
1
-1
/
+0
*
|
|
queue: reduce CPU load for deserializing message properties
Rainer Gerhards
2012-11-06
1
-0
/
+1
*
|
|
queue: remove time() calls from msg deserialization
Rainer Gerhards
2012-11-03
1
-0
/
+1
*
|
|
queue: use specific deserializer for msg object
Rainer Gerhards
2012-11-03
1
-0
/
+2
*
|
|
queue: remove unnecessary (obj_t*) redirection from msg ptrs
Rainer Gerhards
2012-11-03
1
-0
/
+1
*
|
|
refactor tpl processor so that date is queried once per template
Rainer Gerhards
2012-10-10
1
-1
/
+1
|
/
/
*
|
new ruleengine: implement template type "subtree"
Rainer Gerhards
2012-09-18
1
-1
/
+3
*
|
new ruleengine: Implent "unset" statement
Rainer Gerhards
2012-09-17
1
-0
/
+7
*
|
add native json-passing to output modules using JSON API
Rainer Gerhards
2012-08-31
1
-0
/
+1
*
|
Merge branch 'master' into v7-devel
Rainer Gerhards
2012-08-27
1
-1
/
+1
|
\
|
|
*
add uuid property to message object
Jérôme Renard
2012-08-26
1
-1
/
+1
*
|
milestone: libee event removed from rsyslog core. Now pure JSON.
Rainer Gerhards
2012-08-27
1
-2
/
+1
*
|
milestone: first PoC for hierarchical data inside msg
Rainer Gerhards
2012-08-27
1
-1
/
+4
|
/
*
added "date-unixtimestamp" property replacer option to format as a unix times...
Rainer Gerhards
2012-03-29
1
-0
/
+2
*
added message property parsesuccess to indicate status of higher level parser...
Rainer Gerhards
2012-03-15
1
-0
/
+2
*
milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)
Rainer Gerhards
2011-07-08
1
-0
/
+1
*
milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings
Rainer Gerhards
2011-07-07
1
-0
/
+1
*
Merge branch 'v5-beta'
Rainer Gerhards
2011-02-25
1
-1
/
+2
|
\
|
*
added debug support for trying to find well-hidden bug
Rainer Gerhards
2011-02-23
1
-1
/
+2
[next]