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
/
grammar
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: $IncludeConfig did not correctly process directories
Rainer Gerhards
2012-11-09
1
-18
/
+19
*
Merge branch 'v6-stable' into v6-devel
Rainer Gerhards
2012-10-04
1
-0
/
+1
|
\
|
*
bugfix: comments inside objects (e.g. action()) were not properly handled
Rainer Gerhards
2012-10-04
1
-0
/
+1
*
|
bugfix: config errors did not always cause statement to fail
Rainer Gerhards
2012-09-27
1
-21
/
+108
*
|
cleanup
Rainer Gerhards
2012-09-26
1
-2
/
+0
*
|
Merge branch 'v6-stable' into v6-devel
Rainer Gerhards
2012-09-21
1
-1
/
+1
|
\
|
|
*
Implemented different grammar for pri filters
Rainer Gerhards
2012-09-21
1
-1
/
+1
|
*
bugfix: some valid legacy PRI filters were flagged as errornous
Rainer Gerhards
2012-09-21
1
-1
/
+1
*
|
Free configuration objects after use
Miloslav Trmač
2012-09-17
1
-1
/
+2
*
|
Merge branch 'v6-stable' into v6-devel
Rainer Gerhards
2012-09-14
1
-2
/
+2
|
\
|
|
*
Fix length calculation for script string constants
Rainer Gerhards
2012-09-14
1
-2
/
+2
*
|
Merge branch 'v6-stable' into v6-devel
Rainer Gerhards
2012-09-13
3
-2
/
+147
|
\
|
|
*
Fixing string unescaping (new code from this morning's commit)
Rainer Gerhards
2012-09-13
1
-1
/
+1
|
*
bugfix: missing support for escape sequences in RainerScript
Rainer Gerhards
2012-09-13
3
-2
/
+148
*
|
forward-compatibility patch for $ruleset processing
Rainer Gerhards
2012-09-12
2
-0
/
+5
*
|
add capability to configure outname for constant (inside template)
Rainer Gerhards
2012-08-25
1
-6
/
+4
*
|
milestone: LIST-type templates work, but no all options yet present
Rainer Gerhards
2012-08-25
2
-6
/
+21
*
|
milestone: base plumbing for LIST-type templates mostly in place
Rainer Gerhards
2012-08-25
3
-7
/
+72
*
|
add base plumbing for template() config object to grammar
Rainer Gerhards
2012-08-24
3
-2
/
+23
*
|
milestone: module() can load module in legacy mode
Rainer Gerhards
2012-06-20
1
-1
/
+0
*
|
bugfix: small static memory leak in expression based filters
Rainer Gerhards
2012-06-14
1
-0
/
+1
*
|
fixing memory leaks in expression-based filters
Rainer Gerhards
2012-06-14
2
-0
/
+75
*
|
re_match() function now also executes
Rainer Gerhards
2012-06-13
1
-4
/
+16
*
|
milestone: regex is compiled from script based filter
Rainer Gerhards
2012-06-12
2
-3
/
+60
*
|
Merge branch 'master-regexp'
Rainer Gerhards
2012-06-12
2
-2
/
+18
|
\
\
|
|
/
|
/
|
|
*
first experiments with regexp'es in RainerScript
Rainer Gerhards
2012-05-29
2
-2
/
+18
*
|
bugfix: expression-based filters with AND/OR could segfault
Rainer Gerhards
2012-06-11
1
-2
/
+4
*
|
regression fix: last memleak bugfix caused abort in some situations
Rainer Gerhards
2012-06-05
1
-1
/
+3
*
|
restructured cfsysline handling a bit
Rainer Gerhards
2012-06-05
1
-3
/
+2
*
|
cosmetic: removed autoconf warning messages
Rainer Gerhards
2012-06-04
1
-4
/
+4
|
/
*
bugfix: number conversion in expression evaluation was not always correct
Rainer Gerhards
2012-04-23
1
-2
/
+4
*
conf file: bufgix: legacy parsing of some filters did not work correctly
Rainer Gerhards
2012-02-01
2
-2
/
+1
*
added support for v6 config system to omfwd
Rainer Gerhards
2011-10-11
1
-2
/
+2
*
bugfix: facility local<x> was not correctly interpreted in legacy filters
Rainer Gerhards
2011-09-28
1
-1
/
+1
*
bugfix: config parser did not support properties with dashes in them
Rainer Gerhards
2011-09-15
1
-1
/
+1
*
milestone: queue object now has a param handler for new conf interface
Rainer Gerhards
2011-07-22
3
-3
/
+48
*
need to handle legacy-legacy omusrmsg format stricter
Rainer Gerhards
2011-07-22
1
-1
/
+1
*
milestone: all syntaxes for new config handler implemented
Rainer Gerhards
2011-07-22
2
-1
/
+131
*
omusrmsg now supports the new config system
Rainer Gerhards
2011-07-21
1
-1
/
+1
*
bugfix: abort in omfile (in brand-new code)
Rainer Gerhards
2011-07-21
3
-1
/
+7
*
fixing minor memory leaks
Rainer Gerhards
2011-07-21
2
-1
/
+46
*
milestone: done plumbing to call plugin create action instance entry point
Rainer Gerhards
2011-07-20
1
-2
/
+3
*
milestone: size syntax implemented
Rainer Gerhards
2011-07-19
1
-0
/
+48
*
milestone: glbl obj parameters settable via new conf interface
Rainer Gerhards
2011-07-19
2
-0
/
+3
*
milestone: two syntaxes for get conf param implemented
Rainer Gerhards
2011-07-19
2
-4
/
+76
*
milestone: first steps at global() conf obj implementation
Rainer Gerhards
2011-07-19
3
-0
/
+184
*
removed some printf's left in lexer
Rainer Gerhards
2011-07-15
1
-4
/
+5
*
better check for config errors
Rainer Gerhards
2011-07-15
4
-23
/
+63
*
renamed exprret type to var in spite of more generic use
Rainer Gerhards
2011-07-15
2
-49
/
+55
*
preparing for 6.3.3
v6.3.3
Rainer Gerhards
2011-07-13
1
-0
/
+1
[next]