~info-martin-konrad/epics-base:fix-log-issues

Last commit made on 2020-02-20
Get this branch:
git clone -b fix-log-issues https://git.launchpad.net/~info-martin-konrad/epics-base
Only Martin Konrad can upload to this branch. If you are Martin Konrad please log in for upload directions.

Branch merges

Branch information

Name:
fix-log-issues
Repository:
lp:~info-martin-konrad/epics-base

Recent commits

e6914f3... by mdavidsaver

osdSockUnsentCount.c check for existance of SIO_TCP_INFO

d2d8674... by Dirk Zimoch

use EPICS_PRIVATE_API macro and fix bug with darwin/ios

6f19324... by Dirk Zimoch

renamed epicsSocketCountUnsentBytes to epicsSocketUnsentCount and moved it to osi/os/

39e8ccd... by Dirk Zimoch

fix bug from commit f85454. Apparently epicsExportSharedSymbols is needed even though epicsExport.h is included

eb8992a... by Dirk Zimoch

epicsSocketCountUnsentBytes returns -1 on failure

62fb49f... by Dirk Zimoch

bugfix: memmove'ed to much

a5c9db8... by Dirk Zimoch

epicsSockCountUnsentBytes renamed to epicsSocketCountUnsentBytes

04e752c... by Dirk Zimoch

moved logClientSendMessage and made it static

a16ce87... by Dirk Zimoch

fix wrong function name in comment

15f28f1... by Dirk Zimoch

sending 0 bytes helps to detect broken connections on some systems (but is undefined behavior on Linux, fails on vxWorks and is a documented no-op on Windows)