Commit Log (Page 31 of 93)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 Next >>

Summary Period: 2002-03-21 to 2002-02-18 (Commits 6152-6251 of 9251)

jhill
3/21/02 4:56 PM
epicsAutoMutex has a new name, fixed free lists, and use c++ thread class,
and fixed dll symbol exports
336 lines of code changed in:
src/ca: CASG.cpp (+12 -28), comBuf.cpp (+2 -14), comBuf.h (+6 -8), comQueSend.cpp (+2 -4), db_access.h (+3 -1), getCallback.cpp (+3 -14), getCopy.cpp (+3 -14), hostNameCache.cpp (+4 -16), hostNameCache.h (+3 -3), msgForMultiplyDefinedPV.cpp (+9 -20), msgForMultiplyDefinedPV.h (+11 -11), nciu.cpp (+12 -27), nciu.h (+18 -9), netIO.h (+19 -20), netSubscription.cpp (+2 -4), netiiu.cpp (+4 -19), netiiu.h (+6 -6), oldAccess.h (+27 -30), oldCAC.cpp (+10 -10), oldChannelNotify.cpp (+5 -18), oldSubscription.cpp (+3 -14), putCallback.cpp (+3 -14), repeater.cpp (+5 -20), searchTimer.cpp (+4 -4), searchTimer.h (+5 -6), syncGroup.h (+23 -12), syncGroupNotify.cpp (+2 -1), syncGroupReadNotify.cpp (+8 -4), syncGroupWriteNotify.cpp (+8 -4), syncgrp.cpp (+2 -3), tcpiiu.cpp (+112 -156)

jhill
3/21/02 4:54 PM
installed into cvs
5 lines of code changed in:
src/ca: tcpKillTimer.cpp (new 2), tcpKillTimer.h (new 1), tcpRecvThread.cpp (new 2)

jhill
3/21/02 4:49 PM
epicsAutoMutex has a new name, fixed free lists, and use c++ thread class,
and fixed dll symbol exports
82 lines of code changed in:
src/ca: udpiiu.cpp (+45 -39), udpiiu.h (+37 -21)

jhill
3/21/02 4:48 PM
epicsAutoMutex has a new name, fixed free lists, and use c++ thread class
40 lines of code changed in:
src/ca/virtualCircuit.h (+40 -14)

jhill
3/21/02 4:45 PM
epicsAutoMutex has a new name, fixed free lists, and allow timer to be deleted during expire
228 lines of code changed in:
src/libCom/timer: timer.cpp (+42 -41), timerPrivate.h (+81 -51), timerQueue.cpp (+86 -78), timerQueueActive.cpp (+4 -9), timerQueueActiveMgr.cpp (+10 -11), timerQueuePassive.cpp (+5 -14)

jhill
3/21/02 4:44 PM
epicsAutoMutex has a new name and fixed free lists
10 lines of code changed in:
src/libCom/timer/epicsTimer.cpp (+10 -52)

jhill
3/21/02 4:43 PM
fixed comment
1 lines of code changed in:
src/libCom/timer/epicsTimer.h (+1 -1)

jhill
3/21/02 4:41 PM
use singleton class
88 lines of code changed in:
src/libCom/test/epicsTimerTest.cpp (+88 -38)

jhill
3/21/02 4:40 PM
reversed previous change
2 lines of code changed in:
src/libCom/osi/os/WIN32/osdThread.c (+2 -9)

jhill
3/21/02 4:25 PM
moved once call out of mutex guard
11 lines of code changed in:
src/libCom/osi/os/WIN32/osdThread.c (+11 -5)

jhill
3/21/02 4:23 PM
cleaned this up.
o removed multiple implementations
o made efficent robust version using win32 critical section
85 lines of code changed in:
src/libCom/osi/os/WIN32/osdMutex.c (+85 -270)

jhill
3/21/02 4:22 PM
moved epicsEvent implementation out of header file
0 lines of code changed in:
src/libCom/osi/epicsEvent.h (-64)

