Do not hard-code HashedWheelTimer
[bgpcep.git] / bgp / rib-impl / src / main / java / org /
2014-03-04 Robert VargaDo not hard-code HashedWheelTimer 09/5509/3
2014-02-28 Robert VargaDo not degrate remote BGP identifier into a bytearrray 70/5470/5
2014-02-28 Robert VargaBUG-353: add remote-as awareness 68/5468/5
2014-02-28 Robert VargaRework BGP configuration 94/4794/23
2014-02-27 Robert VargaUse sendMessage() from AbstractSessionNegotiator 61/5461/2
2014-02-26 Robert VargaSwitch to using ListenerRegistration from yangtools 71/5471/2
2014-01-27 Dana KutenicsovaMerge "Improve logging of object removal" jenkins-bgpcep-bulk-release-prepare-only-6
2014-01-27 Dana KutenicsovaMerge "Improve formatting of termination point identifiers"
2014-01-27 Dana KutenicsovaAdded Ipv6 to local bgp proposal and adjusted handling... 65/4865/2
2014-01-27 Dana KutenicsovaMerge changes I305a96fb,Ief4bb355
2014-01-27 Robert VargaDo not rely on route attributes being present 68/4868/1
2014-01-26 Robert VargaChange types of CLUSTER_ID and ORIGINATOR 28/4828/1
2014-01-22 Dana KutenicsovaMerge "Fix removal of linkstate routes"
2014-01-22 Dana KutenicsovaMerge "Change the type of some leafs to uint32"
2014-01-21 Dana KutenicsovaMerge "Failure to send message should result in negotia...
2014-01-21 Robert VargaFailure to send message should result in negotiation... 24/4524/1
2014-01-13 Robert VargaAdd missing copyright headers 67/4167/1
2014-01-09 Dana KutenicsovaMerge "Re-activate disabled test"
2014-01-08 Dana KutenicsovaBUG-185 : fixed NPE. 73/4073/1
2014-01-07 Dana KutenicsovaBUG-185 : implemented Best Path Selection Algorithm. 62/3762/5
2013-12-23 Robert VargaInstantiate the local rib with empty tables 03/3903/1
2013-12-20 Robert VargaMerge "Add SimpleBGPExtensionProviderContextModuleTest."
2013-12-20 Robert VargaMerge "Replaced Linkstate attribute tlv codes with...
2013-12-19 Robert VargaMake sure RIB entry is created when the implementation... 42/3842/2
2013-12-17 Dana KutenicsovaAdded more logs. 06/3806/2
2013-12-17 Dana KutenicsovaFixing NPE when adding linkstate routes. 89/3789/1
2013-12-16 Dana KutenicsovaFixed BGP synchronization. 43/3743/3
2013-12-16 Dana KutenicsovaFixed some sonar warnings. 42/3742/3
2013-12-13 Dana KutenicsovaBUG-199 : bgp negotiation now working without mentionin... 22/3722/1
2013-12-13 Dana KutenicsovaMerge "BUG-218: expose instruction status in MD-SAL"
2013-12-13 Dana KutenicsovaMerge "BUG-223: Support having multiple RIB instances"
2013-12-12 Robert VargaBUG-223: Support having multiple RIB instances 68/3668/2
2013-12-05 Robert VargaMerge "Fixed rib-impl-config modules tests."
2013-12-05 Robert VargaMerge "Fixed handling unknown TLVs."
2013-12-05 Dana KutenicsovaMerge "Add more detailed traces about BGP encoding...
2013-12-05 Dana KutenicsovaMerge "Add debugging for tracking messages leaving...
2013-12-05 Dana KutenicsovaMerge "Implement creation of implied termination points"
2013-12-05 Dana KutenicsovaMerge "Move link add() method to keep symmetry"
2013-12-04 Robert VargaAdd more detailed traces about BGP encoding process 66/3466/2
2013-12-04 Robert VargaAdd debugging for tracking messages leaving the channel 64/3464/2
2013-12-04 Dana KutenicsovaMerge "Split UriBuilder into a separate type"
2013-12-04 Robert VargaMerge changes Ic12888cc,I669cc282,Iad2d6119
2013-12-04 Dana KutenicsovaRemoved some sonar warnings from bgp. 35/3435/2
2013-12-04 Robert VargaRIB should represent an MD-SAL reference 24/3424/1
2013-12-02 Robert VargaImplement proper activator shutdown 74/3374/2
2013-12-02 Robert VargaBUG-204 : Cleanup models to follow convention 07/3307/5
2013-12-01 Dana KutenicsovaAssigned bugs to FIXMEs. 99/3299/3
2013-12-01 Dana KutenicsovaMerge "Attach sources and javadoc only with -DrepoBuild"
2013-12-01 Dana KutenicsovaMerge "Rework build to move the parent out"
2013-12-01 Robert VargaMerge changes I6885e623,Ie5e68f28
2013-12-01 Robert VargaMerge changes I3277d48b,I11a91825
2013-12-01 Dana KutenicsovaFixed a few FIXMEs and deleted commented code. 72/3272/2
2013-12-01 Dana KutenicsovaCreated bugs for FIXMEs. 71/3271/2
2013-11-29 Robert VargaSquash more sonar warnings 45/3245/1
2013-11-28 Robert VargaMerge "BUG-76 : fixed all FSM tests."
2013-11-28 Robert VargaFix javadoc in BGPDispatcher 81/3181/1
2013-11-28 Robert VargaHandle end-of-RIB messages 73/3173/1
2013-11-27 Robert VargaHandle legacy NLRI in messages 37/3137/7
2013-11-27 Dana KutenicsovaMerge "Split out initiation draft"
2013-11-27 Robert VargaMerge "BUG-110: integration test message -> parser...
2013-11-27 Dana KutenicsovaBUG-110: integration test message -> parser -> rib... 26/3126/2
2013-11-27 Robert VargaIntroduce ServiceLoader consumer context 22/3122/1
2013-11-26 Dana KutenicsovaMerge "Add EPL license declaration"
2013-11-26 Dana KutenicsovaMerge "Unify YANG->DTO generation plugin definition"
2013-11-26 Robert VargaFix model names and imports 81/3081/2
2013-11-22 Robert VargaRemove reliance on BGPMessageFactory 18/3018/1
2013-11-22 Robert VargaRemove reliance on deprecated classes in BGP components 17/3017/1
2013-11-21 Dana KutenicsovaFixed some sonar warnings. 70/2970/1
2013-11-20 Dana KutenicsovaMerge "Add configuration for extensions"
2013-11-20 Robert VargaAdd configuration for extensions 41/2841/7
2013-11-18 Robert VargaUse guava future adaptors to listen on MD-SAL changes 36/2836/1
2013-11-15 Robert VargaUse reconnect strategy 80/2780/2
2013-11-15 Robert VargaMerge changes I1932f488,I32394ed5
2013-11-15 Dana KutenicsovaFixed BGP hold timer expired handling. 77/2777/1
2013-11-15 Robert VargaBGPDispatcher should not be tied to BGPSessionImpl 61/2761/1
2013-11-13 Robert VargaUse InstanceIdentifierBuilder.child() where possible 21/2721/1
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 Robert VargaBUG-108: further progress on implementation 66/2666/1
2013-11-12 Maros MarsalekRemoved deprecated constructor in AbstractDispatcher 65/2665/1
2013-11-12 Robert VargaBUG-108: split off individual registries 50/2650/1
2013-11-11 Dana KutenicsovaMerge "BUG-108: fix instanceidentifier extraction"
2013-11-11 Dana KutenicsovaMerge "BUG-108: rename routes objects to prevent confusion"
2013-11-11 Robert VargaMerge "Initial code drop - bgp/pcep configuration."
2013-11-11 Robert VargaMerge "BUG-50 : added test for Pcinitiate message."
2013-11-11 Robert VargaBUG-108: rename routes objects to prevent confusion 01/2601/1
2013-11-11 Milos FabianInitial code drop - bgp/pcep configuration. 96/2596/1
2013-11-08 Maros MarsalekEventLoopGroup instances moved to constructor parameter... 44/2544/2
2013-11-02 Dana KutenicsovaMerge "Fix junit dependencies in poms. Reuse existing...
2013-10-23 Dana KutenicsovaBUG-49 : updated the rest of ignored tests and fixed... 10/2110/1
2013-10-23 Dana KutenicsovaMerge "Add linkstate information to RIB"
2013-10-23 Dana KutenicsovaMerge "Activate augment"
2013-10-22 Dana KutenicsovaMerge "Bump models to match draft-clemm-netmod-yang...
2013-10-22 Dana KutenicsovaBUG-49 : removed various PMD warnings. 55/2055/2
2013-10-17 Tony TkacikMerge "Add Intellij extensions to .gitignore"
next