Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-10-28[576893] Implement a CDOPrefetcherManager to prefetch and cache all valid ↵Eike Stepper6-4/+56
revisions for a CDOViewSet https://bugs.eclipse.org/bugs/show_bug.cgi?id=576893
2021-10-27[576893] Implement a CDOPrefetcherManager to prefetch and cache all valid ↵Eike Stepper5-84/+299
revisions for a CDOViewSet https://bugs.eclipse.org/bugs/show_bug.cgi?id=576893
2021-10-27[576920] Provide an InternalCDOView.isClosing() methodEike Stepper1-0/+15
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576920
2021-10-27[576920] Provide an InternalCDOView.isClosing() methodEike Stepper3-1/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576920
2021-10-27[576893] Implement a CDOPrefetcherManager to prefetch and cache all valid ↵Eike Stepper12-347/+354
revisions for a CDOViewSet https://bugs.eclipse.org/bugs/show_bug.cgi?id=576893
2021-10-27[576909] CDORevisionManagerImpl.getRevisions() processes RevisionInfos ↵Eike Stepper4-26/+48
multiple times https://bugs.eclipse.org/bugs/show_bug.cgi?id=576909
2021-10-26[Releng] Use ObjectUtil.isEmpty()Eike Stepper13-29/+27
2021-10-26[576894] Implement optional prefetching for CDOCheckoutsEike Stepper9-40/+251
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576894
2021-10-26[576893] Implement a CDOPrefetcherManager to prefetch and cache all valid ↵Eike Stepper4-4/+470
revisions for a CDOViewSet https://bugs.eclipse.org/bugs/show_bug.cgi?id=576893
2021-10-26[576892] Eliminate duplicate synchronization in CDOStoreImplEike Stepper1-102/+126
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576892
2021-10-26[576891] Let CDORevisionCache fire an AdditionEvent from addRevision()Eike Stepper7-20/+99
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576891
2021-10-21[576802] Collaborations view does not properly disconnect from closed CDOSessionEike Stepper3-6/+80
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576802
2021-10-21[576799] Let open text editors listen and react to model changesEike Stepper2-2/+109
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576799
2021-10-21[Releng] Ignore self-activation in Net4jIntrospectorEike Stepper3-18/+24
2021-10-21Revert "[Releng] Ignore self-activation in Net4jIntrospector"Eike Stepper5-133/+20
This reverts commit bc35b5b0977380ab23a170281ee0300f9c91cf5d.
2021-10-21[Releng] Ignore self-activation in Net4jIntrospectorEike Stepper5-20/+133
2021-10-20[576773] Cache LOBs in internal CDORepository folderEike Stepper1-0/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576773
2021-10-19[576738] IllegalStateException from SecurePreferences when deleting an ↵Eike Stepper1-0/+6
authenticated repository https://bugs.eclipse.org/bugs/show_bug.cgi?id=576738
2021-10-19[576734] Add optional security support to local CDORepositoriesEike Stepper17-66/+225
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576734
2021-10-19[576725] Add a system property to omit the CDOCheckoutFileSystemEike Stepper1-14/+20
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576725
2021-10-19[576723] Optimize CDOCheckoutFileStore.fetchInfo() to compute the deep ↵Eike Stepper4-61/+116
lastModified timestamp lazily https://bugs.eclipse.org/bugs/show_bug.cgi?id=576723
2021-10-19[576721] Provide a way to apply a single registered ResourceSetConfigurer to ↵Eike Stepper1-6/+26
a resource set https://bugs.eclipse.org/bugs/show_bug.cgi?id=576721
2021-10-19[576720] Add a system property to enable shorter Signal.toString() valuesEike Stepper2-4/+26
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576720
2021-10-18[576706] Reduce the number of internal resources queries by using cached ↵Eike Stepper4-44/+116
revisions https://bugs.eclipse.org/bugs/show_bug.cgi?id=576706
2021-10-13[329179] Make cdoPrefetch() robust against timeoutsEike Stepper5-14/+179
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329179
2021-10-13[576596] Give signal indications the ability to reset the request timeoutEike Stepper7-127/+166
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576596
2021-10-13[Releng] Optimize LoadRevisions signalEike Stepper5-66/+58
2021-10-12[576582] Give IStores a chance to do initialization such as data migration ↵Eike Stepper10-62/+174
when all repository elements are fully activated https://bugs.eclipse.org/bugs/show_bug.cgi?id=576582
2021-10-12[Releng] New aop.jar versionEike Stepper3-3/+3
2021-09-27[576289] Referential integrity check fails when container is changed and ↵Eike Stepper9-44/+87
previous container is deleted (take two) https://bugs.eclipse.org/bugs/show_bug.cgi?id=576289
2021-09-22[575913] [UI] PluginDelegator should delegate getString methods to its OM classEike Stepper1-4/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=575913
2021-09-22Bug 575913 - CDO UI PluginDelegator should delegate getString methods toSebastien Revol1-0/+24
its OM class Change-Id: Ie564caddcd85ba813c3a5b85c966bae8654a2db2 Signed-off-by: Sebastien Revol <sebastien.revol@cea.fr>
2021-09-21[576143] SelectClassDialog Ok button enabled without a class being selectedEike Stepper3-21/+24
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576143
2021-09-18[Releng] Fix Javadoc typosEike Stepper3-29/+29
2021-09-17[576053] Make the security manager's realm update timeout configurableEike Stepper3-8/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=576053
2021-09-17[576032] RecoveringCDOSessionImpl should make accessible the ↵Eike Stepper8-34/+102
TransportException that leads to recover() https://bugs.eclipse.org/bugs/show_bug.cgi?id=576032
2021-09-15[Releng] Prepare 4.16 developmentEike Stepper2-6/+6
2021-09-08[Releng] Update copyrightsreleases/4.15.0Eike Stepper1-2/+2
2021-09-08[Releng] Update copyrightsEike Stepper21-21/+21
2021-09-08[Releng] Regenerate documentationEike Stepper4168-8308/+8320
2021-09-08[Releng] Regenerate documentationEike Stepper4165-4353/+4985
2021-09-08[Releng] Add JavaDocsEike Stepper18-0/+122
2021-09-07[574207] Freeze in SSLConnector.handleReadMaxime Porhel4-11/+51
https://bugs.eclipse.org/bugs/show_bug.cgi?id=574207
2021-09-07[Releng] Update copyrightsEike Stepper11-11/+11
2021-09-06[575439] Locked by user objects should not be locally unlocked on commitEike Stepper1-0/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=575439
2021-09-06[575439] Locked by user objects should not be locally unlocked on commitEike Stepper4-25/+120
https://bugs.eclipse.org/bugs/show_bug.cgi?id=575439
2021-08-30[561684] Credentials and special characters in workspace path cause problems ↵Eike Stepper2-9/+29
in CDORepositoryImpl https://bugs.eclipse.org/bugs/show_bug.cgi?id=561684
2021-08-30[573483] Create Branch menu should be enabled only if the branching mode is ↵Eike Stepper1-1/+30
enabled https://bugs.eclipse.org/bugs/show_bug.cgi?id=573483
2021-08-30Revert "[573658] ReconnectionSession mechanism does not update some items ↵Eike Stepper1-30/+1
after a reconnection" This reverts commit 0a2cf102b09ed3c97a6b2b2ceedc0605701d4ed2.
2021-08-30[573658] ReconnectionSession mechanism does not update some items after a ↵Eike Stepper1-1/+30
reconnection https://bugs.eclipse.org/bugs/show_bug.cgi?id=573658

Back to the top