Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | finally, alarm() has gone away :) -- this is now done by the main thread | Rainer Gerhards | 2007-12-21 | 1 | -58/+21 |
| | |||||
* | removed code no longer needed | Rainer Gerhards | 2007-12-21 | 1 | -55/+8 |
| | |||||
* | - created an initial version of imudp.c. The majority of UDP reception code | Rainer Gerhards | 2007-12-21 | 1 | -70/+2 |
| | | | | | | | | | | is now in that module and it is dynamically loadable. HOWEVER, that doesn't mean it is a proper module. There are still many, many dependencies on global variables, cross-module calls and such. However, havin the code base separated allows me to carry out some other cleanup before I return to create a really clean implementation of these modules. So it is kind of a stage work. Just don't mistake it with "the real thing"... | ||||
* | cleaned up code (resulting in some shuffeling from syslogd.c to the "right" | Rainer Gerhards | 2007-12-21 | 1 | -67/+6 |
| | | | | module) | ||||
* | created first version of imtcp (still very much depending on syslogd.c for | Rainer Gerhards | 2007-12-21 | 1 | -139/+1 |
| | | | | configuration and a lot of other things) | ||||
* | removed single-threading support for sending TCP messages; caused | Rainer Gerhards | 2007-12-20 | 1 | -180/+3 |
| | | | | | simplyfication of output module interface as well as core syslog processing. | ||||
* | implemented $AddUnixListenSocket config directive | Rainer Gerhards | 2007-12-20 | 1 | -16/+1 |
| | |||||
* | implemented $SystemLogSocketName config directive | Rainer Gerhards | 2007-12-20 | 1 | -14/+0 |
| | |||||
* | implemented $OmitLocalLogging config directive | Rainer Gerhards | 2007-12-20 | 1 | -3/+0 |
| | |||||
* | moved unix socket code to its own module (imuxsock) | Rainer Gerhards | 2007-12-20 | 1 | -107/+4 |
| | |||||
* | bugfix: fixing memory leak when message queue is full and during parsing. | Rainer Gerhards | 2007-12-20 | 1 | -2/+8 |
| | | | | Thanks to varmojfekoj for the patch. | ||||
* | slight change to init() to prevent race condition | Rainer Gerhards | 2007-12-19 | 1 | -1/+2 |
| | |||||
* | enhanced -c option support (some basics) | Rainer Gerhards | 2007-12-19 | 1 | -4/+28 |
| | |||||
* | applied enhanced gss-api functionality provided by varmojfekoj | Rainer Gerhards | 2007-12-19 | 1 | -20/+68 |
| | |||||
* | cleaned up char/uchar issue | Rainer Gerhards | 2007-12-19 | 1 | -3/+3 |
| | |||||
* | applied some more cleanup provided by Michael Biebl | Rainer Gerhards | 2007-12-19 | 1 | -4/+1 |
| | |||||
* | applied Michael Biebl's patch to enhance $includeconfig to support wildcard | Rainer Gerhards | 2007-12-18 | 1 | -8/+32 |
| | | | | filenames | ||||
* | code cleanups thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -1/+0 |
| | |||||
* | restructured #include's somewhat thanks to Michael Biebl | Rainer Gerhards | 2007-12-18 | 1 | -0/+4 |
| |