Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped version number | Rainer Gerhards | 2007-12-14 | 2 | -1/+4 |
| | |||||
* | .cvsignore contained the wrong binary file names - copy error when it was | Rainer Gerhards | 2007-12-14 | 1 | -2/+2 |
| | | | | copied from ommysql | ||||
* | begin work on on immark, the first input module. In the long term this will | Rainer Gerhards | 2007-12-14 | 9 | -5/+165 |
| | | | | lead to a complete rewrite of the input system | ||||
* | fixed problem when compiling for single threading, fixed bug when compiling | Rainer Gerhards | 2007-12-14 | 1 | -5/+5 |
| | | | | for release build | ||||
* | bumped version number | Rainer Gerhards | 2007-12-12 | 2 | -1/+3 |
| | |||||
* | doc update for 1.20.1 releasev1-20-1 | Rainer Gerhards | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | prepared for 1.20.1 release | Rainer Gerhards | 2007-12-12 | 1 | -1/+3 |
| | |||||
* | some cleanup (very minor) | Rainer Gerhards | 2007-12-12 | 2 | -3/+7 |
| | |||||
* | handled selector flushing on termination (and hup) correctly. Could lose | Rainer Gerhards | 2007-12-12 | 1 | -8/+16 |
| | | | | some information before. | ||||
* | fix for memory leak with PostgreSQL date format was incomplete - corected | Rainer Gerhards | 2007-12-12 | 1 | -0/+2 |
| | |||||
* | optimized mutex macros | Rainer Gerhards | 2007-12-11 | 2 | -0/+12 |
| | |||||
* | removed debug code | Rainer Gerhards | 2007-12-11 | 1 | -2/+0 |
| | |||||
* | added recent changes | Rainer Gerhards | 2007-12-11 | 1 | -0/+10 |
| | |||||
* | fixed a potential race condition, see link for details: | Rainer Gerhards | 2007-12-11 | 4 | -24/+50 |
| | | | | http://rgerhards.blogspot.com/2007/12/rsyslog-race-condition.html | ||||
* | added synchronization class to handle mutex-operations in the most portable | Rainer Gerhards | 2007-12-11 | 2 | -0/+130 |
| | | | | way. | ||||
* | added expr.c, which has some thoughts on expression implementation | Rainer Gerhards | 2007-12-11 | 2 | -0/+41 |
| | |||||
* | corrected a debug setting that survived released. Caused TCP connections to | Rainer Gerhards | 2007-12-11 | 1 | -2/+1 |
| | | | | be retried unnecessarily often. | ||||
* | fixed a small memory leak that happend when PostgreSQL date formatting was | Rainer Gerhards | 2007-12-11 | 1 | -0/+2 |
| | | | | used | ||||
* | added new options to man page | Rainer Gerhards | 2007-12-11 | 1 | -1/+12 |
| | |||||
* | When a hostname ACL was provided and DNS resolution for that name failed, | Rainer Gerhards | 2007-12-11 | 1 | -12/+30 |
| | | | | | | ACL processing was stopped at that point. Thanks to mildew for the patch. Fedora Bugzilla: http://bugzilla.redhat.com/show_bug.cgi?id=395911 | ||||
* | bumped version number | Rainer Gerhards | 2007-12-07 | 1 | -1/+1 |
| | |||||
* | removed debug aidv1-20-0 | Rainer Gerhards | 2007-12-07 | 1 | -1/+0 |
| | |||||
* | doc update for 1.20.0 release | Rainer Gerhards | 2007-12-07 | 3 | -7/+21 |
| | |||||
* | updated changelog | Rainer Gerhards | 2007-12-07 | 1 | -3/+6 |
| | |||||
* | code cleanup | Rainer Gerhards | 2007-12-07 | 1 | -0/+1 |
| | |||||
* | fixed some type conversion warnings that appeared on 64 bit machines - | Rainer Gerhards | 2007-12-07 | 3 | -9/+9 |
| | | | | these were in debug statements, so indicated no real problem | ||||
* | fixed some type warnings that appeared on 64 bit machines - these were in | Rainer Gerhards | 2007-12-07 | 1 | -1/+1 |
| | | | | debug statements, so indicated no real problem | ||||
* | applied patch from Michael Biebl to finally fix the -ldl cross-platform | Rainer Gerhards | 2007-12-07 | 1 | -2/+9 |
| | | | | issue | ||||
* | corrected typo: -lrt -ldl were exchanged ;) | Rainer Gerhards | 2007-12-05 | 1 | -2/+2 |
| | |||||
* | applied patch from Michael Biebl to fix compilation problem on NetBSD (it | Rainer Gerhards | 2007-12-05 | 1 | -2/+4 |
| | | | | is missing the -ldl lib, even though it provides dlopen()) | ||||
* | applied patch from Michael Biebl for an even cleaner autotools config in | Rainer Gerhards | 2007-12-04 | 2 | -7/+3 |
| | | | | regard to -ldl. | ||||
* | fixed an off-by-one bug that created problems when :ommysql: syntax was | Rainer Gerhards | 2007-12-04 | 1 | -1/+1 |
| | | | | used. Thanks to sur5r for pointing this out. | ||||
* | small performance improvement | Rainer Gerhards | 2007-12-04 | 1 | -1/+1 |
| | |||||
* | applied patch from Bartosz Kuzma to restore compilation under Linux | Rainer Gerhards | 2007-12-04 | 1 | -2/+3 |
| | |||||
* | added Bartosz Kuzma patches for better compatibility with NetBSD - many | Rainer Gerhards | 2007-12-03 | 8 | -28/+57 |
| | | | | thanks for them! | ||||
* | included postgres sql in featuer list | Rainer Gerhards | 2007-12-03 | 1 | -2/+4 |
| | |||||
* | updated doc to include pointers to sample config file | Rainer Gerhards | 2007-12-03 | 2 | -2/+6 |
| | |||||
* | added sample config provided by Peter Vrabec - thx! | Rainer Gerhards | 2007-12-03 | 1 | -0/+163 |
| | |||||
* | library defintion was missing in build line - thx to Michael Biebl for fix | Rainer Gerhards | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | some code cleanup | Rainer Gerhards | 2007-12-03 | 4 | -25/+11 |
| | |||||
* | removed no longer necessary function prototype definitions | Rainer Gerhards | 2007-12-03 | 2 | -12/+0 |
| | |||||
* | added dependency for plugin interface definitions | Rainer Gerhards | 2007-12-03 | 1 | -1/+1 |
| | |||||
* | adding sur5r's postgres module - many thanks for providing it! There are a | Rainer Gerhards | 2007-12-03 | 8 | -6/+91 |
| | | | | | number of patches necessary to core modules, because we need a new formatting function (date-pgsql). | ||||
* | 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 |
| | |||||
* | added info about releases from other branch | Rainer Gerhards | 2007-12-03 | 1 | -0/+8 |
| | |||||
* | added compile-time switches for -pthread | Rainer Gerhards | 2007-11-30 | 3 | -5/+7 |
| | |||||
* | added .cvsignore files as suggested by Michael Biebl | Rainer Gerhards | 2007-11-30 | 3 | -0/+29 |
| | |||||
* | files do not belong in CVS. Thanks to Michael Biebl for pointing this out. | Rainer Gerhards | 2007-11-30 | 2 | -7876/+0 |
| | |||||
* | cosmetic changes - no code change | Rainer Gerhards | 2007-11-27 | 1 | -3/+2 |
| |