Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: minor memory leak in omlibdbi (< 1k per instance and run) | Rainer Gerhards | 2011-03-10 | 1 | -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-beta | Rainer Gerhards | 2011-03-09 | 1 | -1/+1 |
|\ | |||||
| * | bugfix: omlibdbi did not use password from rsyslog.con | Rainer Gerhards | 2011-03-09 | 1 | -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 TLS | Bojan Smojver | 2011-02-23 | 1 | -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> | ||||
* | make all cflags and libs variables uppercase | Michael Biebl | 2009-02-24 | 1 | -2/+2 |
| | | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency. | ||||
* | some more changes to cater for new LogError() interface | Rainer Gerhards | 2008-07-01 | 1 | -6/+6 |
| | |||||
* | Remove .cvsignore files, add .gitignore. | Michael Biebl | 2008-06-11 | 1 | -6/+0 |
| | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear | ||||
* | made everything compile with the new runtime subdirectory | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | removed a now-longer needed callback from the output module interface. | Rainer Gerhards | 2008-03-22 | 1 | -5/+0 |
| | | | | Results in reducing code complexity. | ||||
* | fixed a few remaining logerror() calls - thanks to Michael Biebl for | Rainer Gerhards | 2008-03-06 | 1 | -6/+9 |
| | | | | pointing that out | ||||
* | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 1 | -2/+2 |
| | |||||
* | - changed module interface to support querying obj interface (stage work) | Rainer Gerhards | 2008-03-04 | 1 | -1/+1 |
| | | | | - changed module interface version, as the interface change is quite large | ||||
* | fixed some doc errors - thanks to Michael Biebl for pointing them out | Rainer Gerhards | 2008-02-21 | 1 | -2/+0 |
| | |||||
* | applied patch from Michael Biebl to auto-detect new libdbi version | Rainer Gerhards | 2008-02-18 | 1 | -9/+4 |
| | |||||
* | adopted omlibdbi to use new version of libdbi | Rainer Gerhards | 2008-02-16 | 1 | -0/+20 |
| | |||||
* | - implemented $ActionLibdbiDriverDirectory config directive | Rainer Gerhards | 2008-02-15 | 1 | -16/+44 |
| | | | | | - some cleanup - doc improvements | ||||
* | cleaned up omlibdbi - works now | Rainer Gerhards | 2008-02-15 | 1 | -4/+5 |
| | |||||
* | the libdbi problem was actually related to libdbi/distro packages; fixed | Rainer Gerhards | 2008-02-15 | 1 | -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 guess | Rainer Gerhards | 2008-02-15 | 1 | -2/+20 |
| | | | | its a compile problem, but have not found it so far. | ||||
* | created an initial version of omlibdbi (does not yet work) | Rainer Gerhards | 2008-02-14 | 1 | -110/+127 |
| | |||||
* | created a bare template for omlibdbi (dbi output action) | Rainer Gerhards | 2008-02-14 | 3 | -0/+319 |