Improve NormalizedNodeInputStreamReader
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / stream / NormalizedNodeInputStreamReader.java
2018-12-01 Robert VargaImprove NormalizedNodeInputStreamReader 96/78096/8
2018-11-25 Robert VargaUse pre-sized ImmutableLists for yang-data-api 17/78117/1
2018-07-30 Michael Vorburgersimplify a statement in NormalizedNodeInputStreamReader 76/74476/2
2018-01-22 Tom PantelisHandle empty type in NormalizedNode streaming 68/67368/4
2017-10-14 David SuarezFix some sonar/checkstyle issues 76/64276/2
2017-09-01 HeYunBoBug 9008: Fix the error of the persisted journal data... 67/61967/3
2017-06-06 Tom PantelisRemove deprecated NormalizedNodeInputStreamReader ctor 15/58015/3
2017-05-16 Robert VargaLower debugging in sal-clustering-commons 41/57141/2
2017-01-23 Robert VargaBUG-7594: Expand NormalizedNodeData{Input,Output} to... 56/50656/6
2016-10-21 Tom PantelisFix CS warnings in sal-clustering-commons and enable... 53/46853/4
2016-10-11 Tom PantelisBug 6910: Fix anyxml node streaming 47/46747/3
2016-02-18 Robert VargaRemove InputStream constructors 41/34841/4
2016-02-17 Robert VargaRemove NormalizedNodeStreamReader 42/34842/2
2016-02-15 Robert VargaFix raw type warnings 56/34556/7
2016-01-27 Tom PantelisBug 5109: Handle stand alone leaf nodes in CDS streaming 28/33228/2
2016-01-12 Robert VargaBug 2062 - StreamWriter APIs loses information about... 76/12676/12
2015-12-10 Robert VargaBUG-4626: create AbstractNormalizedNodeDataOutput 08/31008/5
2015-12-10 Robert VargaBUG-4626: Introduce NormalizedNodeData{Input,Output} 72/30872/10
2015-12-10 Robert VargaBUG-4626: Split out stream token types 83/30283/12
2015-12-05 Robert VargaDeprecate NormalizedNodeInputStreamReader(InputStream) 00/30300/5
2015-11-27 Robert VargaAutomatic addition of final keywords 82/30282/2
2015-11-11 Moiz RajaBUG 4589 : Handle writing and reading large strings 63/29563/1
2015-08-09 Thanh HaFix license header violations in sal-clustering-commons 83/24983/1
2015-05-07 Tony TkacikMerge "Add missing copyright text"
2015-05-05 Tony TkacikMerge "BUG 2820 - LLDP refactor"
2015-05-05 Tony TkacikMerge "Bug 2820 - LLDP TLV support and testing"
2015-05-05 Tony TkacikMerge "Bug 2820 - problem to add second TLV with type...
2015-04-30 Tony TkacikMerge "BUG-2288: deprecate old binding Notification...
2015-04-27 Tony TkacikMerge "Event Source: switch from wildcards to regexs"
2015-04-24 Tony TkacikMerge "Improve performance of XmlElement.getName"
2015-04-24 Tony TkacikMerge "Stop SubtreeFitler from rereading reply even...
2015-04-24 Tom PantelisMerge "Moved legacy Notification implementation to...
2015-04-24 Tom PantelisMerge "Replaced Helium Notification Broker with new...
2015-04-22 Robert VargaClustering: Expose PathArgument writer 93/18593/13
2015-04-21 Moiz RajaMerge "Elide front-end 3PC for single-shard Tx"
2015-04-21 Tony TkacikMerge "BUG-3033: DataBroker should extend DataTreeChang...
2015-04-21 Robert VargaSimplify instantiation of NormalizedNodeInputStreamReader 34/18734/1
2015-03-23 Moiz RajaMerge "Refactor LeaderElectionScenarioTests"
2015-03-11 Tony TkacikMerge "Fixed testool performance bottleneck due to...
2015-03-11 Tony TkacikMerge "Changed NetconfDeviceDatastoreAdapter and Netcon...
2015-03-10 Moiz RajaMerge "Refactor LegacyTransactionConntextImpl"
2015-03-10 Tom PantelisMerge "Handle FollowerInitialSyncStatus message in...
2015-03-10 Maros MarsalekMigrate users of AnyXml node to DOMSource 37/16137/9
2015-02-25 Tony TkacikMerge "Removing { } from NormalizedNodeJsonBodyWriter"
2015-02-23 Tony TkacikMerge "Startup archetype: remove 'Impl' from config...
2015-02-23 Tony TkacikMerge "Startup archetype: Add basic unit tests for...
2015-02-23 Tony TkacikMerge "Startup arch - remove artifactId prefix from...
2015-02-23 Tony TkacikMerge "Cleanup root pom "name"."
2015-02-13 Tony TkacikMerge "BUG-2573: create DOMRpcRouter"
2015-02-13 Tony TkacikMerge "BUG-2573: add NormalizedNode-based RPC API"
2015-02-12 Ed WarnickeMerge "Mark yang generated source location as a source...
2015-02-12 Tony TkacikMerge "Do not duplicate OSGi dependencyManagement"
2015-02-12 Ed WarnickeMerge "Bug 2684 - Fixing support for Neutron binding...
2015-02-10 Tony TkacikMerge "BUG-2679 Workaround for wrong nagasena encode...
2015-02-10 Tony TkacikMerge "BUG-2310 - widen yang model for netconf-node."
2015-02-10 Tony TkacikMerge "BUG-2599 Netconf notification manager initial...
2015-02-10 Tony TkacikMerge "Fix missing log argument"
2015-02-10 Tony TkacikMerge "Standardize on pax-exam 4.4.0"
2015-02-10 Tony TkacikMerge "BUG-2288: implement DOMNotificationRouter"
2015-02-10 Tony TkacikMerge "BUG-2627: Fix ambiguous lookup in test case"
2015-02-10 Tom PantelisMerge "Bug-2692:Avoid fake snapshot during initiate...
2015-02-10 Tom PantelisMerge "Optimize install snapshot, by making a call...
2015-02-10 Tom PantelisMerge "Add Distributed DataStore as a dependency of...
2015-02-10 Tom PantelisMerge "Optimized AppendEntries sending to follower...
2015-02-10 Moiz RajaMerge "Add signature marker and version to NormalizedNo...
2015-02-05 Tony TkacikMerge "BUG-2288: remove DOMNotificationListenerRegistra...
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-03 Moiz RajaBUG 2667 : Handle null value type 89/14789/1
2015-02-02 tpantelisAdd signature marker and version to NormalizedNode... 62/14862/2
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-21 tpantelisMore unit test code coverage for NormalizedNodeStreamRe... 36/14336/3
2015-01-25 Moiz RajaMerge changes Iae061558,I786a2e74,I10c38ca2
2015-01-25 Moiz RajaMerge "Speed up ClusterWrapperImpl"
2015-01-25 Moiz RajaMerge "Bug 2327: Handle binary data in NormalizedNode...
2015-01-18 tpantelisBug 2327: Handle binary data in NormalizedNode streaming 97/12797/5
2014-12-02 Moiz RajaMerge "Bug 2415: Fixed intermittent RpcRegistry unit...
2014-11-28 Tony TkacikMerge "Optimize xsql's use of collections"
2014-11-28 Tony TkacikMerge "Netconf-cli compilable and included in project"
2014-11-26 Moiz RajaMerge "Bug 2267: Reuse leaf and leaf set entry builders...
2014-11-20 Tony TkacikMerge "BUG-2218: Keep existing link augmentations durin...
2014-11-17 tpantelisBug 2267: Reuse leaf and leaf set entry builders in... 47/12447/5
2014-11-14 Ed WarnickeMerge "Updating features archetype to talk about user...
2014-11-12 Tony TkacikMerge "Bug 1029: Remove dead code: samples/clustersession"
2014-11-12 Tony TkacikMerge "Bug 1029: Remove dead code: p2site"
2014-11-10 Tony TkacikMerge "Fix raw use of Gauge"
2014-11-10 Tony TkacikMerge "Add serialVersionUID to Serializable classes"
2014-11-10 Tony TkacikMerge changes Ic7e83322,I2482a37c
2014-11-10 Tony TkacikMerge changes I525c2070,Ib920ff67
2014-11-10 Tony TkacikMerge "Use generic-aware empty collections"
2014-11-10 Tony TkacikMerge changes I0fe4b78d,I3d3bc71b
2014-11-08 Robert VargaFix non-generic reference to org.opendaylight.yangtools... 29/12629/2
2014-10-31 Tony TkacikMerge "BUG-1953: fix SAL compatility layer"
2014-10-29 Devin AveryMerge "Cosmetics: check in pom.xml files as _sort_pom_...
2014-10-29 Moiz RajaMerge "Bug 2265: Modified NormalizedNodeOutputStreamWri...
next