yangtools.git
2019-06-07 Tomas CereAdd buffering to LocalSnapshotStore
2019-06-07 Robert VargaRemove use of thread-local input
2019-06-05 Robert VargaTake advantage of AugmentationIdentifier.create()
2019-06-04 Robert VargaDo not use NodeIdentifierWithPredicates constructors
2019-06-04 Robert VargaOptimize readQNameSet()
2019-06-04 Robert VargaRemove use of thread-local output
2019-06-04 Robert VargaMove byte-based serialization method
2019-05-29 Robert VargaOptimize NodeIdentifier reading
2019-05-29 Robert VargaAdd support for coded QNames/AugmentationIdentifiers
2019-05-29 Robert VargaSeparate lazy-versioned NormalizedNodeDataInput
2019-05-29 Robert VargaDo not format QNames to string on input
2019-05-29 Robert VargaUpdate QNameFactory caching
2019-05-24 Tomas CereUse Files.delete() in LocalSnapshotStore
2019-05-14 Robert VargaCentralize read{Augmentation,Node}Identifier() methods
2019-04-16 Robert VargaBump yangtools to 3.0.0
2019-04-16 Robert VargaBump odlparent to 5.0.0
2019-03-29 Robert VargaMigrate to AbstractActor
2019-03-28 Robert VargaFix logging messages
2019-03-28 Robert VargaAdd ReusableNormalizedNodePruner
2019-03-28 Robert VargaMove checkNotSealed() to addBuilder()
2019-03-28 Robert VargaRemove NormalizedNodePruner.findSchemaNodeForNodePath()
2019-03-28 Robert VargaDo not use Optional in NormalizedNodeWrapper
2019-03-28 Robert VargaHide NormalizedNodeBuilderWrapper
2019-03-27 Robert VargaRemove NormalizedNodePruner.SimpleStack
2019-03-27 Robert VargaClean up NormalizedNodePruner
2019-03-15 Robert VargaUse a simple list for string code table
2019-03-15 Robert VargaImprove NormalizedNodeInputStreamReader defensiveness
2019-02-12 Robert VargaReduce JSR305 proliferation
2019-01-03 Robert VargaSwitch to spotbugs
2018-12-05 Robert VargaImprove timeout check error message
2018-12-01 Robert VargaImprove NormalizedNodeInputStreamReader
2018-11-25 Robert VargaUse pre-sized ImmutableLists for yang-data-api
2018-10-24 Robert VargaIntegrate MRI projects for Neon
2018-09-25 Stephen KittBump to Dropwizard Metrics 4.0.3
2018-08-22 Robert VargaFix findbugs warnings
2018-08-21 Robert VargaMigrate to UntypedAbstractActor
2018-07-30 Michael Vorburgersimplify a statement in NormalizedNodeInputStreamReader
2018-07-25 Stephen KittSimplify code using Java 8 features
2018-07-25 Stephen KittRemove unused exceptions
2018-06-11 Tom PantelisRemove CSS modules
2018-01-22 Tom PantelisHandle empty type in NormalizedNode streaming
2018-01-11 Robert VargaAdjust to yangtools-2.0.0 changes
2017-12-13 Robert VargaFix checkstyle reported by odlparent-3.0.0
2017-10-14 David SuarezFix some sonar/checkstyle issues
2017-09-16 Stephen KittString performance and maintenability
2017-09-01 HeYunBoBug 9008: Fix the error of the persisted journal data...
2017-08-24 Robert VargaBUG-9028: make NonPersistentDataProvider schedule invoc...
2017-07-30 Tom PantelisSlice front-end request messages
2017-07-18 Robert VargaSimplify QuarantinedMonitorActor
2017-07-10 Robert VargaCleanup warnings
2017-07-07 Tom PantelisFix incorrect spelling of fileBackedStreamFactory
2017-07-03 Tom PantelisBug 7449: Add slicer Id to MessageSliceIdentifier
2017-06-29 Tom PantelisBug 2890: Chunk AppendEntries when single payload size...
2017-06-26 Tom PantelisBug 7449: Move Dispatchers to sal-clustering-commons
2017-06-20 Tom PantelisBug 7449: Add message slicing/re-assembly classes
2017-06-19 Robert VargaLower UnboundedDequeBasedControlAwareMailbox logging
2017-06-06 Tom PantelisRemove deprecated NormalizedNodeInputStreamReader ctor
2017-05-29 Tom PantelisBug 5740: Add Deque-based control-aware mailbox
2017-05-16 Robert VargaLower debugging in sal-clustering-commons
2017-05-16 Stephen Kittsal-clustering-commons: use lambdas
2017-05-16 Jakub MorvayBug 8444 - Persistent prefix-based shard cannot load...
2017-05-12 Tom PantelisDon't use File(In/Out)putStream in FileBackedOutputStream
2017-05-04 Robert VargaFix logger formatting strings
2017-05-03 Tomas CereBUG 8301: Convert queue to a local variable
2017-04-26 Robert VargaLower AbstractNormalizedNodeDataOutput debugs to trace
2017-03-24 Robert VargaBUG-8073: Improve handling of temporary files
2017-02-28 Tom PantelisBug 7521: Add custom local snapshot store
2017-02-28 Jakub MorvayFix NPE in YangTextSchemaSourceSerializationProxy#getRe...
2017-02-17 Tom PantelisBug 7521: Add FileBackedOutputStream and use for snapsh...
2017-02-10 Lorand JakabCheckstyle: fix ParenPad violations
2017-01-23 Robert VargaBUG-7594: Expand NormalizedNodeData{Input,Output} to...
2016-11-29 Robert VargaMake sure MetricsReporter cache is constant
2016-11-25 Robert VargaFix javadocs and enable doclint
2016-11-22 Tom PantelisBug 5419: Add persistAsync method to DataPersistencePro...
2016-11-03 Tom PantelisChanges for akka 2.4.11
2016-10-27 Tom PantelisRemove legacy NormalizedNode serialization classes
2016-10-27 Tom PantelisMove SerializationUtils to sal-clustering-commons
2016-10-25 Tom PantelisFix FindBugs warnings in sal-clustering-commons
2016-10-21 Tom PantelisFix CS warnings in sal-clustering-commons and enable...
2016-10-11 Tom PantelisBug 6910: Fix anyxml node streaming
2016-10-10 Robert VargaUpdate to akka 2.4.11
2016-09-23 Stephen KittMechanical code cleanup (sal-clustering-commons)
2016-08-25 Robert VargaBUG-5280: add ExplicitAsk utility class
2016-08-11 Tom PantelisChange InstallSnapshot and reply to use Externalizable...
2016-07-05 Tom PantelisEliminate dead letters message when there's no sender
2016-06-30 Tom PantelisBug 6106: Prevent flood of quarantine messages
2016-06-28 Robert VargaFix serialVersionUID
2016-06-22 Robert VargaBUG-5280: move AbstractDataTreeModificationCursor
2016-06-08 Robert VargaBUG-5280: Remove PeristentMessages
2016-06-08 Robert VargaBUG-5280: remove support for talking to pre-Boron clients
2016-06-06 Robert VargaFix compilation error
2016-05-31 Robert VargaEnsure AbstractUntypedActor#unknownMessage() is called
2016-05-20 Robert VargaBUG-5626: remove CompositeModification(ByteString)Payload
2016-05-09 Robert VargaMake potentially-static methods static
2016-04-29 Tom PantelisMove ClusterAdminRpcService to its own bundle
2016-04-22 Tom PantelisModify config Module impls to co-exist with blueprint
2016-04-02 Robert VargaMake MessageTracker.Context implement AutoCloseable
2016-03-29 Robert VargaRefactor MessageTracker
2016-03-29 Robert VargaMove MessageTracker to sal-clustering-commons
2016-03-21 Robert VargaDo not allow overrides of onReceive{Command,Recover}
next