summaryrefslogtreecommitdiffstats
path: root/outchannel.c
Commit message (Collapse)AuthorAgeFilesLines
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-2/+2
| | | | rsyslog (now) and also much easier to type
* - added doc on how expressions will workRainer Gerhards2008-02-191-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 Gerhards2008-01-051-4/+0
|
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-0/+19
|
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-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 issueMichael Meckelein2007-08-081-1/+1
|
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-6/+6
| | | | clib
* code cleanup (removed compiler warningsRainer Gerhards2007-07-181-12/+12
|
* moving towards autotools build system - config.h include forgotten & nowRainer Gerhards2007-07-111-0/+2
| | | | fixed
* some more unsigned char conversions...Rainer Gerhards2007-07-041-1/+1
|
* applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed aRainer Gerhards2007-07-031-5/+5
| | | | number of char to unsigned char
* prepared for new parse object; now removed allmost all liblogging borrowedRainer Gerhards2005-09-151-1/+1
| | | | code
* initial implementation of the counted string class completed (but so farRainer Gerhards2005-09-091-10/+12
| | | | only a very feature-less class). code compiles again.
* fixed some issues on FreeBSDRainer Gerhards2005-06-281-7/+0
|
* quick (&dirty) fix four outchannel.h under bsd - requires further fixing onRainer Gerhards2005-06-271-0/+8
| | | | all platforms
* outchannel.c for 0.9.0 forgottenRainer Gerhards2005-06-271-0/+274