Fix a race PingPongTransactionChain
[mdsal.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / md / sal / dom / broker /
2015-01-12 Robert VargaFix a race PingPongTransactionChain
2015-01-08 Tony TkacikMerge "Optimize inflight transitions"
2015-01-08 Tony TkacikMerge "Remove lock out of the congested/reuse case"
2015-01-08 Robert VargaOptimize inflight transitions
2015-01-07 Robert VargaRemove lock out of the congested/reuse case
2015-01-07 Tony TkacikMerge "Move ConcurrentDOMDataBroker to clustered-datastore"
2014-12-24 Robert VargaMove ConcurrentDOMDataBroker to clustered-datastore
2014-12-03 Tony TkacikMerge "Refactor DOMDataBrokerImpl"
2014-12-02 Robert VargaRefactor DOMDataBrokerImpl
2014-11-25 Robert VargaBUG-2255: introduce PingPongDataBroker
2014-11-21 Tony TkacikMerge "BUG-8: mark deprecated classes as such"
2014-11-21 Tony TkacikMerge "BUG-650: Split out CommitCoordinationTask"
2014-11-21 Robert VargaBUG-650: Split out CommitCoordinationTask
2014-11-20 Robert VargaBUG-8: mark deprecated classes as such
2014-11-13 Moiz RajaMerge "Bug 2347: Minor fixes to correct log output"
2014-11-13 tpantelisBug 2347: Minor fixes to correct log output
2014-11-12 Moiz RajaMerge "Bug 2347: DOMConcurrentDataCommitCoordinator...
2014-11-12 tpantelisBug 2347: DOMConcurrentDataCommitCoordinator uses wrong...
2014-10-27 Tony TkacikMerge "Cleanup RpcRoutingStrategy definition"
2014-10-17 Moiz RajaMerge "Bug 2160: Added concurrent 3-phase commit coordi...
2014-10-07 tpantelisBug 2160: Added concurrent 3-phase commit coordinator
2014-09-22 Tony TkacikMerge "BUG-1845: implement proper shutdown sequence"
2014-09-18 Robert VargaBUG-1845: implement proper shutdown sequence
2014-09-18 Ed WarnickeMerge "Bug 1763: Fixed illegal state in Binding Transac...
2014-09-15 Robert VargaBUG-650: use an EnumMap for datastore map
2014-09-14 Tony TkacikMerge "BUG-650: clarify TransactionFactory close state...
2014-09-14 Robert VargaBUG-650: clarify TransactionFactory close state handling
2014-09-13 Tony TkacikMerge changes I9b32ab30,Iebe4701f
2014-09-13 Robert VargaBUG-650: speed CommitCoordinationTask up
2014-09-13 Robert VargaBUG-650: speedup DOMDataBrokerTransactionChainImpl
2014-09-12 Robert VargaBUG-650: optimize DOMDataBrokerImpl chain creation
2014-09-12 Robert VargaBUG-650: speedup AbstractDOMForwardedTransactionFactory
2014-09-12 Robert VargaBUG-650: AbstractDOMForwardedTransactionFactory
2014-09-12 Tony TkacikMerge "BUG-650: speedup getSubtransaction()"
2014-09-12 Tony TkacikMerge "BUG-650: optimize DOMForwardedWriteTransaction"
2014-09-12 Robert VargaBUG-650: speedup getSubtransaction()
2014-09-12 Robert VargaBUG-650: optimize DOMForwardedWriteTransaction
2014-09-12 Tony TkacikMerge "Bug 650: Removed uncessary wrapping and allocati...
2014-09-11 Robert VargaBug 650: Removed uncessary wrapping and allocation...
2014-09-04 Tony TkacikMerge "Be sure to shutdown instance when destroyed"
2014-09-03 Ed WarnickeMerge "Bug 1446: Add JMX stats for in-memory data store"
2014-08-26 tpantelisBug 1446: Add JMX stats for in-memory data store
2014-08-13 Tom PantelisMerge "Add exists method on DOMStoreReadTransaction...
2014-08-12 Moiz RajaAdd exists method on DOMStoreReadTransaction and DOMDat...
2014-08-11 Devin AveryMerge "Bug 1430: Off-load notifications from single...
2014-08-08 Tony TkacikMerge "BUG-1495: fail future when no local RPC is found"
2014-08-07 Tony TkacikMerge "BUG-868: migrate ListenerRegistry"
2014-08-07 tpantelisBug 1430: Off-load notifications from single commit...
2014-08-05 Robert VargaBUG-868: migrate ListenerRegistry
2014-08-03 Tony TkacikMerge "Bug 1392: Change ReadTransaction#read to return...
2014-08-01 Ed WarnickeMerge "Bug 1333: Regression Test suite."
2014-08-01 Ed WarnickeMerge "Bug 1369: Use separate single threadpool for...
2014-08-01 Tony TkacikMerge "BUG-868: Migrate to SchemaContextListener"
2014-07-31 Robert VargaBUG-868: Migrate to SchemaContextListener
2014-07-29 tpantelisBug 1392: Change ReadTransaction#read to return Checked...
2014-07-29 Robert VargaBUG-1092: adjust to YangInstanceIdentifier
2014-07-29 Tony TkacikMerge changes Ifd28301d,I38220acb,I9bad24df
2014-07-29 Maros MarsalekWIP: Backwards compatible MountPointService
2014-07-28 Tony TkacikMerge "BUG-432: migrate users of Registration as approp...
2014-07-27 Robert VargaBUG-432: migrate users of Registration as appropriate
2014-07-25 Tony TkacikMerge "BUG-1381: make users of JavassistUtils.getLock...
2014-07-25 Tony TkacikMerge "Override TransactionFactor method in DataBroker...
2014-07-25 Maros MarsalekMake DOMMountPointService listenable
2014-07-23 Tom PantelisMerge "Bug 279, 1390: Used Guava Cache r for lazy-loadi...
2014-07-23 Tony TkacikMerge "NormalizedNode Mount APIs."
2014-07-22 Maros MarsalekNormalizedNode Mount APIs.
2014-07-22 Devin AveryMerge "API Usability: Introduced type capture for Trans...
2014-07-21 Tony TkacikMerge "Bug 1362: New AsyncWriteTransaction#submit method"
2014-07-18 Devin AveryMerge "Removed unused private implementation class"
2014-07-17 Devin AveryMerge "Added SingleThreadedExecutors to data store...
2014-07-16 Devin AveryMerge "Bug 1225: Fixed bug in registration of default...
2014-07-16 Devin AveryMerge "Deprecated Rpcs and RpcErrors helper classes"
2014-07-13 tpantelisBug 1362: New AsyncWriteTransaction#submit method
2014-07-12 tpantelisDeprecated Rpcs and RpcErrors helper classes
2014-07-09 Tony TkacikMerge "Improve documentation of BindingAware{Provider...
2014-07-07 Tom PantelisMerge "Bug 1235: Documented Notification services of...
2014-07-07 Ed WarnickeMerge "Cleanup: Removed unused code"
2014-07-03 Tony TkacikMerge "Add GlobalBundleScanningSchemaServiceImpl.destro...
2014-07-02 Tony TkacikMerge changes I38344133,Ib209ceed,I3f643034,I2f4ed366
2014-07-02 Robert VargaBUG-868: do not use deprecated InstanceIdentifier methods
2014-07-02 Devin AveryMerge "Bug 488: Removed requirement for DOM providers...
2014-07-01 Devin AveryMerge "Bug 1236 - Documented Binding-aware RPC services...
2014-07-01 Tony TkacikBug 488: Removed requirement for DOM providers to suppl...
2014-06-27 Devin AveryMerge "Bug 1227: Removed #close() from Write Transactions."
2014-06-26 Tony TkacikBug 1227: Removed #close() from Write Transactions.
2014-06-17 Ed WarnickeMerge "Bug 629: Introduction of Configuration Commit...
2014-06-17 Robert VargaBUG-272: Fixed last checkstyle offenders & activate...
2014-06-13 Ed WarnickeMerge changes Ia119c9ae,Ic2290d7f
2014-06-12 Tony TkacikBug 1073: Added support to DOMBrokerImpl for Transactio...
2014-05-23 Tony TkacikMerge changes Ieef23a07,I8057763e
2014-05-23 Robert VargaBUG-731: Warning suppression is not necessary
2014-05-20 Tony TkacikMerge "BUG-509: Move ModificationApplyOperation"
2014-05-20 Tony TkacikMerge "BUG-509: remove unused code"
2014-05-20 Tony TkacikMerge "BUG-509: Move DataTree concepts into separate...
2014-05-20 Tony TkacikMerge "BUG-509: simple cleanup of DataTreeModification"
2014-05-20 Tony TkacikMerge "BUG-509: Rename MutableDataTree to DataTreeModif...
2014-05-20 Tony TkacikMerge "BUG-731: fix warnings from missing generic argum...
2014-05-20 Tony TkacikMerge "BUG-1018 Implement BackwardsCompatible BI broker...
2014-05-19 Maros MarsalekBUG-1018 Implement BackwardsCompatible BI broker data...
2014-05-07 Tony TkacikMerge "Fixed typo in SnapshotBackedWriteTransaction...
next