Switch default stream output to Magnesium
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / stream /
2019-11-20 Robert VargaSwitch default stream output to Magnesium 95/84695/23
2019-10-14 Robert VargaUse careful byte-masking/shifting in Mg Input 99/85099/2
2019-10-10 Robert VargaBump yangtools to 4.0.1 04/83804/49
2019-10-07 Robert VargaUse ReusableNormalizedNodeReceiver 65/84765/3
2019-09-25 Robert VargaSwitch default stream output to Sodium SR1 39/84539/40
2019-09-25 Robert VargaEliminate reference to YangInstanceIdentifier.EMPTY 11/84711/3
2019-09-25 Robert VargaAdd Magnesium stream version 94/84694/8
2019-09-25 Robert VargaAdd LithiumSR1 input/output support 74/84274/53
2019-09-25 Robert VargaAdd Magnesium encoding tokens 57/84557/13
2019-09-24 Robert VargaRework PathArgumentTypes lookup 90/84090/19
2019-09-23 Robert VargaMove Neon SR2 tokens into its own class 63/84563/3
2019-09-23 Robert VargaRename ValueTypes to LithiumValue 62/84562/3
2019-09-23 Robert VargaRename PathArgumentTypes to LithiumPathArgument 61/84561/3
2019-09-23 Robert VargaRename NodeTypes to LithiumNode 60/84560/3
2019-09-23 Robert VargaMove Lithium tokens to their own class 59/84559/3
2019-09-18 Robert VargaSeparate out AbstractNormalizedNodeDataInput 14/84514/2
2019-09-12 Robert VargaOptimize anyxml output 44/84344/1
2019-09-12 Robert VargaMove Lithium-specific logic from AbstractNormalizedNode... 32/84332/5
2019-09-12 Robert VargaRemove ensureHeaderWritten() from writeNode() 29/84329/2
2019-09-12 Robert VargaReorganize AbstractNormalizedNodeDataOutput 27/84327/2
2019-09-11 Robert VargaSplit out AbstractLithiumDataInput 72/84272/5
2019-09-11 Robert VargaCleanup PathArgumentTypes 23/84323/2
2019-09-11 Robert VargaAbstractNormalizedNodeDataOutput fails to write out... 24/84324/1
2019-09-07 Robert VargaTighten AbstractLithiumDataOutput.writeString() 69/84269/2
2019-09-07 Robert VargaRemove NormalizedNodeOutputStreamWriter 68/84268/1
2019-09-07 Robert VargaDisconnect {Lithium,NeonSR2} implementations 67/84267/2
2019-09-07 Robert VargaLower ValueTypes constant visibility 66/84266/1
2019-08-28 Robert VargaCleanup ValueTypes lookup 36/84036/1
2019-08-27 Robert VargaDeduplicate MapNode key leaf values 98/83998/9
2019-08-27 Robert VargaMove common code to startNode() 08/84008/4
2019-08-26 Robert VargaRename SodiumNormalizedNode* classes 01/84001/2
2019-08-26 Robert VargaDrop public modifier from NodeTypes 99/83999/2
2019-08-21 Robert VargaFix modernization issues 32/83832/8
2019-08-20 Robert VargaMigrate NodeIdentifierWithPredicates.getKeyValues() 29/83829/3
2019-07-08 Robert VargaAdd support for reusable streaming 17/82417/8
2019-07-08 Robert VargaAdd streaming interface to NormalizedNodeDataInput 09/82009/24
2019-07-01 Robert VargaRename SODIUM versions to NEON_SR2 67/82867/2
2019-06-08 Robert VargaSwitch default output stream version 13/82313/27
2019-06-08 Robert VargaBump datastore version 11/82311/21
2019-06-08 Robert VargaAdd QNameModule coding 26/82426/5
2019-06-07 Robert VargaRemove use of thread-local input 91/82391/9
2019-06-05 Robert VargaTake advantage of AugmentationIdentifier.create() 99/82399/2
2019-06-04 Robert VargaDo not use NodeIdentifierWithPredicates constructors 97/82397/3
2019-06-04 Robert VargaOptimize readQNameSet() 98/82398/2
2019-06-04 Robert VargaRemove use of thread-local output 90/82390/6
2019-06-04 Robert VargaMove byte-based serialization method 89/82389/2
2019-05-29 Robert VargaOptimize NodeIdentifier reading 79/82279/13
2019-05-29 Robert VargaAdd support for coded QNames/AugmentationIdentifiers 04/82304/7
2019-05-29 Robert VargaSeparate lazy-versioned NormalizedNodeDataInput 78/82278/6
2019-05-29 Robert VargaDo not format QNames to string on input 76/82276/4
2019-05-14 Robert VargaCentralize read{Augmentation,Node}Identifier() methods 08/82008/3
2019-04-16 Robert VargaBump yangtools to 3.0.0 29/81129/31
2019-03-15 Robert VargaUse a simple list for string code table 89/80889/1
2019-03-15 Robert VargaImprove NormalizedNodeInputStreamReader defensiveness 88/80888/2
2019-02-12 Robert VargaReduce JSR305 proliferation 11/80211/6
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
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes 75/64175/42
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-04-26 Robert VargaLower AbstractNormalizedNodeDataOutput debugs to trace 77/56077/1
2017-02-10 Lorand JakabCheckstyle: fix ParenPad violations 02/51402/2
2017-01-23 Robert VargaBUG-7594: Expand NormalizedNodeData{Input,Output} to... 56/50656/6
2016-10-27 Tom PantelisMove SerializationUtils to sal-clustering-commons 37/47637/2
2016-10-25 Tom PantelisFix FindBugs warnings in sal-clustering-commons 19/46919/4
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-09-23 Stephen KittMechanical code cleanup (sal-clustering-commons) 68/46068/3
2016-02-18 Robert VargaHide NormalizedNodeOutputStreamWriter 47/34847/6
2016-02-18 Robert VargaRemove InputStream constructors 41/34841/4
2016-02-17 Robert VargaNormalizedNodeDataOutput should be AutoCloseable 46/34846/3
2016-02-17 Robert VargaRemove implements NormalizedNodeStreamWriter declaration 45/34845/3
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-07 Peter KajsaBug 3874: Support of yang modeled AnyXML 50/29550/6
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-06-08 Robert VargaTake advantage of YangInstanceIdentifier methods 09/21109/3
2015-05-20 Tom PantelisFix CDS serialization failures due to YangInstanceIdent... 94/20794/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...
next