summaryrefslogtreecommitdiffstats
path: root/plugins/ompgsql
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this was NOT a trivial merge, and there may be some issues. This needs to be seen when we continue developing. Conflicts: runtime/msg.h runtime/obj.h runtime/queue.c runtime/srUtils.h runtime/stream.c runtime/stream.h runtime/wti.c tests/Makefile.am tools/omfile.c tools/syslogd.c
| * re-enabled pipe, tty and console in omfileRainer Gerhards2009-06-121-1/+1
| | | | | | | | | | | | | | ... by moving code to stream.c. Thanks to the new design, new cases are not really needed, resulting in cleaner code. I also did a cleanup of header file usage as a side-activity.
* | begin implementation of new transactional output module interfaceRainer Gerhards2009-04-271-0/+22
|/ | | | code is not complete, error cases are not handled.
* Merge branch 'v3-stable' into betaRainer Gerhards2009-04-171-9/+41
|\
| * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-171-9/+41
| |\
| | * Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-171-9/+41
| | |\
| | | * bugfix: ompgsql did not detect problems in sql command executionRainer Gerhards2009-04-171-9/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this could cause loss of messages. The handling was correct if the connection broke, but not if there was a problem with statement execution. The most probable case for such a case would be invalid sql inside the template, and this is now much easier to diagnose.
| | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2008-12-181-2/+2
| | |\|
* | | | 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.
* | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2008-11-181-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: ChangeLog
| * | bugfix: removed memory leak in ompgsqlKen2008-11-181-2/+2
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | applied some more cleanup provided by Michael BieblRainer Gerhards2007-12-191-2/+2
| | |
* | | added (internal) error codes to error messagesRainer Gerhards2008-06-271-3/+3
| | | | | | | | | | | | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* | | 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-5/+8
| | | | | | | | pointing that out
* | applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-1/+1
| |
* | - 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
* | added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-1/+1
| |
* | applied Michael Biebl's patch to clean up the makefilesRainer Gerhards2008-01-031-2/+2
| |
* | removed single-threading support for sending TCP messages; causedRainer Gerhards2007-12-201-10/+0
| | | | | | | | | | simplyfication of output module interface as well as core syslog processing.
* | applied some more cleanup provided by Michael BieblRainer Gerhards2007-12-191-2/+2
| |
* | - begun to create input module interface and macrosRainer Gerhards2007-12-141-0/+2
| | | | | | | | - changed module interface to include function to query type
* | changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-142-14/+16
| |
* | .cvsignore contained the wrong binary file names - copy error when it wasRainer Gerhards2007-12-141-2/+2
|/ | | | copied from ommysql
* small performance improvementRainer Gerhards2007-12-041-1/+1
|
* some code cleanupRainer Gerhards2007-12-032-23/+11
|
* removed no longer necessary function prototype definitionsRainer Gerhards2007-12-031-6/+0
|
* added dependency for plugin interface definitionsRainer Gerhards2007-12-031-1/+1
|
* added sur5r's postgres sql output module (many thanks!)Rainer Gerhards2007-12-034-0/+397
|
* adding sur5r's postgres moduleRainer Gerhards2007-12-031-0/+6