summaryrefslogtreecommitdiffstats
path: root/modules.h
Commit message (Expand)AuthorAgeFilesLines
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-2/+2
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-6/+26
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-0/+1
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-8/+19
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-0/+8
* some stage work on rsyslog loaderRainer Gerhards2008-02-291-5/+10
* some stage work for library modulesRainer Gerhards2008-02-261-1/+1
* applied patch by varmojfekoj to allow gssapi functionality to be build as aRainer Gerhards2008-02-221-0/+1
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-1/+0
* moved some of the udp input code to its right placeRainer Gerhards2007-12-251-1/+1
* removed single-threading support for sending TCP messages; causedRainer Gerhards2007-12-201-2/+0
* - implemented afterRun input module interface functionRainer Gerhards2007-12-171-0/+1
* implemented $MarkMessagePeriod config directiveRainer Gerhards2007-12-171-0/+1
* moved thread termination code out to threads.cRainer Gerhards2007-12-171-1/+1
* graceful termination now supportedRainer Gerhards2007-12-141-0/+2
* added thread activationRainer Gerhards2007-12-141-6/+2
* on the way to a real input module interface and threading class...Rainer Gerhards2007-12-141-1/+4
* 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-1/+2
* applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1Michael Meckelein2007-08-221-0/+1
* - integrated patch from varmojfekoj to make the mysql module a loadable oneRainer Gerhards2007-08-141-1/+2
* added module unload functionality; rsyslogd now unloads modules on exit (ofRainer Gerhards2007-08-091-0/+1
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-1/+1
* added tryResume() API to module interfaceRainer Gerhards2007-08-021-0/+1
* removed selector_t f references from output modulesRainer Gerhards2007-07-271-6/+6
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-2/+4
* - changed doAction() interface to contain the full message stringRainer Gerhards2007-07-261-1/+1
* - implemented needUDPSocket() interfaceRainer Gerhards2007-07-261-0/+1
* - implemented onSelectReadyWrite() interfaceRainer Gerhards2007-07-261-0/+1
* introduced getWriteFDForSelect() module APIRainer Gerhards2007-07-251-0/+1
* added new function dbgPrintInstInfo() to omod interfaceRainer Gerhards2007-07-251-0/+1
* changed calling interface for freeInstance() - need to work with dualRainer Gerhards2007-07-251-1/+1
* changed output modules to use a template-based code generation system forRainer Gerhards2007-07-251-1/+1
* TypeName is now pulled from the module itselfRainer Gerhards2007-07-241-0/+1
* moved discard functionality to an output moduleRainer Gerhards2007-07-241-0/+1
* changed select action config reader to use module interfaceRainer Gerhards2007-07-241-0/+3
* continued working on modularization; begun to create interface forRainer Gerhards2007-07-231-7/+11
* added new modules file setRainer Gerhards2007-07-231-0/+83