summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup to prepare for releaseRainer Gerhards2008-01-281-0/+1
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-5/+6
* fixed sync issue on shutdown process if need to persist pure memory queueRainer Gerhards2008-01-171-1/+1
* worked on threadingRainer Gerhards2008-01-171-1/+1
* implemented dynamic startup and shutdown of worker threads based on currentRainer Gerhards2008-01-161-0/+1
* - implemented $MainMsgQueueDiscardMark == 0 --> disable Discard logicRainer Gerhards2008-01-141-0/+1
* worker shutdown sequence enhanced to try different ways to shut down andRainer Gerhards2008-01-141-0/+1
* support for reading back persistet queue information completedRainer Gerhards2008-01-131-1/+5
* partial ability to read a disk queue back in (not completed, but would likeRainer Gerhards2008-01-111-0/+2
* support for de-serializing strm objects addedRainer Gerhards2008-01-111-0/+1
* added function to de-serialize a property bag (untested as other code isRainer Gerhards2008-01-111-0/+1
* some cleanupRainer Gerhards2008-01-101-4/+4
* changed queue class to use stream classRainer Gerhards2008-01-091-1/+1
* implemented queue object method to set the file name prefixRainer Gerhards2008-01-091-0/+1
* - implemented new GetSize() handler for config filesRainer Gerhards2008-01-091-0/+1
* - MsgSetProperty() implementedRainer Gerhards2008-01-071-0/+9
* implemented class type registryRainer Gerhards2008-01-071-0/+1
* implemented buffered read calls for the queue fileRainer Gerhards2008-01-071-0/+2
* queue is now a full object and handles threading by itselfRainer Gerhards2008-01-031-0/+1
* took TCPSend() apart and made it generic via function pointersRainer Gerhards2007-12-281-0/+4
* code cleanups thanks to Michael BieblRainer Gerhards2007-12-181-4/+0
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-0/+1
* implemented $MarkMessagePeriod config directiveRainer Gerhards2007-12-171-0/+1
* moved thread termination code out to threads.cRainer Gerhards2007-12-171-0/+1
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-0/+19
* - added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-0/+1
* split the function cvthname() for clarity. Also changed to using theRainer Gerhards2007-09-181-0/+3
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-0/+2
* applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1Michael Meckelein2007-08-221-3/+5
* optimized select handling, after select polling cycle is now finished whenRainer Gerhards2007-08-081-0/+1
* - I found out that we finally have problems with the (somewhat recursive)Rainer Gerhards2007-08-031-0/+1
* - added CODE_STD_FINALIZERparseSelectorAct to module-generation macrosRainer Gerhards2007-08-031-0/+1
* - some more code cleanupRainer Gerhards2007-08-011-0/+1
* - got the basic code in place to create an in-memory list of cfsyslineRainer Gerhards2007-07-311-0/+3
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-311-2/+0
* added some more functions to linkedList classRainer Gerhards2007-07-311-0/+2
* added a generic linked list object (files linkedlist.h/c)Rainer Gerhards2007-07-311-0/+1
* moved code to open config file into separate function processConfFile()Rainer Gerhards2007-07-311-0/+1
* - added macro to abort a function and go to finalizerRainer Gerhards2007-07-311-1/+5
* - added doGetInt() to cfsysline.c and adapted dynaFileChaceSize handler toRainer Gerhards2007-07-311-0/+3
* - moved umask & file/dir creation mode parsing to cfsysline.cRainer Gerhards2007-07-311-0/+6
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-0/+1
* - implemented needUDPSocket() interfaceRainer Gerhards2007-07-261-0/+3
* introduced getWriteFDForSelect() module APIRainer Gerhards2007-07-251-0/+1
* changed output modules to use a template-based code generation system forRainer Gerhards2007-07-251-1/+0
* removed F_UNUSED and cleaned up action-disabling handlingRainer Gerhards2007-07-241-0/+1
* major task: made sure no selector_t is created for selector lines that canRainer Gerhards2007-07-241-0/+2
* moved discard functionality to an output moduleRainer Gerhards2007-07-241-0/+2
* continued working on modularization; begun to create interface forRainer Gerhards2007-07-231-0/+8
* fixed a very nasty bug in structure creation of struct filed (causedRainer Gerhards2007-07-231-1/+4