summaryrefslogtreecommitdiffstats
path: root/plugins/omlibdbi/omlibdbi.c
Commit message (Collapse)AuthorAgeFilesLines
* undoing v6.1 config scoping interface, part II (now finished)Rainer Gerhards2012-01-191-7/+7
| | | | | | This concludes the removal of the new scoping interface, at least as far as pre v6-plugins are affected. Full code cleanup will happen in the v6.3 branch.
* Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-01-141-15/+14
|\ | | | | | | | | Conflicts: plugins/imtcp/imtcp.c
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-141-15/+14
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c
| | * relicense parts under ASL 2.0Rainer Gerhards2012-01-111-15/+14
| | | | | | | | | | | | after carful check for copyright holder
* | | Merge branch 'v5-stable' into betaRainer Gerhards2011-05-201-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html plugins/imrelp/imrelp.c
| * | omlibdbi: added necessary includeRainer Gerhards2011-05-121-0/+1
| | |
* | | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-9/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * | bugfix: minor memory leak in omlibdbi (< 1k per instance and run)Rainer Gerhards2011-03-101-1/+8
| | | | | | | | | | | | | | | also testbench improvement (omlibdbi now also receives a couple of tests if we have a life MySQL server).
| * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-03-091-1/+1
| |\|
| | * bugfix: omlibdbi did not use password from rsyslog.conRainer Gerhards2011-03-091-1/+1
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=203
| * | added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
| |/ | | | | | | | | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | fixed regression from last commitRainer Gerhards2010-07-271-0/+1
| | | | | | | | config variables were not properly initialized
* | milestone commit: output plugin interface changes (may NOT run)Rainer Gerhards2010-07-271-55/+51
|/ | | | | | | The output interface has been changed, but we do not yet utilize the new interface. Also, it looks like a regression was introduced. But before hunting it down, I'd like to make a commit (what also easys the regresion hunt).
* some more changes to cater for new LogError() interfaceRainer Gerhards2008-07-011-6/+6
|
* some more cleanupRainer Gerhards2008-04-161-1/+1
| | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-221-5/+0
| | | | Results in reducing code complexity.
* fixed a few remaining logerror() calls - thanks to Michael Biebl forRainer Gerhards2008-03-061-6/+9
| | | | pointing that out
* - changed module interface to support querying obj interface (stage work)Rainer Gerhards2008-03-041-1/+1
| | | | - changed module interface version, as the interface change is quite large
* applied patch from Michael Biebl to auto-detect new libdbi versionRainer Gerhards2008-02-181-9/+4
|
* adopted omlibdbi to use new version of libdbiRainer Gerhards2008-02-161-0/+20
|
* - implemented $ActionLibdbiDriverDirectory config directiveRainer Gerhards2008-02-151-16/+44
| | | | | - some cleanup - doc improvements
* cleaned up omlibdbi - works nowRainer Gerhards2008-02-151-4/+5
|
* the libdbi problem was actually related to libdbi/distro packages; fixedRainer Gerhards2008-02-151-11/+1
| | | | | that by installing from source, now omlibdbi basically works removed some debug code
* did some more work on omlibdbi, but did not yet get libdbi working. I guessRainer Gerhards2008-02-151-2/+20
| | | | its a compile problem, but have not found it so far.
* created an initial version of omlibdbi (does not yet work)Rainer Gerhards2008-02-141-110/+127
|
* created a bare template for omlibdbi (dbi output action)Rainer Gerhards2008-02-141-0/+305