1. f1f2ac0 Construct GraphDescription with online/active Device/Link only by Yuta HIGUCHI · 9 years ago
  2. 80d5659 GossipStores: remove potentially blocking method out of netty thread by Yuta HIGUCHI · 9 years ago
  3. 0658627 Run Anti-Entropy in background by Yuta HIGUCHI · 9 years ago
  4. b6cfac3 GossipStores: iterate using forEach by Yuta HIGUCHI · 9 years ago
  5. bcac499 Flatten MastershipTermService by Yuta HIGUCHI · 9 years ago
  6. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  7. 1a01272 Lower log level by Yuta HIGUCHI · 9 years ago
  8. faf9e1c Lower log level by Yuta HIGUCHI · 9 years ago
  9. 60a190b Fix split-package issue in onos-dist by Yuta HIGUCHI · 10 years ago
  10. 04c6b3f GDevStore: remove extra Map lookup by Yuta HIGUCHI · 10 years ago
  11. 53afd5b Forward Device remove to MASTER by Yuta HIGUCHI · 10 years ago
  12. cc8e96e DeviceStore: lower log level by Yuta HIGUCHI · 10 years ago
  13. 20c0e97 check applicability before accepting remote port update by Yuta HIGUCHI · 10 years ago
  14. 13c0b87 Add API in DeviceClock*Service to check if Timestamp can be issued. by Yuta HIGUCHI · 10 years ago
  15. d16ce18 Added Port.Type and plumbed it throughout. by Thomas Vachuska · 10 years ago
  16. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  17. 444eda6 Added JSON for role command. by Thomas Vachuska · 10 years ago
  18. eb24e9d Attempt to fix Link vanishing after mastership change by Yuta HIGUCHI · 10 years ago
  19. 56dbeb1 Fixed a defect that allowed ancillary device providers to overwrite primary provider's data. by Thomas Vachuska · 10 years ago
  20. 5154ec3 Fix some unchecked conversion warnings by Ray Milkey · 10 years ago
  21. e8252bb removeDevice on non-master node to silently ignore the request by Yuta HIGUCHI · 10 years ago
  22. 8d143d2 Rename KryoPool -> KryoNamespace by Yuta HIGUCHI · 10 years ago
  23. c2996f9 lowering log level for DeviceClockManager by Yuta HIGUCHI · 10 years ago
  24. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  25. b5c63a0 fixes for mastership handoff race conditions by Ayaka Koshibe · 10 years ago
  26. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  27. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  28. 78f3a0a lower anti-entropy send error message log level by Yuta HIGUCHI · 10 years ago
  29. 12b099d Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  30. e855d50 Added some package javadocs and corrected some wording in others. by Thomas Vachuska · 10 years ago
  31. eecee55 moved Timestamped to appropriate package by Yuta HIGUCHI · 10 years ago
  32. 04db64c remove unused file by Yuta HIGUCHI · 10 years ago
  33. 0264907 avoid extra Map lookup by Yuta HIGUCHI · 10 years ago
  34. bf71dff GossipDeviceStore: switch inner Map to non-Concurrent by Yuta HIGUCHI · 10 years ago
  35. 9a0a1d1 lowered anti-entropy log level by Yuta HIGUCHI · 10 years ago
  36. 3708308 Lowering log level. by Yuta HIGUCHI · 10 years ago
  37. 5ec89f9 remove peermsg package by Yuta HIGUCHI · 10 years ago
  38. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  39. 8ce0873 Moved MastershipBasedTimestamp by Yuta HIGUCHI · 10 years ago
  40. 093e83e Refactoring by Yuta HIGUCHI · 10 years ago
  41. 47c4088 Adding some tests for GossipDeviceStore + bugfix by Yuta HIGUCHI · 10 years ago
  42. dc7374c Move ControllerToNodeId Function to api bundle by Yuta HIGUCHI · 10 years ago
  43. ec76bfe checkstyle by Yuta HIGUCHI · 10 years ago
  44. 9ee60f6 Device Anti-Entropy by Yuta HIGUCHI · 10 years ago
  45. fa891c9 Revert "Refactoring to move code to right locations. Attempt at breaking dependency cycles." by Yuta HIGUCHI · 10 years ago
  46. d40483d Revert "Refactored code in an attempt to break dependency cycles" by Yuta HIGUCHI · 10 years ago
  47. 195af6e Refactored code in an attempt to break dependency cycles by Madan Jampani · 10 years ago
  48. 58819b4 Refactoring to move code to right locations. Attempt at breaking dependency cycles. by Madan Jampani · 10 years ago
  49. 255a58b GossipDeviceStore: Notifying applications of latest topology events received from peers by Madan Jampani · 10 years ago
  50. 3fc72ed Added support for replicating device removed topology events by Madan Jampani · 10 years ago
  51. 5009cfb Added support for replicating device offline topology events: Added missing files by Madan Jampani · 10 years ago
  52. 2532253 Added support for replicating device offline topology events by Madan Jampani · 10 years ago
  53. 74ebeff1 checkstyle fixes by Yuta HIGUCHI · 10 years ago
  54. fef9b3a Kryo serializers for internal gossip store events by Madan Jampani · 10 years ago
  55. 3cc1907 Fix to make things serializable by Yuta HIGUCHI · 10 years ago
  56. 24b2e2a Fix Mastership timstamping issue by Yuta HIGUCHI · 10 years ago
  57. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  58. 2206e01 Added missing javadocs. Created a separate class for message subjects used by distribued device store by Madan Jampani · 10 years ago
  59. 47c9373 Added support to device store for broadcasting device/port update events to peers by Madan Jampani · 10 years ago
  60. c057c63 Moving classes around, reflecting discussion with Madan. by Yuta HIGUCHI · 10 years ago
  61. c35efac DeviceStore update by Yuta HIGUCHI · 10 years ago
  62. 885be1d Fixed annotation handling. by Yuta HIGUCHI · 10 years ago
  63. 0d6a5e6 Fixed remove behavior for Device and Link Store by Yuta HIGUCHI · 10 years ago
  64. 39ede6a SimpleLinkStore with annotation and multi-provider support by Yuta HIGUCHI · 10 years ago
  65. 273dcc8 renamed OnosTimestamp -> MastershipBasedTimestamp by Yuta HIGUCHI · 10 years ago
  66. 68b3494 Sliced out Provider-ish API from ClockService by Yuta HIGUCHI · 10 years ago
  67. 67a527f implemented GossipDeviceStore with multi-provider, annotation support by Yuta HIGUCHI · 10 years ago
  68. c99a8d3 Add TODO memo + cosmetics by Yuta HIGUCHI · 10 years ago
  69. e1d9238 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 10 years ago
  70. 5f6739c Add ProviderID to DeviceStore port update APIs by Yuta HIGUCHI · 10 years ago
  71. 55a2e46 add equals, hashCode to VersionedValue by Yuta HIGUCHI · 10 years ago
  72. d76830b initial Device Anti-Entropy by Yuta HIGUCHI · 10 years ago
  73. 533ec32 AntiEntropy sketch + required Serializer work by Yuta HIGUCHI · 10 years ago
  74. a185d86 pom.xml updates to include netty 4.0.23 and apache commons pool by Madan Jampani · 10 years ago
  75. 4209def Distributed Link store implementation that takes event versioning into consideration by Madan Jampani · 10 years ago
  76. 2e96389 moving around Madan's pieces by Yuta HIGUCHI · 10 years ago
  77. e76a24d Bundle restructuring by Yuta HIGUCHI · 10 years ago