index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-23
/
+23
*
worked on threading
Rainer Gerhards
2008-01-17
1
-1
/
+5
*
changed startup of disk assisted mode to allow for higher concurrency, most
Rainer Gerhards
2008-01-15
1
-1
/
+1
*
disk assisted queue works quite well, except for startup from disk queue
Rainer Gerhards
2008-01-15
1
-7
/
+7
*
begin disk assisted queue memory queue modes (not fully implemented yet)
Rainer Gerhards
2008-01-14
1
-1
/
+0
*
- implemented $MainMsgQueueTimeoutActionCompletion config directive
Rainer Gerhards
2008-01-14
1
-8
/
+17
*
changed queue shutdown procedure a bit - stage work for queue shutdown
Rainer Gerhards
2008-01-13
1
-0
/
+1
*
support for reading back persistet queue information completed
Rainer Gerhards
2008-01-13
1
-8
/
+56
*
partial ability to read a disk queue back in (not completed, but would like
Rainer Gerhards
2008-01-11
1
-10
/
+32
*
support for de-serializing strm objects added
Rainer Gerhards
2008-01-11
1
-1
/
+39
*
queue can now persist disk queue information on immediate shutdown
Rainer Gerhards
2008-01-11
1
-4
/
+1
*
file stream objects are now persistet on immediate queue shutdown (queue
Rainer Gerhards
2008-01-11
1
-15
/
+28
*
- some cleanup
Rainer Gerhards
2008-01-10
1
-5
/
+0
*
some cleanup
Rainer Gerhards
2008-01-10
1
-2
/
+2
*
- implemented strm object serializer (untested as the code required for
Rainer Gerhards
2008-01-10
1
-5
/
+45
*
- added write functions for several types to stream class
Rainer Gerhards
2008-01-10
1
-29
/
+103
*
data record support added to stream output writer
Rainer Gerhards
2008-01-10
1
-19
/
+71
*
added buffered output to stream class
Rainer Gerhards
2008-01-10
1
-20
/
+96
*
made queue file names better readable
Rainer Gerhards
2008-01-10
1
-28
/
+21
*
changed queue file name generation (to be more generic)
Rainer Gerhards
2008-01-10
1
-6
/
+16
*
some cleanup on object model
Rainer Gerhards
2008-01-09
1
-8
/
+51
*
changed queue class to use stream class
Rainer Gerhards
2008-01-09
1
-7
/
+44
*
created a generic stream class (for file access)
Rainer Gerhards
2008-01-09
1
-0
/
+332