Commit Graph

1951 Commits

Author SHA1 Message Date
Jeff Hill 2df7da052a destroy getCallback prior to calling callback in case they delete the
channel in the callback
2009-08-13 22:43:21 +00:00
Jeff Hill 59b820d2f5 added missing epicsShareExtern 2009-08-13 22:42:05 +00:00
Jeff Hill 3fda8dc2b0 added test failure diagnostic 2009-08-13 22:40:02 +00:00
Jeff Hill 44a6e9a005 added SEVCHK string 2009-08-12 00:37:10 +00:00
Jeff Hill 57c9f9344f improved show function 2009-08-10 21:51:07 +00:00
Jeff Hill 7a49a17d1b removed unused template instantiation 2009-08-04 23:32:32 +00:00
Andrew Johnson c035566d7d Use compile-time assertions, from Micheal Davidsaver. 2009-08-04 19:10:30 +00:00
Jeff Hill 72dbaa8a0f auto-adjust iterations for payload size 2009-07-31 23:26:16 +00:00
Jeff Hill 458689a252 fixed formating 2009-07-31 22:12:32 +00:00
Jeff Hill 0daf347ef3 fixed incorrect Mbps calc based on rounded payload size 2009-07-31 22:01:53 +00:00
Jeff Hill e32d8d77dc fixed gnu compiler issues 2009-07-31 21:43:03 +00:00
Jeff Hill ffe7823c22 report send and recv Mbps independently to better understand fullduplex ethernet bw 2009-07-31 21:23:26 +00:00
Jeff Hill 913f724ebf fix for mantis 357 2009-07-31 19:47:46 +00:00
Jeff Hill 001b947702 added more excas options 2009-07-30 23:09:54 +00:00
Jeff Hill c0d4317ade fixed broken test 2009-07-30 23:08:34 +00:00
Jeff Hill 4ade695a60 upgraded to properly test array performance 2009-07-23 23:59:04 +00:00
Jeff Hill 0abb615d3a improved tests 2009-07-18 03:54:16 +00:00
Jeff Hill 02281f4d19 improved tests 2009-07-18 02:42:05 +00:00
Jeff Hill f936104e47 improved tests 2009-07-18 02:33:42 +00:00
Jeff Hill 9f51464ea1 improved tests 2009-07-18 00:30:17 +00:00
Jeff Hill f78b00d798 improved tests 2009-07-18 00:28:08 +00:00
Jeff Hill b6a22aa844 removed optimization which could make the ca client library
vulnerable if the following function indicates recv bytes are pending but
recv blocks anyways.

osiSockIoctl_t bytesPending = 0;
int status = socket_ioctl ( this->sock, FIONREAD, & bytesPending );
2009-07-17 21:33:18 +00:00
Jeff Hill d01e54bd34 documented excas 2009-07-14 22:41:23 +00:00
Jeff Hill 5c6975b24d improved tests 2009-07-14 22:41:08 +00:00
Jeff Hill d7ae0fbce6 made lib more robust if server sends duplicate connect channel response 2009-07-14 22:39:41 +00:00
Jeff Hill 7d2be4f947 added comment 2009-07-14 22:37:41 +00:00
Jeff Hill 8655ea9e2a doc for excas 2009-07-09 18:43:17 +00:00
Andrew Johnson 039648824c Remove redundant macro definitions already defined in dbDefs.h
(M. Davidsaver)
2009-07-09 17:06:45 +00:00
Andrew Johnson 4e0ab97038 (M. Davidsaver): static keyword is part of C89,
remove all uses and internal definitions of LOCAL macro
2009-07-09 16:37:24 +00:00
Jeff Hill 3e782f0220 test for mantis 285 2009-07-08 23:29:51 +00:00
Jeff Hill 7b52eaac73 test for mantis 346 2009-07-08 22:08:00 +00:00
Jeff Hill 42957877d9 fix for mantis 346 2009-07-08 21:43:38 +00:00
Jeff Hill 16f839ac12 regression test for mantis 284 2009-07-08 18:00:19 +00:00
Jeff Hill cba3d9673d fix for mantis 284 2009-07-08 18:00:03 +00:00
Jeff Hill 0e4891201e fix for compiler warnings in mantis 337 2009-07-07 23:47:38 +00:00
Jeff Hill 6a2044cb01 added verifyContextRundownFlush 2009-07-07 21:39:43 +00:00
Jeff Hill 9f6e7a5cd7 fix for mantis 334 2009-07-07 20:05:39 +00:00
Andrew Johnson a66a192ed5 Expand READONLY macro, deprecate. 2009-06-05 19:56:33 +00:00
Jeff Hill a052ed56b2 EPICS_CA_BEACON _PERIOD wasnt listed as the default for EPICS_CAS_BEACON_PERIOD 2009-06-01 17:50:01 +00:00
Andrew Johnson cff8e62690 Removed vestigial VMS build script. 2009-05-04 14:48:05 +00:00
Andrew Johnson a32d3a57c6 Quiet compiler warnings about uninitialized values 2009-04-27 18:51:33 +00:00
Andrew Johnson 5f1106d060 Silence compiler warning 2009-04-27 18:42:20 +00:00
Andrew Johnson 03c82fa651 More ANSI C conversion 2009-04-27 18:31:50 +00:00
Ralph Lange 7fccc59fe9 ANSIfication of stuff (mostly missing argument types in declarations) 2009-04-03 17:46:26 +00:00
Ralph Lange b1556bd871 New DBE_PROPERTY event type and support in catools and mbbi/mbbo records 2009-04-02 15:51:30 +00:00
Ralph Lange 0765d5e0b1 Added support for handling strings as arrays of char (aka long strings); new -S option switches this feature. 2009-03-31 19:39:39 +00:00
Jeff Hill 86841c5078 restored doc for ca_add_fd_registration 2009-03-20 16:41:53 +00:00
Jeff Hill 77669d793d fixed situations where local host name cache is repatedly created and destroyed 2009-02-11 00:50:28 +00:00
Jeff Hill 71ec516cf5 fix for mantis 331 2009-02-09 17:29:18 +00:00
Jeff Hill 08a4fb3ce7 addred proto for ca_detach_context 2009-02-09 15:23:06 +00:00