Commit Log (Page 3 of 8)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 Next >>

Summary Period: 2004-04-07 to 2004-03-17 (Commits 495-594 of 794)

xstore_hanz
4/7/04 9:32 AM
*** empty log message ***
74 lines of code changed in:
documents: DataGuide.cpp (+19 -18), DataGuide.h (+5 -5)
xpath: result.cpp (+29), result.h (+21 -6)

xstore_hanz
4/6/04 8:06 PM
compillable versions; not finished
772 lines of code changed in:
test/testParser1.cpp (+1 -1)
documents: DataGuide.cpp (+1 -1), DataGuide.h (+5 -2)
util: NameIndex.cpp (+2 -2), acl.h (new 8)
xpath: context.h (+78 -51), expr.cpp (+323 -295), expr.h (+147 -124), parser.cpp (+38 -37), parser.h (+10 -1), result.cpp (+66 -64), result.h (+93 -57)

martinnec
4/6/04 3:44 PM
Initialization of Node was changed.
227 lines of code changed in:
documents/DataGuide.cpp (+227 -9)

xstore_hanz
4/6/04 11:10 AM
*** empty log message ***
710 lines of code changed in:
xpath: context.h (+65 -34), expr.cpp (+392 -76), expr.h (+74 -25), result.cpp (+178 -154), result.h (+1 -9)

martinnec
4/6/04 10:32 AM
Node types was moved to XMLNodeId class and get/set methods for NodeType, namespace and local name was added to XmlNodeInfo class.
101 lines of code changed in:
documents: DataGuide.cpp (+38 -38), DataGuide.h (+4 -4), DataGuideNode.cpp (+8 -8), DataGuideNode.h (+3 -3), XmlNodeId.h (+7 -5), XmlNodeInfo.cpp (+24), XmlNodeInfo.h (+17 -8)

xstore_hanz
4/5/04 10:45 PM
*** empty log message ***
8 lines of code changed in:
documents/XmlNodeInfo.h (+8 -1)

pavelpar
4/5/04 8:53 PM
log messages
19 lines of code changed in:
storage/StorageManagerImpl.cpp (+18 -3), test/testPersistABTree.cpp (+1)

martinnec
4/5/04 5:18 PM
NodeType was moved to documents/XmlNodeInfo.h
28 lines of code changed in:
xpath: result.cpp (+25 -15), result.h (+3 -3)

martinnec
4/5/04 5:16 PM
Methods for evaluating single xpath step.
333 lines of code changed in:
documents: DataGuide.cpp (+246 -136), DataGuide.h (+29 -12), DataGuideNode.cpp (+10 -10), DataGuideNode.h (+3 -14), XmlNodeId.h (+12), XmlNodeInfo.cpp (+23 -4), XmlNodeInfo.h (+5 -3), XmlNodes.cpp (+1 -1), XmlNodes.h (+4)

pavelpar
4/3/04 2:47 PM
playing with garbage collector
136 lines of code changed in:
mem_alloc.cpp (+3 -3), xstore.cpp (+8), test/testXMLStore.cpp (+78 -23)
util: MemAllocator.h (+1 -1), StringConverter.cpp (+42 -22), StringConverter.h (+4)

pavelpar
4/3/04 12:04 PM
usage of Boehm GC enabled
67 lines of code changed in:
mem_alloc.cpp (+29 -12), server/Makefile (+1 -1), test/Makefile (+1 -1)
util: MemAllocator.h (+12), MemStats.cpp (+13 -8), MemStats.h (+11 -5)

pavelpar
4/2/04 11:54 PM
debugging
26 lines of code changed in:
storage/ResourceManagerImpl.cpp (+18 -18), util/LogManager.cpp (+8)

pavelpar
4/2/04 11:18 PM
bugfix
1 lines of code changed in:
storage/StorageManagerImpl.cpp (+1 -1)

pavelpar
4/2/04 10:42 PM
MemAllocator used now
277 lines of code changed in:
test/testJournal.cpp (+28 -28)
tx: JournalFile.cpp (+46 -45), JournalFile.h (+20 -18), JournalManager.h (+28 -10), JournalManagerImpl.cpp (+39 -38), JournalManagerImpl.h (+14 -12), LockMngrMGL.h (+45 -34), LockMngrS2PL.h (+37 -25), RecoveryManagerImpl.cpp (+20 -20)

