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