Summary Period: 2003-04-24 to 2003-04-04 (Commits 7552-7651 of 9251)
|
jhill 4/24/03 11:27 AM |
added definition for read and write shutdown |
| 8 lines of code changed in: src/libCom/osi/os/hpux/osdSock.h (+8) | |
|
jhill 4/24/03 11:27 AM |
installed |
| 33 lines of code changed in: src/libCom/osi/os/default/epicsSocketConvertErrnoToString.cpp (new 33) | |
|
jhill 4/24/03 11:26 AM |
moved sock err str converting func |
| 1 lines of code changed in: src/libCom/osi/os/default/osdSock.c (+1 -14) | |
|
jhill 4/24/03 11:25 AM |
convertSocketErrorToString => epicsSocketConvertErrnoToString |
| 2 lines of code changed in: src/libCom/osi/os/default/osdNetIntf.c (+2 -2) | |
|
jhill 4/24/03 11:24 AM |
added definition for read and write shutdown |
| 15 lines of code changed in: src/libCom/osi/os: Darwin/osdSock.h (+9 -1), cygwin32/osdSock.h (+6) | |
|
jhill 4/24/03 11:24 AM |
added epicsSocketSystemCallInterruptMechanismQuery () |
| 15 lines of code changed in: src/libCom/osi/osiSock.h (+15 -12) | |
|
jhill 4/24/03 11:23 AM |
removed epicsEnableInterruptedSystemCall and epicsInterruptSystemCall |
| 1 lines of code changed in: src/libCom/osi/osiSock.c (+1 -12) | |
|
jhill 4/24/03 11:21 AM |
convertSocketErrorToString => epicsSocketConvertErrnoToString |
| 9 lines of code changed in: src/libCom: fdmgr/fdManager.cpp (+2 -2), logClient/logClient.c (+7 -7) | |
|
jhill 4/23/03 4:55 PM |
print test complete message |
| 6 lines of code changed in: src/libCom/test: epicsTimeTest.cpp (+1 -1), fdmgrTest.c (+5 -1) | |
|
jhill 4/23/03 3:59 PM |
print test complete message |
| 3 lines of code changed in: src/libCom/test/epicsExceptionTest.cpp (+3) | |
|
jhill 4/23/03 3:59 PM |
corrected MS VC++ version range where new does not throw an exception |
| 1 lines of code changed in: src/libCom/osi/os/WIN32/forceBadAllocException.cpp (+1 -1) | |
|
lange 4/23/03 11:44 AM |
Fix: Return when called with no argument (to avoid failing assertion) |
| 4 lines of code changed in: src/ca/acctstMain.c (+4 -3) | |
|
jhill 4/23/03 11:02 AM |
fixed unused variable warnings |
| 2 lines of code changed in: src/cas/io/bsdSocket/casDGIntfIO.cc (+2 -7) | |
|
lange 4/23/03 10:43 AM |
Update as aCC version works now |
| 23 lines of code changed in: documentation/README.hpux (+23 -16) | |
|
norume 4/23/03 10:42 AM |
Minor cosmetic change. |
| 1 lines of code changed in: configure/os/CONFIG.Common.darwin-ppc (+1 -2) | |
|
norume 4/23/03 10:41 AM |
Mention DarwinPorts. |
| 12 lines of code changed in: documentation/README.darwin.html (+12 -4) | |
|
norume 4/23/03 10:41 AM |
Add support for DarwinPorts as well as for Fink. |
| 19 lines of code changed in: configure/os: CONFIG.Common.darwin-ppc (+18 -8), CONFIG_SITE.darwin-ppc.Common (+1 -6) | |
|
lange 4/23/03 10:22 AM |
Fixed/suppressed HP-UX (GNU) warnings |
| 16 lines of code changed in: src: bpt/makeBpt.c (+3 -3), db/initHooks.c (+1 -1), dbStatic/dbStaticLib.c (+2 -2), rsrv/caservertask.c (+10 -8) | |
|
lange 4/23/03 9:56 AM |
Fixed/suppressed HP-UX native (aCC) warnings |
| 37 lines of code changed in: src: cas/generic/casStrmClient.cc (+2 -2), libCom/osi/os/default/osdMessageQueue.cpp (+12 -7), softIoc/softMain.cpp (+3 -3) src/ca: cac.cpp (+2 -2), tcpiiu.cpp (+16 -16), test_event.cpp (+2 -2) | |
|
lange 4/23/03 9:04 AM |
+= new copyright notice |
| 12 lines of code changed in: src/ca/ca_client_context.cpp (+12 -3) | |
|
lange 4/23/03 9:01 AM |
Fixed warning on HP: ARG_MAX is used in HP-UX sys header file |
| 5 lines of code changed in: src/rec/subRecord.c (+5 -5) | |
|
lange 4/23/03 6:12 AM |
Minor fix: += generate local exception on virtual circuit disconnect. |
| 9 lines of code changed in: src/ca/cac.cpp (+9 -2) | |
|
lange 4/23/03 5:50 AM |
Minor stuff: broke up some looong strings in printf()s. |
| 6 lines of code changed in: src/ca/tcpiiu.cpp (+6 -4) | |
|
jhill 4/22/03 7:40 PM |
depricated ca_add_event |
| 93 lines of code changed in: src/ca: CAref.html (+28 -19), access.cpp (+24 -12), cadef.h (+37 -82), oldAccess.h (+4 -5) | |
|
jhill 4/22/03 6:17 PM |
fixed socket return from makeSocket not initialized |
| 3 lines of code changed in: src/ca/repeater.cpp (+3 -1) | |
|
jhill 4/22/03 5:29 PM |
dont send extra exception message conveying the context string when a get callback request fails |
| 1 lines of code changed in: src/cas/generic/casStrmClient.cc (+1 -21) | |
|
jhill 4/22/03 5:28 PM |
added dll export keywords |
| 5 lines of code changed in: src/libCom/osi: epicsTime.h (+2 -2), os/WIN32/osdTime.cpp (+3 -3) | |
|
jhill 4/22/03 4:07 PM |
use epicsVsnprintf |
| 8 lines of code changed in: src/libCom/osi/os/WIN32/osdSock.c (+8 -14) | |
|
norume 4/22/03 1:46 PM |
Reflect change to makeBaseApp template. Registrar function can now be static. |
| 2 lines of code changed in: documentation/README.darwin.html (+2 -2) | |
|
jhill 4/22/03 1:07 PM |
remove channels from circuit in timer expire callback |
| 10 lines of code changed in: src/ca/cac.cpp (+10 -5) | |
|
jhill 4/22/03 1:07 PM |
function name change |
| 2 lines of code changed in: src/ca/cac.h (+2 -2) | |
|
jhill 4/22/03 12:58 PM |
thread safe socket error to string function |
| 443 lines of code changed in: src/util/iocLogServer.c (+25 -9) src/ca: ca_client_context.cpp (+13 -5), casw.cpp (+24 -9), repeater.cpp (+57 -66), tcpiiu.cpp (+61 -21), udpiiu.cpp (+36 -15) src/cas/io/bsdSocket: casDGIntfIO.cc (+28 -11), casIntfIO.cc (+28 -16), casStreamIO.cc (+24 -13) src/libCom: fdmgr/fdManager.cpp (+7 -4), logClient/logClient.c (+28 -10), osi/osiSock.h (+4 -2) src/libCom/osi/os: Darwin/osdSock.h (+1 -3), Linux/osdSock.h (-2), RTEMS/osdSock.h (+1 -3), alpha/osdSock.h (-1), cygwin32/osdSock.h (-1), hpux/osdSock.h (-1), sgi/osdSock.h (-1), solaris/osdSock.h (-1), sun4/osdSock.h (-1), vxWorks/osdSock.h (-1) src/libCom/osi/os/VMS: osdSock.h (-5), osiSock.h (-5) src/libCom/osi/os/WIN32: osdSock.c (+27 -22), osdSock.h (-1) src/libCom/osi/os/default: osdNetIntf.c (+5 -2), osdSock.c (+16 -1) src/rsrv: camsgtask.c (+4 -1), caserverio.c (+10 -8), caservertask.c (+17 -6), cast_server.c (+16 -6), online_notify.c (+11 -4) | |
|
jhill 4/18/03 5:11 PM |
removed msg minder and moved cb locker to ca ctx class |
| 96 lines of code changed in: src/ca/ca_client_context.cpp (+96 -47) | |
|
jhill 4/18/03 5:10 PM |
removed mmsg minder and eliminate dlow level knowledge of cb locker |
| 17 lines of code changed in: src/ca: cac.cpp (+9 -68), cac.h (+8 -48) | |
|
jhill 4/18/03 5:09 PM |
changed msg arrival notify to cb lock/unlock |
| 3 lines of code changed in: src/ca/cacIO.h (+3 -2) | |
|
jhill 4/18/03 5:08 PM |
added noop cb lock/unlock in base |
| 10 lines of code changed in: src/ca/cacNotify.cpp (+10 -1) | |
|
jhill 4/18/03 5:08 PM |
moved cb locking to ca ctx class |
| 18 lines of code changed in: src/ca/oldAccess.h (+18 -10) | |
|
jhill 4/18/03 5:07 PM |
moved conn cb change to be guarded by func in ca context class |
| 1 lines of code changed in: src/ca/oldChannelNotify.cpp (+1 -23) | |
|
jhill 4/18/03 5:06 PM |
removed msg minder |
| 38 lines of code changed in: src/ca/tcpiiu.cpp (+38 -47) | |
|
jhill 4/18/03 5:05 PM |
removed knowledge of preemptive cb enable |
| 14 lines of code changed in: src/ca: tcpRecvWatchdog.cpp (+8 -10), tcpSendWatchdog.cpp (+6 -8) | |
|
jhill 4/18/03 5:04 PM |
removed msg minder |
| 34 lines of code changed in: src/ca/udpiiu.cpp (+34 -40) | |
|
jhill 4/18/03 10:41 AM |
added missing commit |
| 24 lines of code changed in: src/cas/generic/casStrmClient.cc (+24 -23) | |
|
jhill 4/18/03 10:39 AM |
cosmetic |
| 2 lines of code changed in: src/libCom/osi/os/WIN32/osdThread.c (+2 -2) | |
|
jhill 4/18/03 10:37 AM |
added ca_dump_dbr |
| 608 lines of code changed in: src: ca/test_event.cpp (+566 -55), db/db_test.c (+24 -25), util/ca_test.c (+18 -525) | |
|
jhill 4/18/03 10:36 AM |
cosmetic |
| 13 lines of code changed in: src/ca/db_access.h (+13 -12) | |
|
jhill 4/18/03 10:35 AM |
added ca_dump_dbr |
| 27 lines of code changed in: src/ca: CAref.html (+23 -2), cadef.h (+4 -1) | |
|
jhill 4/18/03 10:34 AM |
cosmetic |
| 3 lines of code changed in: src/ca/acctst.c (+3 -1) | |
|
norume 4/18/03 8:42 AM |
Update to reflect new 'registrar' keyword. |
| 15 lines of code changed in: documentation/README.darwin.html (+15 -3) | |
|
jhill 4/17/03 12:12 PM |
changed name of protocol command |
| 48 lines of code changed in: src/rsrv/camessage.c (+1 -1) src/ca: caProto.h (+3 -3), cac.cpp (+3 -3), tcpiiu.cpp (+33 -49) src/cas/generic: casAsyncPVAttachIOI.cpp (+2 -2), casAsyncReadIOI.cc (+3 -3), casStrmClient.cc (+3 -3) | |
|
jhill 4/17/03 12:11 PM |
fixed too many messages from test |
| 1 lines of code changed in: src/ca/acctst.c (+1 -1) | |
|
jhill 4/16/03 7:07 PM |
patch for fdManager based client tool lock up problems |
| 27 lines of code changed in: src/ca: cac.cpp (+9 -18), cac.h (+2 -3), tcpiiu.cpp (+11 -2), udpiiu.cpp (+5 -5) | |
|
jhill 4/16/03 7:05 PM |
improved diagnostics |
| 5 lines of code changed in: src/ca/acctst.c (+5 -1) | |
|
jhill 4/16/03 5:59 PM |
added cacMessageProcessingMinder class |
| 81 lines of code changed in: src/ca: cac.h (+25 -3), tcpiiu.cpp (+54 -40), udpiiu.cpp (+2 -5) | |
|
jhill 4/16/03 5:59 PM |
improved diagnostic |
| 4 lines of code changed in: src/cas/generic/casStrmClient.cc (+4 -4) | |
|
jhill 4/16/03 4:02 PM |
added misssing epicsShareFunc |
| 6 lines of code changed in: src/libCom/timer/epicsTimer.h (+6 -6) | |
|
jhill 4/16/03 3:59 PM |
changed debug level of messages |
| 10 lines of code changed in: src/cas/generic/outBuf.cc (+10 -7) | |
|
jhill 4/16/03 3:57 PM |
cosmetic |
| 1 lines of code changed in: src/cas/generic/inBuf.h (+1 -1) | |
|
jhill 4/16/03 3:57 PM |
fixed improper unprocessed protocol copy during buffer expansion |
| 4 lines of code changed in: src/cas/generic/inBuf.cc (+4 -2) | |
|
jhill 4/16/03 3:56 PM |
cosmetic |
| 2 lines of code changed in: src/cas/generic/casStrmClient.cc (+2 -5) | |
|
jhill 4/16/03 3:56 PM |
changed debug level of search messages |
| 3 lines of code changed in: src/cas/generic/casDGClient.cc (+3 -3) | |
|
jhill 4/16/03 3:55 PM |
evaluation version of deadlock detect mutex |
| 71 lines of code changed in: src/libCom/osi: epicsMutex.cpp (+52), epicsMutex.h (+19 -2) | |
|
jhill 4/16/03 3:53 PM |
cleanup of questionable, but not incorrect code |
| 7 lines of code changed in: src/libCom/osi/epicsTime.cpp (+7 -4) | |
|
jhill 4/16/03 3:42 PM |
require guard when sending create chan msg |
| 2 lines of code changed in: src/ca/virtualCircuit.h (+2 -2) | |
|
jhill 4/16/03 3:39 PM |
added comQueSendMsgMinder class |
| 45 lines of code changed in: src/ca/tcpiiu.cpp (+45 -35) | |
|
jhill 4/16/03 3:38 PM |
require guard when sending create chan msg |
| 3 lines of code changed in: src/ca/nciu.h (+3 -2) | |
|
jhill 4/16/03 3:38 PM |
require guard when sending crate chan msg |
| 4 lines of code changed in: src/ca/nciu.cpp (+4 -3) | |
|
jhill 4/16/03 3:37 PM |
cosmetic |
| 0 lines of code changed in: src/ca/convert.cpp (-4) | |
|
jhill 4/16/03 3:37 PM |
added comQueSendMsgMinder class |
| 53 lines of code changed in: src/ca/comQueSend.h (+53 -15) | |
|
jhill 4/16/03 3:36 PM |
fixed scalar string to wire formatting |
| 128 lines of code changed in: src/ca/comQueSend.cpp (+128 -117) | |
|
jhill 4/16/03 3:34 PM |
optimized string out |
| 2 lines of code changed in: src/ca/comBuf.h (+2 -2) | |
|
jhill 4/16/03 3:25 PM |
improved test |
| 6 lines of code changed in: src/ca/acctst.c (+6 -1) | |
|
lange 4/16/03 9:09 AM |
Updated Possible Problems section |
| 16 lines of code changed in: documentation/README.hpux (+16 -7) | |
|
mrk 4/15/03 3:04 PM |
putNotifyBlocked no longer necessary |
| 12 lines of code changed in: src/rsrv/camessage.c (+1 -6) src/db: dbAccessDefs.h (+3 -2), dbNotify.c (+2 -4), dbNotify.h (+1 -13), dbPutNotifyBlocker.cpp (+5 -13) | |
|
jhill 4/15/03 1:49 PM |
fixed spelling |
| 9 lines of code changed in: src/ca/CAref.html (+9 -9) | |
|
jhill 4/15/03 1:42 PM |
added para on ca client library context |
| 28 lines of code changed in: src/ca/CAref.html (+28 -2) | |
|
norume 4/10/03 2:56 PM |
Clarify command-line editing library selection. |
| 9 lines of code changed in: configure/os/CONFIG.Common.darwin-ppc (+9 -3) | |
|
jhill 4/10/03 12:51 PM |
added more progress indicators |
| 7 lines of code changed in: src/ca/acctst.c (+7) | |
|
jhill 4/10/03 12:16 PM |
fixed problem with large array header push optimization |
| 5 lines of code changed in: src/ca/comQueSend.cpp (+5 -5) | |
|
jhill 4/10/03 12:15 PM |
remo ved unused code |
| 1 lines of code changed in: src/ca/tcpiiu.cpp (+1 -3) | |
|
jhill 4/10/03 9:55 AM |
fixed epicsTime_localtime |
| 71 lines of code changed in: src/libCom/osi/os/WIN32/osdTime.cpp (+71 -35) | |
|
mrk 4/9/03 8:58 AM |
add info about epicsMessageQueue |
| 4 lines of code changed in: documentation/RELEASE_NOTES.html (+4) | |
|
mrk 4/9/03 8:39 AM |
more changes for 3.14.2 |
| 190 lines of code changed in: documentation: ConvertingR3.14.1AppsToR3.14.2.html (+186 -217), RELEASE_NOTES.html (+4 -3) | |
|
lange 4/9/03 8:28 AM |
+= Build notes |
| 19 lines of code changed in: documentation/README.hpux (+19) | |
|
anj 4/8/03 8:41 PM |
Added softIoc application. |
| 2 lines of code changed in: src/Makefile (+2 -1) | |
|
anj 4/8/03 8:40 PM |
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. |
| 234 lines of code changed in: src/softIoc: Makefile (new 27), absPath.pl (new 0), softIocInclude.dbd (new 1), softMain.cpp (new 206) | |
|
jhill 4/8/03 2:42 PM |
improved diagnostics |
| 80 lines of code changed in: src/cas/generic: caServerDefs.h (-3), caServerI.h (+4), casPVI.cc (+7 -7), casStrmClient.cc (+69 -37) | |
|
mrk 4/8/03 2:31 PM |
RELEASE_NOTES.html |
| 69 lines of code changed in: documentation/RELEASE_NOTES.html (+69 -2) | |
|
anj 4/8/03 2:18 PM |
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. |
| 3 lines of code changed in: src/libCom/osi/os/posix/osdThread.c (+3 -1) | |
|
mrk 4/8/03 10:25 AM |
use %g instead of %f. Saves several lines of code |
| 2 lines of code changed in: src/db/dbScan.c (+2 -6) | |
|
mrk 4/8/03 10:24 AM |
add device for Test Asyn |
| 12 lines of code changed in: src/misc/base.dbd (+12) | |
|
jhill 4/7/03 7:06 PM |
fixed large arrays |
| 11 lines of code changed in: src/cas/generic/casStrmClient.cc (+11 -5) | |
|
jhill 4/7/03 4:15 PM |
optimized protocol transfer |
| 230 lines of code changed in: src/ca: comBuf.h (+57 -57), comQueRecv.cpp (+41 -5), comQueRecv.h (+2 -1), comQueSend.cpp (+109 -17), comQueSend.h (+14 -16), tcpiiu.cpp (+7 -11) | |
|
mrk 4/7/03 11:06 AM |
convert hostnames to lower case |
| 6 lines of code changed in: src/as/asLibRoutines.c (+6 -2) | |
|
jhill 4/7/03 11:06 AM |
optimized time fetch during flush |
| 32 lines of code changed in: src/ca: comBuf.cpp (+3 -3), comBuf.h (+5 -4), tcpRecvWatchdog.cpp (+3 -3), tcpRecvWatchdog.h (+3 -2), tcpSendWatchdog.cpp (+3 -3), tcpSendWatchdog.h (+2 -2), tcpiiu.cpp (+10 -9), virtualCircuit.h (+3 -2) | |
|
mrk 4/7/03 8:52 AM |
epicsStringTest is new |
| 46 lines of code changed in: src/libCom/test: Makefile (+4), epicsStringTest.c (new 42), epicsStringTestMain.cpp (new 0) | |
|
mrk 4/7/03 8:51 AM |
added epicsStrCaseCmp; add epicsShare decoration |
| 29 lines of code changed in: src/libCom/misc: epicsString.c (+23 -1), epicsString.h (+6 -1) | |
|
mrk 4/7/03 7:41 AM |
only the sscanf should have the %lf |
| 2 lines of code changed in: src/db/dbScan.c (+2 -2) | |
|
mrk 4/7/03 7:13 AM |
%lf instead of *f |
| 3 lines of code changed in: src/db/dbScan.c (+3 -3) | |
|
anj 4/4/03 6:16 PM |
Updated the years listed in Copyright notices. |
| 4 lines of code changed in: LICENSE (+2 -2), README (+2 -2) | |
|
anj 4/4/03 3:55 PM |
Added APST and MPST fields that control whether monitors are fired if the new string is identical to the old one. Default value is "On Change" with behaviour identical to before, set to "Always" to fire monitors every time the record is processed (analagous to setting MDEL=-1 for numeric record types). |
| 42 lines of code changed in: src/rec: stringinRecord.c (+5 -1), stringinRecord.dbd (+16), stringoutRecord.c (+5 -1), stringoutRecord.dbd (+16) | |
![]()
Generated by StatCvs v0.1.3