Commit Graph

1936 Commits

Author SHA1 Message Date
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
Jeff Hill 4126c71e0e added include for typedef used in this header 2008-11-19 17:17:41 +00:00
Andrew Johnson ca1e7b0613 Added WireSet instances, needed for vxWorks 6.1. 2008-11-14 23:32:15 +00:00
Ralph Lange 519f54c06b Added -p option to commandline tools to specify CA priority. 2008-11-14 13:12:26 +00:00
Jeff Hill 11180d0c9c patch for DECXX compiler detected issues (found by Kazuro FURUKAWA)
see <URL:http://www-linac.kek.jp/epics/osf/>
2008-10-02 15:43:04 +00:00
Ralph Lange 84f56e57f4 Changed timestamp related commandline options, added choice of client and/or server timestamps. 2008-09-29 14:10:51 +00:00
Jeff Hill 2d5497fa07 workaround for legacy vxWorks compiler bug check 2008-09-26 22:19:59 +00:00
Jeff Hill 6d99d6dd05 imprved fix for mantis 312 2008-09-25 20:27:48 +00:00
Jeff Hill fa161e4e5a fix for mantis 306 2008-09-25 15:59:49 +00:00
Jeff Hill 65c2e51849 committed a fix for mantis 312 2008-09-22 20:24:39 +00:00
Andrew Johnson 5d6b223229 s/FALSE/false/ 2008-09-22 18:20:56 +00:00
Jeff Hill 2bf9959e11 committed a fix for mantis 302 2008-09-19 23:27:52 +00:00
Andrew Johnson 5645bd595d Install test objects on vxWorks only. 2008-08-28 21:16:52 +00:00
Janet B. Anderson ef1cd5faf5 RCS files now used for all cygwin and mingw builds. 2008-08-06 16:44:16 +00:00
Andrew Johnson b6ee45dbab Added virtual destructors (in most cases protected) to remove g++ warnings:
'class ...' has virtual functions but non-virtual destructor
2008-07-28 16:19:50 +00:00
Andrew Johnson 4f8676a3d7 Added CSS style for function headers.
Fixed Mantix #127.
2008-07-22 20:37:30 +00:00