Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | moved message destruction back to consumer - the consume should decide what | Rainer Gerhards | 2008-01-04 | 3 | -13/+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 | 6 | -11/+26 | |
| | | | | destruct user objects if needed | |||||
* | removed serialization pointer from queue; used new base class instead | Rainer Gerhards | 2008-01-04 | 5 | -21/+13 | |
| | ||||||
* | - begun some work on Msg Object serializiation | Rainer Gerhards | 2008-01-04 | 9 | -5/+295 | |
| | | | | - created a kind of general base class | |||||
* | begun working on disk queueing (not completed, do not use this mode!) | Rainer Gerhards | 2008-01-03 | 5 | -10/+170 | |
| | ||||||
* | added $MainMsgQueueFilePrefix config parameter | Rainer Gerhards | 2008-01-03 | 1 | -2/+8 | |
| | ||||||
* | added $SpoolDirectory config parameter | Rainer Gerhards | 2008-01-03 | 2 | -20/+28 | |
| | ||||||
* | added new config directives | Rainer Gerhards | 2008-01-03 | 1 | -0/+2 | |
| | ||||||
* | fixed old references to rklogd - thanks to Michael Biebl for spotting them. | Rainer Gerhards | 2008-01-03 | 1 | -2/+2 | |
| | ||||||
* | made doc somewhat more conformant to current development state | Rainer Gerhards | 2008-01-03 | 3 | -4/+5 | |
| | ||||||
* | brought up-to-date | Rainer Gerhards | 2008-01-03 | 1 | -1/+34 | |
| | ||||||
* | changed version number to one in the testing version number range | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 | |
| | ||||||
* | added $MainMsgQueueType config parameter | Rainer Gerhards | 2008-01-03 | 3 | -7/+34 | |
| | ||||||
* | cleanup | Rainer Gerhards | 2008-01-03 | 1 | -5/+5 | |
| | ||||||
* | removed reference to rklogd - thanks Michael Biebl for bringing this to my | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 | |
| | | | | attention | |||||
* | simplified code and got rid of empty/full state variables | Rainer Gerhards | 2008-01-03 | 2 | -22/+5 | |
| | ||||||
* | added capability to use a linked list for queuing to the queue class | Rainer Gerhards | 2008-01-03 | 3 | -5/+148 | |
| | ||||||
* | applied Michael Biebl's patch to clean up the makefiles | Rainer Gerhards | 2008-01-03 | 9 | -29/+19 | |
| | ||||||
* | 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 | 4 | -218/+146 | |
| | ||||||
* | implemented queue type "drivers" | Rainer Gerhards | 2008-01-03 | 2 | -30/+99 | |
| | ||||||
* | restructured queue interface to use rsRetVal and instances, removed | Rainer Gerhards | 2008-01-03 | 3 | -81/+97 | |
| | | | | dependency on globals - now more like a real class | |||||
* | moved queue code to its own module (finally) | Rainer Gerhards | 2008-01-03 | 6 | -108/+202 | |
| | ||||||
* | fixed typo pointed out by Jonathan Smith - thanks! | Rainer Gerhards | 2008-01-03 | 1 | -1/+1 | |
| | ||||||
* | updated to include 2.0.0 release | Rainer Gerhards | 2008-01-02 | 2 | -6/+15 | |
| | ||||||
* | reflected latest omgssapi changes | Rainer Gerhards | 2008-01-02 | 2 | -6/+6 | |
| | ||||||
* | created omtesting, a debug and development aid output module. This is stage | Rainer Gerhards | 2007-12-31 | 8 | -8/+214 | |
| | | | | | work for the new queueing engine - we need a way to delay rule execution and that's what the module currently does ;) | |||||
* | removed gss-api code from omfwd.c | Rainer Gerhards | 2007-12-28 | 1 | -256/+1 | |
| | ||||||
* | omgssapi created | Rainer Gerhards | 2007-12-28 | 9 | -65/+767 | |
| | ||||||
* | moved TCPSend() and frame building code to tcpsyslog.c | Rainer Gerhards | 2007-12-28 | 3 | -230/+253 | |
| | ||||||
* | took TCPSend() apart and made it generic via function pointers | Rainer Gerhards | 2007-12-28 | 2 | -97/+122 | |
| | ||||||
* | internal restructuring in omfwd.c - stage work for further modularization I | Rainer Gerhards | 2007-12-27 | 3 | -152/+187 | |
| | | | | | think I also fixed a bug as a side-effect - but not looked to much at it | |||||
* | some cleanup | Rainer Gerhards | 2007-12-27 | 9 | -15/+21 | |
| | ||||||
* | applied cross-platform patch from darix to facilitate GSS-API compile on | Rainer Gerhards | 2007-12-27 | 5 | -5/+5 | |
| | | | | more platforms | |||||
* | added capability to have multiple UDP listeners running concurrently | Rainer Gerhards | 2007-12-27 | 2 | -24/+73 | |
| | ||||||
* | added new settings | Rainer Gerhards | 2007-12-27 | 2 | -4/+29 | |
| | ||||||
* | added $UDPServerAddress <ip> config directive | Rainer Gerhards | 2007-12-27 | 2 | -42/+23 | |
| | ||||||
* | removed gloable variable AcceptRemote and external def of bFinished | Rainer Gerhards | 2007-12-26 | 2 | -4/+1 | |
| | ||||||
* | removed no longer needed reference to "AcceptRemote" | Rainer Gerhards | 2007-12-26 | 1 | -2/+3 | |
| | ||||||
* | added doc for new imudp input module | Rainer Gerhards | 2007-12-26 | 2 | -0/+6 | |
| | ||||||
* | removed global variable LogPort | Rainer Gerhards | 2007-12-26 | 4 | -44/+59 | |
| | ||||||
* | removed useless code (is overwritten on return) | Rainer Gerhards | 2007-12-26 | 1 | -1/+0 | |
| | ||||||
* | fixed socket leak in omfwd.c | Rainer Gerhards | 2007-12-26 | 1 | -26/+6 | |
| | ||||||
* | removed active INET code from syslogd.c - still some auxiliary things | Rainer Gerhards | 2007-12-26 | 4 | -29/+27 | |
| | | | | remain | |||||
* | removed imudp code dependency on "finet" | Rainer Gerhards | 2007-12-26 | 4 | -41/+21 | |
| | ||||||
* | removed omfwd code dependency on finet | Rainer Gerhards | 2007-12-26 | 4 | -35/+84 | |
| | ||||||
* | moved cross-platform define for AI_NUMERICSERV to net.h | Rainer Gerhards | 2007-12-26 | 2 | -13/+12 | |
| | ||||||
* | moved some of the udp input code to its right place | Rainer Gerhards | 2007-12-25 | 6 | -19/+19 | |
| | ||||||
* | moved udp net code - again, stage work | Rainer Gerhards | 2007-12-25 | 4 | -165/+169 | |
| | ||||||
* | fixed duplicate license text | Rainer Gerhards | 2007-12-25 | 1 | -24/+8 | |
| |