pavelpar
4/2/04 12:13 AM
MemAllocator used
198 lines of code changed in:
test/Makefile (+1 -1)
core: MessageQueue.cpp (+1 -1), MessageQueue.h (+3 -1), ThreadGroup.cpp (+6 -6), ThreadGroup.h (+4 -1), ThreadManagerImpl.cpp (+10 -12), ThreadManagerImpl.h (+6 -2)
storage: CacheManagerImpl.cpp (+24 -24), CacheManagerImpl.h (+11 -7), DataFile.h (+2 -1), DocGroupManagerImpl.cpp (+9 -9), GroupFile.h (+19 -15), StorageManager.h (+6 -4), StorageManagerImpl.cpp (+50 -50), StorageManagerImpl.h (+12 -8)
tx: LockMngrMGL.h (+2 -1), LockMngrS2PL.h (+1), NodeAncestors.h (+5 -3), TransactionManagerImpl.cpp (+4 -4), TransactionManagerImpl.h (+4 -1)
util: ConfigManagerImpl.cpp (+2 -2), ConfigManagerImpl.h (+3 -1), NameIndex.h (+4 -2), NumericIDGenerator.h (+7 -5), PersistentABTree.h (+2 -1)

martinnec
4/1/04 2:33 PM
Trid for eval methods is given in context
24 lines of code changed in:
documents: DataGuide.cpp (+1), XmlNodeInfo.cpp (+8), XmlNodeInfo.h (+15)

martinnec
4/1/04 2:30 PM
Some changes for better communication between xpath and dataguide
15 lines of code changed in:
xpath: result.cpp (+12 -3), result.h (+3)

martinnec
4/1/04 1:09 PM
Some changes for better communication between xpath and dataguide
64 lines of code changed in:
xpath: Makefile (+1 -1), context.cpp (+15 -2), context.h (+35 -4), result.cpp (+10 -2), result.h (+3 -3)

martinnec
4/1/04 1:08 PM
Trid for eval methods is given in context
82 lines of code changed in:
documents: DataGuide.cpp (+68 -34), DataGuide.h (+7 -5), XmlNodes.h (+7)

martinnec
4/1/04 1:06 PM
Test for evaluation of xpath queries at dataguide level
76 lines of code changed in:
test/testDataGuideEval.cpp (+76 -80)

martinnec
4/1/04 10:23 AM
Test for evaluation of xpath queries at dataguide level
758 lines of code changed in:
test: testDataGuideEval.cpp (new 487), testDataGuideEvalRemoveData.cpp (new 135), testDataGuideEvalStoreData.cpp (new 136)

martinnec
4/1/04 10:22 AM
Some bugs in evaluation methods was fixed.
317 lines of code changed in:
documents: DataGuide.cpp (+250 -20), DataGuide.h (+18 -4), DataGuideManager.cpp (+20), DataGuideManager.h (+2), DataGuideNode.cpp (+4 -4), DataGuideNode.h (+4 -4), dgpath.cpp (+1 -2), dgstep.cpp (+18 -19)

pavelpar
3/31/04 8:58 PM
usage of MemAllocator
113 lines of code changed in:
storage/DataFile.h (+12 -9), test/testPersistABTree.cpp (+5 -5)
util: ABTree.h (+18 -14), MemAllocator.h (+51 -32), MemStats.cpp (+5), MemStats.h (+3), PersistentABTree.h (+19 -17)

pavelpar
3/31/04 7:38 AM
MemAllocator changes
24 lines of code changed in:
util: MemAllocator.h (+8 -2), MemStats.cpp (+13 -1), PersistentABTree.h (+3 -3)

pavelpar
3/30/04 11:38 PM
custom MemAllocator added
172 lines of code changed in:
mem_alloc.cpp (+10), mem_alloc.h (+3)
util: MemAllocator.h (new 85), MemStats.cpp (+10 -13), MemStats.h (+59 -30), PersistentABTree.h (+5 -3)

pavelpar
3/30/04 7:14 PM
compile-time fix
3 lines of code changed in:
documents: HierarchyId.cpp (+1), XmlNodeId.h (+2)

