Commit Graph
1818 Commits
Author SHA1 Message Date
Jeff Hill 21058eed94 fixed 1st argument to select 2003-01-23 22:55:27 +00:00
Jeff Hill 69c4fe707a fixed Linux warning 2003-01-23 20:26:20 +00:00
Jeff Hill 5a6a822e37 fixed cpu consumption problems in clients that use fd managers
together with ca fd registration
2003-01-23 20:21:04 +00:00
Jeff Hill f119b11c57 fixed cpu consumption problems in clients that use fd managers
together with ca fd registration
2003-01-23 20:13:44 +00:00
Jeff Hill 3c4c984954 checked off large arrays 2003-01-17 01:20:53 +00:00
Jeff Hill 36292e8c37 replace server list with server pointer 2003-01-17 01:20:31 +00:00
Jeff Hill 2311b4c9d5 implement flush with fast access list 2003-01-17 01:19:14 +00:00
Jeff Hill 205c0838ed added server list 2003-01-17 01:18:19 +00:00
Jeff Hill f1cc9e98aa longer timeout 2003-01-09 20:37:33 +00:00
Jeff Hill e09746cf38 changed to 1:1 ratio channels to monitors to better reflect reality 2003-01-09 17:26:41 +00:00
Jeff Hill 1fb9f3ca31 improved assert failure in test 2003-01-07 21:01:53 +00:00
Jeff Hill 63d1c92aa7 gnu compiler required reinterpret_cast<> when converting from void * to another pointer 2003-01-07 17:40:53 +00:00
Jeff Hill c3e1624478 cosmetic 2003-01-07 15:59:51 +00:00
Jeff Hill e8efa5b015 reinterpret cast not required when casting a void * pointer to another pointer type 2003-01-07 15:52:24 +00:00
Jeff Hill da5690d637 made ca_pend_io() tmo configuarble 2002-12-19 22:46:49 +00:00
Jeff Hill 181caf02d5 fixed hang at exit problem 2002-12-19 13:54:12 +00:00
Ralph Lange 38e32a9d89 Fixed catime auto-numbering PV format spec 2002-12-19 13:12:38 +00:00
Jeff Hill 5a5e388c55 fixed shutdown bug 2002-12-19 03:12:17 +00:00
Jeff Hill 8d318d9a99 suppress gnu warning 2002-12-19 01:29:57 +00:00
Jeff Hill 6a32e216f7 increased timeout 2002-12-19 01:28:36 +00:00
Jeff Hill e06090bb99 fixed premature shutdown under load bug 2002-12-13 18:31:48 +00:00
Jeff Hill e53adb99cf improved shutdown 2002-12-13 00:54:34 +00:00
Jeff Hill a863314254 fixed gnu warning 2002-12-12 15:29:25 +00:00
Jeff Hill 7aac2ec883 improved prioritized channel test 2002-12-12 15:27:57 +00:00
Jeff Hill e0c75e80bc the portable success test for ioctl is if it returns an int greater than or equal to zero 2002-12-12 01:15:19 +00:00
Jeff Hill a612619458 continue with lock applied is holding lock? 2002-12-12 01:01:32 +00:00
Jeff Hill 5aa8fbb3c9 supress error message about bad fd when its a normal abort shutdown 2002-12-11 19:14:19 +00:00
Jeff Hill 8ce8820ecd fix for a problem that might occur on smp systems but has not been observed 2002-12-11 19:05:47 +00:00
Jeff Hill dc5f217493 simplified 2002-12-11 02:11:16 +00:00
Jeff Hill 2ad0b9e362 shut up purify (mistake is in winsock but we can init the var and avoid the umr) 2002-12-11 01:20:55 +00:00
Jeff Hill f4b01c2d59 added diagnostics 2002-12-11 00:01:31 +00:00
Jeff Hill 55d3b8a9f0 cosmetic 2002-12-10 23:57:02 +00:00
Jeff Hill 8ed40e2118 fixed code that no longer works with gcc 3.2 agressive alias analysis 2002-12-10 23:48:46 +00:00
Jeff Hill 5b1087379f cleaned up test 2002-12-10 20:03:12 +00:00
Jeff Hill 8cb253154e cosmetic 2002-12-10 17:50:35 +00:00
Jeff Hill be1b93bca0 switch back to using peek to see if bytes are coming 2002-12-10 17:04:59 +00:00
Jeff Hill 057dc7e2b2 fixed premature disconnect under load bug 2002-12-10 16:59:53 +00:00
Jeff Hill 416dd6bfda dont return void from a void function (some compilers dont support this) 2002-12-10 16:59:36 +00:00
Marty Kraimer 54ee23afb9 changes for long being 64 bits 2002-12-06 14:13:36 +00:00
Jeff Hill c041b69848 cleaned up blockUntilBytesArePendingInOS () 2002-12-06 00:35:38 +00:00
Jeff Hill 234cb25dbe new member function 2002-12-05 23:49:33 +00:00
Jeff Hill a9cb77f196 dont spin for 50 calls to recv() if the incoming circuit is full - 5 times is probably better 2002-12-05 23:49:13 +00:00
Jeff Hill e5684a3296 changed name of error code 2002-12-05 23:44:25 +00:00
Jeff Hill 62b4c55d25 removed unused parameter 2002-12-05 23:44:06 +00:00
Jeff Hill 58dea0cea9 moved error message table out of header file 2002-12-05 23:43:38 +00:00
Jeff Hill fd2e9764a4 cosmetic 2002-12-05 23:43:04 +00:00
Jeff Hill bdc11782b9 moved error message table here 2002-12-05 23:42:31 +00:00
Jeff Hill 5af2e2bb18 fix undefined symbols on Tornado II 2002-12-03 00:37:58 +00:00
Jeff Hill d8aa4eb679 upgraded error code section 2002-11-13 16:51:43 +00:00
Jeff Hill d5685073ad added missing epicsShareDef (should impact only the VAX) 2002-11-12 16:56:18 +00:00