Summary Period: 2004-04-23 to 2004-04-07 (Commits 595-694 of 794)
xstore_hanz 4/23/04 9:42 AM |
delete - not fully working version |
52 lines of code changed in: documents/XmlNodeInfo.cpp (+26 -13) xpath: context.cpp (+13), context.h (+13) | |
xstore_hanz 4/23/04 12:35 AM |
dataguide je nastaven natvrdo na cteni a bere se novy - jen pro testy insert & delete |
6 lines of code changed in: xpath/xpathprocessor.cpp (+6) | |
xstore_hanz 4/22/04 11:48 PM |
*** empty log message *** |
145 lines of code changed in: util/Utf16String.h (+7) xpath: context.cpp (+129 -7), context.h (+7 -4), result.cpp (+2 -1) | |
pavelpar 4/22/04 11:22 PM |
ClientData.h added |
39 lines of code changed in: server: ClientData.h (new 15), NetworkServer.cpp (+2 -2), NetworkServer.h (+4 -2), ServerMessage.cpp (+2 -2), ServerMessage.h (+5 -3), Socket.cpp (+2 -2), Socket.h (+5 -3), ThreadPool.cpp (+1 -1), ThreadPool.h (+3 -1) | |
martinnec 4/22/04 11:16 PM |
*** empty log message *** |
28 lines of code changed in: documents: DataGuide.cpp (+24 -14), DataGuide.h (+2), XmlNodes.cpp (+2 -2) | |
pavelpar 4/22/04 11:04 PM |
changes in server and thread pool |
271 lines of code changed in: XStoreManager.cpp (+8 -4), XStoreManager.h (+3 -3) server: ServerMessage.cpp (+22), ServerMessage.h (+14 -1), Socket.cpp (+84 -26), ThreadPool.cpp (+133 -49), ThreadPool.h (+7 -1) | |
xstoremartin 4/22/04 9:05 PM |
*** empty log message *** |
3 lines of code changed in: client/NetworkSocket.cpp (+3) | |
pavelpar 4/22/04 8:25 PM |
TxRunning added |
262 lines of code changed in: XStoreManager.cpp (+188 -52), XStoreManager.h (+29 -2), tx/TxRunning.h (new 45) | |
xstoremartin 4/22/04 8:20 PM |
1st addition |
190 lines of code changed in: client/php: comm_send.php (new 51), connect.php (new 85), login.php (new 54) | |
martinnec 4/22/04 8:04 PM |
Extended |
74 lines of code changed in: test/testInteractive.cpp (+74 -29) | |
martinnec 4/22/04 8:04 PM |
Bug in DataGuideManager was fixed. Commit of writing transaction was in cycle. |
28 lines of code changed in: documents/DataGuideManager.cpp (+28 -31) | |
martinnec 4/22/04 4:49 PM |
Some bugs fixed in insert |
6 lines of code changed in: documents/DataGuide.cpp (+6 -3) | |
xstoremartin 4/22/04 4:42 PM |
Ladenie part II |
14 lines of code changed in: client: Client.cpp (+6 -3), NetworkSocket.cpp (+6 -6), NetworkSocket.hpp (+2 -2) | |
martinnec 4/22/04 4:10 PM |
Some bugs in insert fixed |
101 lines of code changed in: documents: DataGuide.cpp (+71 -12), DataGuide.h (+2 -2), DataGuideNode.cpp (+8 -5), DataGuideNode.h (+3 -8), HierarchyId.cpp (+2 -2), HierarchyId.h (+1 -1), XmlNodes.cpp (+7 -6), XmlNodes.h (+7 -8) | |
martinnec 4/22/04 4:09 PM |
Insert added |
100 lines of code changed in: test/testInteractive.cpp (+100 -8) | |
xstoremartin 4/22/04 2:59 PM |
Ladenie part I :) |
13 lines of code changed in: client: Client.cpp (+5 -4), Client.hpp (+2 -1), NetworkSocket.hpp (+1 -1), ReportError.cpp (+3 -1), ReportError.h (+1 -1), module.h (+1 -1) | |
martinnec 4/22/04 2:31 PM |
*** empty log message *** |
101 lines of code changed in: test/testDataGuideInsert.cpp (+101 -4) | |
pavelpar 4/22/04 8:44 AM |
bugfix in changeKeys and changeValues |
91 lines of code changed in: test/testPersistABTree.cpp (+68), util/PersistentABTree.h (+23 -4) | |
martinnec 4/21/04 11:13 PM |
Some bugs fixed in inserting new nodes into existing xml document |
152 lines of code changed in: documents: DataGuide.cpp (+123 -24), DataGuideNode.cpp (+3), HierarchyId.cpp (+2 -2), XmlNodes.cpp (+24) | |
pavelpar 4/21/04 10:28 PM |
management of Context added to XStoreMngr |
179 lines of code changed in: XStoreManager.cpp (+76 -7), XStoreManager.h (+44 -2) tx: Transaction.cpp (+8 -4), Transaction.h (+5 -3), TransactionManager.h (+9 -3), TransactionManagerImpl.cpp (+15 -3), TransactionManagerImpl.h (+3 -1) xpath: context.cpp (+5), context.h (+7), xpathprocessor.cpp (+7 -2) | |
pavelpar 4/21/04 8:13 PM |
debugging |
5 lines of code changed in: test/Makefile (+1 -1), tx/RecoveryManagerImpl.cpp (+4) | |
martinnec 4/21/04 1:25 AM |
Inserting of new xml attributes without bugs during execution of testDataGuideInsert v1.2 |
50 lines of code changed in: documents: DataGuide.cpp (+45 -3), XmlNodeInfo.cpp (+1 -1), XmlNodes.cpp (+4 -1) | |
martinnec 4/21/04 1:24 AM |
Only prints dataguide for document grp/doc1 |
154 lines of code changed in: test/testDataGuidePrint.cpp (new 154) | |
martinnec 4/21/04 1:22 AM |
Test for inserting new nodes into xml documents |
66 lines of code changed in: test/testDataGuideInsert.cpp (+66 -1) | |
martinnec 4/20/04 11:27 PM |
Test for inserting new nodes into xml documents |
245 lines of code changed in: test/testDataGuideInsert.cpp (new 245) | |
martinnec 4/20/04 11:25 PM |
Some bugs in insert method fixed |
93 lines of code changed in: documents: DataGuide.cpp (+45 -6), DataGuide.h (+1), DataGuideManager.cpp (+42 -34), DataGuideNode.cpp (+5 -2) | |
xstore_hanz 4/20/04 8:41 PM |
*** empty log message *** |
86 lines of code changed in: xpath: context.cpp (+26), context.h (+31 -1), expr.cpp (+29) | |
martinnec 4/20/04 8:12 PM |
*** empty log message *** |
13 lines of code changed in: documents: DataGuide.cpp (+12 -2), XmlNodes.cpp (+1 -1) | |
martinnec 4/20/04 6:56 PM |
Some bugs fixed |
228 lines of code changed in: documents: DataGuide.cpp (+158 -57), DataGuide.h (+18 -2), DataGuideNode.cpp (+13 -2), DataGuideNode.h (+3), XmlNodeInfo.cpp (+4), XmlNodeInfo.h (+2), XmlNodes.cpp (+19), XmlNodes.h (+11) | |
xstoremartin 4/20/04 4:38 PM |
Vcelku ziadne prevratne zmeny, stahujem CVS niekam kde snad uz budu php kniznice |
9 lines of code changed in: client: Client.cpp (+4 -3), module.cpp (+1), module.h (+4 -1) | |
pavelpar 4/20/04 4:34 PM |
changeValue(from,to) added |
54 lines of code changed in: test/testPersistABTree.cpp (+17), util/PersistentABTree.h (+37 -1) | |
xstore_hanz 4/20/04 9:18 AM |
*** empty log message *** |
105 lines of code changed in: xpath: context.cpp (+85 -19), context.h (+16 -4), expr.cpp (+3 -3), expr.h (+1 -1) | |
xstore_hanz 4/19/04 10:15 PM |
*** empty log message *** |
208 lines of code changed in: test/testDataGuideEval.cpp (+1 -1), util/Utf16String.cpp (+8 -7) documents: DataGuide.cpp (+2 -1), HierarchyId.cpp (+6 -2), XmlNodeInfo.cpp (+10 -7), XmlNodes.cpp (+1 -1), XmlNodes.h (+2 -3) xpath: context.cpp (+40 -8), expr.cpp (+99 -31), parser.cpp (+18 -4), result.cpp (+17 -1), token.cpp (+3 -2), xpathprocessor.cpp (+1 -1) | |
martinnec 4/18/04 10:12 PM |
evalStep bug repaired |
5 lines of code changed in: documents/DataGuide.cpp (+5 -1) | |
xstoremartin 4/18/04 7:54 PM |
Drobne zmeny... |
18 lines of code changed in: client: NetworkSocket.hpp (+1 -1), ReportError.cpp (+2), ReportError.h (+15 -12) | |
xstoremartin 4/18/04 7:12 PM |
Jeden z mnohych bugfixov |
1 lines of code changed in: client/NetworkSocket.cpp (+1 -1) | |
xstore_hanz 4/18/04 12:09 PM |
more D_P added + some bugs fixed in predicate eval |
49 lines of code changed in: xpath: context.cpp (+12 -4), expr.cpp (+21 -7), result.cpp (+16 -6) | |
pavelpar 4/18/04 10:16 AM |
added testXStoreMngr |
210 lines of code changed in: test: Makefile (+1 -1), testXStoreMngr.cpp (new 209) | |
martinnec 4/17/04 8:49 PM |
*** empty log message *** |
37 lines of code changed in: documents/DataGuide.cpp (+37 -4) | |
martinnec 4/17/04 6:02 PM |
Some eval bugs fixed |
2 lines of code changed in: documents/DataGuide.cpp (+2 -1) | |
xstore_hanz 4/17/04 5:53 PM |
*** empty log message *** |
8 lines of code changed in: xpath: context.cpp (+2 -1), expr.cpp (+1 -1), result.cpp (+5 -1) | |
xstore_hanz 4/17/04 5:10 PM |
getNext() bug fixed |
2 lines of code changed in: xpath/result.cpp (+2 -2) | |
xstore_hanz 4/17/04 5:02 PM |
more debug messages |
28 lines of code changed in: xpath: context.cpp (+13 -19), result.cpp (+15 -10) | |
xstore_hanz 4/17/04 4:13 PM |
printNodeSet only for DEBUG mode |
10 lines of code changed in: xpath/expr.cpp (+10) | |
xstore_hanz 4/17/04 4:08 PM |
TIMING macro for time statistics |
8 lines of code changed in: xpath/xpathprocessor.cpp (+8 -8) | |
xstore_hanz 4/17/04 3:55 PM |
string function of corelib |
96 lines of code changed in: util/Utf16String.cpp (+93 -4), xpath/result.cpp (+3 -1) | |
martinnec 4/17/04 3:19 PM |
*** empty log message *** |
1 lines of code changed in: test/Makefile (+1 -1) | |
martinnec 4/17/04 3:15 PM |
testInteractive.cpp |
305 lines of code changed in: test: Makefile (+1 -1), testDataGuideEval.cpp (+30 -5), testDataGuideEvalStoreData.cpp (+11 -5), testInteractive.cpp (new 253), testXPathProcessor.cpp (+10 -10) | |
xstore_hanz 4/17/04 2:15 PM |
lstep in pmRelativeLocPath_NP initialized |
1 lines of code changed in: xpath/parser.cpp (+1 -1) | |
xstore_hanz 4/17/04 2:04 PM |
*** empty log message *** |
123 lines of code changed in: util: Utf16String.cpp (+107 -15), Utf16String.h (+1 -1) xpath: context.cpp (+3 -3), result.cpp (+11 -19), result.h (+1 -2) | |
martinnec 4/17/04 1:31 PM |
evalStep bug fixed |
2 lines of code changed in: documents/DataGuide.cpp (+2 -1) | |
xstore_hanz 4/17/04 9:33 AM |
time stats fixed (clocks() is inaccurate) function calls implemented (except string-manipulation) |
65 lines of code changed in: test: testXPathProcessor.cpp (+5 -5), testXPathProcessorInteractive.cpp (+5 -5) xpath: context.cpp (+2 -1), expr.cpp (+34 -4), xpathprocessor.cpp (+19 -17) | |
xstore_hanz 4/17/04 1:21 AM |
@attr = "string" bug fixed |
26 lines of code changed in: documents/DataGuide.cpp (+1 -1) test: testXPathProcessor.cpp (+1 -1), testXPathProcessorInteractive.cpp (+7 -7) xpath: expr.cpp (+3), parser.cpp (+2 -2), result.cpp (+12 -2) | |
xstore_hanz 4/16/04 10:42 PM |
*** empty log message *** |
2 lines of code changed in: test/testXPathProcessor.cpp (+1 -1), xpath/expr.cpp (+1 -1) | |
xstoremartin 4/16/04 10:36 PM |
1st verzia, este neodladena |
646 lines of code changed in: client: Client.cpp (new 142), Client.hpp (new 82), MessageTypes.h (new 17), NetworkSocket.cpp (new 157), NetworkSocket.hpp (new 93), ReportError.cpp (new -23), ReportError.h (new 26), module.cpp (new 135), module.h (new 17) | |
xstore_hanz 4/16/04 10:12 PM |
*** empty log message *** |
23 lines of code changed in: test/testXPathProcessorInteractive.cpp (+1 -1) xpath: context.cpp (+17 -13), context.h (+2 -2), parser.cpp (+2 -1), xpathprocessor.cpp (+1 -1) | |
martinnec 4/16/04 9:45 PM |
*** empty log message *** |
116 lines of code changed in: documents: DataGuide.cpp (+115 -73), XmlNodeInfo.cpp (+1) | |
xstore_hanz 4/16/04 9:24 PM |
*** empty log message *** |
7 lines of code changed in: test/testXPathProcessorInteractive.cpp (+7 -9) | |
pavelpar 4/16/04 9:15 PM |
XPathProcessor added to xstore.{h,cpp} and XStoreManager.{h,cpp} |
63 lines of code changed in: XStoreManager.cpp (+35 -35), XStoreManager.h (+7 -14), xstore.cpp (+8), xstore.h (+5) util: Utf16String.cpp (+7 -2), Utf16String.h (+1 -1) | |
xstore_hanz 4/16/04 9:27 AM |
NodeSet::operator[] bug fixed |
20 lines of code changed in: test: testXPathProcessor.cpp (+2 -2), testXPathProcessorInteractive.cpp (+5 -1) xpath: context.cpp (+1 -1), expr.cpp (+3 -2), result.cpp (+1 -1), xpathprocessor.cpp (+8 -8) | |
xstore_hanz 4/16/04 8:25 AM |
*** empty log message *** |
52 lines of code changed in: util: Utf16String.cpp (+41), Utf16String.h (+11) | |
xstore_hanz 4/16/04 12:05 AM |
*** empty log message *** |
51 lines of code changed in: xpath: context.cpp (+45 -2), context.h (+6 -5) | |
xstore_hanz 4/15/04 10:48 PM |
*** empty log message *** |
303 lines of code changed in: test/testXPathProcessor.cpp (+38 -38) xpath: context.cpp (+212 -86), context.h (+8 -2), result.h (+3), xpathprocessor.cpp (+39 -1), xpathprocessor.h (+3) | |
pavelpar 4/15/04 8:40 PM |
new test added |
1 lines of code changed in: test/Makefile (+1 -1) | |
martinnec 4/15/04 8:36 PM |
Own DEGUG definition removed. |
0 lines of code changed in: documents/XmlNodeInfo.cpp (-4) | |
martinnec 4/15/04 7:48 PM |
Interactive version of testXPathProcessor |
174 lines of code changed in: test/testXPathProcessorInteractive.cpp (new 174) | |
martinnec 4/15/04 7:46 PM |
*** empty log message *** |
427 lines of code changed in: documents: DataGuide.cpp (+338 -72), DataGuide.h (+2 -2), DataGuideManager.cpp (+3 -3), DataGuideNode.cpp (+23 -15), DataGuideNode.h (+2 -1), HierarchyId.cpp (+4 -2), XmlNodeInfo.cpp (+12 -12), XmlNodeInfo.h (+1 -1), XmlNodes.cpp (+32 -17), XmlNodes.h (+3 -1) xpath: expr.cpp (+4 -4), result.cpp (+1 -1), xpathprocessor.cpp (+2 -2) | |
xstore_hanz 4/15/04 8:52 AM |
*** empty log message *** |
501 lines of code changed in: documents/XmlNodeInfo.cpp (+55 -9) xpath: context.cpp (+256), context.h (+179), expr.cpp (+2), result.cpp (+7 -4), result.h (+2) | |
martinnec 4/15/04 8:42 AM |
repaired toString method |
5 lines of code changed in: documents/HierarchyId.cpp (+3 -2) | |
martinnec 4/15/04 8:40 AM |
char* toString method added. |
57 lines of code changed in: documents: HierarchyId.cpp (+53 -1), HierarchyId.h (+4) | |
xstore_hanz 4/14/04 11:51 PM |
*** empty log message *** |
219 lines of code changed in: documents: DataGuide.cpp (+11 -18), DataGuide.h (+1 -5), XmlNodeId.h (+28), XmlNodeInfo.cpp (+84 -1), XmlNodeInfo.h (+6) test: testDataGuideEval.cpp (+6 -12), testXPathProcessor.cpp (+40 -34) xpath: context.h (+2 -1), expr.cpp (+33 -21), parser.cpp (+5 -1), result.cpp (+3 -13) | |
pavelpar 4/14/04 8:29 PM |
changeValue added |
54 lines of code changed in: test/testPersistABTree.cpp (+27), util/PersistentABTree.h (+27 -1) | |
xstore_hanz 4/14/04 11:50 AM |
*** empty log message *** |
7 lines of code changed in: test/testXPathProcessor.cpp (+2 -2), xpath/expr.cpp (+5 -15) | |
xstore_hanz 4/14/04 11:01 AM |
*** empty log message *** |
153 lines of code changed in: test: testDataGuideEval.cpp (+2 -1), testXPathProcessor.cpp (+66 -14) xpath: expr.cpp (+46 -25), parser.cpp (+1 -1), result.cpp (+21 -7), result.h (+2), xpathprocessor.cpp (+15 -24) | |
xstore_hanz 4/13/04 11:44 PM |
not fully working set |
194 lines of code changed in: xpath: expr.cpp (+43 -21), expr.h (+10 -11), parser.cpp (+113 -113), result.cpp (+5 -2), xpathprocessor.cpp (+23) | |
martinnec 4/13/04 8:24 PM |
Part of insert/delete methods |
141 lines of code changed in: documents: DataGuide.cpp (+32), DataGuide.h (+12), DataGuideNode.cpp (+10), DataGuideNode.h (+7), HierarchyId.cpp (+25), HierarchyId.h (+5), XmlNodes.cpp (+37), XmlNodes.h (+13) | |
martinnec 4/13/04 4:23 PM |
Repaired (new version of dataguide eval methods) |
75 lines of code changed in: test/testDataGuideEval.cpp (+75 -28) | |
xstore_hanz 4/13/04 3:06 PM |
nahrazeni debug- informaci D_P makry |
221 lines of code changed in: xpath: expr.cpp (+90 -109), parser.cpp (+131 -158) | |
martinnec 4/13/04 2:19 PM |
*** empty log message *** |
28 lines of code changed in: documents: DataGuide.cpp (+26 -23), DataGuide.h (+2 -2) | |
pavelpar 4/11/04 5:23 PM |
optimization |
154 lines of code changed in: storage/DataFile.h (+34 -6) util: MemAllocator.h (+2 -2), MemStats.cpp (+2 -2), PersistentABTree.h (+116 -78) | |
pavelpar 4/10/04 10:43 AM |
small changes |
3 lines of code changed in: XStoreManager.h (+2), test/Makefile (+1 -1) | |
xstore_hanz 4/10/04 2:23 AM |
upraven komentar k metode getName() |
1 lines of code changed in: util/NameIndex.h (+1 -2) | |
xstore_hanz 4/10/04 2:09 AM |
nutno prodiskutovat stycne body s DG; v evaluate zakomentovany casti pouzivajici neex. metodu order() |
283 lines of code changed in: xpath: Makefile (+1 -1), context.cpp (+1 -1), expr.cpp (+140 -21), expr.h (+7 -8), result.cpp (+78 -8), result.h (+24 -9), xpathprocessor.cpp (+30 -1), xpathprocessor.h (+2 -1) | |
xstore_hanz 4/10/04 2:08 AM |
fungujici, ale hodne mem-leakujici verze testu - nutno probrat detaily |
206 lines of code changed in: test/testXPathProcessor.cpp (new 206) | |
xstore_hanz 4/10/04 2:06 AM |
zakomentovano uvolnovani nodesetu a path v evalPath - nutno prodiskutovat! |
11 lines of code changed in: documents/DataGuide.cpp (+11 -11) | |
pavelpar 4/9/04 6:35 PM |
bugfix in loadNode |
2 lines of code changed in: util/PersistentABTree.h (+2) | |
martinnec 4/9/04 10:44 AM |
Extended |
39 lines of code changed in: test/testDataGuideEval.cpp (+39) | |
martinnec 4/9/04 10:43 AM |
Some bugs fixed in eval methods |
41 lines of code changed in: documents: DataGuide.cpp (+39 -33), DataGuide.h (+2) | |
martinnec 4/9/04 9:46 AM |
Node::getPosition() was added |
13 lines of code changed in: xpath: result.cpp (+5 -1), result.h (+8 -1) | |
xstore_hanz 4/9/04 1:08 AM |
*** empty log message *** |
14 lines of code changed in: xpath: context.cpp (+2 -2), result.cpp (+10), result.h (+2 -2) | |
xstore_hanz 4/9/04 12:53 AM |
*** empty log message *** |
276 lines of code changed in: xstore.cpp (+1 -1) xpath: context.cpp (+89 -266), context.h (+100 -232), context_functions.txt (new 0), expr.cpp (+25 -24), result.cpp (+29 -5), result.h (+14 -1), xpathprocessor.cpp (+18) | |
martinnec 4/8/04 11:44 PM |
Extended test for dataguide eval methods |
53 lines of code changed in: test/testDataGuideEval.cpp (+53 -16) | |
martinnec 4/8/04 11:40 PM |
Some bugs fixed in eval methods. |
55 lines of code changed in: documents: DataGuide.cpp (+48 -9), DataGuide.h (+7 -2) | |
xstore_hanz 4/8/04 8:56 PM |
xpath -> xstore_xpath namespace rename |
25 lines of code changed in: xstore.cpp (+1 -1) documents: DataGuide.h (+1 -1), dgstep.cpp (+1 -1), dgstep.h (+1 -1) test: testDataGuideEval.cpp (+1 -1), testLexer.cpp (+1 -1), testParser1.cpp (+1 -1), testParser2.cpp (+1 -1), testResult.cpp (+1 -1) xpath: context.cpp (+1 -1), context.h (+2 -2), exceptions.h (+1 -1), expr.cpp (+1 -1), expr.h (+1 -1), lexer.cpp (+1 -1), lexer.h (+1 -1), parser.cpp (+1 -1), parser.h (+1 -1), result.cpp (+1 -1), result.h (+1 -1), token.cpp (+1 -1), token.h (+1 -1), xpathprocessor.cpp (+1 -1), xpathprocessor.h (+1 -1) | |
martinnec 4/8/04 4:59 PM |
Some bugs in evalStep fixed |
221 lines of code changed in: documents: DataGuide.cpp (+209 -103), DataGuideNode.cpp (+1 -1), XmlNodes.cpp (+11 -6) | |
pavelpar 4/8/04 6:56 AM |
fix |
3 lines of code changed in: xpath/context.h (+3) | |
pavelpar 4/8/04 6:49 AM |
bugfix |
29 lines of code changed in: mem_alloc.cpp (+1 -1), xstore.cpp (+4) util: MemStats.cpp (+5 -7), MemStats.h (+4 -3) xpath: context.cpp (+14 -9), context.h (+1 -1) | |
martinnec 4/7/04 8:11 PM |
xpath contructors calls repaired |
109 lines of code changed in: test/testDataGuideEval.cpp (+109 -36) | |
xstore_hanz 4/7/04 2:40 PM |
not working, but compillable versions |
42 lines of code changed in: test/testParser1.cpp (+2 -1) xpath: context.cpp (+29 -29), context.h (+11) | |
xstore_hanz 4/7/04 2:13 PM |
*** empty log message *** |
123 lines of code changed in: xpath: context.h (+1), context_result.h (new 7), exceptions.h (+1), expr.cpp (+31 -30), expr.h (+1), lexer.cpp (+10 -10), lexer.h (+2 -1), parser.cpp (+36 -36), parser.h (+1), result.cpp (+29 -29), result.h (+1), token.h (+2 -1), xpathprocessor.h (+1) | |
Generated by StatCvs v0.1.3