summaryrefslogtreecommitdiffstats
path: root/modules.c
Commit message (Expand)AuthorAgeFilesLines
* applied some bugfixes to new code supplied by varmojfekoj - thanks!v3-12-1Rainer Gerhards2008-03-061-1/+1
* bugfix (yesterday's bug): abort during hup if library module was loadedRainer Gerhards2008-03-061-4/+9
* changed module loader to automatically add ".so" suffix if not specifiedRainer Gerhards2008-03-051-0/+21
* - extracted logerror*() family of functions from syslogd, made them theirRainer Gerhards2008-03-051-10/+6
* - changed modules.c calling conventions to be interface-basedRainer Gerhards2008-03-051-32/+150
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-4/+9
* some stage work for library modulesRainer Gerhards2008-02-261-11/+5
* bugfix: rsyslogd segfaulted on second SIGHUP tracker:Rainer Gerhards2008-02-261-10/+46
* redesigned queue to utilize helper classes for threading support. This isRainer Gerhards2008-01-241-6/+6
* - fixed a bug that caused a segfault on startup when no $WorkDir directivev3-10-1aRainer Gerhards2008-01-101-3/+0
* fixed typoRainer 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
* graceful termination now supportedRainer Gerhards2007-12-141-0/+3
* added thread activationRainer Gerhards2007-12-141-0/+2
* on the way to a real input module interface and threading class...Rainer Gerhards2007-12-141-3/+9
* - begun to create input module interface and macrosRainer Gerhards2007-12-141-58/+44
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
* removed debug aidv1-20-0Rainer Gerhards2007-12-071-1/+0
* fixed some type conversion warnings that appeared on 64 bit machines -Rainer Gerhards2007-12-071-5/+5
* some cleanupRainer Gerhards2007-11-211-20/+6
* - added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-1/+8
* added an identifier to command handler table - need to identify whichRainer Gerhards2007-11-211-1/+10
* added new modExit() entry point to loadable module interfaceRainer Gerhards2007-11-211-5/+21
* cleaned up compiler warningsRainer Gerhards2007-09-111-0/+2
* applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1Michael Meckelein2007-08-221-0/+25
* - integrated patch from varmojfekoj to make the mysql module a loadable oneRainer Gerhards2007-08-141-2/+9
* added module unload functionality; rsyslogd now unloads modules on exit (ofRainer Gerhards2007-08-091-0/+21
* added interface API for unloading module (a dummy)Rainer Gerhards2007-08-091-0/+26
* fixed a potential memory leak in modules.c, again, this could not happen inRainer Gerhards2007-08-091-1/+3
* changed function name dprintf() to dbgprintf() as it conflicts with theRainer Gerhards2007-08-081-14/+14
* added tryResume() API to module interfaceRainer Gerhards2007-08-021-0/+4
* - added interface to register a cfsysline command handler (basicRainer Gerhards2007-07-311-4/+12
* - changed modInit() interface to contain pointer to host-function queryRainer Gerhards2007-07-311-2/+29
* - implemented needUDPSocket() interfaceRainer Gerhards2007-07-261-0/+4
* - implemented onSelectReadyWrite() interfaceRainer Gerhards2007-07-261-0/+4
* introduced getWriteFDForSelect() module APIRainer Gerhards2007-07-251-0/+4
* added new function dbgPrintInstInfo() to omod interfaceRainer Gerhards2007-07-251-0/+6
* changed output modules to use a template-based code generation system forRainer Gerhards2007-07-251-2/+0
* TypeName is now pulled from the module itselfRainer Gerhards2007-07-241-0/+12
* added freeInstance() call to output module interface; re-structuredRainer Gerhards2007-07-241-2/+0
* moved discard functionality to an output moduleRainer Gerhards2007-07-241-0/+5
* changed select action config reader to use module interfaceRainer Gerhards2007-07-241-5/+28
* continued working on modularization; begun to create interface forRainer Gerhards2007-07-231-4/+94
* added new modules file setRainer Gerhards2007-07-231-0/+102