1. 4926c1b Refactoring intent API. by Thomas Vachuska · 10 years ago
  2. b97cf28 Refactoring intent API. by Thomas Vachuska · 10 years ago
  3. 1109640 Changed some non concurrent structures to ConcurrentHashMaps in by Jonathan Hart · 10 years ago
  4. abedb09 MasteshipService, store, and CLI commands use RoleInfo by Ayaka Koshibe · 10 years ago
  5. 67af1f4 add roleInfo structure and backup_changed mastership event by Ayaka Koshibe · 10 years ago
  6. f2dbde5 refactoring intent framework installers by Brian O'Connor · 10 years ago
  7. 6b2ffc3 Fixed issue where LinkCollectionIntentInstaller was missing a flow rule by Jonathan Hart · 10 years ago
  8. f6f50a6 FlowEntry must not be modified outside store. by Yuta HIGUCHI · 10 years ago
  9. 0722fb2 added FIXME for disconnection corner case by Yuta HIGUCHI · 10 years ago
  10. d631e42 bugfix: DeviceManager#applyRole should ignore NONE by Yuta HIGUCHI · 10 years ago
  11. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  12. b5c63a0 fixes for mastership handoff race conditions by Ayaka Koshibe · 10 years ago
  13. 605347c modified SimpleFlowRuleStore not to use MultiMap by Yuta HIGUCHI · 10 years ago
  14. a0e4754 Bug fix: don't generate topology events with "null" reasons. by Pavlin Radoslavov · 10 years ago
  15. e794cbe Add FIXME to LinkManager by Yuta HIGUCHI · 10 years ago
  16. da9c64f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  17. 3effd04 fix for a failed sub batch by alshabib · 10 years ago
  18. 7d1ad60 Explicitly set address length when creating a new host by Jonathan Hart · 10 years ago
  19. c0fa4db PointToPointintent unit tests by Ray Milkey · 10 years ago
  20. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  21. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  22. e668408 Unit tests for some Intent objects and compilers by Ray Milkey · 10 years ago
  23. 97839bb Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  24. 0a608ac Pruned duplicate dependencies and plugins from several core related pom.xml files. by Thomas Vachuska · 10 years ago
  25. 87710fb Cleanup in the core/net/pom.xml file after the "onos-core-hz-net" by Pavlin Radoslavov · 10 years ago
  26. 760a7f9 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  27. bcae7bd Removed faulty toInt method and renamed toRealInt to toInt. by Jonathan Hart · 10 years ago
  28. a4b548c Added javadoc comment to onos.impl package. by tom · 10 years ago
  29. bfca040 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  30. dbdbdbb Added restrictions for proxy ARP by Jonathan Hart · 10 years ago
  31. 45503ce list mastership roles CLI command by Ayaka Koshibe · 10 years ago
  32. 8bca235 remove timing sensitive portion from DefaultTopologyProviderTest. by Yuta HIGUCHI · 10 years ago
  33. 9dc1b0e removing print statememt by alshabib · 10 years ago
  34. 94cf3c5 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  35. cf36991 flowrule service : apply batch tests by alshabib · 10 years ago
  36. 18ab8a9 modified LinkKey creation to follow other id objects by Yuta HIGUCHI · 10 years ago
  37. 0742ec9 Add a Multiple source to single destination intent by Ray Milkey · 10 years ago
  38. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  39. 093e83e Refactoring by Yuta HIGUCHI · 10 years ago
  40. db450ab Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  41. ea5b4ce fixes in mastership reelection for single-node failure by Ayaka Koshibe · 10 years ago
  42. 093340b Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 10 years ago
  43. 88a6f11 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  44. 545708e Optimizing performance of HostId. by tom · 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. 704ca14 Unit tests for the ProxyArpManager. by Jonathan Hart · 10 years ago
  50. a689779 Added output of appId to the flow list command. Fixed defect in CoreManager - we forgot to put registered ids in our map. by tom · 10 years ago
  51. 92c65ad real application ids by alshabib · 10 years ago
  52. c7e1cb6 some extra comments by alshabib · 10 years ago
  53. 2683458 you must call get on futures by alshabib · 10 years ago
  54. 79e6f89 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  55. 193525b clean batch operations by alshabib · 10 years ago
  56. cb900f4 Initial implementation of async installers by Brian O'Connor · 10 years ago
  57. 1c292d7 minor role relinquishment fix by Ayaka Koshibe · 10 years ago
  58. 4c89127 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  59. c404770 role reassignment tweaks by Ayaka Koshibe · 10 years ago
  60. a058c73 Implement point to point intent compiler and cli commands to create them by Ray Milkey · 10 years ago
  61. 8e939d8 Handle MastershipEvent sending null #master() by Yuta HIGUCHI · 10 years ago
  62. cf60390 DeviceManager fix by Yuta HIGUCHI · 10 years ago
  63. 33faeaf Fixing DeviceManagerTest by Yuta HIGUCHI · 10 years ago
  64. 260a778 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  65. f4f6fe2 Removed files that no longer needed by Madan Jampani · 10 years ago
  66. 53efab5 Added Version and CoreService/Manager as an initial outline of a bootstrap coordinator. by tom · 10 years ago
  67. ce2a958 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  68. 902d41b initial working impl of batch operations by alshabib · 10 years ago
  69. d357689 Disabled flaky HostMonitor tests again by Jonathan Hart · 10 years ago
  70. 8ca5390 added hashcode and equals to treatments by alshabib · 10 years ago
  71. 1dd08e4 Enhanced flow list command to be more parsable and to use sorted devices list. by tom · 10 years ago
  72. 53945d5 Working on intent uninstall during recompilation. by tom · 10 years ago
  73. 672488d KryoSerializationService -> Serializer by Yuta HIGUCHI · 10 years ago
  74. 4e96904 Fixed some javadocs and added a listener to the FooComponent to show what intent events are perceptible externally. by tom · 10 years ago
  75. 85258ee Reworked intent states to the new set of states. by tom · 10 years ago
  76. a546afc Try fixing Timer bug by Yuta HIGUCHI · 10 years ago
  77. a2ad118 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  78. 800709a Experimenting. by tom · 10 years ago
  79. e93687e Disabled randomly failing test by Jonathan Hart · 10 years ago
  80. 1456fe7 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  81. b4758a9 Host monitor test by Jonathan Hart · 10 years ago
  82. 7951b23 Fixed NPE when removing flows. by tom · 10 years ago
  83. a0ed763 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  84. 9b4030d Added a summary command. by tom · 10 years ago
  85. 3541bf2 bugfix was comparing DeviceId with Device by Yuta HIGUCHI · 10 years ago
  86. 5971804 Fixed checkNotNull in ProxyArpManager by Yuta HIGUCHI · 10 years ago
  87. 95329eb Starting to experiment with flow tracking. by tom · 10 years ago
  88. 1c319ff the return of the flowentry by alshabib · 10 years ago
  89. a4cab07 Remove Path Intent by Brian O'Connor · 10 years ago
  90. 8f6f1ea More HostMonitor cleanup and javadocs by Jonathan Hart · 10 years ago
  91. f5c9d92 Added bi-directional nature to HostToHost intent. by tom · 10 years ago
  92. c274c90 proxy arp application by alshabib · 10 years ago
  93. 85c4197 flow service idle timeout based on wall clock by alshabib · 10 years ago
  94. a0e0498 illegalArgument exception for priority by alshabib · 10 years ago
  95. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  96. 34ed2fd Cleaned up HostMonitor and support HostProvider invalidation by Jonathan Hart · 10 years ago
  97. a1d16b6 Corrected some javadocs. by tom · 10 years ago
  98. 68b3494 Sliced out Provider-ish API from ClockService by Yuta HIGUCHI · 10 years ago
  99. 008126b Fixing a compile issue. by tom · 10 years ago
  100. 66630c8 Adding Intent Impl and shell command to install simple intent by Brian O'Connor · 10 years ago