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
/
queue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
debug: improve queue startup debug output
Rainer Gerhards
2013-07-19
1
-4
/
+4
*
regression fix: %d used for long long types in debug output
Rainer Gerhards
2013-07-17
1
-1
/
+3
*
cosmetic bugfix: file name buffer was not freed on disk queue destruction
Rainer Gerhards
2013-07-17
1
-1
/
+2
*
add note on a potential future troublespot
Rainer Gerhards
2013-07-16
1
-1
/
+8
*
Fixed return state handling in ConsumerDA
Andre Lorbach
2013-07-16
1
-2
/
+19
*
bugfix: 100% CPU utilization when DA queue became full
Andre Lorbach
2013-07-15
1
-3
/
+15
*
nit: use correct function names in new debug instrumentation
Rainer Gerhards
2013-07-13
1
-12
/
+12
*
Changed and extended debug output in queue/action classes for further analysis
Andre Lorbach
2013-07-13
1
-6
/
+6
*
bugfix: segfault on startup if a disk queue was configure without file name
Rainer Gerhards
2013-05-08
1
-0
/
+6
*
cleanup
Rainer Gerhards
2013-04-24
1
-2
/
+0
*
Merge branch 'c7' into tmp
Rainer Gerhards
2013-04-09
1
-3
/
+4
|
\
|
*
make imrelp properly terminate on system shutdown
Rainer Gerhards
2013-04-09
1
-1
/
+4
|
*
add output module interface to facilitate cooperative shutdown
Rainer Gerhards
2013-04-08
1
-2
/
+0
|
*
Merge branch 'v6-stable' into tmp
Rainer Gerhards
2013-03-20
1
-1
/
+1
|
|
\
*
|
\
Merge branch 'v6-stable'
Rainer Gerhards
2013-03-12
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'v5-stable' into v6-stable
Rainer Gerhards
2013-03-12
1
-1
/
+1
|
|
\
\
|
|
*
\
Merge branch 'v5-stable' into v5-beta
Rainer Gerhards
2012-08-22
1
-3
/
+5
|
|
|
\
\
|
|
|
*
|
undo last queue patch - caused a regression
Rainer Gerhards
2012-08-01
1
-1
/
+1
|
|
|
*
|
bugfix: DA queue fixed handling of bad queue files.
Andre Lorbach
2012-07-31
1
-1
/
+1
*
|
|
|
|
optimize memory layout for much better cache hits
Rainer Gerhards
2013-01-15
1
-6
/
+7
*
|
|
|
|
Merge branch 'v7-stable-newmsglock' into master-newmsglock
Rainer Gerhards
2012-12-06
1
-2
/
+41
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
fix missing functionality: ruleset(){} could not specify ruleset queue
Rainer Gerhards
2012-11-30
1
-1
/
+40
|
*
|
|
|
silence compiler warnings
Rainer Gerhards
2012-11-30
1
-0
/
+3
|
*
|
|
|
silence compiler warnings & some cleanup
Rainer Gerhards
2012-11-14
1
-1
/
+1
*
|
|
|
|
queue: file delete stream does no longer do real io
Rainer Gerhards
2012-11-19
1
-62
/
+34
*
|
|
|
|
queue: reduce CPU load for deserializing message properties
Rainer Gerhards
2012-11-06
1
-3
/
+3
*
|
|
|
|
queue: mini-improvement in deserializer (stage work)
Rainer Gerhards
2012-11-05
1
-2
/
+2
*
|
|
|
|
queue: handle unknown queue type in debug output
Rainer Gerhards
2012-11-03
1
-0
/
+3
*
|
|
|
|
queue: remove time() calls from msg deserialization
Rainer Gerhards
2012-11-03
1
-4
/
+16
*
|
|
|
|
queue: use specific deserializer for msg object
Rainer Gerhards
2012-11-03
1
-3
/
+2
*
|
|
|
|
queue: remove unnecessary (obj_t*) redirection from msg ptrs
Rainer Gerhards
2012-11-03
1
-42
/
+40
*
|
|
|
|
queue: change generic msg ptr (pUsr) to be of msg_t type
Rainer Gerhards
2012-11-03
1
-30
/
+29
*
|
|
|
|
queue: change gerenic queue pUsr ptr to be action_t
Rainer Gerhards
2012-11-03
1
-5
/
+5
*
|
|
|
|
generate disk .qi file once at queue construction
Rainer Gerhards
2012-11-02
1
-16
/
+11
*
|
|
|
|
cosmetic: get rid of compiler warning on currently unused debug code
Rainer Gerhards
2012-10-19
1
-1
/
+1
|
/
/
/
/
*
|
|
|
fix optimizer-introduced memleak in action destruction
Rainer Gerhards
2012-09-25
1
-61
/
+63
*
|
|
|
bugfix: debug output indicated improper queue type
Rainer Gerhards
2012-09-19
1
-0
/
+4
*
|
|
|
new ruleengine: fixed action handling in regard to filters
Rainer Gerhards
2012-09-12
1
-2
/
+2
|
/
/
/
*
|
|
Merge branch 'beta'
Rainer Gerhards
2012-07-24
1
-0
/
+49
|
\
\
\
|
*
\
\
Merge branch 'v5-stable' into beta
Rainer Gerhards
2012-07-24
1
-3
/
+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
debug log: cleaned up & streamlined queue param output
Rainer Gerhards
2012-07-05
1
-20
/
+43
|
*
|
|
debug log: emit (some) action queue parameters to debug log
Rainer Gerhards
2012-07-05
1
-0
/
+26
*
|
|
|
Merge branch 'v5-stable'
Rainer Gerhards
2012-07-24
1
-3
/
+5
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
bugfix: DA queue could cause abort
Rainer Gerhards
2012-07-24
1
-3
/
+5
*
|
|
|
Merge branch 'beta'
Rainer Gerhards
2012-06-01
1
-10
/
+16
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge branch 'v5-beta' into beta
Rainer Gerhards
2012-06-01
1
-10
/
+16
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge branch 'v5-stable' into v5-beta
Rainer Gerhards
2012-06-01
1
-10
/
+16
|
|
|
\
|
|
|
|
*
some better code to handle queue congestion
Rainer Gerhards
2012-06-01
1
-10
/
+15
|
|
*
|
bugfix: disk queue was not persisted on shutdown, regression of fix to
Rainer Gerhards
2012-05-10
1
-11
/
+5
|
|
*
|
Merge branch 'v5-stable' into v5-beta
Rainer Gerhards
2012-05-03
1
-7
/
+47
|
|
|
\
\
[next]