summaryrefslogtreecommitdiffstats
path: root/outchannel.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v5-stable' into masterRainer Gerhards2012-01-181-16/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.h configure.ac doc/manual.html plugins/immark/immark.c plugins/impstats/impstats.c plugins/imptcp/imptcp.c plugins/imtcp/imtcp.c runtime/cfsysline.c runtime/cfsysline.h runtime/conf.c runtime/ctok.c runtime/ctok.h runtime/ctok_token.c runtime/ctok_token.h runtime/dnscache.h runtime/expr.c runtime/expr.h runtime/rule.c runtime/rule.h runtime/ruleset.h runtime/sysvar.c runtime/vm.h runtime/vmop.c runtime/vmop.h runtime/vmprg.c runtime/vmprg.h runtime/vmstk.c runtime/vmstk.h tools/omusrmsg.c
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-16/+14
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| | * relicense parts under ASL 2.0Rainer Gerhards2012-01-111-16/+14
| | | | | | | | | | | | after carful check for copyright holder
* | | step: outchannel list integrated into main config objectRainer Gerhards2011-04-261-11/+8
|/ /
* / enhanced test environment (including testbench)Rainer Gerhards2009-10-221-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 optimizationRainer Gerhards2009-06-251-2/+0
|
* done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-10/+10
|
* some more cleanupRainer Gerhards2008-04-161-1/+1
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* some cleanupRainer Gerhards2008-04-111-22/+29
|
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-1/+1
|
* 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