summaryrefslogtreecommitdiffstats
path: root/syslogd.c
Commit message (Expand)AuthorAgeFilesLines
* saving stateRainer Gerhards2008-01-181-1/+1
* worked on threadingRainer Gerhards2008-01-171-8/+8
* implemented dynamic startup and shutdown of worker threads based on currentRainer Gerhards2008-01-161-0/+2
* begin disk assisted queue memory queue modes (not fully implemented yet)Rainer Gerhards2008-01-141-7/+14
* also implemented $MainMsgQueueDiscardMark logic on dequeue, changedRainer Gerhards2008-01-141-2/+2
* - implemented config file handlers forRainer Gerhards2008-01-141-0/+19
* fixed broken fix ;)Rainer Gerhards2008-01-141-1/+1
* fixed a bug with standard template definitions - thanks to varmojfekoj forRainer Gerhards2008-01-141-1/+1
* - implemented $MainMsgQueueTimeoutActionCompletion config directiveRainer Gerhards2008-01-141-6/+42
* removed no longer needed "Initialized" logic and variableRainer Gerhards2008-01-141-47/+3
* renamed $MainMsgQueuePersistUpdateCount config file directive toRainer Gerhards2008-01-131-2/+2
* added $MainMsgQueuePersistUpdateCount config file directiveRainer Gerhards2008-01-131-2/+6
* support for reading back persistet queue information completedRainer Gerhards2008-01-131-0/+1
* support for object property bags addedRainer Gerhards2008-01-111-0/+1
* added $MainMsgQueueImmediateShutdown config directiveRainer Gerhards2008-01-111-4/+9
* - begun to permit queue to terminate without being drainedRainer Gerhards2008-01-111-15/+42
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-2/+13
* changed some config parameters and some cleanupRainer Gerhards2008-01-101-12/+12
* created a generic stream class (for file access)Rainer Gerhards2008-01-091-0/+2
* implemented $MainMsgQueueFilePrefix configuration directiveRainer Gerhards2008-01-091-2/+14
* - implemented new GetSize() handler for config filesRainer Gerhards2008-01-091-6/+15
* completed deserialization support in msg object (but not deserializerRainer Gerhards2008-01-081-1/+1
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-3/+6
* - first implementation of "disk" queue mode finished. It still needs someRainer Gerhards2008-01-081-4/+9
* - MsgSetProperty() implementedRainer Gerhards2008-01-071-30/+12
* implemented class type registryRainer Gerhards2008-01-071-0/+1
* removed some no-longer-needed code (thanks Michael Biebl for the help)Rainer Gerhards2008-01-051-4/+0
* - added multiple worker thread capability to queue classRainer Gerhards2008-01-051-3/+12
* added the "direct" queueing mode to queue class (no queing at all)Rainer Gerhards2008-01-051-3/+14
* added capability for concurrent access to the msg class. Can be dynamicallyRainer Gerhards2008-01-051-0/+5
* changed queue object Construction/Startup interfaceRainer Gerhards2008-01-041-1/+5
* moved message destruction back to consumer - the consume should decide whatRainer Gerhards2008-01-041-6/+1
* utilized the new auto-destruction capability so that the queue can nowRainer Gerhards2008-01-041-1/+4
* removed serialization pointer from queue; used new base class insteadRainer Gerhards2008-01-041-1/+1
* - begun some work on Msg Object serializiationRainer Gerhards2008-01-041-1/+24
* begun working on disk queueing (not completed, do not use this mode!)Rainer Gerhards2008-01-031-0/+3
* added $MainMsgQueueFilePrefix config parameterRainer Gerhards2008-01-031-2/+8
* added $SpoolDirectory config parameterRainer Gerhards2008-01-031-20/+27
* added $MainMsgQueueType config parameterRainer Gerhards2008-01-031-4/+30
* added capability to use a linked list for queuing to the queue classRainer Gerhards2008-01-031-1/+2
* some cleanup, running in non-multithreaded mode no langer can happenRainer Gerhards2008-01-031-101/+76
* queue is now a full object and handles threading by itselfRainer Gerhards2008-01-031-189/+41
* restructured queue interface to use rsRetVal and instances, removedRainer Gerhards2008-01-031-8/+10
* moved queue code to its own module (finally)Rainer Gerhards2008-01-031-0/+1
* some cleanupRainer Gerhards2007-12-271-2/+2
* removed gloable variable AcceptRemote and external def of bFinishedRainer Gerhards2007-12-261-1/+1
* removed global variable LogPortRainer Gerhards2007-12-261-34/+3
* removed active INET code from syslogd.c - still some auxiliary thingsRainer Gerhards2007-12-261-25/+6
* removed imudp code dependency on "finet"Rainer Gerhards2007-12-261-27/+1
* removed omfwd code dependency on finetRainer Gerhards2007-12-261-3/+3