Bump versions by x.y.(z+1)
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPDispatcherImpl.java
2017-03-03 Claudio D. GaspariniBUG-7386 Remove blocking gracefulshutdown 29/52129/2
2016-11-08 Claudio D. GaspariniBUG-7006: Unit-tests sometimes hangs during execution 07/48107/2
2016-10-22 AjayBug-6781: Inbound and outbound connection attempts... 06/47106/3
2016-09-17 Milos FabianBug 4827 - BGP add-path unit tests 20/45420/3
2016-08-23 Milos FabianBug 6442: Keepalive not send by BGP ODL 36/44536/1
2016-07-17 Milos FabianBug 5566: BGP listener TCP MD5 support is not working 35/41935/1
2016-07-12 Om PrakashBUG-4692: Migrate TCP-MD5 support in bgp package to... 68/39268/25
2016-06-08 Claudio D. GaspariniBUG-5790: BGP Test tool 35/40035/6
2016-04-05 AjayBug-5023: Simplify client re-connection strategies 24/36924/8
2015-12-17 Claudio D. GaspariniBUG-4780: New peers failed to connect after one gets... 10/31410/7
2015-12-11 Milos FabianBUG-4689: Advertising performance fix 33/31033/2
2015-11-09 Claudio D. GaspariniRemove gracefullyShutdown of EventLoopGroops 22/29322/2
2015-11-09 Claudio D. GaspariniKeep consistency under Optional parssword 17/29317/2
2015-10-28 Claudio D. GaspariniBUG-4531: Error channelFactory set already 31/28831/7
2015-10-19 Iveta HalanovaRefactor BGP session 28/28428/2
2015-10-08 Iveta HalanovaBUG-4370: BGP reconnecting client: channel initiation 58/28058/3
2015-08-05 Dana KutenicsovaBUG-3888 : remove unused remote-as from negotiators. 85/24785/2
2015-08-05 Dana KutenicsovaBUG-3888 : refactoring, removed unused session validators 68/24768/2
2015-07-20 Dana KutenicsovaBUG-3823 : fixed sonar issues in BGP 82/24282/3
2015-07-16 Claudio D. GaspariniBug: Fix Cycles issues 82/24182/1
2015-07-15 Claudio D. GaspariniBUG: Fix Sonar Issues 50/24150/2
2015-07-13 Claudio D. GaspariniBUG-2873 : Remove dependency protocol-framework on BGP 76/23276/14
2015-01-22 Robert VargaMerge "Bug-2225 Update PCEP segment routing according...
2015-01-22 Robert VargaBUG-2475: Fix keepalives not being sent 80/14380/2
2014-12-01 Robert VargaMerge "BUG-2255 : adjusted BGP configuration to use...
2014-12-01 Robert VargaMerge "BUG-2448 : added more defensive lookup to node...
2014-12-01 Dana KutenicsovaMore warnings down: 45/13245/2
2014-11-11 Robert VargaMerge "BUG-731: last warnings fixed"
2014-11-11 Robert VargaMerge "Added forgotten MAX_MSG_PER_READ option to BGP."
2014-11-10 Dana KutenicsovaAdded forgotten MAX_MSG_PER_READ option to BGP. 90/12690/1
2014-07-30 Robert VargaBUG-1116: Move BGPSession and friends to a more private... 36/9436/6
2014-07-29 Dana KutenicsovaFixed findbug issues in BGP. 58/9358/7
2014-07-26 Dana KutenicsovaMerge "Add defensive checks when looking up attributes"
2014-07-23 Dana KutenicsovaMerge "BUG-1394: add traces"
2014-07-22 Robert VargaMigrate to use tcpmd5 code in its new place 87/9187/5
2014-07-21 Dana KutenicsovaMerge "Rework BGP timers to work with channel"
2014-07-21 Robert VargaRework BGP timers to work with channel 64/9164/6
2014-07-16 Robert VargaMerge "Fixed PCEP activator. Fixed ExcludeRouteObject...
2014-07-16 Robert VargaMerge "Bug-1370: Reads message body bytes as well as...
2014-07-15 Maros MarsalekBUG-731 Fix sonar warnings present in code for BUG-338 10/9010/3
2014-07-08 Maros MarsalekBUG-338 Allow incomming BGP connections. 95/8495/10
2014-06-09 Dana KutenicsovaRemoved checkstyle warnings. 00/7800/3
2014-04-30 Robert VargaBUG-635: implement MD5 auth option for BGP peers 99/6599/4
2014-03-19 Dana KutenicsovaMerge "Initial support for RFC2385"
2014-03-14 Milos FabianSession reconnect strategy updated to factory. 11/5611/6
2014-03-07 Robert VargaMerge "Added definition of vendor-specific tlv into...
2014-03-07 Dana KutenicsovaMerge "Do not hard-code HashedWheelTimer"
2014-03-04 Robert VargaDo not hard-code HashedWheelTimer 09/5509/3
2014-02-28 Robert VargaBUG-353: add remote-as awareness 68/5468/5
2013-11-22 Robert VargaRemove reliance on BGPMessageFactory 18/3018/1
2013-11-15 Robert VargaUse reconnect strategy 80/2780/2
2013-11-13 Robert VargaMerge "Uncommented now working tests."
2013-11-13 Robert VargaMerge "Added configurable reconnect strategies, added...
2013-11-13 Dana KutenicsovaMerge "BUG-108: make sure we add proper attributes...
2013-11-13 Dana KutenicsovaMerge "BUG-108: defensive AbstractAdjRIBsIn"
2013-11-13 Maros MarsalekRevert removal of deprecated constructor in AbstractDis... 00/2700/2
2013-11-13 Dana KutenicsovaMerge "BUG-108: further progress on implementation"
2013-11-12 Robert VargaMerge "Removed deprecated constructor in AbstractDispat...
2013-11-12 Maros MarsalekRemoved deprecated constructor in AbstractDispatcher 65/2665/1
2013-11-11 Robert VargaMerge "BUG-50 : added test for Pcinitiate message."
2013-11-08 Maros MarsalekEventLoopGroup instances moved to constructor parameter... 44/2544/2
2013-10-06 Dana KutenicsovaMerge "BUG-46: follow-up implementation"
2013-10-06 Dana KutenicsovaBUG-45 : upgraded BGP Synchronization to use generated... 93/1693/1
2013-09-27 Robert VargaFix the dispatcher not being threadsafe 64/1464/4
2013-09-17 Robert VargaMerge "BUG-54 : switched channel pipeline to be protoco...
2013-09-17 Dana KutenicsovaBUG-54 : switched channel pipeline to be protocol specific. 56/1156/7
2013-09-09 Robert VargaMake DispatcherImpl an abstract class 35/1135/2
2013-09-09 Robert VargaMerge "Bug45: updated YANG model."
2013-09-06 Robert VargaBUG-58: refactor to take advantage of netty 74/1074/4
2013-08-21 Robert VargaBUG-58: pass ReconnectStrategy to dispatcher 39/939/1
2013-08-20 Dana KutenicsovaMerge "Remove unused Closeable interface"
2013-08-20 Robert VargaRemove unused Closeable interface 19/919/1
2013-08-20 Robert VargaBUG-55: make sure session initialization asynchronous 18/918/2
2013-08-09 Dana KutenicsovaInitial framework migration to netty. 19/819/3
2013-07-24 Robert VargaInitial code drop 36/636/1