summaryrefslogtreecommitdiffstats
path: root/queue.c
Commit message (Expand)AuthorAgeFilesLines
...
* reduced number of unnecessary wakeups of DA worker thread when high waterRainer Gerhards2008-01-271-45/+67
* fixed the situation where message processing could be stalled for someRainer Gerhards2008-01-271-6/+49
* partially fixed bug that caused rsyslogd to stall processing enqueuedRainer Gerhards2008-01-261-9/+53
* fixed worker timeout which was accidently not set (and thus 0)Rainer Gerhards2008-01-251-0/+2
* disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-251-74/+146
* restructured queue shutdown so that the queue timeout is properly appliedRainer Gerhards2008-01-251-97/+159
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-1161/+418
* Module OMSNMP intially added, not completed yet.Andre Lorbach2008-01-221-1/+1
* some further cleanup on the mutexesRainer Gerhards2008-01-191-116/+62
* seperated mutex for queue size management from those for queue threadRainer Gerhards2008-01-191-47/+179
* saving stateRainer Gerhards2008-01-181-72/+102
* - created an in-depth description of DA assisted queue modeRainer Gerhards2008-01-181-100/+214
* fixed sync issue on shutdown process if need to persist pure memory queueRainer Gerhards2008-01-171-8/+32
* worked on threadingRainer Gerhards2008-01-171-87/+294
* some more cleanup and flagged places where we need to implementRainer Gerhards2008-01-161-35/+13
* some cleanup and fixesRainer Gerhards2008-01-161-26/+19
* implemented dynamic startup and shutdown of worker threads based on currentRainer Gerhards2008-01-161-117/+207
* cleaned up queue disk startupRainer Gerhards2008-01-161-28/+32
* queue is now able to restore persisted state on startup (but still someRainer Gerhards2008-01-161-42/+174
* first shot at queue restore on startup, but could not finish before I needRainer Gerhards2008-01-151-1/+62
* improved shutdown processing - in-memory queue is now drained to diskRainer Gerhards2008-01-151-5/+31
* changed startup of disk assisted mode to allow for higher concurrency, mostRainer Gerhards2008-01-151-121/+155
* disk assisted queue works quite well, except for startup from disk queueRainer Gerhards2008-01-151-28/+204
* some more work on disk assisted mode (still not complete)Rainer Gerhards2008-01-141-2/+48
* begin disk assisted queue memory queue modes (not fully implemented yet)Rainer Gerhards2008-01-141-42/+256
* - implemented $MainMsgQueueDiscardMark == 0 --> disable Discard logicRainer Gerhards2008-01-141-3/+6
* also implemented $MainMsgQueueDiscardMark logic on dequeue, changedRainer Gerhards2008-01-141-9/+19
* implemented $MainMsgQueueDiscardMar and $MainMsgQueueDiscardSeverity (butRainer Gerhards2008-01-141-2/+19
* optimized codeRainer Gerhards2008-01-141-3/+4
* - implemented config file handlers forRainer Gerhards2008-01-141-0/+4
* removed $MainMsgQueueImmediateShutdown config directive and handling, thisRainer Gerhards2008-01-141-1/+0
* - implemented $MainMsgQueueTimeoutActionCompletion config directiveRainer Gerhards2008-01-141-42/+82
* worker shutdown sequence enhanced to try different ways to shut down andRainer Gerhards2008-01-141-31/+111
* changed queue shutdown procedure a bit - stage work for queue shutdownRainer Gerhards2008-01-131-9/+6
* added $MainMsgQueuePersistUpdateCount config file directiveRainer Gerhards2008-01-131-4/+45
* support for reading back persistet queue information completedRainer Gerhards2008-01-131-99/+154
* partial ability to read a disk queue back in (not completed, but would likeRainer Gerhards2008-01-111-2/+69
* support for de-serializing strm objects addedRainer Gerhards2008-01-111-1/+27
* added function to de-serialize a property bag (untested as other code isRainer Gerhards2008-01-111-2/+0
* queue can now persist disk queue information on immediate shutdownRainer Gerhards2008-01-111-1/+15
* support for object property bags addedRainer Gerhards2008-01-111-0/+17
* file stream objects are now persistet on immediate queue shutdown (queueRainer Gerhards2008-01-111-2/+88
* added $MainMsgQueueImmediateShutdown config directiveRainer Gerhards2008-01-111-9/+4
* - begun to permit queue to terminate without being drainedRainer Gerhards2008-01-111-46/+47
* - some cleanupRainer Gerhards2008-01-101-31/+97
* - implemented strm object serializer (untested as the code required forRainer Gerhards2008-01-101-5/+0
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-4/+13
* changed some config parameters and some cleanupRainer Gerhards2008-01-101-3/+3
* - added write functions for several types to stream classRainer Gerhards2008-01-101-4/+5
* added buffered output to stream classRainer Gerhards2008-01-101-1/+4