pavelpar
3/30/04 6:57 PM
added numbers to new
33 lines of code changed in:
documents: DataGuide.cpp (+3 -3), DataGuideManager.cpp (+8 -8), DataGuideNode.cpp (+9 -9), HierarchyId.cpp (+1 -1), XmlNodeId.h (+1 -1), XmlNodeInfo.cpp (+3 -3), XmlNodes.cpp (+7 -7), XmlNodes.h (+1 -1)

pavelpar
3/30/04 11:50 AM
optimization in memory allocation
192 lines of code changed in:
util/PersistentABTree.h (+2)
parser: FirstPhaseXMLParser.cpp (+44 -21), FirstPhaseXMLParser.h (+16 -1), SecondPhaseXMLParser.cpp (+43 -20), SecondPhaseXMLParser.h (+16 -1), XMLParser.cpp (+62), XMLParser.h (+9 -1)

pavelpar
3/30/04 7:44 AM
DocDataId, DocIndexDataId and IndexDataId are uint32_t now
29 lines of code changed in:
util/MemStats.cpp (+2 -2)
storage: ResourceManagerImpl.cpp (+15 -15), StorageTypes.h (+3 -3)
test: testConcurrency.cpp (+3 -3), testJournal.cpp (+6 -6)

pavelpar
3/29/04 10:09 PM
bugfixes in memory management
119 lines of code changed in:
parser: FirstPhaseXMLParser.cpp (+49 -38), FirstPhaseXMLParser.h (+9 -3), SecondPhaseXMLParser.cpp (+44 -10), SecondPhaseXMLParser.h (+8)
util: NameIndex.cpp (+7 -4), PersistentABTree.h (+2 -2)

martinnec
3/29/04 10:06 PM
Some bugs fixed
7 lines of code changed in:
documents: HierarchyId.cpp (+7 -7), XmlNodeInfo.cpp (-1)

pavelpar
3/29/04 7:13 AM
bugfix
15 lines of code changed in:
util/Base64Converter.cpp (+15 -9)

martinnec
3/29/04 12:11 AM
Some bugs fixed
32 lines of code changed in:
documents: DataGuide.cpp (+2 -2), HierarchyId.cpp (+15 -2), HierarchyId.h (+11 -3), XmlNodeInfo.cpp (+3 -2), XmlNodeInfo.h (+1 -1)

pavelpar
3/28/04 9:19 PM
bugfixes
74 lines of code changed in:
storage/DocGroupManagerImpl.cpp (+52 -16)
test: testJournal.cpp (+12 -6), testStorage2.cpp (+2), testStrConv.cpp (+6), testThread.cpp (+2)

pavelpar
3/28/04 4:48 PM
mem-leaks fixed
298 lines of code changed in:
tx/JournalManagerImpl.cpp (+1 -1)
test: install2.cpp (+6 -6), testBase64.cpp (+3 -3), testConcurrency.cpp (+14 -12), testConf.cpp (+1 -1), testDocGroupMngr.cpp (+9 -7), testJournal.cpp (+25 -25), testLockMGL.cpp (+33 -33), testLockS2PL.cpp (+5 -5), testLog.cpp (+2 -2), testPersistABTree.cpp (+2 -1), testRecoveryPart1.cpp (+10 -8), testRecoveryPart2.cpp (+6 -4), testStorage2.cpp (+17 -17), testStorageTx1.cpp (+13 -9), testStorageTx2.cpp (+11 -11), testStorageTx3.cpp (+22 -20), testStorageTx4.cpp (+17 -15), testStrConv.cpp (+6 -4), testThread.cpp (+6 -4), testTxDeadlock.cpp (+10 -9), testXMLParser.cpp (+5 -3), testXMLStore.cpp (+3 -1)
util: MemStats.cpp (+15), MemStats.h (+17 -1), PersistentABTree.h (+39 -4)

pavelpar
3/27/04 11:33 PM
bugfixes
44 lines of code changed in:
storage/CacheManagerImpl.cpp (+6 -2), test/testPersistABTree.cpp (+1 -1), util/PersistentABTree.h (+37 -5)

martinnec
3/27/04 10:43 PM
Empty test now for a few days
0 lines of code changed in:
test/testHierarchyId.cpp (-84)

