Merge "Cleanup RpcRoutingStrategy definition"
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / src / main / java / org / opendaylight / controller / md / sal / dom / store / impl / InMemoryDOMDataStore.java
2014-10-27 Tony TkacikMerge "Cleanup RpcRoutingStrategy definition"
2014-10-20 Alessandro BochMerge "Add support for metadata to the Match/Action...
2014-10-20 Tony TkacikMerge "Issue fix for config subsystem"
2014-10-17 Moiz RajaMerge "Bug 2160: Added concurrent 3-phase commit coordi...
2014-10-17 Moiz RajaMerge "Bug 2038: Ensure only one concurrent 3-phase...
2014-10-17 Tony TkacikMerge "Migrate netconf testtool to work with karaf...
2014-10-17 Tony TkacikMerge "Bug 1764 - added service for pushing default...
2014-10-17 Tony TkacikMerge "Add features-netconf-connector to controller...
2014-10-17 Tony TkacikMerge "BUG-2006: Rework state tracking"
2014-10-16 Robert VargaBUG-2006: Rework state tracking 17/11417/5
2014-09-18 Ed WarnickeMerge "Bug 1763: Fixed illegal state in Binding Transac...
2014-09-17 Ed WarnickeMerge "BUG-1542 Remove netconf-ssh|tcp features from...
2014-09-17 Alessandro BochMerge "Bug 1808: Don't deserialize IPv4 payload in...
2014-09-17 Alessandro BochMerge "Bug 1805: Fixed 2 bugs in ICMP.computeChecksum()."
2014-09-16 Madhu VenugopalMerge "Bug 1894: Add LISP configuration options to...
2014-09-16 Tony TkacikMerge "Bug 1892 - Karaf setenv should use '=' instead...
2014-09-16 Tony TkacikMerge "Bug 1875 - Used variables for nexusproxy host...
2014-09-16 Tony TkacikMerge "Bug 1819 - Moved bundle up in features.xml to...
2014-09-15 Moiz RajaMerge "Bug#1854 - Exit command in console causing OOM."
2014-09-15 Moiz RajaMerge "Bug-1828 - Raft apply state missing index log...
2014-09-15 Moiz RajaMerge "Bug-1830:Move install snapshot messages from...
2014-09-15 Tom PantelisMerge "BUG 1853 : Clustered Data Store causes Out of...
2014-09-15 Ed WarnickeMerge "BUG-1871: FRM rpc register path (nodeIdent)"
2014-09-15 Robert VargaBUG-650: use SameThreadExecutor for commits 89/11189/4
2014-09-15 Tony TkacikMerge "BUG-1521 netconf-client line coverage"
2014-09-14 Moiz RajaMerge "Bug 1860: raise MaxMem and MaxPermGen limits...
2014-09-13 Tony TkacikMerge changes I9b32ab30,Iebe4701f
2014-09-13 Robert VargaBUG-650: improve transaction chaining performance 22/11122/2
2014-09-05 Ed WarnickeMerge "Enable AD-SAL application to configure OF 1...
2014-09-05 Tony TkacikMerge "Bug 1686 - Rework TopologyManager to use transac...
2014-09-05 Tony TkacikMerge "BUG-1690: catch wildcard InstanceIdentifiers"
2014-09-05 Tony TkacikMerge "Prefer InstanceIdentifier imports"
2014-09-05 Tony TkacikMerge "BUG-1679: optinally log allocation context"
2014-09-04 Ed WarnickeMerge "BUG 1595 - Clustering : NPE on startup"
2014-09-04 Robert VargaBUG-1679: optinally log allocation context 09/10709/4
2014-09-04 Moiz RajaMerge "Bug 1666: Fixing the clustering config file...
2014-09-04 Tony TkacikMerge "Be sure to shutdown instance when destroyed"
2014-09-04 Tony TkacikMerge "Fix netconf testtool after recent changes to...
2014-09-04 Tony TkacikMerge "Refactor integration tests for netconf in netcon...
2014-09-03 Ed WarnickeMerge "Bug 1446: Add JMX stats for in-memory data store"
2014-09-03 Moiz RajaMerge "Candidate fix for dependency issue in odl-restco...
2014-09-03 Tony TkacikMerge "BUG-1520 coverage tests for config-manager"
2014-09-03 Tony TkacikMerge "Datastore: Reuse successful future"
2014-09-03 Tony TkacikMerge "Datastore: lower in-memory change tracking overhead"
2014-09-02 Robert VargaDatastore: Reuse successful future 16/10616/2
2014-09-02 Robert VargaDatastore: lower in-memory change tracking overhead 04/10604/5
2014-08-27 Tony TkacikMerge "BUG-1493: activate recursion elision"
2014-08-26 tpantelisBug 1446: Add JMX stats for in-memory data store 27/10327/10
2014-08-26 Moiz RajaMerge "Bug 1576: Handle remote failures for write Tx...
2014-08-26 Moiz RajaMerge "Bug 1616: Issues with using container and defaul...
2014-08-26 Ed WarnickeMerge "Added IP address of the OF switch to flow-node"
2014-08-26 Madhu VenugopalMerge "Fixing incorrect case for interface method neutr...
2014-08-25 Giovanni MeoMerge "Bug 1536: Fixed minimum values of SET_TP_SRC...
2014-08-25 Ed WarnickeMerge "Get some basic unit testing in place for the...
2014-08-25 Ed WarnickeMerge "Do not use protobuf serialization for FindPrimar...
2014-08-25 Ed WarnickeMerge "BUG-1568 Remove ganymed Ssh client adapter"
2014-08-25 Ed WarnickeMerge "BUG-1568 Ssh Handler for netconf client Mina...
2014-08-25 Tony TkacikMerge "Fixed possible NPE in TopologyManager FlowCapabl...
2014-08-25 Tony TkacikMerge "Make InMemoryDOMDataStore.ready() unsynchronized"
2014-08-25 Moiz RajaMerge "Fix for possible NPE if Bundle is stopped."
2014-08-23 Robert VargaMake InMemoryDOMDataStore.ready() unsynchronized 09/10209/1
2014-08-22 Tom PantelisMerge "Incorrect name of elements in yang case nodes"
2014-08-22 Tony TkacikMerge "Removed getClass comparison if FlowComparator."
2014-08-21 Madhu VenugopalMerge "Karaf odl-nsf-managers feature fails due to...
2014-08-21 Ed WarnickeMerge "Bug 1586: Do not use JaxRS 2.0 unnecessarily"
2014-08-21 Ed WarnickeMerge "Converted Inventory Manager to use Transaction...
2014-08-21 Ed WarnickeMerge "Fixed possible NPE in flow reconciliation"
2014-08-21 Ed WarnickeMerge "Bug 1585 - switch features removed after node...
2014-08-21 Tony TkacikMerge "Revert "Revert "BUG-1425: Integrated new Binding...
2014-08-21 Moiz RajaMerge "SupervisorStrategy caught throwable - logging"
2014-08-21 Moiz RajaMerge "Correct the self usage in ThreePhaseCommitCohort...
2014-08-21 Tony TkacikMerge "BUG-1568 Getting rid of StreamGobller from netco...
2014-08-21 Tony TkacikMerge "BUG-1541 Make EXI and clientConnectTimeout confi...
2014-08-21 Tony TkacikMerge "Fix race condition in SSH NETCONF server"
2014-08-21 Moiz RajaMerge "Patch to eliminate sleeps in RemoteRpc tests"
2014-08-21 Tony TkacikMerge "NETCONF scalability: share instances"
2014-08-21 Tony TkacikMerge "BUG-1493: split off recursion tracking and rewor...
2014-08-20 Robert VargaBUG-1493: split off recursion tracking and rework it 62/10062/5
2014-08-20 Devin AveryMerge "BUG 932 - Swagger HTTP POST contains incorrect...
2014-08-19 Moiz RajaMerge "Custom mailbox that is bounded and instrumented."
2014-08-19 Ed WarnickeMerge "Revert "Added the Buffer-Id to packet-in.""
2014-08-19 Ed WarnickeMerge "Added the Buffer-Id to packet-in."
2014-08-18 Devin AveryMerge "Bug 1430: Obtain config params from config system"
2014-08-13 tpantelisBug 1430: Obtain config params from config system 05/9905/2
2014-08-13 Ed WarnickeMerge "Bug-1338: Create a grouping for order to help...
2014-08-12 Devin AveryMerge "Working md-sal features, including restconf...
2014-08-12 Devin AveryMerge "Fix to topology-lldp-discovery to allow for...
2014-08-12 Devin AveryMerge "config-persister-feature-adapter to push configs...
2014-08-12 Devin AveryMerge "Minor changes to config-persister to allow for...
2014-08-12 Moiz RajaMerge "Missing capability in 10-rest-connector.xml...
2014-08-11 Ed WarnickeMerge "Fix broken 05-clustering.xml"
2014-08-11 Ed WarnickeMerge " Expose more information about a Shard via JMX"
2014-08-11 Devin AveryMerge "Bug 1430: Off-load notifications from single...
2014-08-07 tpantelisBug 1430: Off-load notifications from single commit... 22/9422/12
2014-08-01 Ed WarnickeMerge "Bug 1333: Regression Test suite."
2014-08-01 Ed WarnickeMerge "Bug 1369: Use separate single threadpool for...
2014-08-01 Tony TkacikMerge "BUG-190 Simplify reconnect logic in protocol...
2014-08-01 Ed WarnickeMerge "Fixed for bug : 1171 - issue while creating...
2014-08-01 Ed WarnickeMerge "Fixed for bug 1197"
2014-08-01 Ed WarnickeMerge "Fixed for bug 1168 : Issue while update subnet"
next