summaryrefslogtreecommitdiffstats
path: root/queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'beta'Rainer Gerhards2008-04-151-7/+8
|\
| * changed some files to grant LGPLv3 extended persmissions on top of GPLv3Rainer Gerhards2008-04-151-18/+19
| * removed accidently addded linesRainer Gerhards2008-04-031-2/+0
| * bugfix: memory leaks in script engineRainer Gerhards2008-04-031-0/+2
* | cleanupRainer Gerhards2008-04-041-7/+2
* | added the capability to specify a processing (actually dequeue) timeframeRainer Gerhards2008-04-031-18/+67
* | bugfix: memory leaks in script engineRainer Gerhards2008-04-031-0/+2
* | begun working on time-window based dequeueing (and rate limiting inRainer Gerhards2008-04-021-0/+57
|/
* bugfix: fixed some minor memory leaksRainer Gerhards2008-03-201-3/+3
* bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in allRainer Gerhards2008-03-141-2/+1
* added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-141-3/+83
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-1/+5
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-1/+5
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-0/+1
* fixed newly introduced bugs in imgssapi and imtcp and their helpers nowRainer Gerhards2008-03-031-1/+5
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-4/+8
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-14/+17
* - 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