martinnec
3/27/04 10:41 PM
New implementation of hierarchy ids
555 lines of code changed in:
documents: DataGuide.cpp (+260 -27), DataGuide.h (+30 -7), DataGuideNode.cpp (+26 -6), DataGuideNode.h (+13 -3), HierarchyId.cpp (+99 -413), HierarchyId.h (+65 -132), XmlNodeId.h (+14 -12), XmlNodeInfo.cpp (+25 -72), XmlNodes.cpp (+15 -23), XmlNodes.h (+4 -3), dgpath.cpp (+2 -2), dgstep.cpp (+2 -1)

martinnec
3/27/04 9:33 PM
*** empty log message ***
7 lines of code changed in:
documents/XmlNodeInfo.h (+7 -13)

xstore_hanz
3/27/04 9:25 PM
delete flag & size params added
58 lines of code changed in:
util/utf8string.h (+58 -19)

pavelpar
3/27/04 9:16 PM
major bugfix in memory management
61 lines of code changed in:
test: testJournal.cpp (+19 -7), testNameIndex.cpp (+2), testStorageTx2.cpp (+2 -3)
tx: JournalFile.cpp (+6 -6), JournalManagerImpl.cpp (+26 -7), RecoveryManagerImpl.cpp (+6 -7)

xstore_hanz
3/27/04 8:45 PM
*** empty log message ***
4 lines of code changed in:
documents/XmlNodeId.h (+4 -4)

pavel_o
3/27/04 8:04 PM
*** empty log message ***
16 lines of code changed in:
storage/CacheManagerImpl.cpp (+16 -4)

pavelpar
3/27/04 7:01 PM
memory leak detection added
116 lines of code changed in:
XStoreManager.cpp (+6 -6), xstore.cpp (+17 -17), util/Base64Converter.cpp (+11 -7)
parser: SecondPhaseXMLParser.cpp (+10 -10), XMLParser.cpp (+9 -7)
test: testLockMGL.cpp (+1), testLockS2PL.cpp (+1), testStorage2.cpp (+1)
tx: JournalFile.cpp (+28 -28), JournalManagerImpl.cpp (+13 -13), LockMngrMGL.h (+7 -7), LockMngrS2PL.h (+4 -4), RecoveryManagerImpl.cpp (+6 -6), TransactionManagerImpl.cpp (+2 -2)

xstore_hanz
3/27/04 5:17 PM
simple wrapper over char * c-like string in utf8 encoding
43 lines of code changed in:
util/utf8string.h (new 43)

xstore_hanz
3/27/04 4:59 PM
*** empty log message ***
1 lines of code changed in:
xpath/result.h (+1 -1)

pavelpar
3/27/04 4:55 PM
mem leak detection added
339 lines of code changed in:
mem_alloc.h (+5), xstore.h (+2)
core: MessageQueue.cpp (+4 -2), ThreadManagerImpl.cpp (+6 -4)
storage: CacheManagerImpl.cpp (+4 -4), DataFile.h (+12 -12), DocGroupManagerImpl.cpp (+17 -17), GroupFile.h (+4 -4), StorageManagerImpl.cpp (+16 -16)
test: test.h (-2), testABTree.cpp (+9 -7), testPersistABTree.cpp (+23 -22), testStorage.cpp (+32 -31)
util: ABTree.h (+23 -23), Base64Converter.cpp (+4 -2), LogManager.cpp (+3 -1), MemStats.cpp (+41 -14), MemStats.h (+71 -11), NameIndex.cpp (+10 -10), NameIndex.h (+4 -2), NumericIDGenerator.h (+6 -6), PersistentABTree.h (+29 -29), StringConverter.cpp (+3 -1), Utf16String.cpp (+11 -8)

xstore_hanz
3/27/04 3:54 PM
*** empty log message ***
4 lines of code changed in:
xpath/result.h (+4 -4)

martinnec
3/27/04 3:46 PM
Node::getHierarchyId() head added.
1 lines of code changed in:
xpath/result.h (+1)

