1. 40f50b9 Reenable tests cases that were turned off by Ray Milkey · 9 years ago
  2. e1fd4d7 Merge "Add latency constraint" by Thomas Vachuska · 9 years ago
  3. 7d638d3 Initial sketch of the GUI web-socket mechanics. by Thomas Vachuska · 9 years ago
  4. bf3e9ad Merge "GUI -- Test events: unpinned the first node; increased a few link widths. - added alerts pane to framework. - added library registration mechanism to framework. - created d3Utils library - reimplemented drag behavior of nodes." by Simon Hunt · 9 years ago
  5. e601526 Updated/fixed the SDN-IP BGP unit tests after some of the BGP-related by Pavlin Radoslavov · 9 years ago
  6. 1a9eff9 GUI -- Test events: unpinned the first node; increased a few link widths. by Simon Hunt · 9 years ago
  7. 2ce1c52 Updates to the SDN-IP CLI: by Pavlin Radoslavov · 9 years ago
  8. 1df945b Add latency constraint by Sho SHIMIZU · 9 years ago
  9. 99c1384 GUI - reworked to allow for event-based topology building, in preparation for web-socket connection to the server. by Simon Hunt · 9 years ago
  10. e59656d RPCTask: add log about which request failed by Yuta HIGUCHI · 9 years ago
  11. 76b54bf ClusterMessagingProtocolServer: start listening at correct timing by Yuta HIGUCHI · 9 years ago
  12. 813fb90 MessageEncoder: lower IOException log level by Yuta HIGUCHI · 9 years ago
  13. 1fea0b6 Foo bugfix by Yuta HIGUCHI · 9 years ago
  14. 94ecb89 MapDBLog: configure LogMap parameters by Yuta HIGUCHI · 9 years ago
  15. a7680a3 snapshot compression by Yuta HIGUCHI · 9 years ago
  16. 2ee2000 Simpler way to construct MapDBLog by Madan Jampani · 9 years ago
  17. d2a3882 Switched KryoNamespace internal buffer to ByteBufferOutput by Yuta HIGUCHI · 9 years ago
  18. c6b8f61 checkstyle by Yuta HIGUCHI · 9 years ago
  19. 361664e Add sample accessing database service to Foo by Yuta HIGUCHI · 9 years ago
  20. f3346a5 Merge "Refactor test to use Guava EqualsTester" by Thomas Vachuska · 9 years ago
  21. 05e0dd7 Merge "Add constraint to avoid specified devices" by Thomas Vachuska · 9 years ago
  22. 075268b Add constraint to avoid specified devices by Sho SHIMIZU · 9 years ago
  23. cd76413 Merge "Tighten the visibility of fields in WaypointConstraintTest" by Thomas Vachuska · 9 years ago
  24. 1332b17 Tighten the visibility of fields in WaypointConstraintTest by Sho SHIMIZU · 9 years ago
  25. 3a46e48 Updated each of the metrics applications (Intent and Topology Metrics) by Pavlin Radoslavov · 9 years ago
  26. fff20b5 Refactor test to use Guava EqualsTester by Ray Milkey · 9 years ago
  27. 0694af9 Merge "Basic equality and creation tests for Constraint objects" by Thomas Vachuska · 9 years ago
  28. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 9 years ago
  29. ca60f2b Initial sketch of codecs and REST API approach. FIxed typos and defects. ONOS-81 by Thomas Vachuska · 9 years ago
  30. 6b57073 Updated SDN-IP to use Ip4Address and Ip4Prefix instead of IpAddress and by Pavlin Radoslavov · 9 years ago
  31. 6a01c2f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Praseed Balakrishnan · 9 years ago
  32. 0bb2d7d Preparing for not loading optical config .. and use rest to push config by Praseed Balakrishnan · 9 years ago
  33. a7d96ad Basic equality and creation tests for Constraint objects by Ray Milkey · 9 years ago
  34. 14ccab5 Add missing getter for waypoints and unit test for equality by Sho SHIMIZU · 9 years ago
  35. 703dd66 Merge "Remove prototype bandwidth limited intent commands" by Ray Milkey · 9 years ago
  36. a4b227d Merge "Set boolean to true for live data." by Simon Hunt · 9 years ago
  37. ab9a76b Remove prototype bandwidth limited intent commands by Ray Milkey · 9 years ago
  38. 8261012 move to API bundle by Yuta HIGUCHI · 9 years ago
  39. 7d199b0 Cleaning up after mapdb unit test by Madan Jampani · 9 years ago
  40. 929f77b Set boolean to true for live data. by Simon Hunt · 9 years ago
  41. 0503459 some what improved Eclipse formatter settings by Yuta HIGUCHI · 9 years ago
  42. 2fe26ac test (added lines) by Simon Hunt · 9 years ago
  43. 3dc5435 Merge "Add constraint for waypoints" by Thomas Vachuska · 9 years ago
  44. 0c6e184 Trigger MastershipEvent on no more master case by Yuta HIGUCHI · 9 years ago
  45. c195732 cleaning up the mess by Yuta HIGUCHI · 9 years ago
  46. 778f7ad MapDB backed Copycat log implementation by Madan Jampani · 9 years ago
  47. 3bd8cdc copy VersionedValue before returning to protect internal state by Yuta HIGUCHI · 9 years ago
  48. bddc81c4 add comments to DatabaseStateMachine by Yuta HIGUCHI · 9 years ago
  49. 1838f88 DatabaseStateMachine: fix type mismatch by Yuta HIGUCHI · 9 years ago
  50. 4ee9ddb add hashCode to ReadRequest by Yuta HIGUCHI · 9 years ago
  51. cea3ba1 add Factory method to ReadRequest by Yuta HIGUCHI · 9 years ago
  52. 4248bee add more info to copycat timeout log by Yuta HIGUCHI · 9 years ago
  53. 65d1294 Merge "Make logger static final variable" by Thomas Vachuska · 9 years ago
  54. 0e51fe5 Add constraint for waypoints by Sho SHIMIZU · 9 years ago
  55. e926103 Merge "ONOS-22 - Add Constraints to CLI Commands" by Thomas Vachuska · 9 years ago
  56. 929eedb Merge "Changed LOCAL port number in the CLI to "local"." by Thomas Vachuska · 9 years ago
  57. 79a1e5e DatabaseManager: try to wait for others on start up by Yuta HIGUCHI · 9 years ago
  58. 1aa249c separate basic classes from API by Yuta HIGUCHI · 9 years ago
  59. c7ee066 GUI -- Major Work-In-Progress by Simon Hunt · 9 years ago
  60. 460f402 ONOS-22 - Add Constraints to CLI Commands by Ray Milkey · 9 years ago
  61. 39ae550 log related fixes by Yuta HIGUCHI · 9 years ago
  62. 661b9b2 fix log by Yuta HIGUCHI · 9 years ago
  63. caa14d6 Changed LOCAL port number in the CLI to "local". by Thomas Vachuska · 9 years ago
  64. 5027b6b CopyCat: Dynamic cluster support by Yuta HIGUCHI · 9 years ago
  65. 17378ef Added Kryo serializers for Ip4Address, Ip6Address, Ip4Prefix, Ip6Prefix by Pavlin Radoslavov · 9 years ago
  66. ff894a2 Use Ip4Address and Ip4Prefix inside FlowEntryBuilder when dealing by Pavlin Radoslavov · 9 years ago
  67. 8b5051d Make logger static final variable by Sho SHIMIZU · 9 years ago
  68. 23e398d Updated the Flow Mod builders (FlowModBuilder, FlowModBuilderVer10, by Pavlin Radoslavov · 9 years ago
  69. 71379f4 Merge "Fixing reactive forwarding not to forward LLDP & BDDP." by Brian O'Connor · 9 years ago
  70. 5b5dc48 Updated the ProxyArpManager to use Ip4Address instead of by Pavlin Radoslavov · 9 years ago
  71. 01a6ec0 Fixing reactive forwarding not to forward LLDP & BDDP. by Thomas Vachuska · 9 years ago
  72. 47eb0d4 Factory methods for WriteRequest by Yuta HIGUCHI · 9 years ago
  73. 9ed96d9 Merge "Add unit test for Instructions class and improve Criteria toString() test" by Thomas Vachuska · 9 years ago
  74. 9763fa6 Updated Openflowk expermineter to fix OCH ordering issue by Praseed Balakrishnan · 9 years ago
  75. 58e3727 move copycat version property to root pom by Yuta HIGUCHI · 9 years ago
  76. 0c1c100 Workarounds to startup DatabaseService by Yuta HIGUCHI · 9 years ago
  77. 7808105 Add unit test for Instructions class and improve Criteria toString() test by Ray Milkey · 9 years ago
  78. d7d9641 Workaround for unexpected NullPointerException on Eclipse. by Toshio Koide · 9 years ago
  79. 934c3ce GUI -- Simplified setRadio() api. Other minor cleanup. Added test topology data files. by Simon Hunt · 9 years ago
  80. 50b7067 Changed the semantics of IpAddress.equals() to (eventually) return true by Pavlin Radoslavov · 9 years ago
  81. 32fa30c port SdnIpTest.java to onos-next by Pingping · 9 years ago
  82. 9d07865 Change byte declarations to shorts to match new API by Ray Milkey · 9 years ago
  83. f2b6721 Merge "Unit tests for LinkKey and Criteria classes." by Thomas Vachuska · 9 years ago
  84. 33d9023 Unit tests for LinkKey and Criteria classes. by Ray Milkey · 9 years ago
  85. d6a18709 Add more descriptive Javadoc by Sho SHIMIZU · 9 years ago
  86. 1f8cd5f additional log by Yuta HIGUCHI · 9 years ago
  87. 686fa18 Javadoc improvements by Madan Jampani · 9 years ago
  88. beada93 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  89. 0a7a815 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  90. a09b927 GUI -- Removed out of date comment. by Simon Hunt · 9 years ago
  91. 69aecfc Javadoc improvements by Madan Jampani · 9 years ago
  92. 0df1b1d GUI -- Added key handler mechanism. by Simon Hunt · 9 years ago
  93. 3225578 LinkDiscovery: only reschedule if not requested to stop by Yuta HIGUCHI · 9 years ago
  94. 5001ba9 DatabaseManager: fix scope by Yuta HIGUCHI · 9 years ago
  95. 5e1cfe0 add toString by Yuta HIGUCHI · 9 years ago
  96. dfbfa18 Deleted old copyright notice text + Javadocs. DatabaseManager is now a active service by Madan Jampani · 9 years ago
  97. 9b19a82 Copycat messaging new happens over the same cluster messaging used for all other ONOS p2p communication by Madan Jampani · 9 years ago
  98. 657626e bugfix @Activate -> @Deactivate by Yuta HIGUCHI · 9 years ago
  99. 7fe161a stop killing randomly, when using less mode by Yuta HIGUCHI · 9 years ago
  100. e29dd2b Merge remote-tracking branch 'origin/master' by Thomas Vachuska · 9 years ago