~dirk.zimoch/epics-base:iocLogClientFixes

Last commit made on 2019-09-19
Get this branch:
git clone -b iocLogClientFixes https://git.launchpad.net/~dirk.zimoch/epics-base
Only Dirk Zimoch can upload to this branch. If you are Dirk Zimoch please log in for upload directions.

Branch merges

Branch information

Name:
iocLogClientFixes
Repository:
lp:~dirk.zimoch/epics-base

Recent commits

5f0df84... by Dirk Zimoch

increase error message buffer size for long (Windows) error messges

301a6e0... by Dirk Zimoch

moved logClientSendMessage and made it static

abbd54b... by Dirk Zimoch

fix wrong function name in comment

bad6295... by Dirk Zimoch

don't shutdown write channel of iocLogServer to allow logClient to detect disconnect

5801ff2... by Dirk Zimoch

use dynamic debug flag for logClient

9dfed16... by Dirk Zimoch

improve logClientShow to show unsent bytes on level 2 (and fix level 1)

b925d3f... by Dirk Zimoch

(Re-)connect only when there is something to send. This avoids constant useless disconnect/connect cycles if the server (or firewall) keeps closing the connection.

2cafe6d... by Dirk Zimoch

detect when server closes connection. can only be done reliably with recv, not with send

2b0161d... by Dirk Zimoch

no need to delay startup only because log server is currently not available

9df98c1... by Dirk Zimoch

send pending log messages directly after connecting