Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enhanced test environment (including testbench) | Rainer Gerhards | 2009-10-22 | 1 | -2/+3 |
| | | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future. | ||||
* | going forward in moving string-handling functions to new interface... | Rainer Gerhards | 2009-06-17 | 1 | -9/+9 |
| | |||||
* | done various optimizations to the stringbuf and its users | Rainer Gerhards | 2009-06-16 | 1 | -8/+8 |
| | |||||
* | moved files to the runtime | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | | | there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization. | ||||
* | some cleanup | Rainer Gerhards | 2008-04-11 | 1 | -32/+23 |
| | |||||
* | properties are now case-insensitive everywhere (script, filters, templates) | Rainer Gerhards | 2008-04-03 | 1 | -2/+3 |
| | |||||
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 1 | -7/+7 |
| | | | | rsyslog (now) and also much easier to type | ||||
* | changed rsCStrDestruct() to use the new interface conventions | Rainer Gerhards | 2008-02-20 | 1 | -11/+11 |
| | |||||
* | - added doc on how expressions will work | Rainer Gerhards | 2008-02-19 | 1 | -15/+12 |
| | | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros | ||||
* | 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() |