1. 75e7742 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  2. 7911a05 lldp discovery independent of OF by alshabib · 10 years ago
  3. e668408 Unit tests for some Intent objects and compilers by Ray Milkey · 10 years ago
  4. 97839bb Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 10 years ago
  5. 0a608ac Pruned duplicate dependencies and plugins from several core related pom.xml files. by Thomas Vachuska · 10 years ago
  6. 87710fb Cleanup in the core/net/pom.xml file after the "onos-core-hz-net" by Pavlin Radoslavov · 10 years ago
  7. bcae7bd Removed faulty toInt method and renamed toRealInt to toInt. by Jonathan Hart · 10 years ago
  8. a4b548c Added javadoc comment to onos.impl package. by tom · 10 years ago
  9. dbdbdbb Added restrictions for proxy ARP by Jonathan Hart · 10 years ago
  10. 8bca235 remove timing sensitive portion from DefaultTopologyProviderTest. by Yuta HIGUCHI · 10 years ago
  11. 9dc1b0e removing print statememt by alshabib · 10 years ago
  12. 94cf3c5 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  13. cf36991 flowrule service : apply batch tests by alshabib · 10 years ago
  14. 18ab8a9 modified LinkKey creation to follow other id objects by Yuta HIGUCHI · 10 years ago
  15. 0742ec9 Add a Multiple source to single destination intent by Ray Milkey · 10 years ago
  16. 80912e6 Separate cluster management and mastership management to separate packages by Yuta HIGUCHI · 10 years ago
  17. 093e83e Refactoring by Yuta HIGUCHI · 10 years ago
  18. db450ab Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  19. ea5b4ce fixes in mastership reelection for single-node failure by Ayaka Koshibe · 10 years ago
  20. 093340b Speeding up stuff. HostDescription now passes up just a single IpAddress. by tom · 10 years ago
  21. 88a6f11 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by tom · 10 years ago
  22. 545708e Optimizing performance of HostId. by tom · 10 years ago
  23. fa891c9 Revert "Refactoring to move code to right locations. Attempt at breaking dependency cycles." by Yuta HIGUCHI · 10 years ago
  24. d40483d Revert "Refactored code in an attempt to break dependency cycles" by Yuta HIGUCHI · 10 years ago
  25. 195af6e Refactored code in an attempt to break dependency cycles by Madan Jampani · 10 years ago
  26. 58819b4 Refactoring to move code to right locations. Attempt at breaking dependency cycles. by Madan Jampani · 10 years ago
  27. 704ca14 Unit tests for the ProxyArpManager. by Jonathan Hart · 10 years ago
  28. 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
  29. 92c65ad real application ids by alshabib · 10 years ago
  30. c7e1cb6 some extra comments by alshabib · 10 years ago
  31. 2683458 you must call get on futures by alshabib · 10 years ago
  32. 79e6f89 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  33. 193525b clean batch operations by alshabib · 10 years ago
  34. cb900f4 Initial implementation of async installers by Brian O'Connor · 10 years ago
  35. 1c292d7 minor role relinquishment fix by Ayaka Koshibe · 10 years ago
  36. 4c89127 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  37. c404770 role reassignment tweaks by Ayaka Koshibe · 10 years ago
  38. a058c73 Implement point to point intent compiler and cli commands to create them by Ray Milkey · 10 years ago
  39. 8e939d8 Handle MastershipEvent sending null #master() by Yuta HIGUCHI · 10 years ago
  40. cf60390 DeviceManager fix by Yuta HIGUCHI · 10 years ago
  41. 33faeaf Fixing DeviceManagerTest by Yuta HIGUCHI · 10 years ago
  42. 260a778 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  43. f4f6fe2 Removed files that no longer needed by Madan Jampani · 10 years ago
  44. 53efab5 Added Version and CoreService/Manager as an initial outline of a bootstrap coordinator. by tom · 10 years ago
  45. ce2a958 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  46. 902d41b initial working impl of batch operations by alshabib · 10 years ago
  47. d357689 Disabled flaky HostMonitor tests again by Jonathan Hart · 10 years ago
  48. 8ca5390 added hashcode and equals to treatments by alshabib · 10 years ago
  49. 1dd08e4 Enhanced flow list command to be more parsable and to use sorted devices list. by tom · 10 years ago
  50. 53945d5 Working on intent uninstall during recompilation. by tom · 10 years ago
  51. 672488d KryoSerializationService -> Serializer by Yuta HIGUCHI · 10 years ago
  52. 4e96904 Fixed some javadocs and added a listener to the FooComponent to show what intent events are perceptible externally. by tom · 10 years ago
  53. 85258ee Reworked intent states to the new set of states. by tom · 10 years ago
  54. a546afc Try fixing Timer bug by Yuta HIGUCHI · 10 years ago
  55. a2ad118 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  56. 800709a Experimenting. by tom · 10 years ago
  57. e93687e Disabled randomly failing test by Jonathan Hart · 10 years ago
  58. 1456fe7 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  59. b4758a9 Host monitor test by Jonathan Hart · 10 years ago
  60. 7951b23 Fixed NPE when removing flows. by tom · 10 years ago
  61. a0ed763 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  62. 9b4030d Added a summary command. by tom · 10 years ago
  63. 3541bf2 bugfix was comparing DeviceId with Device by Yuta HIGUCHI · 10 years ago
  64. 5971804 Fixed checkNotNull in ProxyArpManager by Yuta HIGUCHI · 10 years ago
  65. 95329eb Starting to experiment with flow tracking. by tom · 10 years ago
  66. 1c319ff the return of the flowentry by alshabib · 10 years ago
  67. a4cab07 Remove Path Intent by Brian O'Connor · 10 years ago
  68. 8f6f1ea More HostMonitor cleanup and javadocs by Jonathan Hart · 10 years ago
  69. f5c9d92 Added bi-directional nature to HostToHost intent. by tom · 10 years ago
  70. c274c90 proxy arp application by alshabib · 10 years ago
  71. 85c4197 flow service idle timeout based on wall clock by alshabib · 10 years ago
  72. a0e0498 illegalArgument exception for priority by alshabib · 10 years ago
  73. 9a693fd Fixed traffic selector builder to allow only one criterion. by tom · 10 years ago
  74. 34ed2fd Cleaned up HostMonitor and support HostProvider invalidation by Jonathan Hart · 10 years ago
  75. a1d16b6 Corrected some javadocs. by tom · 10 years ago
  76. 68b3494 Sliced out Provider-ish API from ClockService by Yuta HIGUCHI · 10 years ago
  77. 008126b Fixing a compile issue. by tom · 10 years ago
  78. 66630c8 Adding Intent Impl and shell command to install simple intent by Brian O'Connor · 10 years ago
  79. bb218b6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  80. 95cf139 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  81. ba5ac48 flowrules no longer install a timeout but are monitored by onos in order to be expired by alshabib · 10 years ago
  82. 70da512 Wired up HostMonitor to its dependencies and got it working. by Jonathan Hart · 10 years ago
  83. 8583ff3 tests for DistributedMastershipStore by Ayaka Koshibe · 10 years ago
  84. 1f641c0 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  85. 6eb438a fixes for office deployment by alshabib · 10 years ago
  86. 5f6739c Add ProviderID to DeviceStore port update APIs by Yuta HIGUCHI · 10 years ago
  87. ea961ff Moved trivial from net to store. Fixed some javadocs. by tom · 10 years ago
  88. 751fb1e Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  89. 971a38a relinquishes mastership when device disconnects by Ayaka Koshibe · 10 years ago
  90. 4906fab initial mobility support by alshabib · 10 years ago
  91. 78d16a4 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  92. cccd6b9 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by alshabib · 10 years ago
  93. b5522ff proxy arp functional; needs testing by alshabib · 10 years ago
  94. ad4c218 Slice out SerializationService from StoreService by Yuta HIGUCHI · 10 years ago
  95. 65efaef Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  96. d9f693e Relinquish mastership, tests, and few modifications to trivial MastershipStore by Ayaka Koshibe · 10 years ago
  97. 7aef393 NewLine at EOF by Yuta HIGUCHI · 10 years ago
  98. fec9e19 hazelcast event related fixes by Yuta HIGUCHI · 10 years ago
  99. c52a8a9 Merge remote-tracking branch 'origin/master' by tom · 10 years ago
  100. 271a620 fix checkstyle by alshabib · 10 years ago