summaryrefslogtreecommitdiffstats
path: root/module-template.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup of unnecessary warningsRainer Gerhards2008-03-311-1/+1
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-24/+0
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-4/+9
* fixed a few remaining logerror() calls - thanks to Michael Biebl forRainer Gerhards2008-03-061-0/+1
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-7/+17
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-4/+10
* - added class tcpsRainer Gerhards2008-03-021-1/+1
* fixed bug in output module interface, seeRainer Gerhards2008-01-301-2/+3
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-20/+28
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-12/+0
* removed single-threading support for sending TCP messages; causedRainer Gerhards2007-12-201-47/+0
* moved unix socket code to its own module (imuxsock)Rainer Gerhards2007-12-201-1/+1
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-0/+21
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-1/+6
* implemented $MarkMessagePeriod config directiveRainer Gerhards2007-12-171-0/+23
* moved thread termination code out to threads.cRainer Gerhards2007-12-171-1/+1
* graceful termination now supportedRainer Gerhards2007-12-141-0/+12
* added thread activationRainer Gerhards2007-12-141-1/+4
* on the way to a real input module interface and threading class...Rainer Gerhards2007-12-141-0/+19
* - begun to create input module interface and macrosRainer Gerhards2007-12-141-9/+42
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
* - added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-0/+13
* added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-1/+12
* added new modExit() entry point to loadable module interfaceRainer Gerhards2007-11-211-3/+48
* - removed compiler warnings in non-debug modev1-19-6bRainer Gerhards2007-09-111-1/+1
* fixed a bug that in --enable-debug mode caused an assertion when theRainer Gerhards2007-09-101-1/+1
* applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1Michael Meckelein2007-08-221-2/+5
* - I found out that we finally have problems with the (somewhat recursive)Rainer Gerhards2007-08-031-0/+1
* - added CODE_STD_FINALIZERparseSelectorAct to module-generation macrosRainer Gerhards2007-08-031-6/+7
* added tryResume() API to module interfaceRainer Gerhards2007-08-021-0/+25
* - changed modInit() interface to contain pointer to host-function queryRainer Gerhards2007-07-311-2/+13
* added macro to consistently define iRetRainer Gerhards2007-07-311-7/+7
* removed selector_t f references from output modulesRainer Gerhards2007-07-271-12/+6
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-5/+26
* - changed doAction() interface to contain the full message stringRainer Gerhards2007-07-261-2/+3
* - implemented needUDPSocket() interfaceRainer Gerhards2007-07-261-9/+23
* - changed doAction() interface to include module data pointerRainer Gerhards2007-07-261-3/+9
* - implemented onSelectReadyWrite() interfaceRainer Gerhards2007-07-261-2/+28
* introduced getWriteFDForSelect() module APIRainer Gerhards2007-07-251-0/+23
* added new function dbgPrintInstInfo() to omod interfaceRainer Gerhards2007-07-251-0/+23
* changed calling interface for freeInstance() - need to work with dualRainer Gerhards2007-07-251-5/+11
* changed output modules to use a template-based code generation system forRainer Gerhards2007-07-251-0/+192