Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redesigned queue to utilize helper classes for threading support. This is | Rainer Gerhards | 2008-01-24 | 1 | -24/+26 |
| | | | | | | finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS... | ||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -1/+17 |
| | |||||
* | added Bartosz Kuzma patches for better compatibility with NetBSD - many | Rainer Gerhards | 2007-12-03 | 1 | -2/+10 |
| | | | | thanks for them! | ||||
* | - changed part of the CStr interface so that better error tracking is | Rainer Gerhards | 2007-09-05 | 1 | -8/+9 |
| | | | | | | | provided and the calling sequence is more intuitive (there were invalid calls based on a too-weired interface) - (hopefully) fixed some remaining bugs rooted in wrong use of the CStr class. These could lead to program abort. | ||||
* | fixed a memory leak in config file parsing thanks to varmojfekoj for the | Rainer Gerhards | 2007-07-23 | 1 | -11/+11 |
| | | | | patch | ||||
* | code cleanup (removed compiler warnings | Rainer Gerhards | 2007-07-18 | 1 | -1/+1 |
| | |||||
* | fixed a bug that could case host wildcards to become corrupted | Rainer Gerhards | 2007-07-18 | 1 | -1/+1 |
| | |||||
* | fully integrated patch from mildew@gmail.com | Rainer Gerhards | 2007-07-16 | 1 | -2/+5 |
| | |||||
* | applied patch by mildew@gmail.com to support IPv6 in $AllowedSenders | Rainer Gerhards | 2007-07-16 | 1 | -33/+97 |
| | |||||
* | moving towards autotools build system - config.h include forgotten & now | Rainer Gerhards | 2007-07-11 | 1 | -0/+2 |
| | | | | fixed | ||||
* | cleaned up some issues with $FileCreateMode | Rainer Gerhards | 2007-07-04 | 1 | -0/+8 |
| | |||||
* | applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed a | Rainer Gerhards | 2007-07-03 | 1 | -14/+14 |
| | | | | number of char to unsigned char | ||||
* | added allowedSender support for TCP | Rainer Gerhards | 2005-09-27 | 1 | -0/+14 |
| | |||||
* | nearing completion of allowedSenders functionality | Rainer Gerhards | 2005-09-27 | 1 | -1/+179 |
| | |||||
* | added capability to filter on any property in selector lines | Rainer Gerhards | 2005-09-19 | 1 | -6/+13 |
| | |||||
* | added parsing of property-filter (but not complete property selector line | Rainer Gerhards | 2005-09-19 | 1 | -4/+129 |
| | | | | yet) | ||||
* | on the way to adding property-based filters - right before changing | Rainer Gerhards | 2005-09-15 | 1 | -0/+154 |
cfline() |