Commit Graph
1620 Commits
Author SHA1 Message Date
Ralph Lange e978571919 Fixed HP aCC compiler warnings 2003-05-16 19:37:53 +00:00
Jeff Hill f4949c8415 fixed what appears to be a socket leak 2003-05-16 17:08:00 +00:00
Jeff Hill 7673dc39ee fixed sun pro warning message 2003-05-16 16:59:25 +00:00
Jeff Hill aad8fe9c94 bumped ifdef to sun pro version 5.4 -
still waiting for sun pro to allow a virtual destructor
2003-05-16 14:32:51 +00:00
Jeff Hill 6861be8270 added void to func proto 2003-05-13 22:53:13 +00:00
Jeff Hill ae3a888da7 more stringent connect w disconnected chan test 2003-05-13 21:27:08 +00:00
Jeff Hill 4f465a1f7b cleaned up casw doc 2003-05-13 21:00:06 +00:00
Jeff Hill 52b8c02fa8 restructured locking to match current design practices for CAC 2003-05-13 20:54:10 +00:00
Jeff Hill aa160c0a2b restructured locking to match current design practices for CAC 2003-05-13 20:45:51 +00:00
Jeff Hill f5e2dce279 o restructured locking to match current design practices for CAC
o when installing a channel into the udp iiu install it to the front of
the list, and not the back, so that its search request will be sent
first and so that its retry count will be considered when calculating
the minimum retry count.
2003-05-13 20:44:11 +00:00
Jeff Hill d04cfc8d03 restructured locking to match current design practices for CAC 2003-05-13 20:40:36 +00:00
Ralph Lange 1de0a6c42d Fixed HP-UX (aCC) compiler warnings 2003-05-07 12:54:12 +00:00
Jeff Hill 0fcf3e4fda removed duplicate word 2003-05-06 14:35:51 +00:00
Jeff Hill 5161226f81 record connection delays 2003-05-01 23:18:32 +00:00
Jeff Hill 54934b1059 use SIGALRM instead of SIGURG to wakeup blocking socket calls 2003-05-01 22:12:44 +00:00
Jeff Hill 4c5dab8e72 use SIGALRM instead of SIGURG to wakeup blocking socket calls 2003-05-01 21:53:14 +00:00
Jeff Hill 25fa8008f7 fixed borland build 2003-04-24 22:37:35 +00:00
Jeff Hill c149f17cc2 convertSocketErrorToString => epicsSocketConvertErrnoToString 2003-04-24 16:44:45 +00:00
Jeff Hill 4794bf11bc cleaned up shutdown procedure 2003-04-24 16:39:31 +00:00
Jeff Hill b06976e69b new sockHasBeenClosed flag 2003-04-24 16:36:50 +00:00
Ralph Lange afdf3c9af2 Fix: Return when called with no argument (to avoid failing assertion) 2003-04-23 16:44:58 +00:00
Ralph Lange 2624a16170 Fixed/suppressed HP-UX native (aCC) warnings 2003-04-23 14:56:07 +00:00
Ralph Lange 154ebd3153 += new copyright notice 2003-04-23 14:04:49 +00:00
Ralph Lange a097eebfb1 Minor fix: += generate local exception on virtual circuit disconnect. 2003-04-23 11:12:28 +00:00
Ralph Lange cca00a0061 Minor stuff: broke up some looong strings in printf()s. 2003-04-23 10:50:44 +00:00
Jeff Hill 676d210340 depricated ca_add_event 2003-04-23 00:41:15 +00:00
Jeff Hill acfeff3695 fixed socket return from makeSocket not initialized 2003-04-22 23:17:12 +00:00
Jeff Hill 181d5f4ff0 remove channels from circuit in timer expire callback 2003-04-22 18:07:50 +00:00
Jeff Hill 884c05a15c function name change 2003-04-22 18:07:11 +00:00
Jeff Hill 1de5f1c3ef thread safe socket error to string function 2003-04-22 18:06:42 +00:00
Jeff Hill 372528666a removed msg minder and moved cb locker to ca ctx class 2003-04-18 22:11:35 +00:00
Jeff Hill 35d0d41f22 removed mmsg minder and eliminate dlow level knowledge of cb locker 2003-04-18 22:10:39 +00:00
Jeff Hill 2399da3a1a changed msg arrival notify to cb lock/unlock 2003-04-18 22:09:12 +00:00
Jeff Hill 88af86fbbd added noop cb lock/unlock in base 2003-04-18 22:08:40 +00:00
Jeff Hill 33ca9c7407 moved cb locking to ca ctx class 2003-04-18 22:08:05 +00:00
Jeff Hill 6da98f4e5e moved conn cb change to be guarded by func in ca context class 2003-04-18 22:07:19 +00:00
Jeff Hill c50837d7f5 removed msg minder 2003-04-18 22:06:19 +00:00
Jeff Hill ae975a8e23 removed knowledge of preemptive cb enable 2003-04-18 22:05:44 +00:00
Jeff Hill 378a70bb20 cosmetic 2003-04-18 15:39:46 +00:00
Jeff Hill 778f8936e5 added ca_dump_dbr 2003-04-18 15:39:12 +00:00
Jeff Hill 44a57584b7 changed name of protocol command 2003-04-17 17:17:19 +00:00
Jeff Hill d8db1abd38 fixed too many messages from test 2003-04-17 17:11:51 +00:00
Jeff Hill 2430736ff1 patch for fdManager based client tool lock up problems 2003-04-17 00:07:50 +00:00
Jeff Hill 6b04c52f45 improved diagnostics 2003-04-17 00:05:52 +00:00
Jeff Hill f484488842 added cacMessageProcessingMinder class 2003-04-16 23:01:34 +00:00
Jeff Hill 3f28509df8 require guard when sending create chan msg 2003-04-16 20:42:31 +00:00
Jeff Hill 59ca167c5d added comQueSendMsgMinder class 2003-04-16 20:39:29 +00:00
Jeff Hill a63da3e2a8 require guard when sending crate chan msg 2003-04-16 20:38:15 +00:00
Jeff Hill b04d6fc943 cosmetic 2003-04-16 20:37:37 +00:00
Jeff Hill 414811e98d fixed scalar string to wire formatting 2003-04-16 20:36:36 +00:00