summaryrefslogtreecommitdiffstats
path: root/plugins/omlibdbi
Commit message (Collapse)AuthorAgeFilesLines
* make all cflags and libs variables uppercaseMichael Biebl2009-02-241-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() interfaceRainer Gerhards2008-07-011-6/+6
|
* Remove .cvsignore files, add .gitignore.Michael Biebl2008-06-111-6/+0
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* 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
* made everything compile with the new runtime subdirectoryRainer Gerhards2008-04-161-1/+1
|
* 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
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-2/+2
|
* - 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
* fixed some doc errors - thanks to Michael Biebl for pointing them outRainer Gerhards2008-02-211-2/+0
|
* 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-143-0/+319