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