1. f817338 GUI -- Split MapService into GeoDataService and MapService. WIP. by Simon Hunt · 9 years ago
  2. e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 9 years ago
  3. 70fc7fb fix switch negociation for non spec compliant devices. by alshabib · 9 years ago
  4. 3a21b78 very simple null host provider by alshabib · 9 years ago
  5. c8ad76d Allow null as parameter by Yuta HIGUCHI · 9 years ago
  6. bc0e84d Fix javadoc warnings by Charles M.C. Chan · 9 years ago
  7. 41e26d5 incrementing version of loxi dependency by alshabib · 9 years ago
  8. 8717be2 Fix for ONOS-607 - controller port displayed incorrectly in CLI by Ray Milkey · 9 years ago
  9. d03eda0 Unit tests for Instruction and Ethernet codecs by Ray Milkey · 9 years ago
  10. fe42181 ONOS-537 Provided maxLen setting to make sure packet data is sent with packet-in message. (OF1.3) by Charles M.C. Chan · 9 years ago
  11. 6128634 null device provider implementation along with directory structure by alshabib · 9 years ago
  12. 5c0b476 Refactor: Avoid using ternary operator. Remove unnecessary casting. by Charles M.C. Chan · 9 years ago
  13. 94f3737 ONOS-512: Implement IPv6 Extension Headers by Charles M.C. Chan · 9 years ago
  14. 7c92a3d GUI -- Created initial device view by Bri Prebilic Cole · 9 years ago
  15. 86388b1 GUI -- Created NavService and implemented simple navigation (click on the bird!) by Simon Hunt · 9 years ago
  16. c95bb9d ONOS-574 - Complete REST APIs for flows by Ray Milkey · 9 years ago
  17. d36a74b Add explicit flow rules to receive control packets: ARP, LLDP, BDDP by Pavlin Radoslavov · 9 years ago
  18. c02c0b8 WIP: Resolve conflict with Go language "go" command by Sho SHIMIZU · 9 years ago
  19. 4d887e8 Moved onlab-rest bundle out of onos-api. by Jonathan Hart · 9 years ago
  20. 081e737 Classify hardware running OVS as an OVS switch. by Jonathan Hart · 9 years ago
  21. 404e54c GUI -- MapService: rework API and internal code for loading map. WIP. by Simon Hunt · 9 years ago
  22. aec62962 Initial cut of `onos-group` script for running a subset of commands by Ayaka Koshibe · 9 years ago
  23. 1e8eff4 GUI -- MapService: changed to cache promises with attached meta data. by Simon Hunt · 9 years ago
  24. f044d8a GUI -- Sketched out MapService. by Simon Hunt · 9 years ago
  25. 09e464b Starting GUI server-side code by Bri Prebilic Cole · 9 years ago
  26. cacce34 GUI -- Implemented ZoomService, with unit tests. by Simon Hunt · 9 years ago
  27. 6cc5369 GUI -- Topo View: define SVG layer; inject (sample) key bindings and install glyph definitions. by Simon Hunt · 9 years ago
  28. 3a0a52e Added IPv6 routing support to SDN-IP, and integrated it with BGP: by Pavlin Radoslavov · 9 years ago
  29. 670e825 GUI -- implemeted GlyphService.loadDefs(). by Simon Hunt · 9 years ago
  30. bc39f6d GUI -- implemeted GlyphService.register(). by Simon Hunt · 9 years ago
  31. 2020eac Reorder some of the import statements (onlab/onosproject) so they by Pavlin Radoslavov · 9 years ago
  32. c7648ee Work toward IPv6 support in BGP: implement decoding of the by Pavlin Radoslavov · 9 years ago
  33. 6e45980 GUI -- implementation and unit test for loading base set of glyphs into GlyphService. by Simon Hunt · 9 years ago
  34. 8cd9fb8 Make timeout and max attempts configurable by Sho SHIMIZU · 9 years ago
  35. 51fc40b GUI -- Sketching out GlyphService. by Simon Hunt · 9 years ago
  36. 9a39eca ONOS-423 - Throw a specific exception when resources are exhausted by Ray Milkey · 9 years ago
  37. f4df005 ONOS-537 Provided maxLen setting to make sure packet data is sent with packet-in message. Also added support for TrafficTreatment.Builder.punt(); by Thomas Vachuska · 9 years ago
  38. 4fb5cde Register FlowRuleEvent.Type with Kryo. by Jonathan Hart · 9 years ago
  39. 8ead3a2 GUI -- Updated copyright year for GUI source files. by Simon Hunt · 9 years ago
  40. 7ac7be9 GUI -- Added skeleton factories for SVG module. by Simon Hunt · 9 years ago
  41. 649cb61 Fixed demo JSON topo file. by Thomas Vachuska · 9 years ago
  42. 36eb6e1 Bugfix: Criteria.toString() does not convert unsigned variables properly. by Charles M.C. Chan · 9 years ago
  43. 237787c ONOS-534: onos-install: add a new option to copy maven's setting file by Kenji HIKICHI · 9 years ago
  44. 5d12dc2 GUI -- Added missing dependency to karma.conf.js by Simon Hunt · 9 years ago
  45. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  46. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  47. d37c9ca ONOS-506: IPv6 forwarding option for ReactiveForwarder. by Kunihiro Ishiguro · 9 years ago
  48. 923d9d8 4 Octet AS Path Capability is sent to neighbor. by Kunihiro Ishiguro · 9 years ago
  49. 93b7fb0 ONOS-508: Implement IPv6, ICMP6 and NeighborAdvertisement class by Charles M.C. Chan · 9 years ago
  50. 4128938 Configuration to suppress LLDP discovery by Yuta HIGUCHI · 9 years ago
  51. a998513 vicell command for editing/applying cell configurations by Ayaka Koshibe · 9 years ago
  52. ab17b27 LinkCollectionIntentInstaller - reuse same code for install and uninstall by Jonathan Hart · 9 years ago
  53. 4f5de00 Implement REST APIs for flows: by Ray Milkey · 9 years ago
  54. e59c7e3 GossipHostStore: allow location change + update by Yuta HIGUCHI · 9 years ago
  55. ef31fb2 GUI -- Sketched out structure for multi-views; each with own controller, template html and css. by Simon Hunt · 9 years ago
  56. 7256d08 GUI -- removed commented out tests. by Simon Hunt · 9 years ago
  57. 4f39bcd GUI -- implemented Theme Service. by Yuta HIGUCHI · 9 years ago
  58. dc6362a GUI -- reworking code to eliminate unnecessary 'ONOS' global. by Simon Hunt · 9 years ago
  59. 7aeffa0 GUI -- refactored key service test to spy on $log service, instead of implementing our own mock. by Simon Hunt · 9 years ago
  60. af32207 GUI -- augmented Key Service unit tests to include masked key test, and gesture notes test. by Simon Hunt · 9 years ago
  61. 24d483d Cosmetic fixes to SMap by Yuta HIGUCHI · 9 years ago
  62. 1773d0a Set dependency scope test to unit test libraries by Yuta HIGUCHI · 9 years ago
  63. dfbc6d8 ONOS-487: Allow ONOS to be installed using different user/group by Charles M.C. Chan · 9 years ago
  64. 0908275 Refactor: Use Duration instead of primitive value by Sho SHIMIZU · 9 years ago
  65. c647b1e Null check at the head of the constructor of IntentOperation by Sho SHIMIZU · 9 years ago
  66. 828245c Store remote 4 octet AS path value. by Kunihiro Ishiguro · 9 years ago
  67. 467ccf7 DefaultFlowRule: remove deprecated constructor by Yuta HIGUCHI · 9 years ago
  68. 59df0b2 GUI -- Added keyBindings() and gestureNotes() to Key Service. by Simon Hunt · 9 years ago
  69. 08f156b DistributedFlowRuleStore: always add FlowEntry on batchStore by Yuta HIGUCHI · 9 years ago
  70. 420691a GUI -- Initial unit tests for Key Handler service. Still more to be done here. by Simon Hunt · 9 years ago
  71. f306972 GUI -- Jasmine Unit Tests for fn.js. by Simon Hunt · 9 years ago
  72. 278cdde Work toward IPv6 support in BGP: implement decoding/encoding of the by Pavlin Radoslavov · 9 years ago
  73. 1eecfa2 GUI -- Added KeyService and FnService; implemented 'T' key for toggle theme. by Simon Hunt · 9 years ago
  74. c2202d5 GUI -- Beginnings of new file structure / Angular implementation. WIP. by Simon Hunt · 9 years ago
  75. d0ef752 Parse set-field action in OF1.3 when creating flow rules from flow entries. by Jonathan Hart · 9 years ago
  76. 80f3e18 Refactor the BGP code in the SDN-IP application: by Pavlin Radoslavov · 9 years ago
  77. 2b21714 Implement GET REST API for intents by Ray Milkey · 9 years ago
  78. ddb7772 LinkManager: log only if link actually disappeared by Yuta HIGUCHI · 9 years ago
  79. 24f79eb DistributedFlowRuleStore: getFlowEntries should never return null by Yuta HIGUCHI · 9 years ago
  80. 800fac6 LinkStores: Concurrent readable {src, dst}Links by Yuta HIGUCHI · 9 years ago
  81. 07adc48 GUI - Angular:: Added routing modules (with a simple example). by Simon Hunt · 9 years ago
  82. 3ddb2e5 GUI - Angular:: Example unit test for custom filter. by Simon Hunt · 9 years ago
  83. df03d8d GUI - Angular:: More sample code; this time, filters. by Simon Hunt · 9 years ago
  84. 02f446b Add a negative test for Host REST API by Ray Milkey · 9 years ago
  85. 7bbeb3f ONOS-393 - In a multi ONOS system, a ink may not yet be known about. by Ray Milkey · 9 years ago
  86. c022775 GUI - Angular:: More sample code; this time, services. by Simon Hunt · 9 years ago
  87. 1f95bd3 Implement REST API for Hosts objects by Ray Milkey · 9 years ago
  88. fcf9162 Check if not null in the constructor by Sho SHIMIZU · 9 years ago
  89. 2c255db Remove type parameter by using type interence by Sho SHIMIZU · 9 years ago
  90. 0af11c1 * Add unit tests for the BGP route preference comparison mechanism by Pavlin Radoslavov · 9 years ago
  91. 0a4fa79 ONOS-470: Allow ONOS service to be run with customized username by Charles M.C. Chan · 9 years ago
  92. 64c1ed1 Renamed bgpRoutes field in Router class to ribTable. No functional changes. by Pavlin Radoslavov · 9 years ago
  93. b834920 Renamed SDN-IP test so it will be picked up by Surefire by Jonathan Hart · 9 years ago
  94. d89cc9d Util script to collect ONOS logs by Yuta HIGUCHI · 9 years ago
  95. f269540 Fix for ONOS-393 - NPE when one of the devices can no longer be found by Ray Milkey · 9 years ago
  96. d7c203c GUI - Angular:: More sample HTML for form widgets etc. by Simon Hunt · 9 years ago
  97. 449630f GUI - Angular:: added angular-mocks.js to tp lib. by Simon Hunt · 9 years ago
  98. 8492d97 GUI - create test branch directories, in preparation for actually writing unit tests... by Simon Hunt · 9 years ago
  99. 335b247 Sample HTML using angular directives. by Simon Hunt · 9 years ago
  100. b8b96c1 ONOS-461: Update maven version in bash_profile by Charles M.C. Chan · 9 years ago