Commit Graph

8886 Commits

Author SHA1 Message Date
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
W. Eric Norum
40802e621c Update to reflect new 'registrar' keyword. 2003-04-18 13:42:00 +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
0fd1f0103d improved diagnostic 2003-04-16 22:59:13 +00:00
Jeff Hill
6ab92a6dab added misssing epicsShareFunc 2003-04-16 21:02:23 +00:00
Jeff Hill
3b7426e1a3 changed debug level of messages 2003-04-16 20:59:23 +00:00
Jeff Hill
93d163ba83 cosmetic 2003-04-16 20:57:56 +00:00
Jeff Hill
1ee13af2a8 fixed improper unprocessed protocol copy during buffer expansion 2003-04-16 20:57:38 +00:00
Jeff Hill
ff16932a0f changed debug level of search messages 2003-04-16 20:56:20 +00:00
Jeff Hill
b8a2f0495e evaluation version of deadlock detect mutex 2003-04-16 20:55:41 +00:00
Jeff Hill
a28065c900 cleanup of questionable, but not incorrect code 2003-04-16 20:53:38 +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
Jeff Hill
2779547dcb optimized string out 2003-04-16 20:34:51 +00:00
Jeff Hill
b9148e0224 improved test 2003-04-16 20:25:01 +00:00
Ralph Lange
9e20859cfc Updated Possible Problems section 2003-04-16 14:09:45 +00:00
Marty Kraimer
2826afb3f9 putNotifyBlocked no longer necessary 2003-04-15 20:05:55 +00:00
Jeff Hill
b53f10dbb6 fixed spelling 2003-04-15 18:49:48 +00:00
Jeff Hill
338d438830 added para on ca client library context 2003-04-15 18:42:06 +00:00
Ralph Lange
ef8fb769a1 Fixed compatibility mode for HP (both native and GNU compilers) 2003-04-15 11:34:38 +00:00
Ralph Lange
57db879905 cosmetics 2003-04-15 11:33:52 +00:00
Marty Kraimer
cf80cd22da take blanks out of names 2003-04-11 12:25:40 +00:00
W. Eric Norum
b921020943 Clarify command-line editing library selection. 2003-04-10 19:56:01 +00:00
Jeff Hill
15b35b60d1 added more progress indicators 2003-04-10 17:51:26 +00:00
Jeff Hill
032bb6e7fc fixed problem with large array header push optimization 2003-04-10 17:16:00 +00:00
Jeff Hill
d8e7cb5524 remo ved unused code 2003-04-10 17:15:14 +00:00
Jeff Hill
bd1e636fb0 fixed epicsTime_localtime 2003-04-10 14:55:31 +00:00
Marty Kraimer
ec94384106 add info about epicsMessageQueue 2003-04-09 13:58:49 +00:00
Marty Kraimer
000aaea550 more changes for 3.14.2 2003-04-09 13:39:33 +00:00
Ralph Lange
ec3958a36e += Build notes 2003-04-09 13:28:59 +00:00
Andrew Johnson
14f6fe08fb Added softIoc application. 2003-04-09 01:41:36 +00:00
Andrew Johnson
1f33045887 Created softIoc application, which can be used without having a
makeBaseApp working area.  Read comments in softMain.cpp for
more details.  'softIoc -h' gives usage.

Tested on Solaris & Linux, not appropriate for vxWorks,
other architectures untested.
2003-04-09 01:40:51 +00:00
Jeff Hill
0330a9a085 improved diagnostics 2003-04-08 19:42:01 +00:00
Marty Kraimer
f7fdc9a11e RELEASE_NOTES.html 2003-04-08 19:31:23 +00:00
Andrew Johnson
9e337cca2b Permit threads other than main() to call exit() and have the process stop.
If a subsidiary thread calls exit(), its context is used (on Solaris at
least) for calling the atexit routines.  If one of those routines cancels
the thread that called exit(), the exit itself gets cancelled and any
remaining threads are left running, possibly including the main() thread.
Thus the check in myAtExit() should have been to not cancel the current
thread; when this was tested, presumably only calls to exit() from the
main() thread were checked.
2003-04-08 19:18:52 +00:00
Marty Kraimer
6f8d94c8dd use %g instead of %f. Saves several lines of code 2003-04-08 15:25:16 +00:00
Marty Kraimer
ef3a3629a5 add device for Test Asyn 2003-04-08 15:24:23 +00:00
Jeff Hill
6c07f8064a fixed large arrays 2003-04-08 00:06:22 +00:00