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
/
ruleset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: STOP/discard(~) was mostly NOT honored
Rainer Gerhards
2013-11-18
1
-26
/
+49
*
fix: ruleset queues were activated too early
Rainer Gerhards
2013-11-14
1
-0
/
+22
*
refactor action disabling
Rainer Gerhards
2013-11-06
1
-5
/
+1
*
make batches of 1 commit automatically after each action
Rainer Gerhards
2013-11-06
1
-0
/
+3
*
simplify submitToActionQ...() code path
Rainer Gerhards
2013-11-05
1
-0
/
+6
*
Merge branch 'master-ruleeng' into master-ruleeng-simd
Rainer Gerhards
2013-11-05
1
-1
/
+21
|
\
|
*
Merge branch 'master' into master-ruleeng
Rainer Gerhards
2013-11-05
1
-1
/
+25
|
|
\
|
|
*
Merge branch 'v7-stable'
Rainer Gerhards
2013-11-05
1
-1
/
+25
|
|
|
\
|
|
|
*
Merge branch 'v7-stable-call-ruleset-queue' into v7-stable
Rainer Gerhards
2013-11-05
1
-1
/
+25
|
|
|
|
\
|
|
|
|
*
bugfix: call to ruleset with async queue did not use the queue
Rainer Gerhards
2013-06-26
1
-1
/
+25
|
|
|
*
|
fix regression that caused freeInstance not to be correctly called
Rainer Gerhards
2013-07-15
1
-2
/
+2
|
|
|
|
/
*
|
|
|
support force termination in script engine
Rainer Gerhards
2013-11-05
1
-0
/
+5
*
|
|
|
refactor: move pbShutdownImmediate to wti_t
Rainer Gerhards
2013-11-05
1
-2
/
+3
*
|
|
|
cleanup: remove no longer needed code
Rainer Gerhards
2013-11-04
1
-55
/
+0
*
|
|
|
refactor script execution to work on one message at a time
Rainer Gerhards
2013-11-04
1
-233
/
+72
*
|
|
|
push bShutdownImmediate ptr down to commit process
Rainer Gerhards
2013-11-04
1
-3
/
+3
*
|
|
|
experimentally split ruleset execution in exec and commit phase
Rainer Gerhards
2013-11-04
1
-2
/
+11
*
|
|
|
refactor: move batch "unrolling" up one layer
Rainer Gerhards
2013-11-04
1
-1
/
+16
*
|
|
|
temporarily remove bExecWhenPrevWasSuspended handling
Rainer Gerhards
2013-11-02
1
-0
/
+16
|
/
/
/
*
|
|
Merge branch 'master' into master-ruleeng
Rainer Gerhards
2013-10-29
1
-3
/
+3
|
\
|
|
|
*
|
add debug output for global vars (unsupported!) during property filter evalua...
Rainer Gerhards
2013-10-16
1
-3
/
+3
*
|
|
milestone: calling sequence changed so that wti is passed to many functions
Rainer Gerhards
2013-10-26
1
-23
/
+23
|
/
/
*
|
fix VAR handling in script grammar and code
Rainer Gerhards
2013-10-23
1
-1
/
+1
*
|
refactor: use common code for message property description processing
Rainer Gerhards
2013-10-22
1
-11
/
+10
*
|
work a bit toward string handling unification
Rainer Gerhards
2013-10-21
1
-12
/
+5
*
|
first shot at global variables (without proper sync so far)
Rainer Gerhards
2013-07-22
1
-0
/
+5
*
|
milestone: basic local variable functionality available
Rainer Gerhards
2013-07-17
1
-0
/
+5
*
|
fix regression that caused freeInstance not to be correctly called
Rainer Gerhards
2013-07-15
1
-2
/
+2
*
|
enable shuffling of crypto parameters down through queue definition
Rainer Gerhards
2013-05-10
1
-4
/
+2
|
/
*
Merge branch 'v7-stable'
Rainer Gerhards
2013-04-08
1
-5
/
+18
|
\
|
*
bugfix: nested if/prifilt conditions did not work properly
Rainer Gerhards
2013-04-04
1
-4
/
+17
*
|
optimize memory layout for much better cache hits
Rainer Gerhards
2013-01-15
1
-12
/
+12
*
|
optimize: re-use already computed value!
Rainer Gerhards
2013-01-14
1
-2
/
+2
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2013-01-08
1
-7
/
+18
|
\
|
|
*
bugfix: on termination, actions were incorrectly called
Rainer Gerhards
2012-12-20
1
-7
/
+18
*
|
Merge branch 'v7-stable-newmsglock' into master-newmsglock
Rainer Gerhards
2012-12-06
1
-8
/
+17
|
\
|
|
*
fix missing functionality: ruleset(){} could not specify ruleset queue
Rainer Gerhards
2012-11-30
1
-8
/
+17
*
|
queue: change generic msg ptr (pUsr) to be of msg_t type
Rainer Gerhards
2012-11-03
1
-8
/
+7
*
|
Merge branch 'v7-stable'
Rainer Gerhards
2012-10-24
1
-2
/
+0
|
\
|
|
*
cleanup
Rainer Gerhards
2012-10-24
1
-2
/
+0
*
|
refactor tpl processor so that date is queried once per template
Rainer Gerhards
2012-10-10
1
-1
/
+2
|
/
*
add "parser" parameter to ruleset(), so that parser chain can be configured
Rainer Gerhards
2012-10-02
1
-8
/
+24
*
bugfix: ruleset(){} directive errornously changed default ruleset
Rainer Gerhards
2012-10-01
1
-5
/
+1
*
implement RainerScript "call" statement
Rainer Gerhards
2012-10-01
1
-0
/
+5
*
cleanup
Rainer Gerhards
2012-10-01
1
-1
/
+0
*
Implement RainerScript ruleset() statement
Rainer Gerhards
2012-09-28
1
-3
/
+54
*
fix invalid free caused by optimized script execution
Rainer Gerhards
2012-09-25
1
-1
/
+2
*
fix compile problem due to error in last commit
Rainer Gerhards
2012-09-21
1
-1
/
+0
*
Implement script optimization IF -> PRIFILT
Rainer Gerhards
2012-09-21
1
-10
/
+22
*
Add skeleton for RainerScript optimizer
Rainer Gerhards
2012-09-20
1
-0
/
+34
[next]