BUG-1120: fold GenerationalListenerMap back
[mdsal.git] / opendaylight /
2014-06-02 Robert VargaBUG-1120: fold GenerationalListenerMap back
2014-06-02 Robert VargaBUG-1120: introduce generations to ListenerMap
2014-06-02 Robert VargaBUG-1120: Rename to GenerationalListenerMap
2014-06-02 Robert VargaBUG-1120: promote synchronization to all entrypoints
2014-06-02 Robert VargaBUG-1120: introduce NotificationListenerMap
2014-06-02 Robert VargaBUG-868: disallow instantiation without executor
2014-06-02 Robert VargaBUG-1120: fix race window in unregistration
2014-06-02 Tony TkacikMerge "BUG-832 Refactor netconf connector"
2014-06-02 Maros MarsalekBUG-832 Refactor netconf connector
2014-06-01 Robert VargaBUG-614: degrade NotifyTask to Runnable
2014-06-01 Robert VargaBUG-614: do not use xtend's library
2014-06-01 Robert VargaBUG-614: No need to build a future list
2014-06-01 Robert VargaBUG-614: Remove xtendisms
2014-06-01 Robert VargaBUG-614: explicitly use old constructor
2014-06-01 Robert VargaBUG-614: Hide the executor and improve logging
2014-05-31 Robert VargaBUG-614: convert NotificationBrokerImpl
2014-05-30 Tony TkacikMerge "Bug 1003: Restconf - remove whitespace on input"
2014-05-30 Ed WarnickeMerge "Bug 1073: Introduced Transaction Chain to DOMSto...
2014-05-29 Robert VargaBUG-509: cleanup datastore interafaces
2014-05-29 Robert VargaBUG-509: remove unnecessary Version objects
2014-05-29 Robert VargaBUG-509: use concurrent hash-trie Map
2014-05-29 Tony TkacikMerge "BUG-648: include yangtools.util package"
2014-05-29 Robert VargaBUG-648: include yangtools.util package
2014-05-28 Tony TkacikMerge "BUG-614: convert RuntimeCodeSpecification"
2014-05-28 Robert VargaBUG-614: convert RuntimeCodeSpecification
2014-05-27 Robert VargaBUG-620: replace xtend version of classes with Java...
2014-05-26 Tony TkacikBug 1073: Introduced Transaction Chain to DOMStore...
2014-05-26 Tony TkacikMerge changes I7c36c88e,I7c5d97c7
2014-05-26 Robert VargaBUG-1070: make BundleContext required
2014-05-26 Robert VargaBUG-1070: allow for URL registration failing
2014-05-26 tpantelisBug 1003: Restconf - remove whitespace on input
2014-05-23 Tony TkacikMerge changes Ieef23a07,I8057763e
2014-05-23 Tony TkacikMerge "BUG-509: introduce Version concept"
2014-05-23 Tony TkacikMerge "BUG-509: fix ModifiedNode locking"
2014-05-23 Tony TkacikMerge "BUG-509: migrate to TreeNodes"
2014-05-23 Tony TkacikMerge "BUG-509: create data tree SPI package"
2014-05-23 Tony TkacikMerge "BUG-509: add some documentation"
2014-05-23 Tony TkacikMerge "Bug 716: Errors on controller shutdown"
2014-05-23 Robert VargaBUG-868: migrate users of CompositeNode.getChildren()
2014-05-23 Robert VargaBUG-731: Warning suppression is not necessary
2014-05-23 Robert VargaBUG-509: introduce Version concept
2014-05-23 Robert VargaBUG-509: fix ModifiedNode locking
2014-05-23 Robert VargaBUG-509: migrate to TreeNodes
2014-05-23 Robert VargaBUG-509: create data tree SPI package
2014-05-23 Robert VargaBUG-509: add some documentation
2014-05-22 Robert VargaBUG-509: break up SchemaAwareApplyOperation
2014-05-22 Robert VargaBUG-509: move snapshotCache get out of try block
2014-05-21 Tony TkacikMerge "BUG-509: merge InMemoryDataTreeModification...
2014-05-21 Tony TkacikMerge "BUG-509: there is only one createRecursively()"
2014-05-21 Tony TkacikMerge "BUG-509: Remove unused methods"
2014-05-21 Tony TkacikMerge "BUG-509: node version is always required"
2014-05-21 Robert VargaBUG-509: merge InMemoryDataTreeModification.resolveSnap...
2014-05-21 Robert VargaBUG-509: there is only one createRecursively()
2014-05-21 Robert VargaBUG-509: Remove unused methods
2014-05-21 Robert VargaBUG-509: node version is always required
2014-05-21 Tony TkacikMerge "BUG-509: cleanup StoreMetadataNode"
2014-05-21 Tony TkacikMerge "BUG-509: Refactor listener walking"
2014-05-21 Robert VargaBUG-509: cleanup StoreMetadataNode
2014-05-21 Robert VargaBUG-509: Refactor listener walking
2014-05-20 Tony TkacikMerge "Bug 953 - Change the BindingIndependentConnector...
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 Devin AveryBug 953 - Change the BindingIndependentConnector to...
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-20 Tony TkacikMerge "BUG-868: move to use unified ClassLoaderUtils"
2014-05-20 Robert VargaBUG-509: Move ModificationApplyOperation
2014-05-20 Robert VargaBUG-509: remove unused code
2014-05-20 Robert VargaBUG-509: Move DataTree concepts into separate package
2014-05-20 Robert VargaBUG-509: simple cleanup of DataTreeModification
2014-05-20 Robert VargaBUG-509: Rename MutableDataTree to DataTreeModification
2014-05-19 Robert VargaBUG-731: fix warnings from missing generic arguments
2014-05-19 Robert VargaBUG-868: move to use unified ClassLoaderUtils
2014-05-19 Tony TkacikMerge "Bug 953 - Enable mounted RPC calls via RestConf"
2014-05-19 Tony TkacikMerge "BUG-1027: rework lookup for clarity"
2014-05-19 Tony TkacikMerge "BUG-509: reorganize data tree abstractions."
2014-05-19 Maros MarsalekBUG-1018 Implement BackwardsCompatible BI broker data...
2014-05-19 Tony TkacikMerge "BUG-868: do not use InstanceIdentifier.getPath()"
2014-05-19 Robert VargaBUG-868: do not use InstanceIdentifier.getPath()
2014-05-18 Robert VargaBUG-509: reorganize data tree abstractions.
2014-05-18 Robert VargaBUG-1027: rework lookup for clarity
2014-05-16 Ed WarnickeMerge "Bug 967: Do not translate leaf Instance Identifi...
2014-05-16 Tony TkacikBug 967: Do not translate leaf Instance Identifiers.
2014-05-15 Devin AveryBug 953 - Enable mounted RPC calls via RestConf
2014-05-15 Tony TkacikMerge "Bug 509: Improve conflict detection of leaf...
2014-05-15 Tony TkacikMerge changes Ibe0145be,I0764bfa9
2014-05-15 Tony TkacikMerge "BUG-509: remove StoreUtils.initialChangeEvent()"
2014-05-15 Tony TkacikMerge "BUG-509: StoreUtils should operate on Normalized...
2014-05-15 Robert VargaBug 509: Improve conflict detection of leaf merges
2014-05-15 Robert VargaBUG-509: remove DataAndMetadataSnapshot.Builder.getData...
2014-05-15 Ed WarnickeMerge "Cosmetics: fix typo facilitate"
2014-05-15 Robert VargaBUG-509: remove StoreMetadataNode.children()
2014-05-15 Robert VargaBUG-509: remove StoreUtils.initialChangeEvent()
2014-05-15 Robert VargaBUG-509: StoreUtils should operate on NormalizedNode
2014-05-14 Tony TkacikBug 967: Fixed incorrect delete was addressing augment...
2014-05-13 Robert VargaBUG-981: Fixed incorrect condition in ResolveDataChange...
2014-05-12 Tony TkacikMerge "Bug-574 Added a 4th RPC Invocation strategy...
next