summaryrefslogtreecommitdiffstats
path: root/wtp.c
Commit message (Expand)AuthorAgeFilesLines
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-0/+2
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-0/+3
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-1/+2
* - wrote doc on how to use the expression engineRainer Gerhards2008-02-281-1/+0
* bugfix: during queue shutdown, an assert invalidly triggered when theRainer Gerhards2008-02-271-0/+2
* bugfix: queue cancel cleanup handler could be called with invalid pointerRainer Gerhards2008-02-271-4/+0
* worked on queue stabilityRainer Gerhards2008-02-261-6/+3
* removed left-over dbgprintf which could even cause multi-threading troublesRainer Gerhards2008-02-261-1/+0
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-2/+0
* added input-plugin interface specification in form of a (copy) templateRainer Gerhards2008-02-011-2/+0
* - renamed Msg object to usual all-lowercase object name (else we ran intoRainer Gerhards2008-01-301-24/+3
* implemented naming for all objects (mostly as a debug aid, but you neverRainer Gerhards2008-01-291-1/+0
* cleanup to prepare for releaseRainer Gerhards2008-01-281-15/+15
* some more testing and cleanup with the queue class (pretty stable now)Rainer Gerhards2008-01-281-1/+2
* some more fixing and cleanup on the queue shutdown sequenceRainer Gerhards2008-01-271-1/+24
* fixed a bug when shutting down DA queueRainer Gerhards2008-01-271-4/+2
* reduced number of unnecessary wakeups of DA worker thread when high waterRainer Gerhards2008-01-271-2/+0
* fixed the situation where message processing could be stalled for someRainer Gerhards2008-01-271-1/+3
* disk-assisted queue mode finally begins to look good ;)Rainer Gerhards2008-01-251-27/+24
* restructured queue shutdown so that the queue timeout is properly appliedRainer Gerhards2008-01-251-18/+14
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-143/+169
* initial creation of wti class (still under development)Rainer Gerhards2008-01-211-0/+608