summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* removed a now-longer needed callback from the output module interface.Rainer Gerhards2008-03-2217-132/+4
* changed queue's discard severities default value to 8 (do not discard) toRainer Gerhards2008-03-224-7/+11
* 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
* 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
* 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
* bugfix: imklog leaked several hundered KB on each HUP. Thanks toRainer Gerhards2008-03-195-0/+19
* 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
* bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in allRainer Gerhards2008-03-147-119/+101
* 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
* 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
* 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
* 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
* 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
* 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
* changed omgssapi and omfwd to utilize new object calling interface; made aRainer Gerhards2008-03-1212-336/+630
* class exit function was missing, causing segfaultRainer Gerhards2008-03-121-0/+11
* bugfix: rsyslogd segfaulted when imfile read an empty line - thanks toRainer Gerhards2008-03-122-14/+25