summaryrefslogtreecommitdiffstats
path: root/modules.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v3-stable' into betaRainer Gerhards2008-04-091-15/+12
|\
| * improved detection of modules being loaded more than onceRainer Gerhards2008-04-091-15/+12
* | added more meaningful error messages to rsyslogd (when some errors happensRainer Gerhards2008-04-021-5/+5
|/
* worked a bit on atomic memory operations to support problem-free threadingRainer Gerhards2008-03-311-1/+1
* - bugfix: accidently set debug option in 3.12.5 reset to production ThisRainer Gerhards2008-03-291-3/+3
* bugfix: $ModDir did invalid bounds checking, potential overlow inRainer Gerhards2008-03-271-13/+26
* made relp modules use new relpengine-provided feature selection functionsRainer Gerhards2008-03-271-1/+1
* removing valgrind instrumentation for releasev3-12-4Rainer Gerhards2008-03-251-1/+1
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-1/+0
* made librelp and rsyslog relp system send the first messages to the remoteRainer Gerhards2008-03-201-1/+1
* bugfix: fixed some minor memory leaksRainer Gerhards2008-03-201-1/+7
* bugfix: potential segfault on module unload. Thanks to varmojfekoj for theRainer Gerhards2008-03-191-1/+3
* added a clarification comment, which hopefully will be useful in the futureRainer Gerhards2008-03-181-0/+4
* bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patchRainer Gerhards2008-03-181-9/+17
* fixed problem in release buildv3-12-2Rainer Gerhards2008-03-131-0/+2
* bugfix: imgssapi segfaulted under some conditions; this fix is actually notRainer Gerhards2008-03-131-5/+0
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-121-0/+12
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-58/+226
* some cleanupRainer Gerhards2008-03-071-1/+0
* extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-1/+0
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-0/+29
* 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