summaryrefslogtreecommitdiffstats
path: root/objomsr.c
Commit message (Collapse)AuthorAgeFilesLines
* moved files to the runtimeRainer Gerhards2008-04-161-145/+0
| | | | | | 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.
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-1/+1
| | | | | | 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 Gerhards2007-12-141-7/+8
|
* - fixed bug in objomsr.c that caused program to abort in debug mode with anRainer Gerhards2007-07-311-1/+1
| | | | invalid assertion (in some cases)
* added macro to consistently define iRetRainer Gerhards2007-07-311-1/+1
|
* fixed a mem leak in OMSRdestruct - freeing the object itself was forgottenRainer Gerhards2007-07-301-0/+1
| | | | - thanks to varmojfekoj for the patch
* - added cfsysline objects - initial set of functionsRainer Gerhards2007-07-301-3/+4
| | | | - fixed bug in OMSRcreate() - always returned SR_RET_OK
* removed left-over debug printfRainer Gerhards2007-07-271-1/+0
|
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-1/+2
| | | | | | modules - changed doAction() interface - templates and output string generation for doActon() is now fully
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-0/+142
modules