Bug 509: Added In-memory datastore support for wildcarded change listeners
[mdsal.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight /
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-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-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
2014-02-25 Tony TkacikMerge "fix bug 431"
2014-02-25 Vaclav Demcakfix bug 431
2014-02-18 Robert VargaAdd logging for HashMapDataStore
2014-02-18 Tony TkacikMerge "Activate enforcement of Path type"
2014-02-18 Robert VargaAnother round of warnings fixes
2014-02-14 Tony TkacikMerge "Fixed bug when RPC was not propagared"
2014-02-14 Abhishek KumarFixed bug when RPC was not propagared
2014-02-14 Ed WarnickeMerge "Fixed bug when Binding-Aware Data Change Listene...
2014-02-14 Tony TkacikFixed bug when Binding-Aware Data Change Listeners...
2014-02-12 Ed WarnickeMerge "Fixed removals from data store did not clean...
2014-02-12 Tony TkacikFixed removals from data store did not clean direct...
2014-02-10 Ed WarnickeMerge "Fix a few eclipse-reported warnings"
2014-02-10 Ed WarnickeMerge "Cleanup imports/whitespace in MD-SAL"
2014-02-10 Robert VargaCleanup imports/whitespace in MD-SAL
2014-02-07 Ed WarnickeMerge "Fixed publishDataChangeEvent in 2phase commit"
2014-02-03 Ed WarnickeMerge "MD-SAL transaction chaining API"
2014-02-03 Ed WarnickeMerge "Removed unused code from md-sal."
2014-02-03 Ed WarnickeMerge "Restrict MD-SAL data operations to a single...
2014-02-03 Ed WarnickeMerge "Clarify the semantics of put{Configuration,Opera...
2014-02-03 Tony TkacikMake sure transaction applies whole removal list
2014-02-03 Tony TkacikFixed bug when new childs were ommited during data...
2014-02-01 Ed WarnickeMerge "Fix typo and add more descriptive error"
2014-02-01 Robert VargaFix typo and add more descriptive error
2014-01-31 Martin VitezRemoved unused code from md-sal.
2014-01-30 Ed WarnickeMerge "Added utility SynchronizedTransaction wrapper...
2014-01-30 Ed WarnickeMerge "Fix of issue 377 for Notifications resolving."
2014-01-29 Tony TkacikFix of issue 377 for Notifications resolving.
2014-01-27 Ed WarnickeMerge changes I8c23739a,Ia0e70828
2014-01-27 Ed WarnickeMerge "Fix RPC forwarding related bugs in Binding Indep...
2014-01-26 Ed WarnickeMerge "Changed multimaps to synchronized multimaps"
2014-01-26 Robert VargaBulk-add copyright headers to java files
2014-01-26 Robert VargaBulk-add copyright headers to .xtend files
2014-01-26 Tony TkacikChanged multimaps to synchronized multimaps
2014-01-26 Tony TkacikFix RPC forwarding related bugs in Binding Independent...
2014-01-25 Tony TkacikBug 319: Fixed two-phase commit verification of data.
2014-01-25 Tony TkacikExtract dom-serializer-api|impl from binding-broker...
2014-01-23 Tony TkacikFixed incorrect null check.
2014-01-23 Giovanni MeoMerge "Change target to ${project.build.target} in...
2014-01-23 Tony TkacikIntroduced advanced strategy for parsing of YANG schemas
2014-01-23 Ed WarnickeMerge "Fixed bug when global RPCs we're not forwarded"
2014-01-23 Ed WarnickeMerge "Added DEBUG log statements for transaction trans...
2014-01-22 Alessandro BochMerge "Fixed inappropriate uses of log level INFO"
2014-01-22 Ed WarnickeFixed inappropriate uses of log level INFO
2014-01-22 Ed WarnickeMerge "Default DataBroker does not read subtrees from...
2014-01-22 Giovanni MeoMerge "Log transactions being allocated"
2014-01-22 Tony TkacikDefault DataBroker does not read subtrees from Mountpoint
2014-01-22 Ed WarnickeMerge "More defensive RPC handling in DOM Broker"
2014-01-22 Tony TkacikMore defensive RPC handling in DOM Broker
next