pavelpar
3/27/04 1:00 PM
memory management changes
173 lines of code changed in:
mem_alloc.cpp (+28 -20), mem_alloc.h (new 18)
test: test.h (+4 -2), testPersistABTree.cpp (+22 -22)
util: Makefile (+2 -2), MemStats.cpp (+59 -6), MemStats.h (+40 -5)

pavelpar
3/27/04 10:30 AM
moves of source files
59 lines of code changed in:
mem_alloc.cpp (new 59), core/mem_alloc.cpp (del)

pavelpar
3/27/04 10:28 AM
changes
82 lines of code changed in:
test/test.h (+2 -2)
core: MemStats.cpp (del), MemStats.h (del), mem_alloc.cpp (+20 -2)
util: MemStats.cpp (new 25), MemStats.h (new 35)

pavelpar
3/26/04 11:24 PM
changes in memory management
28 lines of code changed in:
test/test.h (+5)
core: MemStats.cpp (new 0), MemStats.h (new 0), mem_alloc.cpp (+23 -7)
experiments: MemoryManager.cpp (del), MemoryManager.h (del)

pavelpar
3/26/04 8:55 PM
optimization of memory management
179 lines of code changed in:
core/mem_alloc.cpp (new 7), documents/DataGuideNode.cpp (+1), experiments/mem_alloc.cpp (del)
parser: FirstPhaseXMLParser.cpp (+17 -2), FirstPhaseXMLParser.h (+4 -3), SecondPhaseXMLParser.cpp (+45 -18), SecondPhaseXMLParser.h (+9 -2), XMLParser.cpp (+88), XMLParser.h (+8)

pavelpar
3/26/04 12:26 AM
bugfixes in memory management
52 lines of code changed in:
storage/DataFile.h (+7 -2), util/PersistentABTree.h (+45 -10)

pavelpar
3/25/04 11:02 AM
bugfix
10 lines of code changed in:
util/PersistentABTree.h (+10)

pavelpar
3/25/04 9:03 AM
optimization
18 lines of code changed in:
storage/CacheManagerImpl.cpp (+18 -17)

xstore_hanz
3/24/04 4:29 PM
dgstep modified for using NAMEID_EMPTY constant

XmlNodeId includes AbsolutePathId, HierarchyId and methods necessary for using it in persistentABTree
75 lines of code changed in:
documents: XmlNodeId.h (new 70), dgstep.h (+5 -10)

pavelpar
3/23/04 11:08 PM
additions
7 lines of code changed in:
documents: DataGuide.cpp (+4), DataGuideNode.cpp (+3 -1)

pavelpar
3/23/04 10:59 PM
optimization of storage system
837 lines of code changed in:
parser: FirstPhaseXMLParser.cpp (+7 -5), SecondPhaseXMLParser.cpp (+7 -5)
storage: CacheManager.h (+18 -2), CacheManagerImpl.cpp (+123), CacheManagerImpl.h (+17), DataFile.h (+68), ResourceManager.h (+78), ResourceManagerImpl.cpp (+48), ResourceManagerImpl.h (+12 -1), StorageManager.h (+61 -1), StorageManagerImpl.cpp (+85 -1), StorageManagerImpl.h (+12)
test: Makefile (+1 -1), testStorage2.cpp (new 300)

xstore_hanz
3/23/04 9:49 PM
problem with empty string fixed, tests extended in this manner.
NameIndex extended of NAMEID_EMPTY constant
23 lines of code changed in:
test: testNameIndex.cpp (+2 -2), testUtf16String.cpp (+11 -1)
util: NameIndex.cpp (+3 -1), NameIndex.h (+2), Utf16String.cpp (+5 -4)

xstore_hanz
3/23/04 9:02 PM
operator= modified
1 lines of code changed in:
util/Utf16String.cpp (+1)

xstore_hanz
3/23/04 4:36 PM
preliminary version
47 lines of code changed in:
xpath: xpathprocessor.cpp (new 19), xpathprocessor.h (new 28)

pavelpar
3/22/04 11:57 PM
testXMLStore added
182 lines of code changed in:
util/NameIndex.cpp (+4 -4)
test: Makefile (+1 -1), testXMLStore.cpp (new 177)

martinnec
3/22/04 4:05 PM
New running tests for dataguide manager
396 lines of code changed in:
test: testDataGuideManagerI.cpp (+370 -27), testDataGuideManagerII.cpp (+26)

