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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
some more 32 bit fun ;)
Rainer Gerhards
2008-01-31
1
-1
/
+1
*
bugfix: having fun with 32/64 bit portability - after 15 years, I finally
Rainer Gerhards
2008-01-31
1
-4
/
+4
*
- implemented limiting disk space allocated to queues
Rainer Gerhards
2008-01-30
1
-0
/
+4
*
- implemented simple output rate limiting
Rainer Gerhards
2008-01-30
1
-0
/
+4
*
added ability to re-enqueue objects into the queue when a worker thread is
Rainer Gerhards
2008-01-29
1
-0
/
+6
*
- implemented the $ActionResumeRetryCount config directive
Rainer Gerhards
2008-01-28
1
-2
/
+9
*
cleanup to prepare for release
Rainer Gerhards
2008-01-28
1
-1
/
+0
*
some more testing and cleanup with the queue class (pretty stable now)
Rainer Gerhards
2008-01-28
1
-9
/
+1
*
fixed a bug when shutting down DA queue
Rainer Gerhards
2008-01-27
1
-3
/
+3
*
fixed the situation where message processing could be stalled for some
Rainer Gerhards
2008-01-27
1
-2
/
+4
*
partially fixed bug that caused rsyslogd to stall processing enqueued
Rainer Gerhards
2008-01-26
1
-0
/
+1
*
disk-assisted queue mode finally begins to look good ;)
Rainer Gerhards
2008-01-25
1
-2
/
+3
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-36
/
+4
*
some further cleanup on the mutexes
Rainer Gerhards
2008-01-19
1
-1
/
+1
*
seperated mutex for queue size management from those for queue thread
Rainer Gerhards
2008-01-19
1
-1
/
+2
*
saving state
Rainer Gerhards
2008-01-18
1
-0
/
+2
*
- created an in-depth description of DA assisted queue mode
Rainer Gerhards
2008-01-18
1
-0
/
+1
*
fixed sync issue on shutdown process if need to persist pure memory queue
Rainer Gerhards
2008-01-17
1
-0
/
+3
*
worked on threading
Rainer Gerhards
2008-01-17
1
-6
/
+26
*
implemented dynamic startup and shutdown of worker threads based on current
Rainer Gerhards
2008-01-16
1
-8
/
+13
*
queue is now able to restore persisted state on startup (but still some
Rainer Gerhards
2008-01-16
1
-1
/
+3
*
changed startup of disk assisted mode to allow for higher concurrency, most
Rainer Gerhards
2008-01-15
1
-4
/
+7
*
disk assisted queue works quite well, except for startup from disk queue
Rainer Gerhards
2008-01-15
1
-1
/
+4
*
some more work on disk assisted mode (still not complete)
Rainer Gerhards
2008-01-14
1
-0
/
+5
*
begin disk assisted queue memory queue modes (not fully implemented yet)
Rainer Gerhards
2008-01-14
1
-4
/
+9
*
- implemented config file handlers for
Rainer Gerhards
2008-01-14
1
-0
/
+8
*
removed $MainMsgQueueImmediateShutdown config directive and handling, this
Rainer Gerhards
2008-01-14
1
-2
/
+0
*
- implemented $MainMsgQueueTimeoutActionCompletion config directive
Rainer Gerhards
2008-01-14
1
-0
/
+6
*
worker shutdown sequence enhanced to try different ways to shut down and
Rainer Gerhards
2008-01-14
1
-0
/
+2
*
added $MainMsgQueuePersistUpdateCount config file directive
Rainer Gerhards
2008-01-13
1
-1
/
+3
*
support for reading back persistet queue information completed
Rainer Gerhards
2008-01-13
1
-0
/
+2
*
support for object property bags added
Rainer Gerhards
2008-01-11
1
-0
/
+2
*
file stream objects are now persistet on immediate queue shutdown (queue
Rainer Gerhards
2008-01-11
1
-1
/
+2
*
added $MainMsgQueueImmediateShutdown config directive
Rainer Gerhards
2008-01-11
1
-0
/
+1
*
- begun to permit queue to terminate without being drained
Rainer Gerhards
2008-01-11
1
-2
/
+1
*
- some cleanup
Rainer Gerhards
2008-01-10
1
-1
/
+14
*
changed queue class to use stream class
Rainer Gerhards
2008-01-09
1
-2
/
+3
*
implemented $MainMsgQueueFilePrefix configuration directive
Rainer Gerhards
2008-01-09
1
-0
/
+1
*
implemented queue object method to set the file name prefix
Rainer Gerhards
2008-01-09
1
-6
/
+12
*
- implemented new GetSize() handler for config files
Rainer Gerhards
2008-01-09
1
-2
/
+3
*
- first implementation of "disk" queue mode finished. It still needs some
Rainer Gerhards
2008-01-08
1
-0
/
+1
*
implemented queue disk reader to switch to multiple files
Rainer Gerhards
2008-01-08
1
-0
/
+1
*
- MsgSetProperty() implemented
Rainer Gerhards
2008-01-07
1
-1
/
+1
*
implemented buffered read calls for the queue file
Rainer Gerhards
2008-01-07
1
-0
/
+4
*
implemented disk queue as far as I could without an object de-serializer
Rainer Gerhards
2008-01-07
1
-4
/
+16
*
- added multiple worker thread capability to queue class
Rainer Gerhards
2008-01-05
1
-2
/
+4
*
added the "direct" queueing mode to queue class (no queing at all)
Rainer Gerhards
2008-01-05
1
-1
/
+2
*
changed queue object Construction/Startup interface
Rainer Gerhards
2008-01-04
1
-0
/
+1
*
removed serialization pointer from queue; used new base class instead
Rainer Gerhards
2008-01-04
1
-10
/
+2
*
- begun some work on Msg Object serializiation
Rainer Gerhards
2008-01-04
1
-3
/
+10
[next]