summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* code cleanups thanks to Michael BieblRainer Gerhards2007-12-185-5/+9
|
* restructured #include's somewhat thanks to Michael BieblRainer Gerhards2007-12-183-2/+7
|
* removed files from cvs that not belong there (thanks to Michael Biebl forRainer Gerhards2007-12-183-1108/+0
| | | | pointing that out)
* bumped version numberRainer Gerhards2007-12-181-1/+1
|
* fixed a potential race condition with enqueueMsg() - thanks to mildew forRainer Gerhards2007-12-171-10/+1
| | | | making me aware of this issue
* fixed problem when compiling for single threading, fixed bug when compilingRainer Gerhards2007-12-141-5/+5
| | | | for release build
* bumped version numberRainer Gerhards2007-12-122-1/+3
|
* doc update for 1.20.1 releasev1-20-1Rainer Gerhards2007-12-121-1/+1
|
* prepared for 1.20.1 releaseRainer Gerhards2007-12-121-1/+3
|
* some cleanup (very minor)Rainer Gerhards2007-12-122-3/+7
|
* handled selector flushing on termination (and hup) correctly. Could loseRainer Gerhards2007-12-121-8/+16
| | | | some information before.
* fix for memory leak with PostgreSQL date format was incomplete - corectedRainer Gerhards2007-12-121-0/+2
|
* optimized mutex macrosRainer Gerhards2007-12-112-0/+12
|
* removed debug codeRainer Gerhards2007-12-111-2/+0
|
* added recent changesRainer Gerhards2007-12-111-0/+10
|
* fixed a potential race condition, see link for details:Rainer Gerhards2007-12-114-24/+50
| | | | http://rgerhards.blogspot.com/2007/12/rsyslog-race-condition.html
* added synchronization class to handle mutex-operations in the most portableRainer Gerhards2007-12-112-0/+130
| | | | way.
* added expr.c, which has some thoughts on expression implementationRainer Gerhards2007-12-112-0/+41
|
* corrected a debug setting that survived released. Caused TCP connections toRainer Gerhards2007-12-111-2/+1
| | | | be retried unnecessarily often.
* fixed a small memory leak that happend when PostgreSQL date formatting wasRainer Gerhards2007-12-111-0/+2
| | | | used
* added new options to man pageRainer Gerhards2007-12-111-1/+12
|
* When a hostname ACL was provided and DNS resolution for that name failed,Rainer Gerhards2007-12-111-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 numberRainer Gerhards2007-12-071-1/+1
|
* removed debug aidv1-20-0Rainer Gerhards2007-12-071-1/+0
|
* doc update for 1.20.0 releaseRainer Gerhards2007-12-073-7/+21
|
* updated changelogRainer Gerhards2007-12-071-3/+6
|
* code cleanupRainer Gerhards2007-12-071-0/+1
|
* fixed some type conversion warnings that appeared on 64 bit machines -Rainer Gerhards2007-12-073-9/+9
| | | | these were in debug statements, so indicated no real problem
* fixed some type warnings that appeared on 64 bit machines - these were inRainer Gerhards2007-12-071-1/+1
| | | | debug statements, so indicated no real problem
* applied patch from Michael Biebl to finally fix the -ldl cross-platformRainer Gerhards2007-12-071-2/+9
| | | | issue
* corrected typo: -lrt -ldl were exchanged ;)Rainer Gerhards2007-12-051-2/+2
|
* applied patch from Michael Biebl to fix compilation problem on NetBSD (itRainer Gerhards2007-12-051-2/+4
| | | | is missing the -ldl lib, even though it provides dlopen())
* applied patch from Michael Biebl for an even cleaner autotools config inRainer Gerhards2007-12-042-7/+3
| | | | regard to -ldl.
* fixed an off-by-one bug that created problems when :ommysql: syntax wasRainer Gerhards2007-12-041-1/+1
| | | | used. Thanks to sur5r for pointing this out.
* small performance improvementRainer Gerhards2007-12-041-1/+1
|
* applied patch from Bartosz Kuzma to restore compilation under LinuxRainer Gerhards2007-12-041-2/+3
|
* added Bartosz Kuzma patches for better compatibility with NetBSD - manyRainer Gerhards2007-12-038-28/+57
| | | | thanks for them!
* included postgres sql in featuer listRainer Gerhards2007-12-031-2/+4
|
* updated doc to include pointers to sample config fileRainer Gerhards2007-12-032-2/+6
|
* added sample config provided by Peter Vrabec - thx!Rainer Gerhards2007-12-031-0/+163
|
* library defintion was missing in build line - thx to Michael Biebl for fixRainer Gerhards2007-12-031-1/+1
|
* some code cleanupRainer Gerhards2007-12-034-25/+11
|
* removed no longer necessary function prototype definitionsRainer Gerhards2007-12-032-12/+0
|
* added dependency for plugin interface definitionsRainer Gerhards2007-12-031-1/+1
|
* adding sur5r's postgres module - many thanks for providing it! There are aRainer Gerhards2007-12-038-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 Gerhards2007-12-034-0/+397
|
* adding sur5r's postgres moduleRainer Gerhards2007-12-031-0/+6
|
* added info about releases from other branchRainer Gerhards2007-12-031-0/+8
|
* added compile-time switches for -pthreadRainer Gerhards2007-11-303-5/+7
|
* added .cvsignore files as suggested by Michael BieblRainer Gerhards2007-11-303-0/+29
|