jhill
3/21/02 4:21 PM
moved epicsMutex.c to epicsMutex.cpp
185 lines of code changed in:
src/libCom/osi: epicsMutex.c (del), epicsMutex.cpp (new 185)

jhill
3/21/02 4:20 PM
moved epicsMutex implementation out of header file
1 lines of code changed in:
src/libCom/osi/epicsMutex.h (+1 -112)

jhill
3/21/02 4:19 PM
added exception
1 lines of code changed in:
src/libCom/osi/epicsThread.h (+1)

jhill
3/21/02 4:18 PM
added sockAddrAreIdentical
36 lines of code changed in:
src/libCom/osi: osiSock.c (+28 -1), osiSock.h (+8 -1)

jhill
3/21/02 4:17 PM
changed name of guard class
11 lines of code changed in:
src/libCom/misc/ipAddrToAsciiAsynchronous.cpp (+11 -10)

jhill
3/21/02 4:16 PM
removed template instantiations
2 lines of code changed in:
src/libCom/fdmgr: fdManager.cpp (+1 -14), fdmgr.cpp (+1 -14)

jhill
3/21/02 4:15 PM
simplified
74 lines of code changed in:
src/libCom/cxxTemplates/tsFreeList.h (+74 -72)

jhill
3/21/02 4:15 PM
added new modules
7 lines of code changed in:
src/libCom/Makefile (+7 -1)

mrk
3/18/02 1:32 PM
more secure locking
36 lines of code changed in:
src/db/dbCa.c (+36 -58)

mrk
3/18/02 1:32 PM
changes for putNotify code
2 lines of code changed in:
src/db/dbAccess.c (+2 -3)

lange
3/18/02 8:15 AM
Bugfix
2 lines of code changed in:
configure/os/CONFIG.hpux-parisc.hpux-parisc (+2 -2)

jhill
3/12/02 9:59 AM
fixed scope of temporary objects
7 lines of code changed in:
src/libCom/test/epicsTimerExample.cpp (+7 -5)

mrk
3/8/02 11:04 AM
remove definition for FLDNAME_SZ
1 lines of code changed in:
src/libCom/misc/dbDefs.h (+1 -3)

jhill
3/7/02 1:31 PM
increased time out
1 lines of code changed in:
src/ca/acctst.c (+1 -1)

jhill
3/7/02 1:29 PM
improved test
32 lines of code changed in:
src/ca/acctst.c (+32 -22)

jhill
3/7/02 1:18 PM
fixed spelling
2 lines of code changed in:
src/cas/io/bsdSocket/casDGIntfIO.cc (+2 -2)

jhill
3/7/02 1:06 PM
removed broadcast overlap testing
17 lines of code changed in:
src/ca/iocinf.cpp (+17 -18)

jhill
3/7/02 12:52 PM
fixed spelling
1 lines of code changed in:
src/ca/addrList.h (+1 -1)

jhill
3/7/02 12:52 PM
removed knowledge of subnet mask from network interface query
3 lines of code changed in:
src/libCom/osi/osiSock.h (+1 -2)
src/libCom/osi/os: WIN32/osdNetIntf.c (+1 -5), default/osdNetIntf.c (+1 -10)

jhill
3/7/02 12:50 PM
removed off normal code from inline function
21 lines of code changed in:
src/ca: comQueSend.cpp (+15 -1), comQueSend.h (+6 -10)

jhill
3/7/02 12:47 PM
improved message
4 lines of code changed in:
src/ca: access.cpp (+3 -3), caerr.h (+1 -1)

jhill
3/7/02 12:46 PM
better test to see if a large message will fit in the old buffer
2 lines of code changed in:
src/ca/tcpiiu.cpp (+2 -2)

mrk
3/7/02 11:05 AM
major changes
63 lines of code changed in:
src/db: dbNotify.c (+49 -48), dbNotify.h (+14 -7)

mrk
3/7/02 11:04 AM
dbNotify API changes
7 lines of code changed in:
src/db: dbPutNotifyBlocker.cpp (+4 -18), db_test.c (+3 -6)

