1. 57efbb2 Refactoring ID creation for netconf and REST by Andrea Campanella · 8 years ago
  2. 5c5ddcd Add unit tests for ControlMessageEvent and DefaultControlMessage by Jian Li · 8 years ago
  3. 8f8060d olt installs default flows when ports appear and/or when config is uploaded. by alshabib · 8 years ago
  4. 01a6167 Define a new control message to control metric type mapper by Jian Li · 8 years ago
  5. 1e769e7 Increasing tolerance of onos-check-apps to allow for running on slower cells. by Thomas Vachuska · 8 years ago
  6. 0e1a476 Add precondition check to guarantee non-null by Sho SHIMIZU · 8 years ago
  7. 1d00639 Move multicast CLI commands into the core with the core mcast system. by Jonathan Hart · 8 years ago
  8. fcdcb4f Add basic multicast RIB synchronization over REST by Jonathan Hart · 8 years ago
  9. 8dfd3dd Resizing rack diagrams. by Thomas Vachuska · 8 years ago
  10. fedd175 Augment sauce-code. by Simon Hunt · 8 years ago
  11. 7414ae9 Adding rack diagrams. by Thomas Vachuska · 8 years ago
  12. 9bd644a [ONOS-3856] BGP flow specification update message encode. by Shashikanth VH · 8 years ago
  13. f17ae28 Refactor: Move logic for continuous resource to another method by Sho SHIMIZU · 8 years ago
  14. 3163a64 Remove an unnecessary blank line by Sho SHIMIZU · 8 years ago
  15. a6a6fd3 Fast path in the resource store for discrete resource by Sho SHIMIZU · 8 years ago
  16. b08d586 Refactor: Rename Resource#isTypeOf() to isSubTypeOf() by Sho SHIMIZU · 8 years ago
  17. 446fdf0 Cosmetics: Rearrange the method definitino order by Sho SHIMIZU · 8 years ago
  18. 5615126 Roll back resource API changes that triggered a bug in the Java compiler by Jonathan Hart · 8 years ago
  19. 7d9d439 Bug fix: make sure that divisor is non-zero value by Jian Li · 8 years ago
  20. 1446aef Add dependency between onos-app-cpman and onos-of-provider-message by Jian Li · 8 years ago
  21. 0a6f4d4 [ONOS-3877]Parser Exception by Vidyashree Rama · 8 years ago
  22. 6f74730 Improve the performance of ResourceManager#getAvailableResources() by Sho SHIMIZU · 8 years ago
  23. e14a09c Implementation for StorageAdmin and PartitionAdmin APIs by Madan Jampani · 8 years ago
  24. 826990b [ONOS-3856] BGP flow specification extended community path attribute parsing. by Shashikanth VH · 8 years ago
  25. fc64ffe Refactor: change method parameter type of ResourceStore#release() by Sho SHIMIZU · 8 years ago
  26. 4545cf1 [ONOS-3537] Initial implementation of ControlMessageManager by Jian Li · 8 years ago
  27. 1ede5ab [ONOS-3884] implement YANG module data model by Vinod Kumar S · 8 years ago
  28. 538be74 Refactored primitive builders to consolidate methods into the base DistributedPrimitiveBuilder by Madan Jampani · 8 years ago
  29. e241189 Fix for multiple metrics issues by Aaron Kruglikov · 8 years ago
  30. 640f183e CORD-536 Support bidirectional connectivity between two services with dependency by Hyunsun Moon · 8 years ago
  31. 19f39c7 [ONOS-3892] implement YANG leaf data model by Vinod Kumar S · 8 years ago
  32. 84515f3 Use lower bound wildcard for API to be more flexible by Sho SHIMIZU · 8 years ago
  33. 1555127 Fix NPE when setting strict if there are no links present by Ray Milkey · 8 years ago
  34. 17711e5 [ONOS-3884] Common interface for parser and translator by Vinod Kumar S · 8 years ago
  35. 1d13c26 [ONOS-3504] Initial implementation of control message aggregation by Jian Li · 8 years ago
  36. e3ea9a4 Fixing javadocs by Thomas Vachuska · 8 years ago
  37. 9c630b2 Adding retry mechanism to onos-check-components by Thomas Vachuska · 8 years ago
  38. 3eca4a8 Deprecating all SNMP releated classes. not compliant with ONOS architecture by Andrea Campanella · 8 years ago
  39. cf04442 [ONOS-3895, ONOS-3896, ONOS-3897] Data type interfaces by Vinod Kumar S · 8 years ago
  40. 3547d5b Remove obsolete ToDo comment by Sho SHIMIZU · 8 years ago
  41. cb13d12 Expose cookie information in packet context by Charles Chan · 8 years ago
  42. 883fd37 Added interfaces configuration to allow vRouter to be selective about what by Jonathan Hart · 8 years ago
  43. 133fd79 CORD-524 Added a state to set data plane IP to br-int by Hyunsun Moon · 8 years ago
  44. e0e01c2 Add skeletal code for control message provider by Jian Li · 8 years ago
  45. 54119bb Add neighbor lifecycle management. by Jonathan Hart · 8 years ago
  46. 5af5f14 Added configuration for PIM interfaces. by Jonathan Hart · 8 years ago
  47. 36fd31e Finish off a couple of things to get PIM to send HELLOs. by Jonathan Hart · 8 years ago
  48. 230ce4f Fix incorrect description of getPreviousStatistic method by Jian Li · 8 years ago
  49. 74da78b AsyncConsistentMap methods for supporting transactional updates by Madan Jampani · 8 years ago
  50. 1110b2c Setting up monitoring of cluster communcation service by Aaron Kruglikov · 8 years ago
  51. ca93d9a ONOS-3655 - This Device key subsystem update adds the implementation of the by Brian Stanke · 8 years ago
  52. 7b32697 Simplify method names by removing redundancy by Sho SHIMIZU · 8 years ago
  53. 69420fe Preserve the original order when registering/unregistering by Sho SHIMIZU · 8 years ago
  54. 72f81b1 Use ResourceId when unregistering resources instead of Resource by Sho SHIMIZU · 8 years ago
  55. 82bfe99 Fix comment by Sho SHIMIZU · 8 years ago
  56. ae8f63d [ONOS-3856] BGP flow specification RIB out test. by Shashikanth VH · 8 years ago
  57. f04ab49 BGP support default IPV4 unicast capability. by Shashikanth VH · 8 years ago
  58. 60e7398 [ONOS-3857] BGP sourceprefix packetlength protocol flow specification components. by Shashikanth VH · 8 years ago
  59. e5ec240 fixing events in the olt when olt availability changes by alshabib · 8 years ago
  60. 9254501 Fast path in transaction manager for single update scenarios by Madan Jampani · 8 years ago
  61. 49fff75 Avoid creating an instance when calling resource() by Sho SHIMIZU · 8 years ago
  62. 9c02f3a Hide underlying components from public use by Sho SHIMIZU · 8 years ago
  63. c4f320a Expanded bean varieties. by Simon Hunt · 8 years ago
  64. 1bb87e2 Updated linkupdate test scenario to include 'expected' attribute. by Simon Hunt · 8 years ago
  65. 8bac576 Not allow to assign values to appId and cookie at the same time by Jian Li · 8 years ago
  66. fd7106c ONOS-2470: Implement "Reset Node Locations" function in topology view. by Simon Hunt · 8 years ago
  67. 3b6b9b1 Fix for yang utils breaking nightly build by Ray Milkey · 8 years ago
  68. 2fbc33c Fix the compilation error introduced by be394c8 by Sho SHIMIZU · 8 years ago
  69. 93a1383 Add skeletal CPMan manager component interfaces by Jian Li · 8 years ago
  70. 03adb49 moving igmp app to use access device config by alshabib · 8 years ago
  71. 7115cd2 Initial implementation of cord multicast application by alshabib · 8 years ago
  72. be394c8 bug fix: ResourceManager#unregisterResources only unregisters given resources and didn't unregister descendants (ONOS-3827). by Naoki Shiota · 8 years ago
  73. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  74. dd3750c Use ResourceId or DiscreteResourceId when specifying a resource by Sho SHIMIZU · 8 years ago
  75. 957390e Refactored LLDP link discovery to be shared by multiple providers by Ray Milkey · 8 years ago
  76. 219f077 ONOS-3922: added missing expected() function to (synthesized) host links. by Simon Hunt · 8 years ago
  77. 3fe5f23 [ONOS-3857] BGP flow specification action components tlv. by Shashikanth VH · 8 years ago
  78. b029b9e ONOS-3839 Fixing errors in sending requests and hanging on future.join by Andrea Campanella · 8 years ago
  79. 2947e62 ONOS-3810 augmenting Rest southbound protocol and provider for https and password based auth by Andrea Campanella · 8 years ago
  80. 07eb041 Implemented REST API for multicast RIB. by Jonathan Hart · 8 years ago
  81. 6fe08ff [ONOS-3857] BGP flow specification component port number TLV by Shashikanth VH · 8 years ago
  82. 42b4cf3 [ONOS-3856] BGP flow specification component classes. by Shashikanth VH · 8 years ago
  83. 387a1ca null dereference fix. by Shashikanth VH · 8 years ago
  84. fde9c95 Removing ciena driver dependecy in restsb provider app.xml by Andrea Campanella · 8 years ago
  85. fe1d473 Dropping log level of device not having driver for default provider to DEBUG by Andrea Campanella · 8 years ago
  86. 3da1a18 Fix incorrect method prerequisite checks in NetworkConfigManager. by Simon Hunt · 8 years ago
  87. 2f11bb3 Fixing javadoc param in BgpFlowSpecRibOut by Brian O'Connor · 8 years ago
  88. b8d3f3d Adding device information to log of default driver providers by Andrea Campanella · 8 years ago
  89. cadd70b Refactor transaction support in preparation for migration to latest APIs by Madan Jampani · 8 years ago
  90. e427390 Logging information about device not being driver programmable instead of throwing exception by Andrea Campanella · 8 years ago
  91. 612a177 Adding foo files. by Simon Hunt · 8 years ago
  92. bbc7ead Fixed a bug that optical intent compilers never release resources reserved during compilation. by Naoki Shiota · 8 years ago
  93. 6215fbc Fix bug in OchSignal toString by Marc De Leenheer · 8 years ago
  94. cd6ab18 Unit tests for NetworkCongifLinksProvider by Ray Milkey · 8 years ago
  95. 483e29f CORD-524 Added utils to execute IP commands to a remote host by Hyunsun Moon · 8 years ago
  96. 889cffb Fix incorrect class and method description for PortStatsCollector by Jian Li · 8 years ago
  97. da62150 [ONOS-3877] Implement Yang grammar for leaf,leaf-list,augment,grouping/uses by Vidyashree Rama · 8 years ago
  98. b4348d5 Fix NoClassDefFoundError when execute dhcp-set-static-mapping by Jian Li · 8 years ago
  99. 5c12efc [ONOS-3871]Yang file-scanner implementation and UT. by janani b · 8 years ago
  100. 50fb464 [ONOS-3878] YANG Parser External Interface by Gaurav Agrawal · 8 years ago