Bug 591: Minimize the use of Xtend in sal-binding-broker-impl
[mdsal.git] / opendaylight / md-sal / sal-binding-broker / src / main / java /
2014-04-15 Raghurama BhatBug 591: Minimize the use of Xtend in sal-binding-broke...
2014-04-15 Tony TkacikMerge "Change RpcImplementation contract to asynchronous"
2014-04-14 Robert VargaBUG-509: improve normalization error reporting
2014-04-14 Robert VargaBUG-509: Fail forwarning write if read fails.
2014-04-14 jameshall03885Bug 651 - Added back IDE profile and changed target...
2014-04-14 Robert VargaChange RpcImplementation contract to asynchronous
2014-04-10 Tony TkacikMerge "BUG-694: Disable DataReader registration for...
2014-04-10 Robert VargaBUG-694: Disable DataReader registration for BA Broker
2014-04-04 Ed WarnickeMerge "Bug 510: Implementation of Forwarded Binding...
2014-04-04 Robert VargaBug 510: Implementation of Forwarded Binding Data Broker
2014-03-31 Tony TkacikMerge "Do not use InstanceIdentifier.builder()"
2014-03-28 Tony TkacikMerge changes Id6b8ba01,Ic4081b36
2014-03-26 Kamal RameshanBug:553 - RPC providers are not cleaned up on bundle...
2014-03-12 Tony TkacikMerge "Fix typos in documentation"
2014-03-12 Moiz RajaFix typos in documentation
2014-03-11 Tony TkacikMerge "Prune long-deprecated APIs"
2014-03-09 Robert VargaPrune long-deprecated APIs
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-25 Tony TkacikMerge "Prune long-deprecated APIs"
2014-02-25 Robert VargaPrune long-deprecated APIs
2014-02-19 Maros MarsalekAdd ModuleInfoBackedContext loading strategy to Runtime...
2014-02-18 Tony TkacikMerge "Activate enforcement of Path type"
2014-02-18 Robert VargaAnother round of warnings fixes
2014-02-18 Robert VargaPlace an upper bound on notification concurrency
2014-02-15 Tony TkacikMerge "Bug fixes for netconf southbound plugin."
2014-02-15 Lukas SedlakBug fixes for netconf southbound plugin.
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-13 Ed WarnickeMerge "sal-restconf-broker initial implementation ...
2014-02-12 Martin Bobaksal-restconf-broker initial implementation
2014-02-12 Ed WarnickeMerge "Fixed removals from data store did not clean...
2014-02-12 Ed WarnickeMerge "Fixed bug when publisher's thread was blocked...
2014-02-11 Tony TkacikFixed bug when publisher's thread was blocked until...
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 Robert VargaFix a few eclipse-reported warnings
2014-02-07 Ed WarnickeMerge "Fixed publishDataChangeEvent in 2phase commit"
2014-02-05 Robert VargaFix unintentional breakage
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 Robert VargaRestrict MD-SAL data operations to a single thread
2014-01-30 Ed WarnickeMerge "Added utility SynchronizedTransaction wrapper...
2014-01-30 Ed WarnickeMerge "Bug 387 : Fixed Binding Independent Connector...
2014-01-30 Ed WarnickeMerge "Fix of issue 377 for Notifications resolving."
2014-01-29 Tony TkacikBug 387 : Fixed Binding Independent Connector to proper...
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-26 Tony TkacikAdded listener registration when not reusing global...
2014-01-26 Robert VargaResolve the service reference before intantiating proxy...
2014-01-25 Tony TkacikExtract dom-serializer-api|impl from binding-broker...
2014-01-23 Giovanni MeoMerge "Change target to ${project.build.target} in...
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 Tony TkacikFixed bug when global RPCs we're not forwarded
2014-01-22 Tony TkacikAdded DEBUG log statements for transaction translation.
2014-01-22 Giovanni MeoMerge "Log transactions being allocated"
2014-01-22 Ed WarnickeMerge "More defensive RPC handling in DOM Broker"
2014-01-22 Tony TkacikMore defensive RPC handling in DOM Broker
2014-01-22 Ed WarnickeMerge "Commented out Sys.outs in runtime generated...
2014-01-21 Tony TkacikCommented out Sys.outs in runtime generated code.
2014-01-15 Tony TkacikFixed deployment of mount points (dynamic instances...
2014-01-13 Ed WarnickeMerge "Fix a few POM versioning/dependency warnings"
2014-01-11 Moiz RajaSwitch from using a Long as FlowId to a Uri
2014-01-10 Ed WarnickeMerge "Fixed bug when converting augmentation in Instan...
2014-01-10 Tony TkacikFixed bug when converting augmentation in Instance...
2014-01-07 Tony TkacikBug 267: Fixed augmentation read from configuration...
2013-12-19 Ed WarnickeMerge "Fixed bug in discovering JVM loaded case classes...
2013-12-19 Tony TkacikFixed bug in discovering JVM loaded case classes during...
2013-12-18 Ed WarnickeMerge "Fixed Bug 250 - bits serialization between Bindi...
2013-12-18 Tony TkacikFixed Bug 250 - bits serialization between Binding...
2013-12-16 Ed WarnickeMerge "Fixed bug in cross-broker RPC routing"
2013-12-13 Ed WarnickeMerge "Fixed union serialization and deserialization"
2013-12-13 Tony TkacikFixed bug in cross-broker RPC routing
2013-12-13 Tony TkacikFixed union serialization and deserialization
2013-12-10 Ed WarnickeMerge "Bug 211 - Fixed codec generation when transitive...
2013-12-10 Tony TkacikBug 211 - Fixed codec generation when transitive depend...
2013-12-09 Ed WarnickeMerge "Implementation for enabling remote rpc calls...
2013-12-09 Ed WarnickeMerge "Fix for bug 211, where direct write and read...
2013-12-09 Tony TkacikFix for bug 211, where direct write and read of augment...
2013-12-07 Ed WarnickeMerge "Added transactions statistics for BI Broker."
2013-12-06 Lukas SedlakAdded transactions statistics for BI Broker.
2013-12-05 Tony TkacikMoved IT code to separate project, Fix for Bug 184...
2013-12-03 Ed WarnickeMerge "Exposed binding-rpc-registry to config subsystem."
2013-12-03 Tony TkacikExposed binding-rpc-registry to config subsystem.
next