Bump versions to 0.21.6-SNAPSHOT
[bgpcep.git] / pcep / impl / src / test / java / org / opendaylight / protocol /
2023-08-31 Robert VargaFix checkstyle 34/107634/1
2023-01-15 Robert VargaClean up PCEPDispatcher.createServer() 29/104029/10
2023-01-15 Robert VargaEliminate PCEPSessionNegotiatorFactoryDependencies 28/104028/3
2023-01-15 Robert VargaEliminate pcep-impl.xml 15/104015/15
2023-01-15 Robert VargaEliminate PCEPSessionProposalFactory 26/104026/4
2023-01-15 Robert VargaTurn PCEPDispatcherImpl into a component 17/104017/15
2023-01-15 Robert VargaDisconnect PCEPDispatcherImpl from dependencies 23/104023/3
2023-01-14 Robert VargaEliminate PCEPDispatcherDependencies 20/104020/1
2023-01-14 Robert VargaPromote MessageRegistry to pcep-api 19/104019/2
2023-01-14 Robert VargaPCEPSessionNegotiatorFactory is not generic 18/104018/2
2023-01-14 Robert VargaIntroduce pcep-session-error-policy 14/104014/14
2023-01-12 Robert VargaIntroduce pcep-session-tls 13/104013/5
2023-01-12 Robert VargaCorrect PCEP Session ID 12/104012/2
2023-01-12 Robert VargaCorrect PCEP timer definitions 52/102452/7
2022-04-22 Robert VargaProperly inject Ticker into PCEPSessionImpl 21/100721/4
2022-04-22 Robert VargaModernize PCEPSessionImplTest 20/100720/2
2022-04-22 Robert VargaModernize PCEPDispatcherImplTest 19/100719/2
2022-04-06 Robert VargaFix raw type warnings in bgp/bmp 15/100415/7
2022-03-30 Robert VargaBump upstream versions 57/100057/18
2021-11-17 Robert VargaKeyMapping is immutable 71/98571/6
2021-06-30 Robert VargaRemove ServiceLoaderPCEPExtensionProviderContext 29/96729/1
2021-06-30 Robert VargaMigrate pcep-spi to OSGi DS 26/96726/3
2021-06-20 Robert VargaBump MRI upstreams 57/96357/17
2020-12-30 Robert VargaSwitch TerminationReason to use Uint8 79/85979/6
2020-12-20 Robert VargaBump MRI upstreams 55/94155/6
2020-05-12 Robert VargaUpdate MRI projects for Aluminium 29/89329/20
2020-02-04 Robert VargaMass-convert all compontents to use -no-zone addresses 48/87048/15
2020-01-20 Robert VargaMigrate deprecated assertThat() 50/87050/1
2020-01-05 Robert VargaReturn Pcerr from spi.Util 02/86702/2
2020-01-05 Robert VargaRemove useless UnsupportedOperationExceptions 01/86701/4
2019-11-29 Robert VargaUse new Uint* constants 92/85992/2
2019-11-26 guillaume.lambertclean pcep/impl 02/85102/21
2019-10-31 Olivier DugeonClean pcep/base-parser code 25/85325/13
2019-10-15 Robert VargaAnother round of deprecated constructor migrations 23/85123/2
2019-10-15 Robert VargaMake PCEPErrors work on Uint8 20/85120/7
2019-10-15 Robert VargaFurther migration of test code from legacy setters 19/85119/10
2019-10-15 Robert VargaAdd ByteBufUtils 00/85100/15
2019-10-12 guillaume.lambertclean pcep/impl from most checkstyle errors 11/84911/14
2019-10-09 Robert VargaBump mdsal to 5.0.2 28/84228/26
2019-10-04 Robert VargaApply modernization to pcep-impl 10/84910/2
2019-10-03 guillaume.lambertfix indentation checkstyle errors 03/84903/1
2019-10-03 guillaume.lambertfix some checkstyle warnings and errors 00/84900/2
2019-07-01 Robert VargaGet rid of JSR305 annotations 69/82869/9
2019-04-11 Robert VargaBump MDSAL to 4.0.0 84/81384/19
2018-12-21 Robert VargaMigrate AbstractRegistration/AutoCloseable 23/78923/1
2018-12-10 Matej PerinaP2MP Request message 17/78417/8
2018-12-09 Claudio D. GaspariniUNREACH-DESTINATION Object 20/77820/11
2018-12-09 Claudio D. GaspariniSVEC object flags 19/77819/10
2018-12-09 Claudio D. GaspariniBranch Node Object 18/77818/10
2018-12-09 Claudio D. GaspariniP2MP end points 16/77816/13
2018-12-07 Claudio D. GaspariniAdd new revision for pcep types model 17/77817/12
2018-12-06 Olivier DugeonCorrect infinite loop in base parser 61/78261/11
2018-11-19 Claudio D. GaspariniSERO & SRRO 15/77815/2
2018-11-09 Claudio D. GaspariniUpdate ObjectParser API 31/77631/2
2018-11-06 Claudio D. GaspariniMigrate pcep to MD-SAL APIs 48/77448/5
2018-09-07 Robert VargaSwitch PCEP to no-zone ip addresses 71/72771/11
2018-07-21 Claudio D. GaspariniReduce use of waitFutureSuccess utility 72/74272/3
2018-05-28 Claudio D. GaspariniCode clean up 56/72356/1
2018-03-20 Claudio D. GaspariniClean up 13/69613/3
2018-02-26 Claudio D. GaspariniAdd missing copyrights 79/68779/1
2017-12-20 Claudio D. GaspariniEnforce checkstyle and findbug under PCE Api 85/66385/8
2017-12-18 Claudio D. GaspariniReduce number of paramaters for PCEP Dispatcher 50/66350/9
2017-12-05 Claudio D. GaspariniMigrate deprecated netty methods 43/66243/2
2017-11-29 Claudio D. GaspariniBGPCEP-580: Implement PCEP stats DS rendering 37/65537/10
2017-10-23 Kevin WangBUG-9079 Make PCEP session recoverable from exception 72/62472/14
2017-08-23 Claudio D. GaspariniReplace Preconditions.CheckNotNull per RequireNonNull 04/62104/3
2017-08-06 Robert VargaCleanup eclipse warnings 26/61226/5
2017-07-07 matcaufBug 8667 - PCEP: When peer closes got IO exception 38/58638/12
2017-03-20 Claudio D. GaspariniFix sonar complains 38/53538/2
2017-03-15 Claudio D. GaspariniCode Clean Up 36/53236/2
2017-03-15 Claudio D. GaspariniCode Clean Up 35/53235/2
2017-03-13 Claudio D. GaspariniCode clean up 33/53233/1
2017-03-13 Claudio D. GaspariniBUG-7964: IllegalStateException under testReconectClien... 25/53225/1
2017-03-09 Claudio D. GaspariniBUG-7003: Remove sleeping from Tests 59/52359/11
2017-03-08 Claudio D. GaspariniRemove deprecated class AbstractDataBrokerTest under... 90/52990/3
2017-02-14 Claudio D. GaspariniCode clean up 29/51229/6
2017-02-14 Claudio D. GaspariniRemove unused test class 58/51858/1
2017-02-03 Claudio D. GaspariniRemove duplicate code for test utilities 83/51383/5
2017-01-28 Claudio D. GaspariniRemove deprecated Interfaces/Methods 05/51105/3
2017-01-27 Claudio D. GaspariniBUG-7673: Improve synchonization under BGP/PCEP Session 83/51083/3
2016-09-08 Claudio D. GaspariniBUG-6647 Increase code coverage and clean up II 51/45351/2
2016-08-09 Kevin WangBUG-5619 Enable maven parallel build for bgpcep I 03/43003/7
2016-08-01 Tom PantelisConvert PCEPDispatcher wiring to blueprint 54/41854/4
2016-07-26 AjayBug-6242: PCRpt received with bandwidth reoptimization... 34/42434/2
2016-07-26 OmairBug 5610: PCRpt message with vendor specific object... 84/42584/3
2016-07-17 Tom PantelisMove pcep base parser Activator to its own bundle 07/41507/5
2016-07-15 Om PrakashBUG-4692: Migrate TCP-MD5 support in pcep package to... 70/39270/20
2016-07-12 Milos FabianUpgrade ietf-{inet,yang}-types to 2013-07-15 62/40862/7
2016-04-26 Ajay LBug-5571: The IRO sub-objects should support loose bit 92/37992/2
2016-04-05 AjayBug-5023: Simplify client re-connection strategies 24/36924/8
2016-03-30 Thanh HaFix missing javadoc strings 03/36903/1
2016-01-10 Claudio D. GaspariniBUG-2208: Cancel PCEPSessionNegotiator Timers on sessio... 45/32145/7
2015-10-28 Claudio D. GaspariniBUG-4531: Error channelFactory set already 31/28831/7
2015-09-24 Claudio D. GaspariniBUG 4181: Fix PCEP Parsers/Serializers 89/26589/11
2015-09-22 Claudio D. GaspariniMigrate Path-Key 64/27264/2
2015-09-04 Claudio D. GaspariniBug-2230: Revision of module RSVP 15/24915/13
2015-08-17 Claudio D. GaspariniBUG 4137: Fix XRO SRLG Parser 66/25366/1
2015-08-06 Iveta HalanovaBUG-139: PCEP capabilities refactor 85/24585/18
2015-07-14 Claudio D. GaspariniBUG-2873 : Remove dependency protocol-framework on... 31/23431/11
2015-06-18 Iveta HalanovaTest - PCEPDispatcherImpl : customizeBootstrap method 84/22784/8
next