martinnec
3/22/04 4:03 PM
Repaired some errors in DataGuideManager and in storing and retrieving dataguides
37 lines of code changed in:
documents: DataGuideManager.cpp (+25 -7), DataGuideNode.cpp (+2 -2), HierarchyId.cpp (-4), XmlNodes.cpp (+10 -10)

martinnec
3/22/04 11:53 AM
testXmlNodes removed
1 lines of code changed in:
test/Makefile (+1 -1)

martinnec
3/22/04 11:52 AM
testDataGuideV added
1 lines of code changed in:
test/Makefile (+1 -1)

martinnec
3/22/04 11:51 AM
The test for xml nodes was removed, because all functionality of XmlNodes is tested in data guide tests
0 lines of code changed in:
test/testXmlNodes.cpp (del)

martinnec
3/22/04 11:32 AM
Test for hierarchy ids was extended.
3 lines of code changed in:
test/testHierarchyId.cpp (+3 -39)

martinnec
3/22/04 11:31 AM
Changed code for removing document groups - each group must be removed by special transaction.
48 lines of code changed in:
test: testDataGuideI.cpp (+8), testDataGuideII.cpp (+8), testDataGuideIII.cpp (+8), testDataGuideIV.cpp (+24 -1)

martinnec
3/22/04 11:29 AM
New test for DataGuide, which stores xml document with attributes and text nodes.
400 lines of code changed in:
test/testDataGuideV.cpp (new 400)

martinnec
3/22/04 11:28 AM
Some bugs in DataGuide fixed.
418 lines of code changed in:
documents: DataGuide.cpp (+9 -9), DataGuide.h (+16 -18), DataGuideNode.cpp (+84 -53), DataGuideNode.h (+24 -24), HierarchyId.cpp (+72 -36), HierarchyId.h (+2 -2), XmlNodeInfo.cpp (+45 -19), XmlNodeInfo.h (+29 -20), XmlNodes.cpp (+71 -26), XmlNodes.h (+66 -52)

xstore_hanz
3/22/04 7:49 AM
operator= added
22 lines of code changed in:
util: Utf16String.cpp (+17 -1), Utf16String.h (+5 -1)

pavelpar
3/21/04 9:34 PM
bugfix
2 lines of code changed in:
tx/JournalFile.cpp (+2 -11)

xstore_hanz
3/21/04 5:59 PM
*** empty log message ***
83 lines of code changed in:
test/testResult.cpp (new 83)

xstore_hanz
3/21/04 5:58 PM
Result operators with tests
770 lines of code changed in:
test/Makefile (+1 -1)
xpath: expr.cpp (+1 -1), result.cpp (+700 -470), result.h (+68 -15)

pavelpar
3/21/04 3:18 PM
Thread::sleep added
22 lines of code changed in:
storage/StorageManagerImpl.cpp (+4 -3)
core: Thread.cpp (+11), Thread.h (+7)

pavelpar
3/21/04 2:35 PM
optimization
6 lines of code changed in:
storage/DataFile.h (+6 -2)

pavelpar
3/20/04 6:11 PM
added logging
45 lines of code changed in:
storage: DocGroupManagerImpl.cpp (+12), ResourceManagerImpl.cpp (+33 -3)

pavelpar
3/20/04 8:57 AM
fixes
18 lines of code changed in:
XStoreManager.h (+1 -1), documents/DataGuideManager.cpp (+17 -9)

pavelpar
3/19/04 10:19 PM
bugfixes
19 lines of code changed in:
documents/DataGuideManager.cpp (+9 -5), tx/RecoveryManagerImpl.cpp (+10 -4)

xstore_hanz
3/19/04 9:08 PM
simple serialize test added
10 lines of code changed in:
test/testUtf16String.cpp (+10)

xstore_hanz
3/19/04 8:56 PM
some bugs fixed
12 lines of code changed in:
util/Utf16String.cpp (+12 -10)

xstore_hanz
3/19/04 8:26 PM
*** empty log message ***
8 lines of code changed in:
util/Utf16String.cpp (+8 -8)

xstore_hanz
3/19/04 7:55 PM
malloc -> new[]
85 lines of code changed in:
util/Utf16String.cpp (+85 -90)