mrk
3/7/02 11:04 AM
changes for double to float
7 lines of code changed in:
src/db: dbConvert.c (+3 -1), dbFastLinkConv.c (+4 -2)

mrk
3/7/02 11:03 AM
change putNotify timout message
1 lines of code changed in:
src/ca/caerr.h (+1 -1)

mrk
3/7/02 11:02 AM
dbNotify API changes
3 lines of code changed in:
src/rsrv: camessage.c (+3 -12), server.h (-10)

lange
3/7/02 8:59 AM
Bugfix...
3 lines of code changed in:
src/db/dbNotify.c (+3 -3)

jhill
3/6/02 3:29 PM
fixed problem with improper drain of messages that will not fit
3 lines of code changed in:
src/rsrv/camessage.c (+3 -4)

jhill
3/6/02 3:27 PM
fixed another problem with multi-typed receive buffers
6 lines of code changed in:
src/rsrv/caservertask.c (+6 -4)

mrk
3/6/02 10:22 AM
tempory fix for dbNotify
6 lines of code changed in:
src/db/dbNotify.c (+6 -3)

mrk
3/5/02 9:24 AM
more improvements
148 lines of code changed in:
src/db: dbNotify.c (+123 -57), dbNotify.h (+25 -6)

jhill
3/4/02 7:28 PM
dont terminate client in default exception if the array request was too large
1 lines of code changed in:
src/ca/caerr.h (+1 -1)

jhill
3/4/02 6:23 PM
cosmetic
2 lines of code changed in:
src/db/dbPutNotifyBlocker.cpp (+2 -2)

jba
3/4/02 1:38 PM
Added RM of target to some rules.
6 lines of code changed in:
configure: RULES.Db (+5), RULES.ioc (+1)

jba
3/4/02 1:31 PM
Removed OPT flag overrides.
1 lines of code changed in:
configure/os/CONFIG.Common.vxWorksCommon (+1 -8)

mrk
3/4/02 7:18 AM
failed simplest testcvs -n update
88 lines of code changed in:
src/db/dbNotify.c (+88 -67)

jhill
2/28/02 7:10 PM
better function name
8 lines of code changed in:
src/ca/acctst.c (+8 -8)

mrk
2/28/02 9:35 AM
call dbPutNotifyInit; call initialProcess earlier
5 lines of code changed in:
src/misc/iocInit.c (+5 -2)

mrk
2/28/02 9:34 AM
call atexit only if successful
4 lines of code changed in:
src/libCom/error/errlog.c (+4 -2)

mrk
2/28/02 9:32 AM
PUTNOTIFY => putNotify
2 lines of code changed in:
src/rsrv: camessage.c (+1 -1), server.h (+1 -1)

mrk
2/28/02 9:29 AM
major revision to putNotify
309 lines of code changed in:
src/db: dbAccess.c (+6 -3), dbCommon.dbd (+3 -3), dbNotify.c (+237 -285), dbNotify.h (+58 -23), db_access.c (+2 -2), db_test.c (+3 -3)

mrk
2/28/02 9:28 AM
changes for PINI
1 lines of code changed in:
src/db/initHooks.h (+1 -1)

jhill
2/27/02 6:27 PM
fix gnu compiler detected problem
4 lines of code changed in:
src/libCom/cxxTemplates/tsFreeList.h (+4 -3)

jhill
2/27/02 6:20 PM
changed channel and subscription uninstal procedures
220 lines of code changed in:
src/ca/cac.cpp (+220 -151)

jhill
2/27/02 6:16 PM
auto mutex release now requires an auto mutex
80 lines of code changed in:
src/ca/cac.h (+80 -35)

jhill
2/27/02 6:15 PM
vixed pre ansi c prototype
2 lines of code changed in:
src/ca/cadef.h (+2 -2)

jhill
2/27/02 6:14 PM
auto mutex release now requires an auto mutex
67 lines of code changed in:
src/ca: netiiu.cpp (+2 -2), netiiu.h (+6 -5), searchTimer.cpp (+59 -52)

