Summary Period: 2002-08-21 to 2002-07-25 (Commits 6652-6751 of 9251)
|
jhill 8/21/02 11:27 AM |
fixed problem wher enum string table cache was installed for wrong primitive type |
| 26 lines of code changed in: src/cas/generic/casPVI.cc (+26 -33) | |
|
jhill 8/21/02 11:25 AM |
use enum for enumerated variable |
| 2 lines of code changed in: src/cas/generic/casPVIIL.h (+2 -2) | |
|
jhill 8/21/02 11:24 AM |
use bool for boolean variable |
| 8 lines of code changed in: src/cas/generic: casStrmClient.cc (+6 -6), server.h (+2 -2) | |
|
jhill 8/21/02 11:21 AM |
cosmetic |
| 1 lines of code changed in: src/cas/example/directoryService/directoryServer.cc (+1 -1) | |
|
jhill 8/21/02 10:39 AM |
moved gr enum test up |
| 1 lines of code changed in: src/ca/acctst.c (+1 -1) | |
|
jhill 8/20/02 7:14 PM |
fixed message |
| 2 lines of code changed in: src/ca/acctst.c (+2 -2) | |
|
jhill 8/20/02 4:52 PM |
tabs are now spaces |
| 147 lines of code changed in: src/cas/generic/caNetAddr.h (+147 -147) | |
|
jhill 8/20/02 4:37 PM |
cosmetic |
| 15 lines of code changed in: src/ca/access.cpp (+15 -1) | |
|
norume 8/20/02 11:18 AM |
Select NIC at run-time instead of at EPICS build-time. |
| 30 lines of code changed in: configure/os/CONFIG_SITE.Common.RTEMS-pc386 (-2), src/RTEMS/base/rtems_netconfig.c (+30 -26) | |
|
jhill 8/19/02 6:16 PM |
removed epicsShareAPI keyword |
| 15 lines of code changed in: src/ca/CAref.html (+15 -3) | |
|
jba 8/16/02 2:01 PM |
Modified profiling definitions. |
| 7 lines of code changed in: configure/os: CONFIG.solaris-sparc.solaris-sparc (+2 -2), CONFIG.solaris-x86.solaris-x86 (+5 -5) | |
|
jba 8/16/02 1:38 PM |
Changed PROFILE to NO as default. |
| 2 lines of code changed in: configure/os/CONFIG.solaris-sparc.solaris-sparc (+2 -2) | |
|
jhill 8/15/02 7:07 PM |
This was defensive coding against deadlock occurring when they hold a lock in the expire callback that they also hold when starting the timer. I dont know how to protect them against a situation where they hold a lock in the expire callback and also hold it when canceling the timer, but at least that is a less common situation. |
| 52 lines of code changed in: src/libCom/timer/timer.cpp (+52 -29) | |
|
jhill 8/15/02 7:05 PM |
removed privateCancel() function |
| 1 lines of code changed in: src/libCom/timer/timerPrivate.h (+1 -2) | |
|
jhill 8/15/02 7:05 PM |
This was defensive coding against deadlock occurring when they hold a lock in the expire callback that they also hold when starting the timer. I dont know how to protect them against a situation where they hold a lock in the expire callback and also hold it when canceling the timer, but at least that is a less common situation. |
| 14 lines of code changed in: src/libCom/timer/timerQueue.cpp (+14 -7) | |
|
jhill 8/15/02 4:53 PM |
document the CA data types |
| 225 lines of code changed in: src/ca/CAref.html (changed) | |
|
jhill 8/15/02 4:53 PM |
added new type for DBR_CLAA_NAME. |
| 2 lines of code changed in: src/ca/db_access.h (+2 -1) | |
|
jba 8/15/02 9:36 AM |
Changed required gnumake version to 3.78.1 |
| 2 lines of code changed in: documentation: README.1st (+1 -1), README.html (+1 -1) | |
|
jba 8/15/02 9:34 AM |
Updated required gnumake version to 3.79. |
| 2 lines of code changed in: documentation: README.1st (+1 -1), README.html (+1 -1) | |
|
jba 8/15/02 9:29 AM |
Fixed profiling option. |
| 5 lines of code changed in: configure/os: CONFIG.solaris-sparc.solaris-sparc (+3 -3), CONFIG.solaris-x86.solaris-x86 (+2 -2) | |
|
jhill 8/14/02 5:04 PM |
fixed deadlock |
| 3 lines of code changed in: src/cas/generic/casEventSys.cc (+3 -4) | |
|
jhill 8/14/02 4:53 PM |
fixed deadlock |
| 41 lines of code changed in: src/cas/generic/casEventSys.cc (+41 -48) | |
|
jhill 8/14/02 1:22 PM |
add old client error code |
| 7 lines of code changed in: src/ca/caerr.h (+7 -6) | |
|
jhill 8/14/02 11:20 AM |
return ECA_ style error so that better diagnostics percolate up to client |
| 57 lines of code changed in: src/rsrv: camessage.c (+48 -53), camsgtask.c (+2 -1), caserverio.c (+7 -7) | |
|
jhill 8/12/02 7:19 PM |
export diagnostic counters |
| 37 lines of code changed in: src/cas/generic: caServer.cc (+7 -36), caServerIIL.h (+6 -22), casdef.h (+21 -25), server.h (+3 -5) | |
|
jhill 8/12/02 7:13 PM |
removed extra cr |
| 1 lines of code changed in: src/ca/acctst.c (+1 -1) | |
|
jhill 8/12/02 6:05 PM |
remove Zi option from optimized build |
| 3 lines of code changed in: configure/os/CONFIG.win32-x86.win32-x86 (+3 -3) | |
|
jhill 8/12/02 11:18 AM |
cosmetic |
| 39 lines of code changed in: src/cas/generic/server.h (+39 -38) | |
|
jhill 8/9/02 6:27 PM |
use guard class to manage mutex locks |
| 301 lines of code changed in: src/cas/generic: casAsyncIOI.cc (+7 -24), casAsyncIOIIL.h (del), casAsyncPVAttachIO.cc (+1 -2), casAsyncPVExistIO.cc (+1 -2), casAsyncReadIO.cc (+7 -10), casAsyncWriteIO.cc (+2 -4), casChannelI.cc (+5 -13), casChannelIIL.h (+11 -35), casCoreClient.cc (+8 -10), casCoreClientIL.h (+14 -5), casEventSys.cc (+91 -98), casEventSysIL.h (+20 -21), casInternal.h (+5 -14), casMonitor.cc (+46 -56), casPVI.cc (+17 -25), casPVIIL.h (+11 -46), casStrmClient.cc (+22 -33), inBuf.cc (+4 -5), outBuf.cc (+20 -22), server.h (+8 -3) | |
|
jhill 8/9/02 6:08 PM |
proper search for beacon period parm |
| 9 lines of code changed in: src/ca/acctst.c (+9 -2) | |
|
jhill 8/9/02 11:53 AM |
new command line, better formatting |
| 44 lines of code changed in: src/ca/casw.cpp (+44 -14) | |
|
jhill 8/9/02 11:52 AM |
initialize the beacon sequence number |
| 3 lines of code changed in: src/ca/cac.cpp (+3 -3) | |
|
jhill 8/9/02 11:52 AM |
new diagnostics |
| 4 lines of code changed in: src/ca/bhe.h (+4 -2) | |
|
jhill 8/9/02 11:51 AM |
initialize the beacon sequence number |
| 20 lines of code changed in: src/ca/bhe.cpp (+20 -23) | |
|
jhill 8/9/02 11:50 AM |
new command line to casw |
| 2 lines of code changed in: src/ca/CAref.html (+2 -2) | |
|
jhill 8/9/02 9:45 AM |
updated to support independent configuration of certain server parameters |
| 6 lines of code changed in: configure/CONFIG_ENV (+6 -33) | |
|
jhill 8/8/02 7:19 PM |
doc |
| 1 lines of code changed in: src/libCom/misc/aToIPAddr.c (+1 -1) | |
|
jhill 8/8/02 7:14 PM |
updated to support independent configuration of certain server parameters |
| 33 lines of code changed in: src: cas/generic/caServerI.cc (+13 -7), libCom/env/envDefs.h (+6 -3) src/cas/io/bsdSocket: caServerIO.cc (+6 -3), casDGIntfIO.cc (+8 -2) | |
|
jhill 8/8/02 7:12 PM |
removed comment |
| 2 lines of code changed in: src/cas/generic/casdef.h (+2 -8) | |
|
jhill 8/8/02 5:37 PM |
fixed beacon period name |
| 1 lines of code changed in: src/ca/acctst.c (+1 -1) | |
|
jhill 8/8/02 5:36 PM |
fixed test name |
| 1 lines of code changed in: src/ca/catime.c (+1 -1) | |
|
jhill 8/8/02 12:09 PM |
added description of CA repeater |
| 70 lines of code changed in: src/ca/CAref.html (+70 -34) | |
|
jhill 8/8/02 10:37 AM |
clean up |
| 19 lines of code changed in: src/ca/CAref.html (+19 -26) | |
|
jhill 8/7/02 7:41 PM |
improved server configuration documentation |
| 306 lines of code changed in: src/ca/CAref.html (+306 -195) | |
|
jhill 8/7/02 7:25 PM |
made configuration more like portable server |
| 85 lines of code changed in: src/rsrv/online_notify.c (+85 -24) | |
|
jhill 8/7/02 7:22 PM |
allow use of EPICS_CAS_SERVER_PORT |
| 17 lines of code changed in: src/rsrv: caservertask.c (+9 -2), cast_server.c (+8 -1) | |
|
jhill 8/7/02 1:06 PM |
fixed wrong client id in asynchronous access control response |
| 39 lines of code changed in: src/cas/generic: casChannelI.cc (+19 -17), casChannelIIL.h (+8 -8), casInternal.h (+12 -8) | |
|
jhill 8/7/02 1:05 PM |
removed redundant string table cache clear |
| 1 lines of code changed in: src/cas/generic/casPVI.cc (+1 -2) | |
|
jhill 8/7/02 1:04 PM |
fixed wrong client id in asynchronous access control response |
| 11 lines of code changed in: src/cas/generic: casPVListChan.cc (+8 -3), casStrmClient.cc (+3 -1) | |
|
jhill 8/6/02 7:30 PM |
fixed sequence numbers in asynchronous search response |
| 106 lines of code changed in: src/cas/generic: casAsyncPVExistIO.cc (+6 -3), casClient.cc (+1 -2), casCoreClient.cc (+19 -2), casDGClient.cc (+50 -40), casStrmClient.cc (+8 -3), casdef.h (+4 -2), server.h (+18 -10) | |
|
anj 8/6/02 5:48 PM |
Various cleanup edits. No text changes, just layout. |
| 347 lines of code changed in: src/ca/CAref.html (+347 -441) | |
|
jhill 8/6/02 1:41 PM |
fixed hang under heavy udp load |
| 13 lines of code changed in: src/cas/generic/st/casDGIntfOS.cc (+13 -11) | |
|
anj 8/6/02 11:06 AM |
Changed (c) comments to HTML comments, Added charset to content-type header, fixed one HTML validator error. |
| 12 lines of code changed in: src/ca/CAref.html (+12 -13) | |
|
jhill 8/5/02 5:57 PM |
fixed missing version/sequence number header in asynchronous search response |
| 7 lines of code changed in: src/cas/generic/casDGClient.cc (+7 -4) | |
|
jba 8/2/02 9:05 AM |
Added darwin-ppc. |
| 2 lines of code changed in: documentation/README.html (+2 -1) | |
|
jhill 8/1/02 5:58 PM |
workaround for borland compiler does not have placement delete |
| 10 lines of code changed in: src/ca: netIO.h (+5 -1), syncGroup.h (+5 -1) | |
|
norume 8/1/02 4:05 PM |
Use correct file name when CONFIG_COMPAT is mapping Darwin to darwin-ppc. |
| 2 lines of code changed in: configure/os/CONFIG.Common.darwin-ppc (+2 -2) | |
|
norume 8/1/02 4:04 PM |
Mac OS X doesn't allow executables to be statically linked (missing crt0.o). |
| 6 lines of code changed in: configure/os/CONFIG.darwin-ppc.darwin-ppc (+6 -1) | |
|
norume 8/1/02 3:51 PM |
Add compatibility entry for Darwin (Mac OS X). |
| 2 lines of code changed in: configure/os/CONFIG_COMPAT (+2 -1) | |
|
jhill 8/1/02 3:27 PM |
fixed version header wasnt pushed into the stream at the correct place |
| 6 lines of code changed in: src/cas/generic/casDGClient.cc (+6 -6) | |
|
jba 8/1/02 1:17 PM |
Updated release number. |
| 5 lines of code changed in: documentation: KnownProblems.html (+1 -1), README.1st (+2 -2), README.html (+2 -2) | |
|
mrk 8/1/02 11:20 AM |
Updates for beta2 |
| 2 lines of code changed in: documentation/KnownProblems.html (+2 -116) | |
|
jba 8/1/02 10:41 AM |
Added solarisGnu. |
| 2 lines of code changed in: configure/os/CONFIG_COMPAT (+2 -1) | |
|
jba 8/1/02 10:39 AM |
Updates for R3.14.0beta2. |
| 14 lines of code changed in: documentation: README.1st (+5 -4), README.html (+8 -6), RELEASE_NOTES.html (+1 -1) | |
|
jhill 7/31/02 7:17 PM |
remove testing override |
| 1 lines of code changed in: src/libCom/osi/os/WIN32/osdMutex.c (+1 -2) | |
|
jhill 7/31/02 7:09 PM |
its ugly, but its the only way to accomodate 95/98/me |
| 176 lines of code changed in: src/libCom/osi/os/WIN32/osdMutex.c (+176 -85) | |
|
jhill 7/31/02 4:16 PM |
added version string |
| 3 lines of code changed in: src/libCom/osi/epicsTime.cpp (+3) | |
|
jhill 7/31/02 4:16 PM |
removed @(#) symbol |
| 7 lines of code changed in: src/misc/epicsRelease.c (+7 -8) | |
|
jhill 7/31/02 4:10 PM |
doc |
| 2 lines of code changed in: src/libCom/osi/os/default/osdAssert.c (+2 -2) | |
|
jhill 7/31/02 4:09 PM |
use EPICS_ version string |
| 3 lines of code changed in: src/libCom/osi/os/WIN32/osdSock.c (+3 -3) | |
|
jhill 7/31/02 4:07 PM |
dont place the @(#) symbol in the version string |
| 1 lines of code changed in: src/libCom/misc/makeEpicsVersion.pl (+1 -1) | |
|
jhill 7/31/02 4:05 PM |
added version string |
| 5 lines of code changed in: src: ca/cac.cpp (+3 -2), cas/generic/caServerI.cc (+2 -2) | |
|
jba 7/31/02 2:01 PM |
Updated for R3.14.0beta2. |
| 219 lines of code changed in: documentation/BuildingR3.13ExtensionsWithR3.14.html (+219 -110) | |
|
jba 7/31/02 12:06 PM |
Changed BASE_ to EPICS_. |
| 56 lines of code changed in: src: ca/ca.rc (+4 -4), cas/build/cas.rc (+4 -4), db/dbIoc.rc (+4 -4), dbtools/dbtoolsIoc.rc (+4 -4), gdd/gdd.rc (+4 -4), libCom/Com.rc (+4 -4), registry/registryIoc.rc (+4 -4), rsrv/rsrvIoc.rc (+4 -4) src/as: asHost.rc (+4 -4), asIoc.rc (+4 -4) src/dbStatic: dbStaticHost.rc (+4 -4), dbStaticIoc.rc (+4 -4) src/misc: misc.rc (+4 -4), miscIoc.rc (+4 -4) | |
|
jhill 7/31/02 10:45 AM |
added version string |
| 3 lines of code changed in: src/cas/generic/caServerI.cc (+3 -2) | |
|
jhill 7/31/02 10:03 AM |
added version string |
| 6 lines of code changed in: src: ca/cac.cpp (+3 -1), cas/generic/caServerI.cc (+3 -3) | |
|
jba 7/30/02 5:41 PM |
Removed release* targets. |
| 1 lines of code changed in: Makefile (+1 -9) | |
|
jba 7/30/02 4:45 PM |
Changed mpentium to mcpu=pentium. Added libs to SYS_SHRLIB_LIBS. |
| 3 lines of code changed in: configure/os/CONFIG.Common.linux-x86 (+3 -3) | |
|
jba 7/30/02 4:40 PM |
R3.14.0beta2 |
| 3 lines of code changed in: configure/CONFIG_BASE_VERSION (+3 -3) | |
|
jba 7/30/02 4:39 PM |
Removed all BASE_ macros. |
| 2 lines of code changed in: src/libCom/misc/makeEpicsVersion.pl (+2 -13) | |
|
mrk 7/30/02 1:54 PM |
dbDumpField failed on solaris |
| 6 lines of code changed in: src/dbStatic/dbStaticLib.c (+6 -3) | |
|
mrk 7/30/02 1:02 PM |
add dbSubExample |
| 2 lines of code changed in: src/makeBaseApp/Makefile (+2) | |
|
mrk 7/30/02 12:44 PM |
accidently committed version not buildibg gdd and cas |
| 3 lines of code changed in: src/Makefile (+3 -3) | |
|
mrk 7/30/02 12:42 PM |
remove *Recdes* and *Flddes* |
| 14 lines of code changed in: documentation/RELEASE_NOTES.html (+11 -6), src/Makefile (+3 -3) | |
|
mrk 7/30/02 12:40 PM |
get rid of *Recdes* and *Fielddes* |
| 3 lines of code changed in: src/dbStatic: dbStaticLib.c (+1 -30), dbStaticLib.h (+2 -22) | |
|
jhill 7/29/02 1:33 PM |
clean up c++ variable init |
| 5 lines of code changed in: src/cas/generic/casDGClient.cc (+5 -8) | |
|
jhill 7/29/02 1:10 PM |
moved loop exit condition to top of loop |
| 2 lines of code changed in: src/cas/generic/casDGClient.cc (+2 -6) | |
|
jba 7/29/02 11:29 AM |
Added TDS definition. |
| 5 lines of code changed in: configure/os/CONFIG.win32-x86-borland.win32-x86-borland (+5 -1) | |
|
jba 7/29/02 11:23 AM |
Initial version. |
| 11 lines of code changed in: configure/os/CONFIG_SITE.win32-x86.win32-x86 (new 11) | |
|
jhill 7/26/02 2:16 PM |
fixed improper emulation of ellFree |
| 1 lines of code changed in: src/cas/io/bsdSocket/casDGIntfIO.cc (+1 -5) | |
|
mrk 7/26/02 10:11 AM |
add some additional asserts |
| 4 lines of code changed in: src/db/dbCa.c (+4 -1) | |
|
jhill 7/25/02 5:42 PM |
attempt to fix GNU builds correctly for all versions of solaris |
| 3 lines of code changed in: src/libCom/osi/os/solaris/osdSock.h (+3 -3) | |
|
norume 7/25/02 5:35 PM |
Add notes about readline shared library. |
| 19 lines of code changed in: documentation/README.darwin (+19 -6) | |
|
jhill 7/25/02 5:11 PM |
changed tsDLIterBD to tsDLIter |
| 38 lines of code changed in: src/libCom/cxxTemplates/test: tsDLListBench.cc (+5 -4), tsDLListTest.cc (+33 -27) | |
|
jhill 7/25/02 5:10 PM |
cleaned up minimal subroutine timer |
| 19 lines of code changed in: src/libCom/cxxTemplates/test/resourceLibTest.cc (+19 -18) | |
|
jba 7/25/02 3:51 PM |
Initial version. |
| 5 lines of code changed in: documentation/ConvertingR3.14.0beta1AppsTobeta2.html (new 5) | |
|
jhill 7/25/02 3:50 PM |
changed tsDLIterBD to tsDLIter |
| 74 lines of code changed in: src/db/dbServiceIO.cpp (+2 -2) src/ca: CASG.cpp (+3 -3), bhe.cpp (+3 -3), cac.cpp (+5 -5), cacServiceList.cpp (+3 -3), comQueSend.cpp (+3 -3), comQueSend.h (+2 -2), repeater.cpp (+2 -2), tcpiiu.cpp (+2 -2), udpiiu.cpp (+3 -3) src/cas/generic: caServerI.cc (+6 -6), casChannelI.cc (+10 -10), casChannelIIL.h (+2 -2), casCoreClient.cc (+3 -3), casInternal.h (+2 -2), casPVI.cc (+3 -3), casPVIIL.h (+2 -2), casStrmClient.cc (+7 -7) src/libCom: Makefile (-1), fdmgr/fdManager.cpp (+3 -3), misc/ipAddrToAsciiAsynchronous.cpp (+2 -2) src/libCom/timer: timer.cpp (+2 -2), timerQueue.cpp (+2 -2), timerQueueActiveMgr.cpp (+2 -2) | |
|
jhill 7/25/02 3:50 PM |
removed depricated functions |
| 0 lines of code changed in: src/libCom/cxxTemplates/tsDLListDeprecated.h (del) | |
|
jhill 7/25/02 3:50 PM |
changed tsDLIterBD to tsDLIter |
| 81 lines of code changed in: src/libCom/cxxTemplates/tsDLList.h (+81 -92) | |
|
jhill 7/25/02 11:32 AM |
fixed void return |
| 2 lines of code changed in: src/ca/limboiiu.cpp (+2 -2) | |
![]()
Generated by StatCvs v0.1.3