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