BUG-868: do not use InstanceIdentifier.getPath()
[mdsal.git] / opendaylight / md-sal / sal-dom-broker /
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-13 Robert VargaBUG-981: Fixed incorrect condition in ResolveDataChange...
2014-05-12 Ed WarnickeMerge "Bug 508: Improved error reporting for failed...
2014-05-12 Tony TkacikBug 508: Improved error reporting for failed canCommit...
2014-05-12 Giovanni MeoMerge "Bug 849: Fixed NPE in Translated Data Change...
2014-05-12 Tony TkacikMerge "BUG-648: Improve performance by reusing old...
2014-05-12 Tony TkacikMerge "BUG-731: RoutedRegistration.close() should not...
2014-05-12 Tony TkacikMerge "Add serialVersionUID to Serializable"
2014-05-12 Robert VargaBUG-648: Improve performance by reusing old data nodes
2014-05-11 Robert VargaAdd serialVersionUID to Serializable
2014-05-07 Tony TkacikMerge "Add missing exception to log message in SchemaAw...
2014-05-07 Maros MarsalekAdd missing exception to log message in SchemaAwareRpcB...
2014-05-07 Tony TkacikMerge "Fixed typo in SnapshotBackedWriteTransaction...
2014-05-01 Tony TkacikBug 933: Fixed datastore processing of nested augmentat...
2014-05-01 Tony TkacikMerge "Bug 930 - Add bound to queue in SingletonHandler...
2014-05-01 Ed WarnickeMerge changes I4a9861ed,I61c130b9
2014-04-29 Tony TkacikBug 509: Fixed Backwards compatibility bugs with datastore.
2014-04-24 Ed WarnickeMerge "Bug 509: Added support for merge operation to...
2014-04-24 Tony TkacikBug 509: Added support for merge operation to InMemoryD...
2014-04-23 Tony TkacikMerge changes I67420353,I6851f9b9
2014-04-23 Lukas SedlakFixed typo in SnapshotBackedWriteTransaction class
2014-04-22 Robert VargaBUG-509, BUG-808: Added datastore support for lists...
2014-04-21 Ed WarnickeMerge "Bug 509: Improve logging in InMemoryDataStore."
2014-04-19 Giovanni MeoRemoved duplication of the yang-jmx-generator-plugin
2014-04-17 Tony TkacikMerge "BUG-509: use dedicated executor for notifications"
2014-04-17 Robert VargaBUG-509: use dedicated executor for notifications
2014-04-17 jameshall03885Adding auto-sorting plugin to all Controller via parent...
2014-04-16 Tony TkacikMerge "BUG-731: remove unneeded null check"
2014-04-16 Ed WarnickeMerge "Bug 509: Fixed incorrect merging of Data Store...
2014-04-16 Tony TkacikBug 509: Improve logging in InMemoryDataStore.
2014-04-15 Tony TkacikBug 509: Fixed incorrect merging of Data Store Writes...
2014-04-15 Ed WarnickeMerge "BUG-509: add missing copyright headers"
2014-04-15 Ed WarnickeMerge "Bug 509: Fixed small discrepancies in Binding...
2014-04-15 Ed WarnickeMerge "Bug 509: Added In-memory datastore support for...
2014-04-15 Robert VargaBUG-509: add missing copyright headers
2014-04-15 Tony TkacikMerge "Change RpcImplementation contract to asynchronous"
2014-04-14 Tony TkacikBug 509: Added In-memory datastore support for wildcard...
2014-04-14 Robert VargaBUG-509: improve normalization error reporting
2014-04-14 jameshall03885Bug 651 - Added back IDE profile and changed target...
2014-04-14 Robert VargaChange RpcImplementation contract to asynchronous
2014-04-11 Tony TkacikMerge "BUG-592: Fix InstanceIdentifier instantiation"
2014-04-11 Tony TkacikMerge "BUG-509: improve memory efficiency of ListenerTree"
2014-04-11 Tony TkacikMerge "BUG-509: Encapsulate ListenerTree"
2014-04-10 Robert VargaBUG-509: improve memory efficiency of ListenerTree
2014-04-10 Robert VargaBUG-509: Encapsulate ListenerTree
2014-04-09 Robert VargaBUG-509: improve safety of MutableDataTree
2014-04-09 Robert VargaBUG-509: limit visibility of updateModificationType()
2014-04-09 Robert VargaBUG-509: explain the use of SuppressWarnings
2014-04-09 Robert VargaBUG-509: clean up comment
2014-04-09 Robert VargaBUG-509: Fix a constructor typo/thinko
2014-04-09 Robert VargaBUG-509: Rename StoreMetadataNode.createRecursivelly
2014-04-09 Robert VargaBUG-509: Fix thread safety of listener registration
2014-04-09 Robert VargaBUG-509: Improve InMemoryDOMDataStore structure
2014-04-08 Ed WarnickeMerge "Bug 509: Fixed order of invoking Schema listeners."
2014-04-08 Tony TkacikMerge "BUG-509: Fix thread safety of DOMDataBrokerImpl...
2014-04-08 Tony TkacikMerge "BUG-579: Remove ImmutableMap in favor of LinkedH...
2014-04-08 Robert VargaBUG-509: Fix thread safety of DOMDataBrokerImpl.ready()
2014-04-08 Robert VargaBUG-579: Remove ImmutableMap in favor of LinkedHashMap
2014-04-07 Tony TkacikBug 509: Fixed order of invoking Schema listeners.
2014-04-07 Tony TkacikMerge "BUG-509: make sure datastore commits are visible"
2014-04-06 Robert VargaBUG-509: internal cleanup
2014-04-06 Robert VargaBUG-509: make sure datastore commits are visible
2014-04-04 Robert VargaBug 499: Improved data change listener tree management
2014-04-01 Ed WarnickeMerge "Bug 499: Added support for old DOM Broker APIs."
2014-04-01 Ed WarnickeMerge "Bug 499: Added support for change listeners."
2014-04-01 Ed WarnickeMerge "Bug 499: Initial draft of in-memory datastore...
2014-03-31 Ed WarnickeMerge "Bug 499: Initial implementation of data tree...
2014-03-31 Ed WarnickeMerge "Bug 499: Initial implementation of supporting...
2014-03-28 Tony TkacikBug 499: Added support for old DOM Broker APIs.
2014-03-28 Tony TkacikBug 499: Added support for change listeners.
2014-03-28 Tony TkacikBug 499: Initial draft of in-memory datastore and data...
2014-03-28 Tony TkacikBug 499: Initial implementation of data tree modifications
2014-03-28 Robert VargaBug 499: Initial implementation of supporting tree...
2014-03-25 Robert VargaUpdate to use yang concepts
2014-03-25 Tony TkacikMerge "Add MountInstance client documentation and promo...
2014-03-18 Tony TkacikMerge "Resolve Bug:448 - Remove yang-store api and...
2014-03-13 Robert VargaAdd MountInstance client documentation and promote...
2014-03-12 Tomas OlveckyResolve Bug:448 - Remove yang-store api and impl.
2014-03-11 Tony TkacikMerge "Prune long-deprecated APIs"
2014-03-09 Robert VargaPrune long-deprecated APIs
2014-03-05 Tony TkacikMerge "Enabling Remote RPC Router module in ODL distrib...
2014-03-04 Abhishek KumarEnabling Remote RPC Router module in ODL distribution.
2014-03-03 Tony TkacikMerge "Remove static state and default beans from Runti...
2014-02-28 Tomas OlveckyRemove static state and default beans from RuntimeMappi...
2014-02-27 Tony TkacikMerge "Centralize yang-maven-plugin version"
2014-02-27 Tony TkacikMerge "Deprecate org.opendaylight.controller.sal.common...
2014-02-27 Robert VargaFixed order of applying changes when forwarding transac...
2014-02-27 Robert VargaCentralize yang-maven-plugin version
2014-02-26 Abhishek KumarAdding routed RPC support in Remote RPC Router
2014-02-25 Tony TkacikMerge "Prune long-deprecated APIs"
2014-02-25 Robert VargaFix comments and remove use of deprecated class
next