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