Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -1/+17 |
| | |||||
* | begin work on on immark, the first input module. In the long term this will | Rainer Gerhards | 2007-12-14 | 1 | -1/+1 |
| | | | | lead to a complete rewrite of the input system | ||||
* | removed some compiler warnings in regard to signed / unsigned comparison | Rainer Gerhards | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | - changed part of the CStr interface so that better error tracking is | Rainer Gerhards | 2007-09-05 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | code cleanup (removed compiler warnings | Rainer Gerhards | 2007-07-18 | 1 | -9/+9 |
| | |||||
* | cosmetic: unsigned char changed to uchar | Rainer Gerhards | 2007-07-16 | 1 | -17/+17 |
| | |||||
* | integrated patch by Michel Samia to provide regex support for the filter | Rainer Gerhards | 2007-07-16 | 1 | -0/+1 |
| | | | | engine - many thanks! | ||||
* | applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed a | Rainer Gerhards | 2007-07-03 | 1 | -16/+16 |
| | | | | number of char to unsigned char | ||||
* | added support for dynamic file names in selector lines. Can now be created | Rainer Gerhards | 2007-07-03 | 1 | -1/+10 |
| | | | | with templates. | ||||
* | made "!progname" fully BSD-compliant; added property "programname" | Rainer Gerhards | 2005-10-19 | 1 | -0/+1 |
| | |||||
* | fixing a bug with the "startswith" comparison mode; more work on BSD-style | Rainer Gerhards | 2005-10-19 | 1 | -0/+1 |
| | | | | host blocks | ||||
* | begin implementing BSD-style program blocks | Rainer Gerhards | 2005-10-18 | 1 | -0/+2 |
| | |||||
* | added the "startwith" property-filter comparison operation | Rainer Gerhards | 2005-09-26 | 1 | -0/+1 |
| | |||||
* | added isequal comparison operation; ability to negat comparison operations | Rainer Gerhards | 2005-09-26 | 1 | -1/+2 |
| | | | | fixed some bugs | ||||
* | added capability to filter on any property in selector lines | Rainer Gerhards | 2005-09-19 | 1 | -0/+2 |
| | |||||
* | added parsing of property-filter (but not complete property selector line | Rainer Gerhards | 2005-09-19 | 1 | -1/+3 |
| | | | | yet) | ||||
* | on the way to adding property-based filters - right before changing | Rainer Gerhards | 2005-09-15 | 1 | -15/+24 |
| | | | | cfline() | ||||
* | prepared for new parse object; now removed allmost all liblogging borrowed | Rainer Gerhards | 2005-09-15 | 1 | -13/+12 |
| | | | | code | ||||
* | initial implementation of the counted string class completed (but so far | Rainer Gerhards | 2005-09-09 | 1 | -0/+2 |
| | | | | only a very feature-less class). code compiles again. | ||||
* | begin adding counted string class - does NOT compile yet! | Rainer Gerhards | 2005-09-07 | 1 | -54/+23 |
| | |||||
* | ComingCloser | Rainer Gerhards | 2004-11-17 | 1 | -0/+136 |