Merge "Added missing copyright headers to yang-data-impl"
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree /
2015-01-21 Robert VargaMerge "Added missing copyright headers to yang-data...
2015-01-21 Tony TkacikAdded missing copyright headers to yang-data-impl 82/14282/2
2015-01-07 Tony TkacikMerge "BUG-2159: update karaf version to 3.0.2"
2015-01-07 Tony TkacikMerge changes Ic65eb07d,Iab2814f6
2015-01-07 Tony TkacikMerge changes I0eabfe3d,I58faf7df,I7e7758f4,Ic56afe1b...
2015-01-07 Tony TkacikMerge "Fix whitespace in binding-parent"
2015-01-07 Robert VargaPublish StoreUtils as NormalizedNodes 61/13861/3
2015-01-07 Robert VargaFix javadoc reference 64/13864/2
2015-01-07 Robert VargaDrop a FIXME for partially-overwritten writes 59/13859/3
2015-01-07 Robert VargaPublish TreeNodeUtils as StoreTreeNodes 60/13860/3
2015-01-07 Robert VargaCleanup and document ModifiedNode 63/13863/2
2015-01-07 Robert VargaSplit off UnkeyedListModificationStrategy 58/13858/3
2015-01-07 Robert VargaAdd better diagnostic on failed write 57/13857/3
2015-01-07 Tony TkacikMerge "BUG-2350: do encapsulte null snapshot"
2015-01-07 Tony TkacikMerge "Parent schema node input parameter in JsonParser...
2015-01-07 Tony TkacikMerge "BUG-1382: eliminate QName.getPrefix()"
2015-01-07 Robert VargaBUG-2350: do encapsulte null snapshot 62/13862/2
2015-01-07 Tony TkacikMerge "Turn NodeModification into an abstract class"
2015-01-07 Tony TkacikMerge "Update xtend and embed it"
2015-01-07 Tony TkacikMerge "Do not test bundle activation of maven plugins"
2015-01-07 Tony TkacikMerge "BUG-2159: ensure test survies Java 8"
2015-01-07 Tony TkacikMerge "Use predictable class order"
2015-01-07 Tony TkacikMerge "Add a failure message when compilation test...
2015-01-07 Tony TkacikMerge "Limit the references IdentityCodec retains"
2015-01-07 Tony TkacikMerge "Migrate ClassLoaderUtils user to new package"
2015-01-07 Tony TkacikMerge "BUG-2350: improve performance of data tree merges"
2014-12-25 Robert VargaTurn NodeModification into an abstract class 80/13480/3
2014-12-25 Robert VargaBUG-2350: improve performance of data tree merges 95/13795/3
2014-12-19 Tony TkacikMerge "Cleanup binding proxy instantiation"
2014-12-19 Tony TkacikMerge "Clarify NotificationListener purpose"
2014-12-19 Tony TkacikMerge "Clarify code flow in SchemaAwareApplyOperation"
2014-12-15 Robert VargaPrune empty nodes from transaction when it is sealed 76/13576/3
2014-12-15 Robert VargaMove InMemoryDataTreeModification.mergeImpl() 73/13573/4
2014-12-15 Tony TkacikMerge "Cleanup delete/merge/write cohesion"
2014-12-15 Tony TkacikMerge "Mark ModifiedNode as NotThreadSafe"
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-15 Tony TkacikMerge "Fix checkstyle if-statements must use braces...
2014-12-15 Tony TkacikMerge "Do not access closed via updater"
2014-12-15 Robert VargaCleanup delete/merge/write cohesion 72/13572/4
2014-12-15 Robert VargaMark ModifiedNode as NotThreadSafe 75/13575/3
2014-12-15 Tony TkacikMerge "Match InMemoryDataTreeModification.write() argum...
2014-12-12 Robert VargaMatch InMemoryDataTreeModification.write() argument... 71/13571/2
2014-12-12 Robert VargaBUG-2470: fix ADD/DELETE state compression 70/13570/2
2014-12-11 Robert VargaImprove readability of ordered checking 65/13565/1
2014-12-10 Tony TkacikMerge "BUG-2470: implement InMemoryDataTree.toString()"
2014-12-10 Tony TkacikMerge "Bypass data tree generation on empty merge"
2014-12-10 Robert VargaBypass data tree generation on empty merge 31/13531/1
2014-12-10 Robert VargaClarify code flow in SchemaAwareApplyOperation 30/13530/2
2014-12-09 Robert VargaBUG-2470: implement InMemoryDataTree.toString() 83/13483/1
2014-11-28 Tony TkacikMerge "Add model parent"
2014-11-20 Tony TkacikMerge "Bug 1677 - Parser: ListSchemaNodeBuilder keys...
2014-11-20 Robert VargaDo not use YangInstanceIdentifier#getPath() 75/12975/1
2014-11-20 Tony TkacikMerge "Bug 2157 - Race condition when adding a RPC...
2014-11-20 Tony TkacikMerge "Reduce SchemaContext cache to weak values"
2014-11-18 Tony TkacikMerge "Bug 2354: Fixed parsing of block comments betwee...
2014-11-18 Tony TkacikMerge "Remove unused imports"
2014-11-16 Robert VargaRemove unused imports 08/12808/3
2014-10-27 Tony TkacikMerge "Bug 2117: Inner grouping used in outer grouping...
2014-10-23 Tony TkacikMerge "Remove deprecated concepts.util.ListenerRegistry"
2014-10-23 Tony TkacikMerge "Bug 1991: Ignore AugmentationIdentifier in XML...
2014-10-23 Tony TkacikMerge "BUG-2022: String Type pattern parsing and resolv...
2014-10-23 Tony TkacikMerge changes I296b2805,Iee01f474,I13dab228
2014-10-22 Robert VargaBUG-1886: implement lock-free InMemoryDataTree.commit() 53/12153/1
2014-10-22 Robert VargaBUG-1886: eliminate sychronized blocks 99/11199/5
2014-10-22 Robert VargaBUG-1886: split static classes into separate files 46/12146/1
2014-09-15 Tony TkacikMerge "Bug 576 Fixes of critical issues for YT components"
2014-09-15 Lukas SedlakBug 576 Fixes of critical issues for YT components 80/10780/4
2014-09-15 Robert VargaMerge "Added Nonnull annotation for get operation"
2014-09-15 Robert VargaMerge "very basic tests for yang-binding-util"
2014-09-15 Tony TkacikMerge "BUG-650: use weakCompareAndSwap()"
2014-09-15 Tony TkacikMerge "BUG-1813: rework the interface to allow multiple...
2014-09-13 Tony TkacikMerge "BUG-650: improve modification sealing performance"
2014-09-13 Robert VargaBUG-650: improve modification sealing performance 26/11126/2
2014-09-08 Robert VargaMerge "BUG-1718 Fix hasAttributes method in XmlStreamUtils"
2014-09-08 Robert VargaMerge "Bug 650: Removed unnecessary and performance...
2014-09-08 Tony TkacikBug 650: Removed unnecessary and performance affecting... 07/10907/1
2014-09-02 Robert VargaMerge "Added tests for yang.model.util"
2014-09-01 Tony TkacikMerge "Change yang-maven-plugin to write yang files...
2014-08-29 Robert VargaMerge "BUG-576: fixed possible null pointer dereference...
2014-08-29 Robert VargaMerge "BUG-1433: augmentation field visibility changed...
2014-08-29 Robert VargaMerge "BUG-869: added proper handling of nullable param...
2014-08-29 Robert VargaMerge "Fix to feature files to include ietf-yang-types...
2014-08-28 Tony TkacikMerge "BUG-576: fixed invalid key used to search map...
2014-08-28 Tony TkacikMerge "BUG-576: added support for handling nested group...
2014-08-28 Tony TkacikMerge "BUG-1590: introduce PathArgument.toRelativeStrin...
2014-08-27 Robert VargaMerge "Fixed incorrect instanceof in yang-data-operations."
2014-08-27 Tony TkacikMerge "BUG-869: reworked check for integer value."
2014-08-27 Tony TkacikMerge "ModifiedNode instantiation improvement."
2014-08-27 Tony TkacikMerge "Bug 1258: Implement DataTree partial indexing"
2014-08-26 Lukas SedlakModifiedNode instantiation improvement. 15/10315/1
2014-08-26 Lukas SedlakBug 1258: Implement DataTree partial indexing 96/9696/5
2014-08-26 Martin VitezMerge "Fix for features - added missing dependency"
2014-08-25 Tony TkacikMerge "BUG-576: fixed text file loading in test."
2014-08-25 Tony TkacikMerge "BUG-1514: fixed bug in module sort."
2014-08-25 Tony TkacikMerge "BUG-1537: improved YangModuleInfo."
2014-08-25 Tony TkacikMerge changes If1e9a750,Ib530560c,Id01393c3,I2d375382...
2014-08-25 Tony TkacikMerge "BUG-576: fixed grammar to handle union type...
2014-08-25 Tony TkacikMerge "BUG-576: fixed javadoc warnings."
next