Merge "Improve performance of XmlElement.getName"
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / messages /
2015-04-24 Tony TkacikMerge "Improve performance of XmlElement.getName"
2015-04-24 Tony TkacikMerge "Fix test failure in TopologyManagerImplTest...
2015-04-24 Moiz RajaMerge "Fix CloseTransactionChain NotSerializableException"
2015-04-24 Tom PantelisMerge topic 'li/cleanup/javassist'
2015-04-24 Tony TkacikMerge "Stop SubtreeFitler from rereading reply even...
2015-04-24 Tom PantelisMerge "Tests for CDS DataTreeChangedListener"
2015-04-24 Tony TkacikMerge "Use ImmutableNodes.fromInstanceId in restconf"
2015-04-24 Tony TkacikMerge "BUG 3045 : Use non-strict parsing in hello message."
2015-04-24 Tony TkacikMerge "Create transaction on the backend datastore...
2015-04-24 Moiz RajaMerge "Reduce non-existent Tx chain logging on close...
2015-04-24 Moiz RajaMerge "Return local shard's DataTree from ActorContext...
2015-04-24 Tom PantelisMerge "Tests for DOMDataTreeListener"
2015-04-24 Tom PantelisMerge "Moved legacy Notification implementation to...
2015-04-24 Tom PantelisMerge "Replaced Helium Notification Broker with new...
2015-04-24 Tom PantelisMerge "Make TransactionProxy.isRootPath() static"
2015-04-23 Tony TkacikMerge "IMDS: trim down commit overhead"
2015-04-23 Tony TkacikMerge "Publish SnapshotBacked transactions"
2015-04-23 Moiz RajaMerge "Fix ShardTest#testCreateSnapshot unit test failures"
2015-04-23 Moiz RajaMerge "CDS: switch persistence to persisting the candid...
2015-04-23 Robert VargaCDS: switch persistence to persisting the candidates 91/18591/27
2015-04-23 Jan HajnarTests for CDS DataTreeChangedListener 52/17652/12
2015-04-23 Tom PantelisReturn local shard's DataTree from ActorContext#findPri... 83/18783/3
2015-04-21 Moiz RajaMerge "Elide front-end 3PC for single-shard Tx"
2015-04-21 Tony TkacikMerge "Add assertNotNull to prevent null analysis warnings"
2015-04-21 Tony TkacikMerge "Improve xml lookup in edit-config rpc for md...
2015-04-21 Tony TkacikMerge "Bug 2998 - RESTCONF not recogizing top-level...
2015-04-21 Moiz RajaMerge "Cleanup: Remove passing around of DataPersistenc...
2015-04-21 Moiz RajaMerge "Address comment in gerrit 17266"
2015-04-21 Moiz RajaMerge "Bug 2948: Perform create snapshot synchronously"
2015-04-20 Tony TkacikMerge "Netconf testtool stress client"
2015-04-20 Tony TkacikMerge "BUG-3018: report DataTreeChangeListener initial...
2015-04-20 Robert VargaImprove DataExistsReply construction 68/18568/3
2015-04-18 Tom PantelisElide front-end 3PC for single-shard Tx 92/18392/7
2015-04-16 Ed WarnickeMerge "Bug 2358: Fixed warnings in Restconf"
2015-04-13 Tony TkacikMerge "Stop swallowing exceptions in XmlElement optiona...
2015-04-13 Tony TkacikMerge "Remove isCloseMsg check for each rpc"
2015-04-10 Moiz RajaMerge "CDS: Split out TransactionFutureCallback"
2015-04-10 Moiz RajaMerge "Remove deprecation suppression"
2015-04-10 Moiz RajaMerge "Add generic arguments"
2015-04-10 Moiz RajaMerge "Update lispflowmapping options in custom.properties"
2015-04-10 Moiz RajaMerge "Fixes Bug 2935"
2015-04-10 Moiz RajaMerge changes I114cbac1,I45c2e7cd
2015-04-10 Moiz RajaMerge "Verify BatchedModifications messages sent vs...
2015-04-10 Moiz RajaMerge "Use BatchedModifications message in place of...
2015-04-10 Tom PantelisVerify BatchedModifications messages sent vs received 91/17891/5
2015-04-10 Tom PantelisUse BatchedModifications message in place of ReadyTrans... 84/17884/5
2015-04-08 Tony TkacikMerge "BUG 2889 : migration of netconf-cli to Normalize...
2015-04-02 Tony TkacikMerge "Remove SimpleDataTreeCandidate"
2015-03-30 Tony TkacikMerge "BUG 2743 - Added support for runtime RPC's to...
2015-03-30 Tony TkacikMerge "Avoid IllegalArgument on missing source"
2015-03-30 Tony TkacikMerge "Increase default negotiation timeout for netconf...
2015-03-30 Tony TkacikMerge "Set unable-to-connect(netconf node) if no source...
2015-03-30 Tony TkacikMerge "BUG-2877: Allow hello message with no namespace"
2015-03-31 Tom PantelisMerge "BUG-2673: make CDS implement DOMDataTreeChangeLi...
2015-03-31 Robert VargaBUG-2673: make CDS implement DOMDataTreeChangeListener 90/16690/25
2015-03-27 Tom PantelisMerge "BUG 2792 : ThreePhaseCommitCohortProxy should...
2015-03-27 Tom PantelisMerge "BUG 2773 : Transition Shard to Leader state...
2015-03-27 Tony TkacikMerge "BUG-2424 Bump mina sshd-core version to 0.14"
2015-03-27 Tom PantelisMerge "BUG 2584 : Datastore is ready when all local...
2015-03-26 Moiz RajaMerge "Bug 2194: Find primary shard on remote ShardManager"
2015-03-26 Tom PantelisMerge "Use SnapshotManager"
2015-03-26 Tom PantelisMerge "Refactor snapshot code"
2015-03-26 Tom PantelisMerge "BUG 2792 : Serialize phase processing in Concurr...
2015-03-25 Tom PantelisMerge "Do not use ActorSystem.actorFor as it is deprecated"
2015-03-25 Tom PantelisMerge "Bug-2842:If an install snapshot is in progress...
2015-03-25 Ed WarnickeMerge "Remove redundant features: odl-adsal-controller...
2015-03-25 Tom PantelisMerge "BUG 2852 : Reduce and improve logging in RemoteR...
2015-03-25 Moiz RajaMerge "Bug 2194: Modify FindPrimary to check for leader"
2015-03-25 Tony TkacikMerge "BUG 2799: Migration of Message Bus from deprecat...
2015-03-25 Tom PantelisBug 2194: Find primary shard on remote ShardManager 94/16194/12
2015-03-24 Tom PantelisBug 2194: Modify FindPrimary to check for leader 64/16164/18
2015-03-24 Tom PantelisOptimize TransactionProxy for write-only transactions 60/16160/8
2015-03-24 Robert VargaDo not use ActorSystem.actorFor as it is deprecated 70/16670/3
2015-02-25 Tony TkacikMerge "Startup arch - add odlparent to root pom."
2015-02-25 Tony TkacikMerge "BUG 2412 - restconf @GET getModule(identifier...
2015-02-25 Tony TkacikMerge "BUG 2412 - restconf @GET getModule(identifier...
2015-02-25 Tony TkacikMerge "BUG 2412 - restconf @GET getModule(uri) method...
2015-02-25 Tony TkacikMerge "Removing { } from NormalizedNodeJsonBodyWriter"
2015-02-25 Moiz RajaMerge "Bug 2597: Batch modification operations in Trans...
2015-02-21 tpantelisBug 2597: Batch modification operations in TransactionProxy 95/15095/7
2015-02-05 Tony TkacikMerge "Improve JavaAttribute performance"
2015-02-05 Tony TkacikMerge "Make sure write transaction cancellation is...
2015-02-04 Moiz RajaMerge "neutron now works with jetty"
2015-02-04 Tom PantelisMerge "BUG 2667 : Handle null value type"
2015-02-04 Moiz RajaMerge "Bug2268: Deprecate legacy Payload classes"
2015-02-04 Moiz RajaMerge "Bug 2264: Use streaming for snapshots"
2015-02-01 tpantelisBug 2264: Use streaming for snapshots 20/14620/3
2015-01-28 Robert VargaFix a warning in CreateTransactionReply 16/14516/3
2015-01-28 Moiz RajaMerge "Bug 2265: Use streaming for DeleteData message"
2015-01-28 Moiz RajaMerge "Bug 2265: Address comments from 12448"
2015-01-26 Tom PantelisMerge "Fix missing dependencies in opendaylight-startup...
2015-01-26 Tony TkacikMerge changes I3e404877,Ida2a5c32,I9e6ce426,I6a4b90f6...
2015-01-26 Tony TkacikMerge changes I880310f2,I9f437328,I552372db,I587fb203...
2015-01-26 Moiz RajaMerge "Bug 2265: Use new NormalizedNode streaming in...
2015-01-22 tpantelisBug 2265: Use streaming for DeleteData message 76/14476/3
2015-01-21 tpantelisBug 2265: Address comments from 12448 10/14510/1
2015-01-21 tpantelisBug 2265: Use new NormalizedNode streaming in messages 48/12448/19
2015-01-09 Tom PantelisMerge "Fix compilation warnings: replace deprecated...
2015-01-08 Tom PantelisMerge "Fix compilation warnings: replace deprecated...
2015-01-08 Tony TkacikMerge "Optimize inflight transitions"
next