Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed a bug with standard template definitions - thanks to varmojfekoj for | Rainer Gerhards | 2008-01-14 | 1 | -1/+1 | |
| | | | | spotting it | |||||
* | - implemented $MainMsgQueueTimeoutActionCompletion config directive | Rainer Gerhards | 2008-01-14 | 1 | -6/+42 | |
| | | | | | | - implemented $MainMsgQueueTimeoutEnqueue config directive - implemented $MainMsgQueueTimeoutShutdown config directive - some cleanup | |||||
* | removed no longer needed "Initialized" logic and variable | Rainer Gerhards | 2008-01-14 | 1 | -47/+3 | |
| | ||||||
* | renamed $MainMsgQueuePersistUpdateCount config file directive to | Rainer Gerhards | 2008-01-13 | 1 | -2/+2 | |
| | | | | $MainMsgQueueCheckpointInterval | |||||
* | added $MainMsgQueuePersistUpdateCount config file directive | Rainer Gerhards | 2008-01-13 | 1 | -2/+6 | |
| | ||||||
* | support for reading back persistet queue information completed | Rainer Gerhards | 2008-01-13 | 1 | -0/+1 | |
| | ||||||
* | support for object property bags added | Rainer Gerhards | 2008-01-11 | 1 | -0/+1 | |
| | ||||||
* | added $MainMsgQueueImmediateShutdown config directive | Rainer Gerhards | 2008-01-11 | 1 | -4/+9 | |
| | ||||||
* | - begun to permit queue to terminate without being drained | Rainer Gerhards | 2008-01-11 | 1 | -15/+42 | |
| | | | | | | - fixed a starvation condition in queueWorker (pthread_yield() was needed) could not be seen with any previously released code, came up during new development | |||||
* | - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1a | Rainer Gerhards | 2008-01-10 | 1 | -2/+13 | |
| | | | | | | was specified in rsyslog.conf - fixed a bug that caused a segfault on queues with types other than "disk" - removed the now longer needed thread TermSyncTool | |||||
* | changed some config parameters and some cleanup | Rainer Gerhards | 2008-01-10 | 1 | -12/+12 | |
| | ||||||
* | created a generic stream class (for file access) | Rainer Gerhards | 2008-01-09 | 1 | -0/+2 | |
| | ||||||
* | implemented $MainMsgQueueFilePrefix configuration directive | Rainer Gerhards | 2008-01-09 | 1 | -2/+14 | |
| | ||||||
* | - implemented new GetSize() handler for config files | Rainer Gerhards | 2008-01-09 | 1 | -6/+15 | |
| | | | | - implemented $MainMsgQueueMaxFileSize configuration directive | |||||
* | completed deserialization support in msg object (but not deserializer | Rainer Gerhards | 2008-01-08 | 1 | -1/+1 | |
| | | | | itself) | |||||
* | added --enable-mudflap ./configure option | Rainer Gerhards | 2008-01-08 | 1 | -3/+6 | |
| | ||||||
* | - first implementation of "disk" queue mode finished. It still needs some | Rainer Gerhards | 2008-01-08 | 1 | -4/+9 | |
| | | | | | | | work and the deserializer needs also to be expanded, but the queue at least performs well now. - fixed a race condition that could occur when input modules were terminated | |||||
* | - MsgSetProperty() implemented | Rainer Gerhards | 2008-01-07 | 1 | -30/+12 | |
| | | | | | - defined a property class - implemented deserializer (needs some more work) | |||||
* | implemented class type registry | Rainer Gerhards | 2008-01-07 | 1 | -0/+1 | |
| | ||||||
* | removed some no-longer-needed code (thanks Michael Biebl for the help) | Rainer Gerhards | 2008-01-05 | 1 | -4/+0 | |
| | ||||||
* | - added multiple worker thread capability to queue class | Rainer Gerhards | 2008-01-05 | 1 | -3/+12 | |
| | | | | - implemented $MainMsgQueueWorkerThreads config directive | |||||
* | added the "direct" queueing mode to queue class (no queing at all) | Rainer Gerhards | 2008-01-05 | 1 | -3/+14 | |
| | ||||||
* | added capability for concurrent access to the msg class. Can be dynamically | Rainer Gerhards | 2008-01-05 | 1 | -0/+5 | |
| | | | | activated. If active, locking is employed. | |||||
* | changed queue object Construction/Startup interface | Rainer Gerhards | 2008-01-04 | 1 | -1/+5 | |
| | ||||||
* | moved message destruction back to consumer - the consume should decide what | Rainer Gerhards | 2008-01-04 | 1 | -6/+1 | |
| | | | | | to do with the object. It may pass it on to someone else. So this would have creatd some headache in the future (maybe...). | |||||
* | utilized the new auto-destruction capability so that the queue can now | Rainer Gerhards | 2008-01-04 | 1 | -1/+4 | |
| | | | | destruct user objects if needed | |||||
* | removed serialization pointer from queue; used new base class instead | Rainer Gerhards | 2008-01-04 | 1 | -1/+1 | |
| | ||||||
* | - begun some work on Msg Object serializiation | Rainer Gerhards | 2008-01-04 | 1 | -1/+24 | |
| | | | | - created a kind of general base class | |||||
* | begun working on disk queueing (not completed, do not use this mode!) | Rainer Gerhards | 2008-01-03 | 1 | -0/+3 | |
| | ||||||
* | added $MainMsgQueueFilePrefix config parameter | Rainer Gerhards | 2008-01-03 | 1 | -2/+8 | |
| | ||||||
* | added $SpoolDirectory config parameter | Rainer Gerhards | 2008-01-03 | 1 | -20/+27 | |
| | ||||||
* | added $MainMsgQueueType config parameter | Rainer Gerhards | 2008-01-03 | 1 | -4/+30 | |
| | ||||||
* | added capability to use a linked list for queuing to the queue class | Rainer Gerhards | 2008-01-03 | 1 | -1/+2 | |
| | ||||||
* | some cleanup, running in non-multithreaded mode no langer can happen | Rainer Gerhards | 2008-01-03 | 1 | -101/+76 | |
| | | | | (rsyslogd error terminates if it can't start the queue and its thread) | |||||
* | queue is now a full object and handles threading by itself | Rainer Gerhards | 2008-01-03 | 1 | -189/+41 | |
| | ||||||
* | restructured queue interface to use rsRetVal and instances, removed | Rainer Gerhards | 2008-01-03 | 1 | -8/+10 | |
| | | | | dependency on globals - now more like a real class | |||||
* | moved queue code to its own module (finally) | Rainer Gerhards | 2008-01-03 | 1 | -0/+1 | |
| | ||||||
* | some cleanup | Rainer Gerhards | 2007-12-27 | 1 | -2/+2 | |
| | ||||||
* | removed gloable variable AcceptRemote and external def of bFinished | Rainer Gerhards | 2007-12-26 | 1 | -1/+1 | |
| | ||||||
* | removed global variable LogPort | Rainer Gerhards | 2007-12-26 | 1 | -34/+3 | |
| | ||||||
* | removed active INET code from syslogd.c - still some auxiliary things | Rainer Gerhards | 2007-12-26 | 1 | -25/+6 | |
| | | | | remain | |||||
* | removed imudp code dependency on "finet" | Rainer Gerhards | 2007-12-26 | 1 | -27/+1 | |
| | ||||||
* | removed omfwd code dependency on finet | Rainer Gerhards | 2007-12-26 | 1 | -3/+3 | |
| | ||||||
* | moved cross-platform define for AI_NUMERICSERV to net.h | Rainer Gerhards | 2007-12-26 | 1 | -13/+0 | |
| | ||||||
* | moved some of the udp input code to its right place | Rainer Gerhards | 2007-12-25 | 1 | -13/+4 | |
| | ||||||
* | moved udp net code - again, stage work | Rainer Gerhards | 2007-12-25 | 1 | -165/+1 | |
| | ||||||
* | fixed duplicate license text | Rainer Gerhards | 2007-12-25 | 1 | -24/+8 | |
| | ||||||
* | moved some more network code | Rainer Gerhards | 2007-12-25 | 1 | -42/+0 | |
| | ||||||
* | moved some more net functionality out of syslogd.c - stage work | Rainer Gerhards | 2007-12-25 | 1 | -508/+0 | |
| | ||||||
* | some cleanup | Rainer Gerhards | 2007-12-21 | 1 | -14/+10 | |
| |