summaryrefslogtreecommitdiffstats
path: root/runtime/modules.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v6-stable'Rainer Gerhards2012-08-251-4/+4
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-08-251-4/+4
| |\
| | * changed TRUE/FALSE to RSTRUE/RSFALSERainer Gerhards2012-08-221-4/+4
* | | modules: call new-style entry point only when new-style stmt is usedRainer Gerhards2012-06-261-2/+4
* | | implemented freeCnf() module interface & fixed some mem leaksRainer Gerhards2012-06-251-6/+16
* | | milestone: module() config statement basically worksRainer Gerhards2012-06-211-12/+37
* | | milestone: module() can load module in legacy modeRainer Gerhards2012-06-201-3/+49
|/ /
* | Merge branch 'v5-beta' into betaRainer Gerhards2012-06-061-27/+4
|\|
| * Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-06-061-27/+4
| |\
| | * bugfix: potential hang due to mutex deadlockRainer Gerhards2012-06-061-27/+4
* | | Merge branch 'v6-stable'Rainer Gerhards2012-01-191-4/+0
|\ \ \
| * | | removing the newScope/resumeScope macro interfacesRainer Gerhards2012-01-191-4/+0
* | | | Merge branch 'v5-devel'Rainer Gerhards2011-12-161-38/+51
|\ \ \ \ | | |/ / | |/| |
| * | | enhanced module loader to not rely on PATH_MAXRainer Gerhards2011-12-161-34/+46
| | |/ | |/|
* | | fixing minor memory leaksRainer Gerhards2011-07-211-2/+2
* | | milestone: new output plugin interface call addedRainer Gerhards2011-07-211-18/+40
* | | milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-201-1/+21
* | | milestone: on the way to a new action conf interface to plugins...Rainer Gerhards2011-07-201-5/+9
* | | milestone: added module config namesRainer Gerhards2011-07-201-2/+9
* | | regression fix: activation for legacy modules handled incorrectlyRainer Gerhards2011-05-121-0/+1
* | | step: conf interface now natively supports priv dropRainer Gerhards2011-05-061-2/+9
* | | step: generalized new config interface for all module typesRainer Gerhards2011-05-061-12/+32
* | | step: imudp utilizes interim new input module interfaceRainer Gerhards2011-05-041-1/+1
* | | step: put plumbing in place for new input module config systemRainer Gerhards2011-05-031-14/+26
* | | step: config-specific module list used during config processingRainer Gerhards2011-04-271-10/+23
* | | step: added config-specific module listRainer Gerhards2011-04-271-24/+100
* | | step: shuffled module-related code from syslogd.c to rsconf.cRainer Gerhards2011-04-271-1/+1
* | | step: config handler setting from syslogd.c moved to rsconf.cRainer Gerhards2011-04-211-4/+5
| |/ |/|
* | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-4/+52
|\|
| * bugfix: regression: memory leak in module loaderBojan Smojver2011-03-041-10/+18
| * added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-4/+44
* | milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-2/+5
|/
* first implementation of strgen interfaceRainer Gerhards2010-06-011-5/+31
* enhanced module debug outputRainer Gerhards2009-11-251-3/+27
* finalized parser module calling interfaceRainer Gerhards2009-11-041-1/+5
* one step closer to dynamically loadable parsersRainer Gerhards2009-11-031-3/+28
* more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-031-0/+6
* Merge branch 'v4-beta' into betaRainer Gerhards2009-10-051-1/+1
|\
| * bugfix[minor]: CHKiRet improperly usedRainer Gerhards2009-10-021-1/+1
* | bugfix: discard action caused segfaultRainer Gerhards2009-07-301-3/+5
* | internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-201-3/+13
* | Merge branch 'master' into v5-develRainer Gerhards2009-07-011-0/+1
|\|
| * separate willRun and runInput calls for input modulesMichael Terry2009-06-291-0/+1
* | Merge branch 'master' into ultra-reliableRainer Gerhards2009-05-251-0/+29
|\|
| * solved some issues with testbench & a race conditionRainer Gerhards2009-05-251-1/+9
| * improved testbench / solved imdiag race conditionRainer Gerhards2009-05-251-0/+21
* | first shot at action state machine implemention (untested)Rainer Gerhards2009-05-071-2/+23
* | begin implementation of new transactional output module interfaceRainer Gerhards2009-04-271-1/+28
|/
* added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-0/+2
* improved testing supportRainer Gerhards2009-03-191-1/+1