1. c53411e DatabaseManager: removing Raft Member management code by Yuta HIGUCHI · 9 years ago
  2. 48ee992 Adding async backups to MastershipStore by Yuta HIGUCHI · 9 years ago
  3. 3f03d4a GUI -- Added updateLink and removeLink event handling. by Simon Hunt · 9 years ago
  4. 29a6a78 Fixing ONOS-39 to allow configured links to be marked as durable. by Thomas Vachuska · 9 years ago
  5. 6acd3bb Miscellaneous clean-up of provider IDs. by Thomas Vachuska · 9 years ago
  6. c76f52e Merge "Add a constructor in LinkCollectionIntent to have constraints" by Thomas Vachuska · 9 years ago
  7. 2683761 Merge "Refactor: Improve null safety and simplify branch conditioin" by Thomas Vachuska · 9 years ago
  8. 0538784 Merge "Modify getter name to match the project naming convention" by Thomas Vachuska · 9 years ago
  9. 361bc53 Merge "Fix bug in validate() in BooleanConstraint" by Thomas Vachuska · 9 years ago
  10. 92a1886 Merge "Unit Tests for Bandwidth and Lambda allocations" by Thomas Vachuska · 9 years ago
  11. 55186d2 Merge "GUI -- Added updateDevice event handling. - Display offline devices as grey. - Tracing web socket messages (for now, in console; in future, to trace view). - Captured sample events for use with test scenarios - both from and to the server. - Added description to scenario file." by Thomas Vachuska · 9 years ago
  12. c672d7d1 Fix bug in validate() in BooleanConstraint by Sho SHIMIZU · 9 years ago
  13. 412a239 Modify getter name to match the project naming convention by Sho SHIMIZU · 9 years ago
  14. b0daa15 DistributedMastershipStore: remove dead code + cosmetics by Yuta HIGUCHI · 9 years ago
  15. 8d3ce43 Unit Tests for Bandwidth and Lambda allocations by Ray Milkey · 9 years ago
  16. 49eb64d Added support for parsing and handling BGP Confederation related AS Path by Pavlin Radoslavov · 9 years ago
  17. bb282f5 GUI -- Added updateDevice event handling. by Simon Hunt · 9 years ago
  18. 3419858 LinkDiscovery: check if Stopped before starting scheduled task. by Yuta HIGUCHI · 9 years ago
  19. 5653151 Refactor: Improve null safety and simplify branch conditioin by Sho SHIMIZU · 9 years ago
  20. ac8f352 Add a constructor in LinkCollectionIntent to have constraints by Sho SHIMIZU · 9 years ago
  21. 8072af8 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  22. 13efefa MapDBLog: Enadling mmap file support (if platform supports it. currently only supported on 64bit JVMs). Fixes a problem described here: http://tinyurl.com/klgc36c by Madan Jampani · 9 years ago
  23. b2ab091 DatabaseClient: check result status by Yuta HIGUCHI · 9 years ago
  24. 5d4b1c2 Add constraint for link annotated value by Sho SHIMIZU · 9 years ago
  25. cebe614 MapDBLog: disable LRU by Yuta HIGUCHI · 9 years ago
  26. 1a60604 terminate when ssh session is killed by Yuta HIGUCHI · 9 years ago
  27. 41a8ebd Merge "GUI -- tweaked couple of topo force layout parameters. - made life-cycle callback parameters consistent; all now get - view (token), ctx, flags. - updated module templates." by Simon Hunt · 9 years ago
  28. 4d97dfc Fixes for the csh/tcsh configuration file: KARAF -> KARAF_HOME by Pavlin Radoslavov · 9 years ago
  29. a3982c1 ClusterMessagingProtocolClient: add sanity check by Yuta HIGUCHI · 9 years ago
  30. a38d995 MapDBLog: add sanity check by Yuta HIGUCHI · 9 years ago
  31. 413573d MapDBLog: reduce cache size by Yuta HIGUCHI · 9 years ago
  32. f67722a GUI -- tweaked couple of topo force layout parameters. by Simon Hunt · 9 years ago
  33. 7cd48f3 GUI -- store ref to node/link selection in backing data. by Simon Hunt · 9 years ago
  34. fded1b3 DistributedIntentStore: attempt to fix ONOS-103 by Yuta HIGUCHI · 9 years ago
  35. 3878205 KryoNamespace: smaller initial buffer size by Yuta HIGUCHI · 9 years ago
  36. 515865d Removed dead code. Took care of some tech debt by Madan Jampani · 9 years ago
  37. 9254d96 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  38. 7e634e6 Registering Collections.SingletonList.class with kryo. by Madan Jampani · 9 years ago
  39. 8416554 renamed KARAF -> KARAF_HOME by Yuta HIGUCHI · 9 years ago
  40. ebaa157 MapDBLog: minor fixes by Yuta HIGUCHI · 9 years ago
  41. 4830d39 Added server-side code to create host-to-host intent. Still WIP. by Thomas Vachuska · 9 years ago
  42. db3695a Merge "GUI -- augmented hash parsing to include flags (after '?'), which are passed into view callbacks as a boolean map. - moved event test files into sub directories - prepared topo2.js for scenario choice via hash context and 'local' (and 'debug') flag. - added 'simple' scenario: 2 switches, 1 link, and 2 hosts. - augmented topo event dispatch for yet-to-be-implemented event handlers. - implemented addHost() event handler." by Thomas Vachuska · 9 years ago
  43. 56d5185 GUI -- augmented hash parsing to include flags (after '?'), which are passed into view callbacks as a boolean map. by Simon Hunt · 9 years ago
  44. 70c16ad Adding "id" to the link messages to the GUI. by Thomas Vachuska · 9 years ago
  45. 690e5f6 Adding GUI server-side code. by Thomas Vachuska · 9 years ago
  46. e4adf24 remove actions from flowmod delete by Brian O'Connor · 9 years ago
  47. 8c35207 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  48. 348a9fe 1. MapDBLog log size calculation bug fix. 2. Minor logging improvements. by Madan Jampani · 9 years ago
  49. 5f36d34 GUI -- Fixed empty or null label issue (cycle labels) by Simon Hunt · 9 years ago
  50. 65368e3 GUI -- Added global key bindings mechanism by Thomas Vachuska · 9 years ago
  51. d1be50d Adding multi-selection to the GUI and sketching out GUI/Server interactions. by Thomas Vachuska · 9 years ago
  52. 50128c0 GUI -- Some cleanup in topo.js by Simon Hunt · 9 years ago
  53. c11c1e7 Merge "Hooking up GUI server & client via web-socket." by Thomas Vachuska · 9 years ago
  54. d472c6e Hooking up GUI server & client via web-socket. by Thomas Vachuska · 9 years ago
  55. 0c84da8 Added SDN-IP CLI command to show the BGP neighbors: by Pavlin Radoslavov · 9 years ago
  56. 60a190b Fix split-package issue in onos-dist by Yuta HIGUCHI · 9 years ago
  57. e7fdd0d ClusterMessagingProtocolClient: disable retries at CopyCat Protocol layer by Yuta HIGUCHI · 9 years ago
  58. 3b01673 ClusterMessagingProtocolClient: cosmetics by Yuta HIGUCHI · 9 years ago
  59. 535c915 ClusterMessagingProtocolServer: cosmetics by Yuta HIGUCHI · 9 years ago
  60. d45886c *LinkResourceStore: lock everything until we have optimistick locking, etc. in place by Yuta HIGUCHI · 9 years ago
  61. 04c6b3f GDevStore: remove extra Map lookup by Yuta HIGUCHI · 9 years ago
  62. 9bbaca3 ClusterMessagingProtocolClient: add log by Yuta HIGUCHI · 9 years ago
  63. 5fb6c96 ClusterMessagingProtocolServer: add null check + trace by Yuta HIGUCHI · 9 years ago
  64. 5f9d696 NettyMessagingService: add null check by Yuta HIGUCHI · 9 years ago
  65. 10ac63b Decreasing event accummulator times. by Thomas Vachuska · 9 years ago
  66. 40f50b9 Reenable tests cases that were turned off by Ray Milkey · 9 years ago
  67. e1fd4d7 Merge "Add latency constraint" by Thomas Vachuska · 9 years ago
  68. 7d638d3 Initial sketch of the GUI web-socket mechanics. by Thomas Vachuska · 9 years ago
  69. 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
  70. e601526 Updated/fixed the SDN-IP BGP unit tests after some of the BGP-related by Pavlin Radoslavov · 9 years ago
  71. 1a9eff9 GUI -- Test events: unpinned the first node; increased a few link widths. by Simon Hunt · 9 years ago
  72. 2ce1c52 Updates to the SDN-IP CLI: by Pavlin Radoslavov · 9 years ago
  73. 1df945b Add latency constraint by Sho SHIMIZU · 9 years ago
  74. 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
  75. e59656d RPCTask: add log about which request failed by Yuta HIGUCHI · 9 years ago
  76. 76b54bf ClusterMessagingProtocolServer: start listening at correct timing by Yuta HIGUCHI · 9 years ago
  77. 813fb90 MessageEncoder: lower IOException log level by Yuta HIGUCHI · 9 years ago
  78. 1fea0b6 Foo bugfix by Yuta HIGUCHI · 9 years ago
  79. 94ecb89 MapDBLog: configure LogMap parameters by Yuta HIGUCHI · 9 years ago
  80. a7680a3 snapshot compression by Yuta HIGUCHI · 9 years ago
  81. 2ee2000 Simpler way to construct MapDBLog by Madan Jampani · 9 years ago
  82. d2a3882 Switched KryoNamespace internal buffer to ByteBufferOutput by Yuta HIGUCHI · 9 years ago
  83. c6b8f61 checkstyle by Yuta HIGUCHI · 9 years ago
  84. 361664e Add sample accessing database service to Foo by Yuta HIGUCHI · 9 years ago
  85. f3346a5 Merge "Refactor test to use Guava EqualsTester" by Thomas Vachuska · 9 years ago
  86. 05e0dd7 Merge "Add constraint to avoid specified devices" by Thomas Vachuska · 9 years ago
  87. 075268b Add constraint to avoid specified devices by Sho SHIMIZU · 9 years ago
  88. cd76413 Merge "Tighten the visibility of fields in WaypointConstraintTest" by Thomas Vachuska · 9 years ago
  89. 1332b17 Tighten the visibility of fields in WaypointConstraintTest by Sho SHIMIZU · 9 years ago
  90. 3a46e48 Updated each of the metrics applications (Intent and Topology Metrics) by Pavlin Radoslavov · 9 years ago
  91. fff20b5 Refactor test to use Guava EqualsTester by Ray Milkey · 9 years ago
  92. 0694af9 Merge "Basic equality and creation tests for Constraint objects" by Thomas Vachuska · 9 years ago
  93. d5087d1 Removed method IpAddress.toInt(), because it is semantically incorrect: by Pavlin Radoslavov · 9 years ago
  94. ca60f2b Initial sketch of codecs and REST API approach. FIxed typos and defects. ONOS-81 by Thomas Vachuska · 9 years ago
  95. 6b57073 Updated SDN-IP to use Ip4Address and Ip4Prefix instead of IpAddress and by Pavlin Radoslavov · 9 years ago
  96. 6a01c2f Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Praseed Balakrishnan · 9 years ago
  97. 0bb2d7d Preparing for not loading optical config .. and use rest to push config by Praseed Balakrishnan · 9 years ago
  98. a7d96ad Basic equality and creation tests for Constraint objects by Ray Milkey · 9 years ago
  99. 14ccab5 Add missing getter for waypoints and unit test for equality by Sho SHIMIZU · 9 years ago
  100. 703dd66 Merge "Remove prototype bandwidth limited intent commands" by Ray Milkey · 9 years ago