summaryrefslogtreecommitdiffstats
path: root/plugins/ompgsql/ompgsql.c
Commit message (Collapse)AuthorAgeFilesLines
* cosmetic: remove compiler warningsRainer Gerhards2012-01-191-1/+1
|
* v6.1/2 scoping support removed from pluginsRainer Gerhards2012-01-191-3/+2
|
* milestone: added module config namesRainer Gerhards2011-07-201-0/+1
|
* renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1
| | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2".
* renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1/+1
|
* Merge branch 'v5-devel'Rainer Gerhards2011-03-311-1/+6
|\ | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c
| * Force ANSI SQL treatment of strings for PostgresChristian Kastner2011-03-291-1/+6
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | Merge branch 'v5-beta'Rainer Gerhards2011-03-111-0/+1
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh
| * 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-0/+10
|/ | | | | | | 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).
* made ompgsql identify its version on loadRainer Gerhards2010-05-071-0/+1
|
* bugfix: ompgsql did not properly check the server connection in tryResume()Rainer Gerhards2009-12-161-5/+14
| | | | | what could lead to rsyslog running in a thight loop. Also did some code cleanup of previous patch.
* made ompgsql behave correctly with older rsyslog core versionsRainer Gerhards2009-12-111-1/+2
|
* bugfix: ompgsql had problems with transaction support, what actually ↵Rainer Gerhards2009-12-111-1/+3
| | | | | | | rendered it unsuable. Thanks to forum user "horhe" for alerting me on this bug and helping to debug/fix it!
* 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 '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
| |\|
* | | 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>
* | | 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
* | | 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-5/+8
| | | | | | | | 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
* | 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.
* | - 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-141-7/+8
|/
* small performance improvementRainer Gerhards2007-12-041-1/+1
|
* some code cleanupRainer Gerhards2007-12-031-22/+11
|
* added sur5r's postgres sql output module (many thanks!)Rainer Gerhards2007-12-031-0/+315