summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* applied patches for release 1.19.2, update documentationv1-19-2Michael Meckelein2007-08-281-2/+7
|
* prepared for next releaseMichael Meckelein2007-08-221-0/+3
|
* applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1Michael Meckelein2007-08-221-2/+11
| | | | release
* prepared changelog and configure.ac for the next updateMichael Meckelein2007-08-161-0/+3
|
* Docs updated for v1.19.0 releasev1-19-0Michael Meckelein2007-08-161-1/+1
|
* provided proper creditsRainer Gerhards2007-08-141-1/+1
|
* removed invalid data in changelogRainer Gerhards2007-08-141-1/+1
|
* - integrated patch from varmojfekoj to make the mysql module a loadable oneRainer Gerhards2007-08-141-0/+2
| | | | many thanks for the patch, MUCH appreciated
* bumping version numbersRainer Gerhards2007-08-131-0/+2
|
* mod /contrib/delete_mysql, prepared docs for releasev1-18-2Michael Meckelein2007-08-131-1/+3
|
* improved overall doc quality (some pages were quite old) and linked to moreRainer Gerhards2007-08-131-0/+2
| | | | of the online resources.
* preparing for 1.18.2 releaseRainer Gerhards2007-08-131-1/+5
|
* - fixed a bug in outchannel code that caused templates to be incorrectlyRainer Gerhards2007-08-091-0/+4
| | | | | | parsed - fixed a bug in ommysql that caused a wrong ";template" missing message in some cases
* bumped up version numberRainer Gerhards2007-08-081-0/+2
|
* preparing for 1.18.1Rainer Gerhards2007-08-081-1/+2
|
* added a database cleanup script based on a suggestion of Michael Mansour.Rainer Gerhards2007-08-081-0/+2
| | | | Michael Meckelein adapted it sligthly for use with rsyslog.
* all compile-time settings are now shown in rsyslogd -v, not just the activeRainer Gerhards2007-08-081-0/+3
| | | | ones
* add config directive $MainMsgQueueSize, which now allows to configure theRainer Gerhards2007-08-071-0/+2
| | | | queue size dynamically
* moved code to create/delete message queue to init(), after reading the confRainer Gerhards2007-08-071-0/+1
| | | | | file. This is a prequisite to allow specifying the queue size in the conf file.
* applied patch from Michel Samia to fix compilation when the pthreadsRainer Gerhards2007-08-071-0/+2
| | | | feature is disabled
* applied a patch from varmojfekoj which solved a potential segfault ofRainer Gerhards2007-08-061-0/+2
| | | | rsyslogd on HUP
* bumping version numberRainer Gerhards2007-08-031-0/+2
|
* preparing for 1.18.0v1-18-0Rainer Gerhards2007-08-031-0/+2
|
* perparing for 1.18.0 releaseRainer Gerhards2007-08-031-1/+4
|
* some cleanupRainer Gerhards2007-08-021-1/+2
|
* implemented $ActionExecOnlyWhenPreviousIsSuspended config directiveRainer Gerhards2007-08-021-0/+1
|
* bumped version numberRainer Gerhards2007-08-011-0/+3
|
* preparing for 1.17.6v1-17-6Rainer Gerhards2007-08-011-2/+3
|
* - changed name of $Include to $IncludeConfig - sound better as it is moreRainer Gerhards2007-08-011-1/+1
| | | | explicit (we'll see where else we get includes for...)
* - applied a patch from mildew to prevent rsyslogd from freezing under heavyRainer Gerhards2007-08-011-0/+3
| | | | | load. This could happen when the queue was full. Now, we drop messages but rsyslogd remains active.
* added $include config directiveRainer Gerhards2007-08-011-0/+1
|
* - loading default values as done yesterday *is* clean (I've just reviewedRainer Gerhards2007-08-011-0/+2
| | | | | | the code again) - moved omfile-specifc global variables (for cfsysline settings) from syslogd.c to omfile.c
* - all cfsysline directives now use new table-driven cfsysline system exceptRainer Gerhards2007-07-311-0/+2
| | | | for $ResetConfigVariables
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-311-0/+2
|
* moved debug printf code out of init() into its own functionRainer Gerhards2007-07-311-0/+2
|
* - added macro to abort a function and go to finalizerRainer Gerhards2007-07-311-0/+1
| | | | - added output of config file line number when a parsing error occured
* - moved umask & file/dir creation mode parsing to cfsysline.cRainer Gerhards2007-07-311-3/+4
| | | | - added macro for easy and consistent check of iRet return value
* fixed insufficient memory allocation in addAction() and its helpers. TheRainer Gerhards2007-07-301-0/+4
| | | | | | initial fix and idea was developed by mildew, I fine-tuned it a bit. Thanks a lot for the fix, I'd probably had pulled out my hair to find the bug...
* - fixed a memory leak in syslogd/init() that happend when the config fileRainer Gerhards2007-07-301-0/+2
| | | | could not be read - thanks to varmojfekoj for the patch
* fixed a mem leak in OMSRdestruct - freeing the object itself was forgottenRainer Gerhards2007-07-301-0/+2
| | | | - thanks to varmojfekoj for the patch
* fixed a bug that caused ommysql to always complain about missing templatesRainer Gerhards2007-07-301-0/+3
|
* - added cfsysline objects - initial set of functionsRainer Gerhards2007-07-301-0/+2
| | | | - fixed bug in OMSRcreate() - always returned SR_RET_OK
* preparing for 1.17.5v1-17-5Rainer Gerhards2007-07-301-1/+1
|
* fixed a problem with shutting down the worker thread and freeing theRainer Gerhards2007-07-291-0/+4
| | | | | selector_t list - this caused messages to be lost, because the message queue was not properly drained before the selectors got destroyed.
* fixed a missing file bug - thanks to Andrea Montanari for reporting thisRainer Gerhards2007-07-281-0/+3
| | | | problem
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-0/+2
| | | | modules
* preparing for 1.17.4 releaseRainer Gerhards2007-07-271-1/+1
|
* applied patch from Michel Samia to fix compilation when NOT compiled forRainer Gerhards2007-07-261-1/+6
| | | | pthreads
* bumping version numberRainer Gerhards2007-07-251-0/+2
|
* preparing for 1.17.3v1-17-3Rainer Gerhards2007-07-251-2/+2
|