summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: internally generated messages had "FROMHOST" property not setRainer Gerhards2008-03-222-0/+15
|
* - Greatly enhanced rsyslogd's filw write performance by disabling fileRainer Gerhards2008-03-223-7/+29
| | | | | | | | | | | | | | | | syncing capability of output modules by default. This feature is usually not required, not useful and an extreme performance hit (both to rsyslogd as well as the system at large). Unfortunately, most users enable it by default, because it was most intuitive to enable it in plain old sysklogd syslog.conf format. There is now a new config setting which must be enabled in order to support syncing. By default it is off. So even if the old-format config lines request syncing, it is not done unless explicitely enabled. I am sure this is a very useful change and not a risk at all. I need to think if I undo it under compatibility mode, but currently this does not happen (I fear a lot of lazy users will run rsyslogd in compatibility mode, again bringing up this performance problem...). - added $ActionfileEnableSync config directive
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-2217-132/+4
| | | | Results in reducing code complexity.
* changed queue's discard severities default value to 8 (do not discard) toRainer Gerhards2008-03-224-7/+11
| | | | prevent unintentional message loss
* some more cleanupRainer Gerhards2008-03-211-7/+1
|
* prepared omrelp for real "relp action"Rainer Gerhards2008-03-211-77/+32
|
* cleanup of omrelpRainer Gerhards2008-03-211-50/+5
|
* fixed some problems in initial imrelp implementationRainer Gerhards2008-03-211-2/+2
|
* added capability to receive RELP messages and forward them to the mainRainer Gerhards2008-03-212-63/+17
| | | | message queue to imrelp (not yet fully finished)
* begun to harden omrelp against non-reachable relp serverRainer Gerhards2008-03-211-2/+5
|
* made debug module free some memory on exit to make memory debugger happyRainer Gerhards2008-03-201-0/+13
|
* made librelp and rsyslog relp system send the first messages to the remoteRainer Gerhards2008-03-202-36/+10
| | | | peer (but it then discards them ;))
* fixed small memory leakRainer Gerhards2008-03-201-0/+2
|
* bugfix: some slightly invalid memory accessesRainer Gerhards2008-03-203-3/+16
|
* bugfix: fixed some minor memory leaksRainer Gerhards2008-03-208-14/+59
|
* bugfix: potential segfault on module unload. Thanks to varmojfekoj for theRainer Gerhards2008-03-192-1/+5
| | | | patch
* bugfix: imklog leaked several hundered KB on each HUP. Thanks toRainer Gerhards2008-03-195-0/+19
| | | | varmojfekoj for the patch
* changes to follow librelp developmentRainer Gerhards2008-03-191-57/+9
|
* librelp header name changeRainer Gerhards2008-03-191-1/+1
|
* librelp changed header nameRainer Gerhards2008-03-193-4/+3
|
* added flow control options to other input sourcesRainer Gerhards2008-03-197-12/+23
|
* bugfix/doc: removed no longer supported -h option from man pageRainer Gerhards2008-03-181-7/+0
|
* bumping version numberRainer Gerhards2008-03-182-1/+3
|
* preparing for 3.12.3v3-12-3Rainer Gerhards2008-03-182-5/+9
|
* fixed librelp check (necessary due to ongoing librelp development)Rainer Gerhards2008-03-181-1/+1
|
* added a clarification comment, which hopefully will be useful in the futureRainer Gerhards2008-03-181-0/+4
|
* bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patchRainer Gerhards2008-03-181-9/+17
|
* bugfix: rsyslogd aborted on sigup - thanks to varmojfekoj for the patchRainer Gerhards2008-03-171-1/+2
|
* done a bit to support librelp testingRainer Gerhards2008-03-172-27/+21
|
* worked a bit on the actual RELP interface (not yet working)Rainer Gerhards2008-03-161-64/+36
|
* oversize message handling in TCP/GSSAPI receiverRainer Gerhards2008-03-141-3/+15
|
* bugfix: duplicate public symbol in omfwd and omgssapi could lead toRainer Gerhards2008-03-144-3/+5
| | | | segfault. thanks to varmojfekoj for the patch.
* bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in allRainer Gerhards2008-03-147-119/+101
| | | | | situations. If the header was split across two packet reads, it was invalidly processed, causing loss or modification of messages.
* bugfix: memory leak in imfileRainer Gerhards2008-03-141-2/+8
|
* bugfix: TCP and GSSAPI framing mode variable was uninitialized, leading toRainer Gerhards2008-03-141-1/+1
| | | | wrong framing (caused, among others, interop problems)
* bugfix: framing mode variable was uninitialized, leading to wrong framingRainer Gerhards2008-03-141-1/+1
|
* added advanced flow control for congestion cases (mode depending on messageRainer Gerhards2008-03-1410-11/+128
| | | | source and its capablity to be delayed without bad side effects)
* cleanupRainer Gerhards2008-03-142-1/+3
|
* bugfix: was programmed as a built-in moduleRainer Gerhards2008-03-141-1/+1
|
* bugfix: $ModDir should not be reset on $ResetConfig - this can cause a lotRainer Gerhards2008-03-141-4/+0
| | | | | of confusion and there is no real good reason to do so. Also conflicts with the new -M option and environment setting.
* cleaned up new relp code files to make them suitable for implementationRainer Gerhards2008-03-137-325/+330
|
* cleanupRainer Gerhards2008-03-131-17/+0
|
* added initial set of RELP support (i/omrelp) - not working yet, just stageRainer Gerhards2008-03-139-1/+910
| | | | work
* added some long-overdue information on important collaboratorsRainer Gerhards2008-03-131-0/+7
|
* fixed problem in release buildv3-12-2Rainer Gerhards2008-03-131-0/+2
|
* preparing 3.12.2Rainer Gerhards2008-03-132-10/+8
|
* bugfix: imgssapi segfaulted under some conditions; this fix is actually notRainer Gerhards2008-03-137-59/+47
| | | | | | just a fix but a change in the object model. Thanks to varmojfekoj for providing the bug report, an initial fix and lots of good discussion that lead to where we finally ended up.
* some cleanup plus relp-lib addedRainer Gerhards2008-03-131-1/+30
|
* improved session recovery when outbound tcp connection breaks, reducesRainer Gerhards2008-03-124-8/+39
| | | | | probability of message loss at the price of a highly unlikely potential (single) message duplication
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-1212-336/+630
| | | | | tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery)