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
/
queue.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
removed serialization pointer from queue; used new base class instead
Rainer Gerhards
2008-01-04
1
-8
/
+4
|
*
- begun some work on Msg Object serializiation
Rainer Gerhards
2008-01-04
1
-1
/
+9
|
|
|
|
- created a kind of general base class
*
begun working on disk queueing (not completed, do not use this mode!)
Rainer Gerhards
2008-01-03
1
-8
/
+101
|
*
added $MainMsgQueueType config parameter
Rainer Gerhards
2008-01-03
1
-1
/
+2
|
*
simplified code and got rid of empty/full state variables
Rainer Gerhards
2008-01-03
1
-21
/
+5
|
*
added capability to use a linked list for queuing to the queue class
Rainer Gerhards
2008-01-03
1
-4
/
+135
|
*
queue is now a full object and handles threading by itself
Rainer Gerhards
2008-01-03
1
-26
/
+98
|
*
implemented queue type "drivers"
Rainer Gerhards
2008-01-03
1
-27
/
+90
|
*
restructured queue interface to use rsRetVal and instances, removed
Rainer Gerhards
2008-01-03
1
-51
/
+79
|
|
|
|
dependency on globals - now more like a real class
*
moved queue code to its own module (finally)
Rainer Gerhards
2008-01-03
1
-0
/
+128