jhill
2/27/02 6:13 PM
changed circuit shutdown procedure
24 lines of code changed in:
src/ca/tcpiiu.cpp (+24 -42)

jhill
2/27/02 6:11 PM
auto mutex release now requires an auto mutex
38 lines of code changed in:
src/ca: udpiiu.cpp (+19 -26), udpiiu.h (+12 -11), virtualCircuit.h (+7 -7)

jhill
2/27/02 6:10 PM
improved test
51 lines of code changed in:
src/ca/acctst.c (+51 -17)

jhill
2/27/02 6:07 PM
avoid holding a lock when calling a callback
49 lines of code changed in:
src/db: dbCAC.h (+31 -5), dbServiceIO.cpp (+18 -71)

jhill
2/27/02 6:06 PM
auto mutex release now requires an auto mutex
4 lines of code changed in:
src/db/dbPutNotifyBlocker.cpp (+4 -4)

jhill
2/27/02 6:05 PM
new sorce file
2 lines of code changed in:
src/db: Makefile (+1), dbServiceIOReadNotifyCache.cpp (new 1)

jhill
2/27/02 6:04 PM
use enum value and avoid cast
2 lines of code changed in:
src/cas/generic/casStrmClient.cc (+2 -2)

jhill
2/27/02 6:04 PM
upgraded to match new osiSufficentSpaceInPool() api
3 lines of code changed in:
src/cas/generic/casDGClient.cc (+3 -3)

jhill
2/27/02 6:03 PM
removed pure indication from destructor
2 lines of code changed in:
src/cas/generic/casdef.h (+2 -2)

jhill
2/27/02 6:02 PM
removed pool status external
0 lines of code changed in:
src/rsrv/server.h (-2)

jhill
2/27/02 6:01 PM
removed poll of memFindMax()
2 lines of code changed in:
src/rsrv/online_notify.c (+2 -14)

jhill
2/27/02 6:00 PM
improved memory management
24 lines of code changed in:
src/rsrv: camessage.c (+17 -6), caservertask.c (+7 -4)

jhill
2/27/02 5:55 PM
added new parameter
1 lines of code changed in:
src/libCom/osi/os/WIN32/osdPoolStatus.c (+1 -1)

jhill
2/27/02 5:55 PM
spawn off an independent thread
57 lines of code changed in:
src/libCom/osi/os/vxWorks/osdPoolStatus.c (+57 -4)

jhill
2/27/02 5:54 PM
added new parameter
2 lines of code changed in:
src/libCom/osi/os/RTEMS/osdPoolStatus.c (+2 -2)

jhill
2/27/02 5:33 PM
added new parameter
1 lines of code changed in:
src/libCom/osi/os/default/osdPoolStatus.c (+1 -1)

jhill
2/27/02 5:31 PM
auto mutex release now requires an auto mutex
21 lines of code changed in:
src/libCom: misc/ipAddrToAsciiAsynchronous.cpp (+2 -2), osi/epicsMutex.h (+10 -9)
src/libCom/timer: timer.cpp (+5 -5), timerPrivate.h (+2 -2), timerQueueActive.cpp (+2 -2)

jhill
2/27/02 5:29 PM
added new parameter
10 lines of code changed in:
src/libCom/osi/osiPoolStatus.h (+10 -2)

jhill
2/27/02 5:25 PM
rearranged for better readability
16 lines of code changed in:
src/libCom/cxxTemplates/tsFreeList.h (+16 -12)

jhill
2/27/02 5:24 PM
supress warning
4 lines of code changed in:
src/libCom/cxxTemplates/resourceLib.h (+4 -2)

jhill
2/27/02 3:09 PM
installed patch for "events lost" problem when installing many subscriptions
just after canceling many subscriptions
15 lines of code changed in:
src/db/dbEvent.c (+15 -4)

jhill
2/27/02 1:54 PM
improved diagnostics and a safer implementation of the ring space computation
26 lines of code changed in:
src/db/dbEvent.c (+26 -19)

