Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-enabled pipe, tty and console in omfile | Rainer Gerhards | 2009-06-12 | 1 | -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. | ||||
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-04-17 | 1 | -9/+41 |
|\ | |||||
| * | Merge branch 'debian_lenny' into v3-stable | Rainer Gerhards | 2009-04-17 | 1 | -9/+41 |
| |\ | |||||
| | * | Merge branch 'v2-stable' into debian_lenny | Rainer Gerhards | 2009-04-17 | 1 | -9/+41 |
| | |\ | |||||
| | | * | bugfix: ompgsql did not detect problems in sql command execution | Rainer Gerhards | 2009-04-17 | 1 | -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_lenny | Rainer Gerhards | 2008-12-18 | 1 | -2/+2 |
| | |\| | |||||
* | | | | 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. | ||||
* | | | Merge branch 'v2-stable' into v3-stable | Rainer Gerhards | 2008-11-18 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | bugfix: removed memory leak in ompgsql | Ken | 2008-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | | applied some more cleanup provided by Michael Biebl | Rainer Gerhards | 2007-12-19 | 1 | -2/+2 |
| | | | |||||
* | | | added (internal) error codes to error messages | Rainer Gerhards | 2008-06-27 | 1 | -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 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 | -5/+8 |
| | | | | | | | | pointing that out | ||||
* | | applied patch from Michael Biebl to clean up build system | Rainer Gerhards | 2008-03-06 | 1 | -1/+1 |
| | | |||||
* | | - 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 | ||||
* | | added --enable-mudflap ./configure option | Rainer Gerhards | 2008-01-08 | 1 | -1/+1 |
| | | |||||
* | | applied Michael Biebl's patch to clean up the makefiles | Rainer Gerhards | 2008-01-03 | 1 | -2/+2 |
| | | |||||
* | | removed single-threading support for sending TCP messages; caused | Rainer Gerhards | 2007-12-20 | 1 | -10/+0 |
| | | | | | | | | | | simplyfication of output module interface as well as core syslog processing. | ||||
* | | applied some more cleanup provided by Michael Biebl | Rainer Gerhards | 2007-12-19 | 1 | -2/+2 |
| | | |||||
* | | - begun to create input module interface and macros | Rainer Gerhards | 2007-12-14 | 1 | -0/+2 |
| | | | | | | | | - changed module interface to include function to query type | ||||
* | | changed license to GPLv3 (for what is to become rsyslog v3) | Rainer Gerhards | 2007-12-14 | 2 | -14/+16 |
| | | |||||
* | | .cvsignore contained the wrong binary file names - copy error when it was | Rainer Gerhards | 2007-12-14 | 1 | -2/+2 |
|/ | | | | copied from ommysql | ||||
* | small performance improvement | Rainer Gerhards | 2007-12-04 | 1 | -1/+1 |
| | |||||
* | some code cleanup | Rainer Gerhards | 2007-12-03 | 2 | -23/+11 |
| | |||||
* | removed no longer necessary function prototype definitions | Rainer Gerhards | 2007-12-03 | 1 | -6/+0 |
| | |||||
* | added dependency for plugin interface definitions | Rainer Gerhards | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | added sur5r's postgres sql output module (many thanks!) | Rainer Gerhards | 2007-12-03 | 4 | -0/+397 |
| | |||||
* | adding sur5r's postgres module | Rainer Gerhards | 2007-12-03 | 1 | -0/+6 |