~dirk.zimoch/epics-base:socket_accept_type

Last commit made on 2024-02-23
Get this branch:
git clone -b socket_accept_type 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:
socket_accept_type
Repository:
lp:~dirk.zimoch/epics-base

Recent commits

b1abe05... by Dirk Zimoch

fix argument type of CAFDHANDLER from int to SOCKET

e5cefb9... by Dirk Zimoch

Add printf format specifier 'PRISOCK' for SOCKET type

e5c61ec... by Dirk Zimoch

silence type cast warning in Windows

bb71dcc... by Freddie Akeroyd

Accept should return SOCKET rather than int

07cbf00... by mdavidsaver

posix: warn on epicsSocketCreate() without osiSockAttach()

c75b9ad... by mdavidsaver

add dbRecordNode::order

Keep track of parse order of record instances.

87acb98... by mdavidsaver

ca: remove hostname length limit when parsing address lists

403e203... by mdavidsaver

quieting clang-tidy, use unsigned

places where we shouldn't be negative anyway

a7a5691... by mdavidsaver

default/epicsMessageQueue: initialize threadNode

fe4a32e... by mdavidsaver

default/epicsMessageQueue: avoid volatile flag

Only one place where eventSent was accessed
without locking. Move this load earlier.