pavelpar
3/19/04 7:51 PM
bugfixes
9 lines of code changed in:
test/testXmlNodes.cpp (+1 -1)
documents: HierarchyId.cpp (+1 -1), XmlNodeInfo.cpp (+2 -2), XmlNodeInfo.h (+1 -1), XmlNodes.cpp (+4 -2)

pavelpar
3/19/04 12:08 AM
various bugfixes in memory management
191 lines of code changed in:
XStoreManager.h (+3 -1), documents/DataGuideManager.cpp (+101 -64), storage/CacheManagerImpl.cpp (+3)
test: testConcurrency.cpp (+8), testDocGroupMngr.cpp (+8), testRecoveryPart1.cpp (+6), testRecoveryPart2.cpp (+6), testStorageTx1.cpp (+8), testStorageTx2.cpp (+8), testStorageTx3.cpp (+21 -5)
tx: JournalFile.cpp (+10), JournalManagerImpl.cpp (+6)
util: PersistentABTree.h (+2 -2), Utf16String.cpp (+1 -2)

pavelpar
3/18/04 8:39 PM
GroupFile fixed
49 lines of code changed in:
storage/GroupFile.h (+17 -4)
test: Makefile (+1 -1), testStorageTx4.cpp (+31 -11)

pavel_o
3/18/04 6:35 PM
*** empty log message ***
1 lines of code changed in:
tx: JournalFile.cpp (+1 -1), JournalManagerImpl.cpp (-1)

martinnec
3/18/04 4:53 PM
Tests for data guide manager. Some runtime errors occur here :(
38 lines of code changed in:
test: Makefile (+1 -1), testDataGuideManagerI.cpp (+24 -98), testDataGuideManagerII.cpp (+8 -49), testXmlNodes.cpp (+5 -5)

martinnec
3/18/04 4:52 PM
Repaired tests for dataguide
103 lines of code changed in:
test: testDataGuideII.cpp (+21 -21), testDataGuideIII.cpp (+23 -23), testDataGuideIV.cpp (+59 -59)

martinnec
3/18/04 4:50 PM
*** empty log message ***
71 lines of code changed in:
documents: DataGuide.cpp (+2 -1), DataGuideManager.cpp (+14 -28), DataGuideNode.cpp (+28 -12), XmlNodes.cpp (+24 -16), XmlNodes.h (+3 -3)

martinnec
3/18/04 11:40 AM
Tests for data guide manager added
395 lines of code changed in:
test: testDataGuideManagerI.cpp (new 238), testDataGuideManagerII.cpp (new 157)

martinnec
3/18/04 11:34 AM
*** empty log message ***
63 lines of code changed in:
documents: DataGuide.cpp (+6), DataGuide.h (+18), DataGuideManager.cpp (+28 -4), DataGuideManager.h (+1 -1), DataGuideNode.cpp (+9), XmlNodes.cpp (+1)

pavelpar
3/18/04 10:16 AM
testStorageTx4 added
333 lines of code changed in:
test: Makefile (+1 -1), testStorageTx4.cpp (new 332)

xstore_hanz
3/17/04 11:07 PM
*** empty log message ***
132 lines of code changed in:
xpath: Makefile (+1 -1), expr.cpp (+41 -41), expr.h (+4), result.cpp (+71 -71), result.h (+15 -2)

pavelpar
3/17/04 10:20 PM
testJournal extended
91 lines of code changed in:
test/testJournal.cpp (+90 -9), tx/JournalFile.cpp (+1 -1)

pavelpar
3/17/04 9:08 PM
storageMngr::canRemoveGroup added
85 lines of code changed in:
storage: DocGroupManagerImpl.cpp (+6 -3), GroupFile.h (+49 -1), StorageManager.h (+7), StorageManagerImpl.cpp (+21), StorageManagerImpl.h (+2)

martinnec
3/17/04 8:57 PM
AbsolutePathId.h added
20 lines of code changed in:
documents: AbsolutePathId.h (new 11), DataGuide.cpp (+4 -2), DataGuideManager.cpp (+4), DataGuideNode.h (+1 -2)

Pages: << Previous 1 2 3 4 5 6 7 8 Next >>


Generated by StatCvs v0.1.3