Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enhanced test environment (including testbench) | Rainer Gerhards | 2009-10-22 | 1 | -1/+2 |
| | | | | | | | | 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. | ||||
* | some more stringbuffer optimization | Rainer Gerhards | 2009-06-25 | 1 | -2/+0 |
| | |||||
* | done various optimizations to the stringbuf and its users | Rainer Gerhards | 2009-06-16 | 1 | -10/+10 |
| | |||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear | ||||
* | some cleanup | Rainer Gerhards | 2008-04-11 | 1 | -22/+29 |
| | |||||
* | did some portability changes to make rsyslog compile on HP UX | Rainer Gerhards | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 1 | -2/+2 |
| | | | | rsyslog (now) and also much easier to type | ||||
* | - added doc on how expressions will work | Rainer Gerhards | 2008-02-19 | 1 | -2/+2 |
| | | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros | ||||
* | removed some no-longer-needed code (thanks Michael Biebl for the help) | Rainer Gerhards | 2008-01-05 | 1 | -4/+0 |
| | |||||
* | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 1 | -0/+19 |
| | |||||
* | - changed part of the CStr interface so that better error tracking is | Rainer Gerhards | 2007-09-05 | 1 | -6/+8 |
| | | | | | | | 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. | ||||
* | changed rsyslog.h include order to solve debian sid zlib inlcude issue | Michael Meckelein | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | changed function name dprintf() to dbgprintf() as it conflicts with the | Rainer Gerhards | 2007-08-08 | 1 | -6/+6 |
| | | | | clib | ||||
* | code cleanup (removed compiler warnings | Rainer Gerhards | 2007-07-18 | 1 | -12/+12 |
| | |||||
* | moving towards autotools build system - config.h include forgotten & now | Rainer Gerhards | 2007-07-11 | 1 | -0/+2 |
| | | | | fixed | ||||
* | some more unsigned char conversions... | Rainer Gerhards | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed a | Rainer Gerhards | 2007-07-03 | 1 | -5/+5 |
| | | | | number of char to unsigned char | ||||
* | prepared for new parse object; now removed allmost all liblogging borrowed | Rainer Gerhards | 2005-09-15 | 1 | -1/+1 |
| | | | | code | ||||
* | initial implementation of the counted string class completed (but so far | Rainer Gerhards | 2005-09-09 | 1 | -10/+12 |
| | | | | only a very feature-less class). code compiles again. | ||||
* | fixed some issues on FreeBSD | Rainer Gerhards | 2005-06-28 | 1 | -7/+0 |
| | |||||
* | quick (&dirty) fix four outchannel.h under bsd - requires further fixing on | Rainer Gerhards | 2005-06-27 | 1 | -0/+8 |
| | | | | all platforms | ||||
* | outchannel.c for 0.9.0 forgotten | Rainer Gerhards | 2005-06-27 | 1 | -0/+274 |