jhill
2/26/02 1:46 PM
improved memory management
56 lines of code changed in:
src/rsrv: camessage.c (+1 -1), caservertask.c (+40 -22)

jhill
2/26/02 11:04 AM
fixed jumbo buffer memory management
36 lines of code changed in:
src/rsrv/caservertask.c (+36 -19)

jhill
2/26/02 9:37 AM
removed c++ style comment
5 lines of code changed in:
src/ca/acctst.c (+5 -3)

jhill
2/26/02 9:32 AM
added more array tests
61 lines of code changed in:
src/ca/acctst.c (+61 -12)

lange
2/25/02 9:19 AM
All HPUX warnings fixed.
219 lines of code changed in:
src/ca: comBuf.h (+8 -10), comQueRecv.cpp (+10 -13)
src/cas/example/directoryService: directoryServer.h (+2 -1), main.cc (+1)
src/cas/generic: caNetAddr.h (+4 -3), caServer.cc (+8 -8), casChannel.cc (+2 -2), casClient.cc (+7 -7), casCtxIL.h (+9 -7), casDGClient.cc (+10 -10), casEventSysIL.h (+2 -2), casMonitor.cc (+4 -4), casPVI.cc (+2 -2), casPVIIL.h (+2 -2), casStrmClient.cc (+22 -19), casdef.h (+2 -2), inBuf.cc (+5 -4), inBufIL.h (+1 -1), outBuf.cc (+12 -9), server.h (+3 -3)
src/cas/generic/st: casDGIntfOS.cc (+2 -2), casStreamOS.cc (+2 -2)
src/cas/io/bsdSocket: caServerIO.cc (+9 -4), casDGIntfIO.cc (+51 -49), casIOD.h (+3 -3), casIntfIO.cc (+11 -12), casStreamIO.cc (+25 -21)

mrk
2/25/02 8:41 AM
dbCaTask unlocked before setting link_action=0; change vames for readibility
46 lines of code changed in:
src/db: dbCa.c (+35 -36), dbCaPvt.h (+11 -11)

mrk
2/22/02 12:53 PM
dbCaTask must lock before clearing channel
3 lines of code changed in:
src/db/dbCa.c (+3 -1)

mrk
2/22/02 10:10 AM
let dbCaTask clean up caLink
8 lines of code changed in:
src/db: dbCa.c (+8 -15), dbCaPvt.h (-1)

mrk
2/21/02 2:23 PM
change documentation
49 lines of code changed in:
src/db/dbCa.c (+49 -8)

mrk
2/21/02 10:57 AM
change connectionCallback so it does not dbScanLock
14 lines of code changed in:
src/db: dbCa.c (+14 -17), dbCaPvt.h (-2)

mrk
2/21/02 8:30 AM
change Remove logic
24 lines of code changed in:
src/db: dbCa.c (+21 -17), dbCaPvt.h (+2 -1), dbCaTest.c (+1)

mrk
2/21/02 7:44 AM
lock before deleting
3 lines of code changed in:
src/db/dbCa.c (+3)

jhill
2/20/02 5:38 PM
doc
8 lines of code changed in:
src/ca/cacIO.h (+8 -1)

mrk
2/20/02 3:20 PM
must lock list
2 lines of code changed in:
src/db/dbCa.c (+2)

mrk
2/20/02 3:08 PM
dont unlock before addAction
7 lines of code changed in:
src/db/dbCa.c (+7 -10)

mrk
2/20/02 11:10 AM
check for addAction after CA_DELETE requested
50 lines of code changed in:
src/db/dbCa.c (+50 -29)

mrk
2/19/02 12:38 PM
added new problems
66 lines of code changed in:
KnownProblems.html (+66 -5)

jba
2/18/02 3:06 PM
Added LDOBJS for linking with R3.13 *Lib object files without trailing .o.
16 lines of code changed in:
configure: CONFIG_ADDONS (+4 -4), CONFIG_COMMON (+4 -4), tools/makeMakefileInclude.pl (+8 -1)

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 Next >>


Generated by StatCvs v0.1.3