1. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  2. f25d135 Fix Javadoc warnings by Ray Milkey · 9 years ago
  3. 82e5031 ONOS-792 - topology related REST GET APIs by Ray Milkey · 9 years ago
  4. c31d9f1 ONOS-745 Refactoring topology to compute only broadcast tree and not pre-compute paths. by Thomas Vachuska · 9 years ago
  5. 988934e GUI -- Start of implementation of Panel Service. by Simon Hunt · 9 years ago
  6. 3b0916b GUI -- Implemented sendEvent() in WsEventService. by Simon Hunt · 9 years ago
  7. 093739a GUI -- Created onosWidget module and TableService with respective Karma Test file. by Bri Prebilic Cole · 9 years ago
  8. dac3008 Remove unused IntentStore write APIs. by Jonathan Hart · 9 years ago
  9. acf410b GUI -- Cleaned up websocket callback wrapping and beefed up unit tests. by Simon Hunt · 9 years ago
  10. 8851ed9 Trim whitespaces before and after .cfg file arguments. by Ayaka Koshibe · 9 years ago
  11. 82895d7 Fix typo in help string by Ray Milkey · 9 years ago
  12. 0cd4282 NullLinkProvider only generates links between local devices. by Ayaka Koshibe · 9 years ago
  13. 492cc3a Fix startup dependency between features onos-app-config and onos-app-sdnip: by Pavlin Radoslavov · 9 years ago
  14. 7446da9 Modify unit test for serializing FlowRuleBatchEntry by Sho SHIMIZU · 9 years ago
  15. 3466096 Fix typo in Javadoc comment by Sho SHIMIZU · 9 years ago
  16. 970e7fd GUI -- WebSocket object now decodes message payload as JSON on behalf of the consumer. by Simon Hunt · 9 years ago
  17. bb920fd GUI -- Added ability to define an alternate port for WS - used to connect to mock web-socket server. Topo view can use query string '?wsport=8123' for example. by Simon Hunt · 9 years ago
  18. 5573d32 Initial implementation of GossipIntentStore. by Jonathan Hart · 9 years ago
  19. a7a129c GUI -- Oops! Location of map data changed... by Simon Hunt · 9 years ago
  20. e7399f3 GUI -- Cleaned up code for practice scrollable table, added tableHeight as a parameter to the directive. by Bri Prebilic Cole · 9 years ago
  21. c0e8bfa Revert "Use Optional instead of null to remove FIXME comment" by Sho SHIMIZU · 9 years ago
  22. c470e10 ONOS-639 SDN-IP tutorial script for IPv6 by Kunihiro Ishiguro · 9 years ago
  23. d36a90f GUI -- Scrollable table working! by Bri Prebilic Cole · 9 years ago
  24. 354c8c9 GUI -- Mock WebSocket server : fixed bug where args were not repeated. by Simon Hunt · 9 years ago
  25. 711ee24 GUI -- Mock WebSocket server now serves up scenario events. by Simon Hunt · 9 years ago
  26. 4f0d977 GUI -- Device table now scrolls with a fixed height. by Bri Prebilic Cole · 9 years ago
  27. 205f4b1 Start instances in debug mode by Jonathan Hart · 9 years ago
  28. a25cdcd GUI -- Created Mock WebSocket Server (runs with node.js) by Simon Hunt · 9 years ago
  29. d7d1800 Prohibit null for resources field in Intent by Sho SHIMIZU · 9 years ago
  30. 166e61e Fix ONOS-815: register Optional class to Kryo by Sho SHIMIZU · 9 years ago
  31. 6cd2f35 Implemented VLAN-to-VLAN routing support for SDN-IP. by Jonathan Hart · 9 years ago
  32. 7dc1d04 NullPacketProvider that generates PacketEvents at a specified rate by Ayaka Koshibe · 9 years ago
  33. 1423337 implementation of NullFlowProvider by alshabib · 9 years ago
  34. 584122a GUI -- Further work on web socket service. Still WIP. by Simon Hunt · 9 years ago
  35. 04c7832 ONOS-812 - incorrect default values in CLI help by Ray Milkey · 9 years ago
  36. 9639df7 Use Optional instead of null to remove FIXME comment by Sho SHIMIZU · 9 years ago
  37. 404f6b2 GUI -- Removed dependence on jQuery -- it turns out that angular implements extend(). by Simon Hunt · 9 years ago
  38. b9a8a18 ONOS-741 - JSON codecs for constraints by Ray Milkey · 9 years ago
  39. c036367 Remove deprecated and unused APIs from IntentStore. by Jonathan Hart · 9 years ago
  40. 1e4a001 GUI -- Created skeleton for WebSocketService. - re-worked UrlFnService. by Simon Hunt · 9 years ago
  41. d94b477 Delete code that is commented out by Sho SHIMIZU · 9 years ago
  42. 2b2e681 Fix typo by Sho SHIMIZU · 9 years ago
  43. 6e2ee15 ONOS-783 Update PeerConnectivityManager to handle IPv6. by Kunihiro Ishiguro · 9 years ago
  44. 2bb988b Return immediately when the given BatchWrite is empty by Sho SHIMIZU · 9 years ago
  45. abeb7fa Add clusterID info to Null Device ID so that multiple Null Device Providers can run on different nodes without collision. by suibin · 9 years ago
  46. 591dc99 Get rid of super type of IntentId by Sho SHIMIZU · 9 years ago
  47. d58c5b7 Simplify the code by using the constructor initializing a reference by Sho SHIMIZU · 9 years ago
  48. d4df608 Use diamond operator to simplify the code by Sho SHIMIZU · 9 years ago
  49. fce9d4c Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  50. 29afca3 Fixed bug where ONOS sends actions in DELETE flow mods in OF1.0. by Jonathan Hart · 9 years ago
  51. 60e2467 Add null check in the constructor by Sho SHIMIZU · 9 years ago
  52. c006eef GUI -- Finished icons test page. Displays all icons and glyphs using Angular constructs. by Bri Prebilic Cole · 9 years ago
  53. 86f6198 Remove TODO comment by Sho SHIMIZU · 9 years ago
  54. 3cbfbc4 Expose the obstacles Set in a method - needed for REST APIs by Ray Milkey · 9 years ago
  55. 183b12fd Delete unnecessary semicolon by Sho SHIMIZU · 9 years ago
  56. e46c041 Protect against null pointers during deserializing. by Jonathan Hart · 9 years ago
  57. 16ea69b Pass constraints argument to the constructor of super class by Sho SHIMIZU · 9 years ago
  58. a15546f Passing an empty list instead of null to improve null-safety by Sho SHIMIZU · 9 years ago
  59. 43ae293 Updated SDN-IP config to support 64-bit port numbers. by Jonathan Hart · 9 years ago
  60. bd128fa Delete code that is commented out by Sho SHIMIZU · 9 years ago
  61. aa26adf GUI -- Corrected path prefix for ui/rs calls. - fixed broken unit tests. by Simon Hunt · 9 years ago
  62. b07c279 GUI -- show-icons.html test file is successfully linked with its module and controller by Bri Prebilic Cole · 9 years ago
  63. 66f9e6e GUI -- glyph.js - removed unnecessary precision from path data. by Simon Hunt · 9 years ago
  64. cd258a1 GUI -- Reworked onos.js to only require the list of view IDs to be injected. Module dependencies and routing configuration are both derived from the list of IDs. by Simon Hunt · 9 years ago
  65. d169deb GUI -- Removed @author tags from all .js/.css etc. to match our code style choice. by Simon Hunt · 9 years ago
  66. 17a18b2 GUI -- Added some test files to practice Angular and link with the IconService. WIP by Bri Prebilic Cole · 9 years ago
  67. 94a856e GUI -- Added new icons to glyphs library. by Bri Prebilic Cole · 9 years ago
  68. 64b60cd GUI -- Do not display IconLibDefs SVG element. by Simon Hunt · 9 years ago
  69. 9722538 GUI -- Completed icon directive definition, and wired up device view. by Simon Hunt · 9 years ago
  70. 0f9aba8 ONOS-635 Adding ICMPv6 type and code builder for HostMonitor. by Kunihiro Ishiguro · 9 years ago
  71. f84591d Don't flood ARP packets out the port they came in on. by Jonathan Hart · 9 years ago
  72. 422916f NullLinkProvider to generate link events. This provider by Ayaka Koshibe · 9 years ago
  73. 2ffcd10 Add default drop rule in OF1.0 switches. by Jonathan Hart · 9 years ago
  74. ebb5444 Update cell related util scripts to support larger cluster [ONOS-467] by Ayaka Koshibe · 9 years ago
  75. 7f172cc GUI -- Implemented loadIcon() in the IconService. by Simon Hunt · 9 years ago
  76. 58f23bb GUI -- Working towards embedding icons in tables. WIP. by Simon Hunt · 9 years ago
  77. 4367abc GUI -- DeviceResource: minor improvement. by Simon Hunt · 9 years ago
  78. 1f170b8 GUI -- Simpler version of DeviceGuiResource for the UI. by Simon Hunt · 9 years ago
  79. 47f2dde Don't install table miss entry for OVS 1.3 or CPqD switches. by Jonathan Hart · 9 years ago
  80. e53f171 ONOS-535 - capture and display ip address and port of switches by Ray Milkey · 9 years ago
  81. e0fade7 ONOS-539 - Capture port names so CLI can display them by Ray Milkey · 9 years ago
  82. a8f4e7d Sketching out device driver subsystem to allow extensible device management functions to be made available to applications. by Thomas Vachuska · 9 years ago
  83. db35808 Unit tets for instruction JSON codecs by Ray Milkey · 9 years ago
  84. f5df284 ONOS-693 SDN-IP tutorial script for IPv6. by Kunihiro Ishiguro · 9 years ago
  85. d916bcd Corrected a javadoc message. by Thomas Vachuska · 9 years ago
  86. d3edd03 Fix a typo in manufacturerDescription() method name by Ray Milkey · 9 years ago
  87. 520f227 Suppress superfluous error message when pushing to a cell the first time. by Jonathan Hart · 9 years ago
  88. 52fae7d ONOS-509: Match IPV6_SRC, IPV6_DST criteria by Charles M.C. Chan · 9 years ago
  89. 4fab8af GUI -- Added mechanism to test device view. Themed device view. by Bri Prebilic Cole · 9 years ago
  90. 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 9 years ago
  91. eb28b0b GUI -- Created UrlFunction service Commented out broken device code WIP by Bri Prebilic Cole · 9 years ago
  92. 025fb44 Adding more T-ports to big topo by Brian O'Connor · 9 years ago
  93. c7bdd8c Improvements to OpticalPathProvisioner by Brian O'Connor · 9 years ago
  94. e672044 GUI -- Created the RestService in the Remote module. by Simon Hunt · 9 years ago
  95. 5ee36e0 GUI -- Added dark theming for the topology view. by Simon Hunt · 9 years ago
  96. 0541fb8 GUI -- Finally got map resize working correctly, including the resized callback in topo code. by Simon Hunt · 9 years ago
  97. 426bd86 GUI -- Further tweaking of the background map loading code, to properly align the map in the view. by Simon Hunt · 9 years ago
  98. 839a5e6 NullHostProvider does not report hosts for device the local instance is not master for by alshabib · 9 years ago
  99. 06ae79d Reactive forwarding apps should explicitly ask for packets they want to receive. by Jonathan Hart · 9 years ago
  100. 0f8a1e4 Count the Intent FAILED events. by Pavlin Radoslavov · 9 years ago