Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-28[Mysql] Optimize Random Insertscommitters/estepper/optimize-random-insertsEike Stepper4-0/+94
2016-01-28[486458] Provide support for optimized loading and notifying of object unitsEike Stepper22-227/+880
https://bugs.eclipse.org/bugs/show_bug.cgi?id=486458
2016-01-25[486458] Provide support for optimized loading and notifying of object unitsEike Stepper48-394/+2739
https://bugs.eclipse.org/bugs/show_bug.cgi?id=486458
2016-01-25[Releng] Factor getView(id) into CDOServerIndicationEike Stepper24-36/+108
2016-01-25[486409] Provide table and row statistics on DBBrowserPageEike Stepper1-18/+30
https://bugs.eclipse.org/bugs/show_bug.cgi?id=486409
2016-01-23[486409] Provide table and row statistics on DBBrowserPageEike Stepper3-3/+100
https://bugs.eclipse.org/bugs/show_bug.cgi?id=486409
2016-01-16[Releng] Provision ECP Runtime featureEike Stepper2-2/+2
2016-01-16[323788] Deadlock on Display.syncExec()Eike Stepper2-1/+47
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323788
2016-01-16[Releng] Provision ECP Runtime feature with BuckminsterEike Stepper2-0/+9
2016-01-16[Releng] Fix new deprecation warnings with Neon PlatformEike Stepper19-38/+42
2016-01-16[323788] Deadlock on Display.syncExec()Eike Stepper23-2424/+5103
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323788
2016-01-15[485961] Provide CDORevisionUtil.getChildRevisions() method that skips ↵Eike Stepper1-0/+83
containment proxies https://bugs.eclipse.org/bugs/show_bug.cgi?id=485961
2016-01-15[Releng] Clean up CDOCheckoutImplEike Stepper1-35/+1
2016-01-15[323788] [Dawn] UI freeze on remote edge deletion testsEike Stepper6-4/+682
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323788
2016-01-15[485961] Provide CDORevisionUtil.getChildRevisions() method that skips ↵Eike Stepper1-4/+38
containment proxies https://bugs.eclipse.org/bugs/show_bug.cgi?id=485961
2016-01-12[485491] Provide a logging facility for CDOViewEventsEike Stepper7-10/+694
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485491
2016-01-12[485490] CDOAutoLocker: Provide a ForSingleValuedChanges subclassEike Stepper1-0/+34
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485490
2016-01-12[485489] CDOAutoLocker: Some locks can be left after view has been closedEike Stepper2-1/+99
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485489
2016-01-12[485486] CDOStaleReferencePolicy.PROXY should support eContents() and ↵Eike Stepper1-3/+0
eCrossReferences() https://bugs.eclipse.org/bugs/show_bug.cgi?id=485486
2016-01-11[485487] Network timeouts can lead to incorrect rollback and stuck ↵Eike Stepper30-127/+751
session/transaction https://bugs.eclipse.org/bugs/show_bug.cgi?id=485487
2016-01-11[485499] [DB] Store instances from 2 different EPackages with the same nameEike Stepper2-0/+25
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485499
2016-01-10[485486] CDOStaleReferencePolicy.PROXY should support eContents() and ↵Eike Stepper1-10/+32
eCrossReferences() https://bugs.eclipse.org/bugs/show_bug.cgi?id=485486
2016-01-08[485394] Referential integrity check does not detect stale containment proxiesEike Stepper2-13/+100
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485394
2015-12-18[Releng] Fix typo in Bugzilla_390185_TestEike Stepper1-1/+1
2015-12-18[484649] IllegalArgumentException in Buffer.limit()Eike Stepper1-7/+7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=484649
2015-12-18[484649] IllegalArgumentException in Buffer.limit()Eike Stepper2-6/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=484649
2015-12-18[484649] IllegalArgumentException in Buffer.limit()Eike Stepper2-5/+55
https://bugs.eclipse.org/bugs/show_bug.cgi?id=484649
2015-12-18[475039] Enhance ThreadPool and use it as much as possibleEike Stepper2-5/+9
Do not enqueue the new runnable command if we can create a new worker thread and there's currently no idle thread. https://bugs.eclipse.org/bugs/show_bug.cgi?id=475039
2015-12-16[475039] Enhance ThreadPool and use it as much as possibleEike Stepper3-8/+10
Increase DEFAULT_MAXIMUM_POOL_SIZE = Integer.MAX_VALUE https://bugs.eclipse.org/bugs/show_bug.cgi?id=475039
2015-12-12[Releng] Increase Config.MAXIMUM_POOL_SIZE for testsEike Stepper1-1/+3
2015-12-12[Releng] Add SignalMonitorTest.testMonitorProgressAsync()Eike Stepper1-4/+93
2015-12-12[Releng] Enhance Javadoc of SignalProtocol.setTimeout()Eike Stepper1-2/+2
2015-12-08[483831] [Security] Ease permission useEsteban Dugueperoux3-3/+92
To avoid deployed metamodel plugins requirement, use the generated package emulation option in SecurityManager. Change-Id: I01300a7afda2268c10b59d51b2c9d59aa2a39d76 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=483831 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2015-11-26[Releng] Update Oracle repoEike Stepper2-3/+3
2015-11-23[481382] Have default lock state always stored at commit with prefetchEsteban Dugueperoux1-9/+15
Change-Id: I371c9213b62f0e115dfbb349d3af003aea8670ae Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=481382 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr> Signed-off-by: Eike Stepper <stepper@esc-net.de>
2015-11-12[477256] Avoid NPE on SignalProtocol.handleBuffer() with stopped signalEsteban Dugueperoux1-1/+5
- This fix a NPE regression since streams are closed on stopped signal. Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=477256 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr> Change-Id: Ib38672ea40d4c9744064ee39ed96e05e7ba0cffe
2015-10-29[Releng] Re-enable version checks during buildEike Stepper1-17/+4
2015-10-29[480919] Timeout in ChangeCredentialsRequestEsteban Dugueperoux4-18/+21
- Have ChangeCredentialsRequest/OpenSessionRequest/AuthenticationRequest use a OMMonitor to avoid timeout exception. Change-Id: I2240cd09a907ef38dc77364c461a614666b9f10e Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=480919 Signed-off-by: Esteban Dugueperoux <esteban.dugueperoux@obeo.fr>
2015-10-13[Releng] Upgrade UML2 dependency to 5.1 milestonesEike Stepper3-15/+15
2015-10-12[Releng] Consolidate SQL building w.r.t. timestampsEike Stepper2-13/+5
2015-10-12[Releng] Enhance timestamp formatting in CDOServerBrowserEike Stepper2-5/+25
2015-10-12[479531] [DB] OCL query returns incorrect result in audit viewsEike Stepper1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=479531
2015-10-11[Releng] Add OCLQueryTest.testAuditWithDetachedObject()Eike Stepper1-4/+29
2015-10-11[Releng] Enhance the Net4j DB Framework feature descriptionEike Stepper1-1/+3
2015-10-11[Releng] Fix ECP and QVTO dependenciesEike Stepper2-4/+4
2015-10-10[479422] CDO Credential Provider not implemented for CDORepositoryImplEike Stepper9-10/+120
https://bugs.eclipse.org/bugs/show_bug.cgi?id=479422
2015-10-07[297142] Provide more documentation Eike Stepper46-126/+186
https://bugs.eclipse.org/bugs/show_bug.cgi?id=297142
2015-10-06297142: Provide more documentation Eike Stepper3-0/+111
https://bugs.eclipse.org/bugs/show_bug.cgi?id=297142
2015-09-25[297142] Provide more documentationEike Stepper27-53/+439
https://bugs.eclipse.org/bugs/show_bug.cgi?id=297142
2015-09-25[458349] Consolidate UI - Better handling of unconnectable repositoriesEike Stepper2-69/+110
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458349

Back to the top