~dirk.zimoch/epics-base:iocLogClientFixesTry2

Last commit made on 2019-10-04
Get this branch:
git clone -b iocLogClientFixesTry2 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:
iocLogClientFixesTry2
Repository:
lp:~dirk.zimoch/epics-base

Recent commits

4bb8165... by Dirk Zimoch

use EPICS_PRIVATE_API macro and fix bug with darwin/ios

46912d5... by Dirk Zimoch

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

cf121f1... by Dirk Zimoch

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

1718647... by Dirk Zimoch

epicsSocketCountUnsentBytes returns -1 on failure

752ec12... by Dirk Zimoch

bugfix: memmove'ed to much

e28bb3b... by Dirk Zimoch

epicsSockCountUnsentBytes renamed to epicsSocketCountUnsentBytes

64f540a... by Dirk Zimoch

moved logClientSendMessage and made it static

db3b160... by Dirk Zimoch

fix wrong function name in comment

c9b6709... 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)

931054d... by Dirk Zimoch

cannot print sockets with %d in Windows, they are not small ints but maybe pointers.