Clean up ShortestPathFirst
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPSessionImpl.java
2024-04-04 Robert VargaReduce noise from BGPSessionImpl 58/111258/2
2024-04-04 Robert VargaImprove findSingleCapability() 57/111257/1
2022-07-06 Robert VargaBump upstreams to 2022.09 35/101735/22
2022-04-06 Robert VargaFix raw type warnings in bgp/bmp 15/100415/7
2021-10-14 Kostiantyn NosachAdd source of incoming message to the log 81/97881/2
2020-05-12 Robert VargaUpdate MRI projects for Aluminium 29/89329/20
2020-02-22 guillaume.lambertYANG revision dates mass-update 54/87454/9
2019-11-22 Ajay LeleAddress deadlock scenarios in BGP peer, session mgmt... 26/85426/3
2019-10-09 Robert VargaBump mdsal to 5.0.2 28/84228/26
2019-08-01 Robert VargaLower incoming message logging to trace 46/83346/1
2019-07-29 Robert VargaMove channel message header decoder manipulation 09/83309/1
2019-07-26 Robert VargaDo not throws IAEs when channel fails to close 61/83261/5
2019-07-26 Robert VargaSimplify BGPSessionImpl.channelInactive() 74/83274/1
2019-07-26 Robert VargaDo not synchronize BGPSessionImpl.terminate() 73/83273/1
2019-07-26 Robert VargaDo not synchronize notifyTerminationReasonAndCloseWitho... 72/83272/1
2019-07-26 Robert VargaFix a bad @GuardedBy annotation 71/83271/1
2019-07-26 Robert VargaRemove BGPSessionImpl.isWritable() 70/83270/1
2019-07-25 Robert VargaImprove time tracking overheads a bit 59/83259/3
2019-07-08 Robert VargaUpdate keepalive tracking 48/81948/3
2019-07-01 Robert VargaGet rid of JSR305 annotations 69/82869/9
2019-03-13 Robert VargaEnforce bgp-rib-impl checkstyle 13/78813/12
2018-12-15 Robert VargaDo not instantiate executor service for tasks 23/78823/2
2018-12-15 Robert VargaFix more rib-impl checkstyle 15/78815/1
2018-12-15 Robert VargaFix some rib-impl warnigs 55/78755/7
2018-12-14 Matej PerinaAdd decoder constraint based on treat-as-withdrawn... 61/78561/24
2018-12-12 Robert VargaTeach BGPSessionImpl about LLGR 26/78726/1
2018-12-12 Robert VargaTeach BGPSession about LLGR 24/78724/1
2018-11-29 Matej Perinaintroduce graceful restart listener capability 43/76143/43
2018-11-25 Matej Perinaadd option to close peer session without notification 88/77988/3
2018-11-20 Robert VargaReduce use of newArrayList()/newHashSet() 76/77976/2
2018-06-29 Claudio D. GaspariniFix checkstyle complains 05/73605/2
2018-06-11 Robert VargaAccess augmentations only once 87/72687/4
2018-06-04 Robert VargaFixup Augmentable and Identifiable methods changing 59/71259/11
2018-04-20 Claudio D. GaspariniMVPN RFC6514 Extendend communities 51/71151/1
2018-04-10 Claudio D. GaspariniProvide Add Path support for all AFI/SAFI 47/70447/7
2018-01-22 Kevin WangBGPCEP-724 Make BGP Session recoverable 58/66358/23
2018-01-08 Claudio D. GaspariniFix findbug issues 23/66923/2
2017-12-08 Ajay LeleBug-6562: Support add-path in base BGP NLRI 87/64487/7
2017-11-06 Claudio D. GaspariniBGPCEP-701: Remove old statistics, keep only openconfig... 29/65029/2
2017-08-23 Claudio D. GaspariniReplace Preconditions.CheckNotNull per RequireNonNull 04/62104/3
2017-03-09 Claudio D. GaspariniBUG-7937: Fix BGPTerminationReason 21/53021/3
2017-02-14 Claudio D. GaspariniCode clean up 29/51229/6
2017-01-13 Claudio D. GaspariniBUG-5032: BGP Operational State 33/49933/12
2017-01-05 Claudio D. GaspariniBUG-5032: Introduce BGP Operational State 27/49927/3
2016-09-28 Claudio D. GaspariniBUG-6616: BGP synchronization can happen after the... 41/46241/1
2016-09-08 Claudio D. GaspariniBUG-6647 Increase code coverage and clean up II 51/45351/2
2016-08-31 AjayBug-6468: Duplicate cleanup and connected-peer-counter... 11/44811/2
2016-08-19 Kevin WangBUG-6470 Fix deadlock in BGP session creation 14/44114/4
2016-07-16 Kevin WangBUG-5876 Enhance BGP Speaker and Peer Stats II 96/40396/15
2016-07-12 Milos FabianUpgrade ietf-{inet,yang}-types to 2013-07-15 62/40862/7
2016-06-27 Claudio D. GaspariniBUG-6038: Fix race condition when Open message... 81/40581/5
2016-06-14 Kevin WangBUG-5876 Enhance BGP Speaker and Peer Stats I 08/39808/14
2016-06-08 Claudio D. GaspariniBUG-5790: BGP Test tool 35/40035/6
2016-06-08 AjayBug-6005: PCErr generated while parsing of received... 69/39969/3
2016-06-02 AjayBug-5791: Make Next-Hop mandatory BGP path attribute 96/38296/18
2016-05-05 Milos FabianBug 4827: Extend ByteToMessage decoder to support peer... 71/35771/15
2016-04-12 Iveta HalanovaBUG-5511: Support Route Refresh operation from BGP 55/36555/14
2016-03-24 Milos FabianMake MP capabilities reusable 85/36185/4
2016-03-17 Iveta HalanovaBGPSessionImpl unhandled msg 93/36393/4
2016-03-17 Claudio D. GaspariniBUG-4827: Introduce add path tables support and Path... 99/36099/10
2016-03-15 Iveta HalanovaBUG-4592: RR message operation impl 80/36180/7
2016-02-26 Om PrakashBUG: 4831 33/34733/15
2016-02-05 Claudio D. GaspariniBUG-5243: Failed to send message Notify 32/34132/4
2016-01-05 Claudio D. GaspariniBUG-4867: AdjRibOutListener still listening changes... 73/32073/6
2015-07-22 Iveta HalanovaSonar issue fix: generic exception 75/24375/1
2015-07-13 Claudio D. GaspariniBUG-2873 : Remove dependency protocol-framework on BGP 76/23276/14
2015-05-13 Ladislav BorakBug 3198 - Extract BGP messages content into groupings 54/20254/1
2015-05-13 Claudio D. GaspariniBug 3117 - Capability Parameter Parse Issue 87/19787/12
2015-05-07 Dana KutenicsovaBUG-3074 : propagate up-to-date attribute 01/19701/3
2015-04-18 Dana KutenicsovaBUG-2383 : wire AdjRibOutListener to BGPPeer 25/17225/19
2015-03-22 Robert VargaMerge "BUG-2571 : flowspec-routes model"
2015-03-12 Dana KutenicsovaMerge "Remove bundle tests"
2015-03-11 Dana KutenicsovaRemoved some sonar warnings in the new RIB code. 00/16200/4
2015-03-05 Dana KutenicsovaMerge "Do not replicate Sonar config"
2015-03-05 Dana KutenicsovaMerge "Support proper route redistribution"
2015-03-05 Dana KutenicsovaMerge "BUG-2383: rename BGPSessionImpl.sendMessage()"
2015-03-05 Dana KutenicsovaMerge "BUG-2383: add a non-flushing message write method"
2015-03-05 Dana KutenicsovaMerge "BUG-2283: introduce OutputLimiter"
2015-03-05 Robert VargaBUG-2383: rename BGPSessionImpl.sendMessage() 15/16015/4
2015-03-05 Robert VargaBUG-2383: add a non-flushing message write method 14/16014/5
2015-03-05 Robert VargaBUG-2283: introduce OutputLimiter 12/16012/7
2015-02-15 Robert VargaMerge "BUG-2571 : added parser/serializer for flowspec...
2015-02-14 Robert VargaMigrate Objects->MoreObjects 33/15333/1
2015-02-10 Dana KutenicsovaMerge "Do not redefine dependencies from odlparent"
2015-02-08 Milos FabianBug-2631 - Fixed BGP connection collision detection 84/14684/4
2015-01-21 Robert VargaFix a potential deadlock in BGPSession 39/14339/1
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-11-28 Dana KutenicsovaConstant names should comply with a naming convention. 00/13200/2
2014-10-29 Milos FabianBug-2064: Implementation of RFC5492 Error handling. 38/12138/5
2014-10-28 Robert VargaMerge "BUG-2182 : included data-change-counter in featu...
2014-10-28 Dana KutenicsovaBUG-731 : more sonar warnings fixed 18/12218/2
2014-10-23 Robert VargaMerge "BUG-731 : fixed pcep sonar warnings"
2014-10-23 Robert VargaMerge "BUG-2109 : remove also sessionId when bgp sessio...
2014-10-22 Milos FabianBug-2116: Added CEASE error code subcodes as defined... 47/12147/1
2014-10-21 Dana KutenicsovaBUG-731 : removed more sonar warnings 71/11971/4
2014-10-21 Milos FabianBug-2080: BGP statistics. 18/12018/5
2014-10-10 Robert VargaMerge "BUG-2109 : cleaned BGP sessions on session closed."
2014-10-10 Robert VargaMerge "BUG-731 : removed critical sonar warnings"
2014-10-10 Dana KutenicsovaBUG-731 : removed critical sonar warnings 60/11760/2
next