Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-06-26relengEike Stepper1-0/+12
2009-06-22[281063] Client session is not notified on server session closingEike Stepper2-5/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=281063
2009-06-22examplesEike Stepper1-0/+56
2009-06-20apidoc cleanupAndre Dietisheim3-105/+9
2009-06-20all db accesses uses prepared statementsAndre Dietisheim6-316/+661
2009-06-18[279930] Occasional exception on CDO server from TCPSelectorEike Stepper3-41/+53
https://bugs.eclipse.org/bugs/show_bug.cgi?id=279930
2009-06-17[270926] Utility method to to access old revisions of a given objectEike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=270926
2009-06-16[280138] [UI] Team Provider is unable to create Root ResourceEike Stepper1-5/+16
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280138
2009-06-16[280141] [UI] Provide PackageNode actions, and Import/Export Resource actionsEike Stepper21-41/+502
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280141
2009-06-16rc5Eike Stepper1-0/+25
2009-06-15[280136] [UI] Show error dialog on attempt to open non-existing resourceVictor Roldan Betancort2-0/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280136
2009-06-15rc5Eike Stepper1-1/+0
2009-06-12[280107] UnsupportedModifiedException in CDOURIHandler.createInputStream() ↵Victor Roldan Betancort1-2/+2
and CDOURIHandler.createOutputStream() is not expected in client code https://bugs.eclipse.org/bugs/show_bug.cgi?id=280107
2009-06-12[276845] Develop A CDORevisionCache that uses the file systemEike Stepper8-560/+463
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276845
2009-06-12- Missing non-extenalized stringVictor Roldan Betancort2-1/+3
2009-06-12[276845] Develop A CDORevisionCache that uses the file systemEike Stepper9-799/+860
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276845
2009-06-12[276845] Develop A CDORevisionCache that uses the file systemEike Stepper7-56/+72
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276845
2009-06-12[276845] Develop A CDORevisionCache that uses the file systemEike Stepper2-2/+372
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276845
2009-06-12[276845] Develop A CDORevisionCache that uses the file systemEike Stepper2-0/+18
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276845
2009-06-11moved methods from DBREvisionCacheUtil to CDOCommonDBUtil, rename ↵Andre Dietisheim3-68/+84
DBRevisionCacheUtils to DBRevisionCacheUtil
2009-06-11getRevisionID() implemented, whole class refactoredAndre Dietisheim3-778/+711
2009-06-11getResourceID() implementation startedAndre Dietisheim5-223/+275
2009-06-11[276845] Develop A CDORevisionCache that uses the file systemEike Stepper19-0/+1894
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276845
2009-06-11added about.html to bundlesEike Stepper1-1/+5
2009-06-10[275303] [DB] DBStore does not handle BIG_INTEGER and BIG_DECIMALStefan Winkler2-2/+129
https://bugs.eclipse.org/bugs/show_bug.cgi?id=275303 (NULL value handling had been missed)
2009-06-09rc4Eike Stepper1-1/+1
2009-06-09rc4Eike Stepper2-8/+8
2009-06-09rc4Eike Stepper1-2/+2
2009-06-09added about.html to source bundlesEike Stepper80-16/+614
2009-06-06copy ctorEike Stepper1-1/+10
2009-06-06[242005] Provide a HeartBeatPotocolEike Stepper1-5/+21
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242005
2009-06-06[242005] Provide a HeartBeatPotocolEike Stepper4-7/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242005
2009-06-05[277808] [DB] Support for H2 DatabaseEike Stepper3-2/+129
https://bugs.eclipse.org/bugs/show_bug.cgi?id=277808
2009-06-05[277808] [DB] Support for H2 DatabaseEike Stepper14-0/+985
https://bugs.eclipse.org/bugs/show_bug.cgi?id=277808
2009-06-05added h2Eike Stepper1-3/+3
2009-06-05[242005] Provide a HeartBeatPotocolEike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242005
2009-06-05[242005] Provide a HeartBeatPotocolEike Stepper1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242005
2009-06-05[242005] Provide a HeartBeatPotocolEike Stepper1-0/+34
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242005
2009-06-05[242005] Provide a HeartBeatPotocolEike Stepper27-179/+666
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242005
2009-06-05[276926] [DB] A lock could not be obtained within the time requestedStefan Winkler2-54/+38
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276926
2009-06-05fixed .project nameEike Stepper1-1/+1
2009-06-05[279109] Negative delay value in TimeoutMonitor causes IllegalArgumentExceptionEike Stepper1-8/+19
https://bugs.eclipse.org/bugs/show_bug.cgi?id=279109
2009-06-05[278970] Exception is hidden in CDOView closeEike Stepper25-80/+256
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278970
2009-06-03[278900] EObjectValidator.validate_UniqueID broken for CDOObjectsSimon McDuff3-14/+51
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278900
2009-06-03[278795] NPE in CDO server on transaction commitEike Stepper3-61/+30
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278795
2009-06-02[278748] [UI] Importing resource does not consider other resoure factoriesVictor Roldan Betancort1-4/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278748
2009-06-02changed query handler orderEike Stepper17-120/+121
2009-06-02test FWEike Stepper3-40/+53
2009-05-29[257170] Make IPluginContainer independent of OSGiEike Stepper2-56/+128
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257170
2009-05-28disabling testEike Stepper1-1/+1

Back to the top