summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* converted conf.c to an abstract classRainer Gerhards2008-02-291-0/+1
|
* some stage work on rsyslog loaderRainer Gerhards2008-02-291-0/+1
|
* added "help" command to runtime debug flagsRainer Gerhards2008-02-281-0/+2
|
* bugfix: removed debugging code that I forgot to remove before releasingRainer Gerhards2008-02-281-0/+4
| | | | 3.12.0 (does not cause harm and happened only during startup)
* preparing for 3.12.0Rainer Gerhards2008-02-281-0/+2
|
* bumped version number (again... let's see if we finally get to 3.12.0 ;))Rainer Gerhards2008-02-271-0/+2
|
* prepared for 3.11.6v3-11-6Rainer Gerhards2008-02-271-2/+2
|
* - bugfix: queue aborted when it was shut down, DA-enabled, DA mode was justRainer Gerhards2008-02-271-0/+5
| | | | | | | | | initiated but not fully initialized (a race condition) - bugfix: queue properties sizeOnDisk, bytesRead were persisted to disk with wrong data type (long instead of int64) - could cause problems on 32 bit machines - fixed a problem introduced today, on-disk queue size was now wrongly calculated (but not in any released version)
* bugfix: object property deserializer did not handle negative numbersRainer Gerhards2008-02-271-0/+1
|
* bugfix: during queue shutdown, an assert invalidly triggered when theRainer Gerhards2008-02-271-0/+5
| | | | | | primary queue's DA worker was terminated while the DA queue's regular worker was still executing. This could result in a segfault during shutdown. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=41
* bugfix: queue disk file were not properly persisted when immediately afterRainer Gerhards2008-02-271-0/+10
| | | | | | | | | closing an output file rsyslog was stopped or huped (the new output file open must NOT have happend at that point) - this lead to a sparse and invalid queue file which could cause several problems to the engine (unpredictable results). This situation should have happened only in very rare cases. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=40
* bugfix: queue cancel cleanup handler could be called with invalid pointerRainer Gerhards2008-02-271-0/+3
| | | | if dequeue failed
* bugfix: rsyslogd segfaulted on second SIGHUP tracker:Rainer Gerhards2008-02-261-0/+2
| | | | http://bugzilla.adiscon.com/show_bug.cgi?id=38
* split off imgssapi from imtcp, but still with a lot of dependencyRainer Gerhards2008-02-261-1/+4
|
* applied patch from varmojfekoj to fix an issue with compatibility mode andRainer Gerhards2008-02-261-0/+9
| | | | default module directories (many thanks!)
* applied Michael Biebl's fix for building rsyslog core without gssapiRainer Gerhards2008-02-261-0/+2
| | | | support
* bumped version numberRainer Gerhards2008-02-251-1/+3
|
* preparing for 3.11.5v3-11-5Rainer Gerhards2008-02-251-1/+1
|
* added some doc for imgssapi and imtcp input modulesRainer Gerhards2008-02-221-3/+4
|
* updated compatibility notes docRainer Gerhards2008-02-221-2/+2
|
* applied patch by varmojfekoj to allow gssapi functionality to be build as aRainer Gerhards2008-02-221-0/+6
| | | | | | separate plugin (so that gssapi and plain tcp functionality can be individually distributed). Also inclulded some other enhancements, most importantly initial compatibility mode system
* bumped version numberRainer Gerhards2008-02-211-0/+2
|
* cleanup for 3.11.4v3-11-4Rainer Gerhards2008-02-211-1/+2
|
* bugfix: message object was not properly synchronized when the main queueRainer Gerhards2008-02-201-0/+2
| | | | had a single thread and non-direct action queues were used
* $MainMessageQueueDiscardSeverity can now also handle textual severitiesRainer Gerhards2008-02-201-0/+2
| | | | (previously only integers)
* created var class out of property_tRainer Gerhards2008-02-201-0/+1
|
* - added doc on how expressions will workRainer Gerhards2008-02-191-0/+3
| | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros
* bumping version numberRainer Gerhards2008-02-181-0/+2
|
* preparing for 3.11.3v3-11-3Rainer Gerhards2008-02-181-2/+5
|
* applied patch from Michael Biebl to auto-detect new libdbi versionRainer Gerhards2008-02-181-0/+2
|
* bugfix: fixed abort when invalid template was provided to an action bug:Rainer Gerhards2008-02-181-0/+3
| | | | http://bugzilla.adiscon.com/show_bug.cgi?id=4
* - changed interface "printchopped()" so that it looks more like a genericRainer Gerhards2008-02-181-0/+3
| | | | | | | message submission interface. Part of the ongoing modularization effort. - bugfix: invalid kernel log format -- see bug http://bugzilla.adiscon.com/show_bug.cgi?id=1
* bumped version numberRainer Gerhards2008-02-161-0/+2
|
* preparing for 3.11.2v3-11-2Rainer Gerhards2008-02-151-1/+1
|
* cleaned up omlibdbi - works nowRainer Gerhards2008-02-151-0/+10
|
* - enhanced file monitor docRainer Gerhards2008-02-141-0/+2
| | | | - implemented $InputFilePollInterval config directive
* created initial doc for imfile pluginRainer Gerhards2008-02-131-0/+1
|
* added ability to monitor file accross rotationRainer Gerhards2008-02-131-0/+1888
|
* bumped version numberRainer Gerhards2008-02-131-0/+2
|
* fixed man errors thanks to Michael BieblRainer Gerhards2008-02-121-0/+1
|
* - improved diagnostic information for abort casesRainer Gerhards2008-02-121-0/+3
| | | | | - some initial effort for malloc/free debugging support - bugfix: using dynafile actions caused rsyslogd abort
* bugfix: discard action and backup actions did not work due to problem inRainer Gerhards2008-02-121-0/+3
| | | | | | direct queue mode. Now fixed. Tracker was http://sourceforge.net/tracker/index.php?func=detail&aid=1886931&group_ id=123448&atid=696552
* reduced volume of debug outputRainer Gerhards2008-02-121-1/+2
|
* fixed bug that caused invalid treatment of tabs (HT) in rsyslog.confRainer Gerhards2008-02-121-0/+1
|
* somewhat improved performance of rsCStr objRainer Gerhards2008-02-121-0/+5
|
* bugfix: trailing ":" of tag was lost while parsing legacy syslog messagesRainer Gerhards2008-02-111-0/+2
| | | | without timestamp - thanks to Anders Blomdell for providing a patch!
* added x-info field to rsyslogd startup/shutdown message. Hopefully pointsRainer Gerhards2008-02-111-0/+3
| | | | | users to right location for further info (many don't even know they run rsyslog ;))
* bugfix: immark did not have MARK flags set...Rainer Gerhards2008-02-011-0/+3
|
* applied doc fix by Michael Biebl -- thanks!Rainer Gerhards2008-02-011-0/+3
|
* preparing for 3.11.0v3-11-0Rainer Gerhards2008-01-311-2/+7
|