Fix LEAK: ByteBuf.release()
[bgpcep.git] / bgp / parser-impl / src / main / java / org / opendaylight / protocol / bgp / parser / impl / message / update /
2018-06-20 Claudio D. GaspariniMove route target ext comm container 42/73142/10
2018-06-17 Claudio D. GaspariniCode clean up 72/73072/1
2018-06-14 Claudio D. GaspariniImprove Attribute serializer/parser Interfaces 07/73007/1
2018-06-14 Claudio D. GaspariniFix multiple checkstyle complains 01/73001/1
2018-06-14 Claudio D. GaspariniMove MVPN extended community to concepts 99/72999/2
2018-06-04 Robert VargaFixup Augmentable and Identifiable methods changing 59/71259/11
2018-04-27 Claudio D. GaspariniMVPN Extended communities Handlers 53/71253/5
2018-04-25 Claudio D. GaspariniRemove deprecated method 66/71166/6
2018-04-22 Claudio D. GaspariniMVPN RFC6514 Extendend communities 52/71152/3
2018-04-20 Claudio D. GaspariniMVPN RFC6514 Extendend communities 51/71151/1
2017-12-08 Ajay LeleBug-6562: Support add-path in base BGP NLRI 87/64487/7
2017-08-23 Claudio D. GaspariniReplace Preconditions.CheckNotNull per RequireNonNull 04/62104/3
2017-03-20 Claudio D. GaspariniFix sonar complains 38/53538/2
2017-03-15 Claudio D. GaspariniCode Clean Up 36/53236/2
2017-02-14 Claudio D. GaspariniCode clean up 29/51229/6
2016-07-20 Milos FabianMove IPv4/6 Unicast extension to bgp-inet 42/41842/9
2016-07-12 Milos FabianUpgrade ietf-{inet,yang}-types to 2013-07-15 62/40862/7
2016-06-02 AjayBug-5978: Unrecognized attribute flagged Well Known 68/39668/2
2016-05-31 AjayBug-5933: Support for draft-ietf-bess-evpn-overlay-02 54/39454/6
2016-05-18 AjayBug-5855: Transitive Unrecognized Attribute not transiting 00/39000/2
2016-05-03 Claudio D. GaspariniUpdate As4 Extended communities 53/38253/2
2016-04-29 Claudio D. GaspariniBUG-5767: 4-Octet AS Specific BGP Extended Community 38/38138/3
2016-04-29 Claudio D. GaspariniCode clean up 39/38239/3
2016-04-27 Claudio D. GaspariniBUG-4827: BGP Add path Ipv6 ribSupport 69/37669/8
2016-04-26 Iveta HalanovaBUG-5441: BGP SR prefix SID extension 14/37714/18
2016-04-24 Claudio D. GaspariniBUG-5766: BGP Link Bandwidth Extended Community 78/37978/3
2016-04-23 Milos FabianBug-4827: IPv4 Unicast codec for add-path 13/35613/15
2016-04-20 Milos FabianBug 4827: Consumer specific parsers for BGP add-path 90/35590/15
2016-02-26 Robert VargaBUG-2825: use IetfInetUtil to instantiate addresses 17/34917/15
2016-02-26 Robert VargaPre-size NLRI lists 24/35424/2
2015-11-14 Claudio D. GaspariniBUG-4622: Sending Empty Optional Attributes 48/29548/12
2015-11-11 Milos FabianBUG-4568: Introduce BGP Extended Community registry 26/29526/4
2015-11-02 Iveta HalanovaSonar minor issues fix: modifiers 42/29142/1
2015-10-23 Claudio D. GaspariniBUG-3778: Next Hop needs to be specified in each extension 27/28427/14
2015-07-20 Dana KutenicsovaBUG-3823 : fixed sonar issues in BGP 82/24282/3
2015-07-13 Iveta HalanovaBUG-2823: Simplify AS_PATH encoding 75/23775/22
2015-06-22 Dana KutenicsovaAdded a bit more tests for correctness and code coverage. 91/22891/2
2015-06-19 Iveta HalanovaUnit test for Ipv4NlriParser 54/22754/4
2015-05-13 Ladislav BorakBug 3198 - Extract BGP messages content into groupings 54/20254/1
2015-04-26 Dana KutenicsovaRemoved some sonar warnings. 91/19091/2
2015-04-15 Dana KutenicsovaBUG-2982 : fixed forgotten PathAttribute container... 37/18337/1
2015-04-14 Robert VargaMerge "BUG-2982 : moved path-attributes container to...
2015-04-14 Dana KutenicsovaBUG-2982 : moved path-attributes container to grouping 93/18193/8
2015-03-23 Dana KutenicsovaRemoved some sonar warnings. 84/15884/4
2015-03-22 Robert VargaMerge "BUG-2571 : flowspec-routes model"
2015-03-19 Ladislav BorakImprove compatibility with Java 8 javadoc 20/16220/5
2015-03-13 Dana KutenicsovaMerge "BUG-2383: RibReference should expose the key"
2015-03-13 Dana KutenicsovaMerge "BUG-2383: split out policies into separate files"
2015-03-13 Robert VargaMerge "BUG-2383 : split ipv4/6 to separate model"
2015-03-12 Dana KutenicsovaBUG-2383 : split ipv4/6 to separate model 80/16080/15
2015-02-18 Robert VargaMerge "Use readUnsignedByte instead of readByte and...
2015-02-18 Robert VargaMerge "Remove check for empty lists, where not needed."
2015-02-17 Dana KutenicsovaMerge "Bug-2250: pcc-mock support TCP MD5"
2015-02-17 Dana KutenicsovaMerge "Bug-2208: pcc-mock code refactoring"
2015-02-16 Dana KutenicsovaUse readUnsignedByte instead of readByte and typecast. 71/15371/1
2015-02-16 Dana KutenicsovaRemove check for empty lists, where not needed. 69/15369/1
2015-02-16 Dana KutenicsovaReplaced slice() with readSlice() where appropriate. 60/15360/3
2015-02-15 Robert VargaMerge "BUG-2571 : added parser/serializer for flowspec...
2015-02-13 Robert VargaMerge "BUG-608 : added prefix-sid tlv - added another...
2015-02-13 Dana KutenicsovaMerge "Remove repositories declaration"
2015-02-12 Ladislav BorakBug 2227 - RFC7311 Parser/Serializer 86/15186/3
2015-01-27 Dana KutenicsovaRework of extended communities. 11/14511/5
2015-01-21 Robert VargaOptimize AsPath lists 38/14338/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-11-28 Dana KutenicsovaSwitch statements should end with a default case. 02/13202/1
2014-11-10 Robert VargaMerge "BUG-2109 : clear BGP session after it was alread...
2014-11-09 Dana KutenicsovaBUG-731 : more warnings down 61/12661/2
2014-11-06 Robert VargaMerge "Removed obsolete methods from Ipv4/Ipv6Util."
2014-11-05 Dana KutenicsovaRemoved obsolete methods from Ipv4/Ipv6Util. 23/12523/2
2014-11-05 Robert VargaMerge "BUG-731 : removed more warnings"
2014-11-04 Dana KutenicsovaBUG-731 : removed more warnings 62/12462/2
2014-11-03 Robert VargaMerge "Moved config files to modules where they belong."
2014-11-01 Robert VargaMerge "Added documentation to serializeObject method."
2014-10-31 Dana KutenicsovaMemory optimizations for AS-Path and Origin attributes 62/12162/6
2014-10-14 Dana KutenicsovaBUG-731 : removed magic numbers by refactoring Extended... 50/11950/3
2014-07-29 Dana KutenicsovaFixed findbug issues in BGP. 58/9358/7
2014-07-21 Dana KutenicsovaMerge "Rework PCEP timers to work on channel"
2014-07-21 Dana KutenicsovaFixed failing build after yangtools update (List fields... 99/9199/2
2014-07-17 Dana KutenicsovaMerge "Revert "Bug 1205 - AS path segment value encoded...
2014-07-16 Milos FabianRevert "Bug 1205 - AS path segment value encoded by... 82/9082/1
2014-07-07 Dana KutenicsovaMerge "Fixed segment-routing formating."
2014-07-07 Dana KutenicsovaMerge "Bug-612: fix segment-routing serializers"
2014-07-07 Dana KutenicsovaMerge "Bug-612: ietf-stateful07 serializers - improved...
2014-07-07 Dana KutenicsovaMerge "Bug-612: ietf-stateful02 serializers - improved...
2014-07-07 Dana KutenicsovaMerge "Bug-612: Base PCEP serializers - more defensive...
2014-07-07 Dana KutenicsovaMerge "Bug-612: Added ByteBufWriteUtil class"
2014-07-07 Robert VargaMerge "BUG-611 : cleaned up advertized/withdrawn routes."
2014-07-07 Robert VargaMerge "BUG-731 : clean up BGP parsing/serializing"
2014-07-07 Dana KutenicsovaMerge "integration tests - fixed unresolved bundle"
2014-07-06 Dana KutenicsovaBUG-611 : cleaned up advertized/withdrawn routes. 98/8698/4
2014-07-06 Dana KutenicsovaBUG-731 : clean up BGP parsing/serializing 97/8697/4
2014-07-06 Dana KutenicsovaBUG-611 : cleaned up NextHop parsing/serializing. 96/8696/2
2014-07-05 Dana KutenicsovaBUG-611 : updated tests for serialization 89/8689/3
2014-07-04 Dana KutenicsovaBUG-611 : clusterId and originatorId moved to groupings 88/8688/2
2014-07-04 Robert VargaMerge "Repair bgp-rib-impl-config to work with MD5...
2014-07-03 Dana KutenicsovaBUG-611 : refactor serializers 49/8549/4
2014-06-26 Robert VargaMerge "PCEPReplyMessageParser fix - separate reply...
2014-06-26 Robert VargaMerge "Fixed stateful07 message parsers/serializers"
2014-06-25 Robert VargaMerge "BUG 611 - MPReach/Unreach uses serializers from...
next