Bug 2984 - Added Missing space separator for list keys in yin format
[yangtools.git] / yang / yang-data-impl /
2015-04-13 Tony TkacikMerge "BUG-1485: deprecate length/range methods"
2015-04-13 Robert VargaMerge "Bug 1260: Implemented Binding Caching Codec"
2015-04-13 Robert VargaMerge "Bug 2374 - YANG Binding: Added support for Augme...
2015-04-13 Tony TkacikBug 1260: Implemented Binding Caching Codec 51/17951/6
2015-04-13 Jan HajnarBug 2964 - ClassCastException when querying - 11/18011/3
2015-04-11 Robert VargaDo not declare RuntimeExceptions as thrown 50/18150/1
2015-04-11 Robert VargaFix constant names 44/18144/1
2015-04-10 Tony TkacikMerge "BUG-2962: add DataTreeTip interface and implemen...
2015-04-10 Robert VargaMerge "Bug 2362: Added pattern validation for string...
2015-04-10 Robert VargaMerge "Extracted remaining codecs to protected classes."
2015-04-09 Tony TkacikMerge "Make sure LOOKUP is a proper constant"
2015-04-09 Tony TkacikMerge "Remove unneeded final modifiers"
2015-04-09 Tony TkacikMerge "Remove unused imports"
2015-04-09 Tony TkacikMerge "Fix modifier ordering"
2015-04-09 Tony TkacikBug 2362: Added pattern validation for string types. 99/17899/4
2015-04-09 Tony TkacikExtracted remaining codecs to protected classes. 96/17896/4
2015-04-09 Robert VargaRemove unneeded final modifiers 06/18006/1
2015-04-09 Tony TkacikMerge "Bug 2960 - Yang Data Codec Gson: failed to looku...
2015-04-09 Robert VargaBUG-2962: add DataTreeTip interface and implement it 77/17877/5
2015-04-09 Jan HajnarBug 2964 - ClassCastException when querying - 91/17991/2
2015-04-08 Robert VargaMerge "Fixed incorrect signature in NotificationListene...
2015-04-08 Robert VargaMerge "Bug 2362: Wired integer value validating codec."
2015-04-08 Tony TkacikBug 2362: Wired integer value validating codec. 57/17857/5
2015-04-08 Tony TkacikMerge "BUG-2955: Fix error reporting for wrong YangInst...
2015-04-08 Robert VargaBUG-2955: Fix error reporting for wrong YangInstanceIde... 53/17853/4
2015-04-08 Tony TkacikMerge "BUG 2908 - Unable to read data from netconf...
2015-04-08 Tomas CereBUG 2908 - Unable to read data from netconf northbound... 49/17249/6
2015-04-07 Tony TkacikBug 2362: Added range validation as last part of deseri... 55/17855/3
2015-04-07 Tony TkacikMoved implementation of (U)Int* codecs to separate... 51/17851/1
2015-04-07 Tony TkacikIntroduced AbstractIntegerStringCodec. 42/17842/1
2015-04-07 Tony TkacikMerge "Bug 2909 - Gson codec lost correct type"
2015-04-07 Robert VargaBUG-2939: fixup dynamic nodes to cover overwrites 64/17664/12
2015-04-02 Robert VargaMerge "Fixed NPE in BindingCodecTree#getSubtreeCodec...
2015-04-02 Tony TkacikBug 2939: Lazily expanded CandidateNode for writes... 28/17628/3
2015-04-02 Tony TkacikBug 2393: Extracted CandidateNode from InMemoryDataTree... 23/17623/1
2015-04-01 Robert VargaBUG-869: kill more sonar warnings 03/17503/4
2015-04-01 Jan Hajnarfix for getModifiedChild() in InMemoryDataTreeCandidate 40/17540/1
2015-03-31 Robert VargaMerge "Bug 2924: DataCodecTree expose (de)serialization...
2015-03-30 Robert VargaBUG-869: remove empty statements 57/17357/1
2015-03-30 Jan HajnarBug 2909 - Gson codec lost correct type 38/17338/1
2015-03-30 Tony TkacikMerge "BUG-2876: prune empty subtree modifications"
2015-03-30 Tony TkacikMerge "Bug 2366: Introducing support for statement...
2015-03-30 Tony TkacikMerge "Add DefaultDataTreeCandidate utility class"
2015-03-27 Robert VargaMerge "Bug 2906 - Added support of entering notificatio...
2015-03-26 Tony TkacikMerge "Bug 2894 - Yang Data Codec Gson: null pointer...
2015-03-25 Robert VargaBUG-2876: prune empty subtree modifications 68/16968/6
2015-03-25 Tony TkacikMerge "Rename applySubtreeChange()"
2015-03-25 Tony TkacikMerge "Rename checkSubtreeModificationApplicable()"
2015-03-24 Robert VargaRename applySubtreeChange() 46/17046/1
2015-03-24 Robert VargaRename checkSubtreeModificationApplicable() 45/17045/1
2015-03-23 Robert VargaDo not use recursive tree creation 17/17017/1
2015-03-23 Robert VargaFix child ordering assumptions 92/16992/4
2015-03-23 Robert VargaMake LatestOperationHolder final 91/16991/3
2015-03-23 Robert VargaTurn ModificationApplyOperation into an abstract class 90/16990/3
2015-03-23 Robert VargaOptimize AbstractDataNodeContainerModificationStrategy... 97/16997/2
2015-03-23 Robert VargaRename DataNodeContainerModificationStrategy 89/16989/2
2015-03-23 Robert VargaRename NormalizedNodeContainerModificationStrategy 88/16988/2
2015-03-23 Robert VargaRename ValueNodeModificationStrategy 87/16987/2
2015-03-23 Robert VargaSplit out static classes 86/16986/2
2015-03-23 Robert VargaLower method visibility 85/16985/2
2015-03-23 Robert VargaRemove duplicate import 84/16984/2
2015-03-23 Robert VargacheckApplicable() for DELETE overflows into TOUCH 04/17004/1
2015-03-23 Tony TkacikMerge "BUG-2876: improve ModificationType accuracy"
2015-03-23 Tony TkacikMerge "BUG-2876: switch to using the computed Modificat...
2015-03-23 Tony TkacikMerge "BUG-2876: determine ModificationType while apply...
2015-03-23 Tony TkacikMerge "Bug 2843 - Restconf JSON PUT cannot update/creat...
2015-03-23 Robert VargaBUG-2876: improve ModificationType accuracy 67/16967/2
2015-03-23 Robert VargaBUG-2876: switch to using the computed ModificationType 66/16966/2
2015-03-23 Robert VargaBUG-2876: determine ModificationType while applying... 57/16957/4
2015-03-23 Tony TkacikMerge "BUG-2352: Remove commons-io from features"
2015-03-23 Tony TkacikMerge "SchemaAwareApplyOperation: use an immediate...
2015-03-23 Tony TkacikMerge "Do not use Iterables when we have a collection"
2015-03-23 Tony TkacikMerge "BUG-2856: optimize key/leaf reference checking"
2015-03-23 Tony TkacikMerge "BUG-2856: add leaf node simplied by key"
2015-03-23 Tony TkacikMerge "Make sure YangInstanceIdentifier.EMPTY is retained"
2015-03-22 Robert VargaSchemaAwareApplyOperation: use an immediate return 56/16956/2
2015-03-22 Robert VargaDo not use Iterables when we have a collection 64/16964/2
2015-03-22 Robert VargaBUG-2856: optimize key/leaf reference checking 48/16948/1
2015-03-22 Robert VargaBUG-2856: add leaf node simplied by key 47/16947/1
2015-03-22 Robert VargaMerge "Introduced skeletons of Contributor and User...
2015-03-21 Robert VargaMerge "Bug 2361: Added prototype implementation using...
2015-03-20 Robert VargaMerge "Bug 868: Removed Composite Nodes from Yangtools"
2015-03-20 Robert VargaMerge "Bug 868: Removed Binding to Composite Node codecs."
2015-03-19 Tony TkacikBug 868: Removed Composite Nodes from Yangtools 38/16838/1
2015-03-19 Tony TkacikBug 868: Removed Binding to Composite Node codecs. 36/16836/1
2015-03-19 Robert VargaBUG-2383: deprecate ModificationType.MERGE 21/16821/3
2015-03-19 Robert VargaMerge "Reduce InMemoryDataTree logging"
2015-03-19 tpantelisReduce InMemoryDataTree logging 85/15585/2
2015-03-16 Tony TkacikMerge "Bug 2846 - Ordered-by user is broken again ...
2015-03-16 Tony TkacikMerge "Lower commons-lang3 dependency"
2015-03-13 Robert VargaLower commons-lang3 dependency 74/16474/2
2015-03-10 Robert VargaBUG-1513: introduce ChoiceSchemaNode 70/16270/7
2015-03-10 Tony TkacikMerge "BUG 2282 - JSON top level element without module...
2015-03-10 Tony TkacikMerge "Remove unneeded annontation"
2015-03-10 Tony TkacikMerge "Fix a generic warning"
2015-03-10 Tony TkacikMerge "Execute yang-maven-plugin"
2015-03-10 Maros MarsalekAnyXml NormalizedNode wraps a DOMSource value 51/16251/2
2015-03-10 Maros MarsalekAdd support for attributes int NN stream writer 50/16250/2
2015-03-09 Robert VargaMerge "Bug 2766: Fixed parsing and serializing XPath...
2015-03-08 Tony TkacikBug 2766: Fixed parsing and serializing XPath Instance... 00/15900/8
next