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
/
queue.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
restructured queue shutdown so that the queue timeout is properly applied
Rainer Gerhards
2008-01-25
1
-97
/
+159
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-1161
/
+418
*
Module OMSNMP intially added, not completed yet.
Andre Lorbach
2008-01-22
1
-1
/
+1
*
some further cleanup on the mutexes
Rainer Gerhards
2008-01-19
1
-116
/
+62
*
seperated mutex for queue size management from those for queue thread
Rainer Gerhards
2008-01-19
1
-47
/
+179
*
saving state
Rainer Gerhards
2008-01-18
1
-72
/
+102
*
- created an in-depth description of DA assisted queue mode
Rainer Gerhards
2008-01-18
1
-100
/
+214
*
fixed sync issue on shutdown process if need to persist pure memory queue
Rainer Gerhards
2008-01-17
1
-8
/
+32
*
worked on threading
Rainer Gerhards
2008-01-17
1
-87
/
+294
*
some more cleanup and flagged places where we need to implement
Rainer Gerhards
2008-01-16
1
-35
/
+13
*
some cleanup and fixes
Rainer Gerhards
2008-01-16
1
-26
/
+19
*
implemented dynamic startup and shutdown of worker threads based on current
Rainer Gerhards
2008-01-16
1
-117
/
+207
*
cleaned up queue disk startup
Rainer Gerhards
2008-01-16
1
-28
/
+32
*
queue is now able to restore persisted state on startup (but still some
Rainer Gerhards
2008-01-16
1
-42
/
+174
*
first shot at queue restore on startup, but could not finish before I need
Rainer Gerhards
2008-01-15
1
-1
/
+62
*
improved shutdown processing - in-memory queue is now drained to disk
Rainer Gerhards
2008-01-15
1
-5
/
+31
*
changed startup of disk assisted mode to allow for higher concurrency, most
Rainer Gerhards
2008-01-15
1
-121
/
+155
*
disk assisted queue works quite well, except for startup from disk queue
Rainer Gerhards
2008-01-15
1
-28
/
+204
*
some more work on disk assisted mode (still not complete)
Rainer Gerhards
2008-01-14
1
-2
/
+48
*
begin disk assisted queue memory queue modes (not fully implemented yet)
Rainer Gerhards
2008-01-14
1
-42
/
+256
*
- implemented $MainMsgQueueDiscardMark == 0 --> disable Discard logic
Rainer Gerhards
2008-01-14
1
-3
/
+6
*
also implemented $MainMsgQueueDiscardMark logic on dequeue, changed
Rainer Gerhards
2008-01-14
1
-9
/
+19
*
implemented $MainMsgQueueDiscardMar and $MainMsgQueueDiscardSeverity (but
Rainer Gerhards
2008-01-14
1
-2
/
+19
*
optimized code
Rainer Gerhards
2008-01-14
1
-3
/
+4
*
- implemented config file handlers for
Rainer Gerhards
2008-01-14
1
-0
/
+4
*
removed $MainMsgQueueImmediateShutdown config directive and handling, this
Rainer Gerhards
2008-01-14
1
-1
/
+0
*
- implemented $MainMsgQueueTimeoutActionCompletion config directive
Rainer Gerhards
2008-01-14
1
-42
/
+82
*
worker shutdown sequence enhanced to try different ways to shut down and
Rainer Gerhards
2008-01-14
1
-31
/
+111
*
changed queue shutdown procedure a bit - stage work for queue shutdown
Rainer Gerhards
2008-01-13
1
-9
/
+6
*
added $MainMsgQueuePersistUpdateCount config file directive
Rainer Gerhards
2008-01-13
1
-4
/
+45
*
support for reading back persistet queue information completed
Rainer Gerhards
2008-01-13
1
-99
/
+154
*
partial ability to read a disk queue back in (not completed, but would like
Rainer Gerhards
2008-01-11
1
-2
/
+69
*
support for de-serializing strm objects added
Rainer Gerhards
2008-01-11
1
-1
/
+27
*
added function to de-serialize a property bag (untested as other code is
Rainer Gerhards
2008-01-11
1
-2
/
+0
*
queue can now persist disk queue information on immediate shutdown
Rainer Gerhards
2008-01-11
1
-1
/
+15
*
support for object property bags added
Rainer Gerhards
2008-01-11
1
-0
/
+17
*
file stream objects are now persistet on immediate queue shutdown (queue
Rainer Gerhards
2008-01-11
1
-2
/
+88
*
added $MainMsgQueueImmediateShutdown config directive
Rainer Gerhards
2008-01-11
1
-9
/
+4
*
- begun to permit queue to terminate without being drained
Rainer Gerhards
2008-01-11
1
-46
/
+47
*
- some cleanup
Rainer Gerhards
2008-01-10
1
-31
/
+97
*
- implemented strm object serializer (untested as the code required for
Rainer Gerhards
2008-01-10
1
-5
/
+0
*
- fixed a bug that caused a segfault on startup when no $WorkDir directive
v3-10-1a
Rainer Gerhards
2008-01-10
1
-4
/
+13
*
changed some config parameters and some cleanup
Rainer Gerhards
2008-01-10
1
-3
/
+3
*
- added write functions for several types to stream class
Rainer Gerhards
2008-01-10
1
-4
/
+5
*
added buffered output to stream class
Rainer Gerhards
2008-01-10
1
-1
/
+4
*
changed queue file name generation (to be more generic)
Rainer Gerhards
2008-01-10
1
-0
/
+9
*
some cleanup on object model
Rainer Gerhards
2008-01-09
1
-33
/
+5
*
changed queue class to use stream class
Rainer Gerhards
2008-01-09
1
-229
/
+18
*
created a generic stream class (for file access)
Rainer Gerhards
2008-01-09
1
-9
/
+2
*
implemented queue object method to set the file name prefix
Rainer Gerhards
2008-01-09
1
-15
/
+45
[prev]
[next]