Jeff Hill
|
e5928a8630
|
improved diagnostic
|
2003-04-29 21:05:18 +00:00 |
|
Jeff Hill
|
3bbc4b54c2
|
changed fd_set array to a pointer so that application is
independent of FD_SETSIZE
|
2003-04-29 21:01:23 +00:00 |
|
Jeff Hill
|
595eadb9f6
|
moved the maximum number of file descriptors up to 4096
|
2003-04-29 17:22:06 +00:00 |
|
Jeff Hill
|
6b63f7c2f0
|
installed - currently guessing that shutdown works to interrupt blocking
send() and recv() calls under cygwin, but this has not been confiremed.
|
2003-04-28 17:38:48 +00:00 |
|
Jeff Hill
|
25fa8008f7
|
fixed borland build
|
2003-04-24 22:37:35 +00:00 |
|
Jeff Hill
|
0761793165
|
changed to shutdown for sys call interrupt
|
2003-04-24 21:14:31 +00:00 |
|
Jeff Hill
|
ff9075881c
|
added missing include
|
2003-04-24 17:09:58 +00:00 |
|
Jeff Hill
|
913373d12d
|
added new src files
|
2003-04-24 17:04:41 +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 |
|
Jeff Hill
|
ef5ce92ff8
|
installed
|
2003-04-24 16:32:59 +00:00 |
|
Jeff Hill
|
a9372c4a5a
|
moved sock err str converting func
|
2003-04-24 16:32:15 +00:00 |
|
Jeff Hill
|
88425b4433
|
added definition for read and write shutdown
|
2003-04-24 16:31:06 +00:00 |
|
Jeff Hill
|
4388d789a5
|
moved sock err str converting func
|
2003-04-24 16:26:15 +00:00 |
|
Jeff Hill
|
96b2d2c76f
|
convertSocketErrorToString => epicsSocketConvertErrnoToString
|
2003-04-24 16:25:47 +00:00 |
|
Jeff Hill
|
dc198c0ae0
|
added epicsSocketSystemCallInterruptMechanismQuery ()
|
2003-04-24 16:24:05 +00:00 |
|
Jeff Hill
|
5e20a6274f
|
removed epicsEnableInterruptedSystemCall and epicsInterruptSystemCall
|
2003-04-24 16:23:04 +00:00 |
|
Jeff Hill
|
d668a2d8d2
|
print test complete message
|
2003-04-23 21:55:28 +00:00 |
|
Jeff Hill
|
96f8e4f323
|
print test complete message
|
2003-04-23 20:59:49 +00:00 |
|
Jeff Hill
|
9f09bc6b67
|
corrected MS VC++ version range where new does not throw an exception
|
2003-04-23 20:59:09 +00:00 |
|
Ralph Lange
|
afdf3c9af2
|
Fix: Return when called with no argument (to avoid failing assertion)
|
2003-04-23 16:44:58 +00:00 |
|
Jeff Hill
|
2ad485368b
|
fixed unused variable warnings
|
2003-04-23 16:02:45 +00:00 |
|
Ralph Lange
|
8e44835903
|
Fixed/suppressed HP-UX (GNU) warnings
|
2003-04-23 15:22:56 +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
|
d79b7c3880
|
Fixed warning on HP: ARG_MAX is used in HP-UX sys header file
|
2003-04-23 14:01:56 +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
|
d812f89280
|
dont send extra exception message conveying the context string when a get
callback request fails
|
2003-04-22 22:29:26 +00:00 |
|
Jeff Hill
|
5bbf7bc341
|
added dll export keywords
|
2003-04-22 22:28:24 +00:00 |
|
Jeff Hill
|
9a991a3765
|
use epicsVsnprintf
|
2003-04-22 21:07:23 +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 |
|
Marty Kraimer
|
2d114dc5bb
|
mySub can be static
|
2003-04-22 12:04:14 +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
|
948718f253
|
added missing commit
|
2003-04-18 15:41:00 +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 |
|