Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepared for next release | Michael Meckelein | 2007-08-31 | 1 | -2/+2 |
| | |||||
* | prepared for next release | Michael Meckelein | 2007-08-28 | 1 | -2/+2 |
| | |||||
* | prepared for next release | Michael Meckelein | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | prepared changelog and configure.ac for the next update | Michael Meckelein | 2007-08-16 | 1 | -2/+2 |
| | |||||
* | - integrated patch from varmojfekoj to make the mysql module a loadable one | Rainer Gerhards | 2007-08-14 | 1 | -1/+2 |
| | | | | many thanks for the patch, MUCH appreciated | ||||
* | bumping version numbers | Rainer Gerhards | 2007-08-13 | 1 | -2/+2 |
| | |||||
* | mod /contrib/delete_mysql, prepared docs for releasev1-18-2 | Michael Meckelein | 2007-08-13 | 1 | -9/+9 |
| | |||||
* | bumped up version number | Rainer Gerhards | 2007-08-08 | 1 | -2/+2 |
| | |||||
* | bumping version number | Rainer Gerhards | 2007-08-03 | 1 | -2/+2 |
| | |||||
* | - I found out that we finally have problems with the (somewhat recursive) | Rainer Gerhards | 2007-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | call to logerror() that many of the modules do. I have not tried it, but I think things will become wild when we compile without pthread support. Threading prevents full recursion, so we have not seen any bad effects so far. However, the problems that I experienced in ommysl (that caused me to re-structure startWorker()) are actually rooted in this issue. I first thought to fix it via a module interace, but I now came to the conclusion that it is not more effort and much cleaner to do an internal error buffering class. This is implemented in errbuf.c/h. - I just noticed that this is not actually an error buf, but the core of an input module for all internal messages. As such, I implement it now as iminternal.c/h. Of course, there is no input module interface yet designed, but that doesn't matter. Worst-case, I need to re-write the im, best case I can use the im (at least partly) to define the interface. - added a few functions to the linkedlist class - error messages during startup are now buffered - so we do no longer need to think about how emergency logging might work. Actually, these are logged to whatever is instatiated in the log file. This enhances the chance that we will be able to drop the error message somewhere it is seen. | ||||
* | bumped version number | Rainer Gerhards | 2007-08-01 | 1 | -2/+2 |
| | |||||
* | enhanced $Include to allow inclusion of a complete directory | Rainer Gerhards | 2007-08-01 | 1 | -1/+1 |
| | |||||
* | - applied a patch from mildew to prevent rsyslogd from freezing under heavy | Rainer Gerhards | 2007-08-01 | 1 | -0/+1 |
| | | | | | load. This could happen when the queue was full. Now, we drop messages but rsyslogd remains active. | ||||
* | bumping up version number | Rainer Gerhards | 2007-07-30 | 1 | -2/+2 |
| | |||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 1 | -2/+2 |
| | | | | modules | ||||
* | bumping version number | Rainer Gerhards | 2007-07-25 | 1 | -2/+2 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-07-23 | 1 | -2/+2 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-07-20 | 1 | -2/+2 |
| | |||||
* | applied patch from Bartosz Kuźma to fix portability bug in configure.ac | Rainer Gerhards | 2007-07-19 | 1 | -2/+2 |
| | |||||
* | more cleanup; restored compatibility to non-gcc compilers | Rainer Gerhards | 2007-07-18 | 1 | -1/+1 |
| | |||||
* | applied cleanup patch by Peter Vrabec | Rainer Gerhards | 2007-07-18 | 1 | -1/+3 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-07-18 | 1 | -2/+2 |
| | |||||
* | bumped version number to 1.17.0 | Rainer Gerhards | 2007-07-17 | 1 | -2/+2 |
| | |||||
* | improved AllowedSender code and portability - thanks to mildew@gmail.com | Rainer Gerhards | 2007-07-17 | 1 | -0/+8 |
| | |||||
* | added support (checks) for inline | Rainer Gerhards | 2007-07-17 | 1 | -0/+1 |
| | |||||
* | bumped version number | Rainer Gerhards | 2007-07-15 | 1 | -2/+2 |
| | |||||
* | disabled a check that I do not get right, so that I can release | Rainer Gerhards | 2007-07-13 | 1 | -8/+9 |
| | |||||
* | made "make dist" work | Rainer Gerhards | 2007-07-13 | 1 | -15/+92 |
| | |||||
* | remove file, its autotools output file and does not belong in CVS | Rainer Gerhards | 2007-07-11 | 1 | -4/+16 |
| | |||||
* | removed SYSV preprocessor macro; replaced with autotools equivalent | Rainer Gerhards | 2007-07-11 | 1 | -2/+1 |
| | |||||
* | upgrading to autotools build system - thank Peter Vrabec for patches and | Rainer Gerhards | 2007-07-10 | 1 | -0/+179 |
the idea |