summaryrefslogtreecommitdiffstats
path: root/queue.c
Commit message (Expand)AuthorAgeFilesLines
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-281-1/+1
* - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was justRainer Gerhards2008-02-271-24/+38
* bugfix: during queue shutdown, an assert invalidly triggered when theRainer Gerhards2008-02-271-3/+15
* removed TODO that was long implementedRainer Gerhards2008-02-271-13/+0
* bugfix: queue disk file were not properly persisted when immediately afterRainer Gerhards2008-02-271-1/+0
* bugfix: queue cancel cleanup handler could be called with invalid pointerRainer Gerhards2008-02-271-5/+12
* worked on queue stabilityRainer Gerhards2008-02-261-7/+12
* simplified var object, now only supports strings and numbers as a singleRainer Gerhards2008-02-221-5/+5
* created var class out of property_tRainer Gerhards2008-02-201-1/+1
* preparing for 3.11.2v3-11-2Rainer Gerhards2008-02-151-1/+1
* - fixed a race condition in DoDie() - cosmetic issue in debugging mode,Rainer Gerhards2008-02-131-3/+2
* bugfix: discard action and backup actions did not work due to problem inRainer Gerhards2008-02-121-13/+16
* reduced volume of debug outputRainer Gerhards2008-02-121-9/+0
* some more 32 bit fun ;)Rainer Gerhards2008-01-311-1/+1
* bugfix: having fun with 32/64 bit portability - after 15 years, I finallyRainer Gerhards2008-01-311-7/+7
* - implemented limiting disk space allocated to queuesRainer Gerhards2008-01-301-5/+70
* - implemented simple output rate limitingRainer Gerhards2008-01-301-0/+11
* fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectlyRainer Gerhards2008-01-301-39/+46
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-24/+6
* added ability to re-enqueue objects into the queue when a worker thread isRainer Gerhards2008-01-291-18/+174
* bugfixing newly added action codeRainer Gerhards2008-01-291-0/+1
* - fine tuning on queue namingRainer Gerhards2008-01-291-2/+7
* converted queue.c to use dbgoprint() instead of dbgprintf()Rainer Gerhards2008-01-291-114/+72
* implemented naming for all objects (mostly as a debug aid, but you neverRainer Gerhards2008-01-291-7/+4
* - improved debug support a bit (assertions)Rainer Gerhards2008-01-291-24/+27
* - implemented the $ActionResumeRetryCount config directiveRainer Gerhards2008-01-281-3/+4
* - added "runtime instrumentation" feature to ./configureRainer Gerhards2008-01-281-4/+0
* cleanup to prepare for releaseRainer Gerhards2008-01-281-55/+29
* some more testing and cleanup with the queue class (pretty stable now)Rainer Gerhards2008-01-281-33/+52
* fixed queue termination in case bSaveOnShutdown is 0Rainer Gerhards2008-01-271-14/+38
* some more fixing and cleanup on the queue shutdown sequenceRainer Gerhards2008-01-271-32/+40
* fixed a bug when shutting down DA queueRainer Gerhards2008-01-271-10/+23
* 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