Replace FindBugs :jsr305 by full :annotation (Bug 7663)
[netconf.git] / src /
2016-11-25 Robert VargaFix javadocs and enable doclint
2016-09-23 Stephen KittMechanical code cleanup (commons)
2016-07-18 Robert VargaSwitch to StandardCharsets
2016-06-15 Tom PantelisEnable netty config modules to restart when blueprint...
2016-04-22 Tom PantelisModify config Module impls to co-exist with blueprint
2015-10-06 Claudio D. GaspariniReturn throwable in NeverReconnectStrategy
2015-05-19 Marian DubaiBug 3197: Netconf client not reconnecting due address...
2015-04-30 Anton IvanovBUG 2914 TCP Options incorrect
2015-02-17 Dana KutenicsovaMarked as deprecated all classes within protocol-framework.
2015-02-09 Tomas CereBUG-2310 - widen yang model for netconf-node.
2014-12-05 Maros MarsalekFix channelInactive event handling in the netty pipelin...
2014-12-01 Maros MarsalekBUG-8: migrate newMBeanProxy() -> newMXBeanProxy()
2014-11-28 Maros MarsalekBUG-2340 Fix improper cleanup of resources in netconf...
2014-10-24 Maros MarsalekFix failing reconnect test.
2014-10-22 Maros MarsalekBUG-2207 Make reconnect promise reconnect even if sessi...
2014-09-30 Dana KutenicsovaBUG-2109 : removed final modifier to allow overriding...
2014-08-27 Maros MarsalekBUG-1621 Fix reconnecting.
2014-08-01 Tony TkacikMerge "BUG-190 Simplify reconnect logic in protocol...
2014-07-29 Maros MarsalekFix config attributes with same names for different...
2014-07-28 Maros MarsalekBUG-190 Simplify reconnect logic in protocol-framework.
2014-07-03 Tony TkacikMerge "Protocol framework: use pooled ByteBuf allocator"
2014-07-03 Robert VargaFix MD5 channel client channel not working
2014-06-30 Robert VargaProtocol framework: use pooled ByteBuf allocator
2014-06-02 Tomas OlveckyBUG 624 - Make netconf TCP port optional.
2014-05-01 Robert VargaBUG-633: allow overriding of channelFactory
2014-04-23 Tomas OlveckyResolve Bug:681 - Fix config module registration to...
2014-04-06 Robert VargaBUG-633: allow bootstrap customization
2014-03-31 Milos FabianBUG-467: reconnect-strategy configuration moved into...
2014-02-25 Robert VargaSuppress unchecked cast warnings
2014-02-18 Robert VargaIntroduce checked sendMessage() method
2014-02-13 Maros MarsalekCHange log level from warn to debug in ProtocolSessionP...
2014-02-10 Robert VargaRemove deprecated API elements from protocol framework
2014-02-10 Robert VargaGet rid of NetconfMessageFactory
2014-01-23 Robert VargaMake AbstractSessionNegotiator react to exceptions
2014-01-22 Ed WarnickeFixed inappropriate uses of log level INFO
2014-01-18 Robert VargaMove protocol framework from BGPCEP project