1. ec4f14e Removed Floodlight's hot-standby HA framework by Jonathan Hart · 11 years ago
  2. ffbcffb Removed IInfoProvider interface by Jonathan Hart · 11 years ago
  3. 535325c Merge in changes from master by Jonathan Hart · 11 years ago
  4. 3ec878e Merge pull request #12 from OPENNETWORKINGLAB/master by Pankaj Berde · 11 years ago
  5. 8a5d097 Workaround to prevent links being added to the database before ports are there - fixes ONOS-713 by Jonathan Hart · 11 years ago
  6. 73e7fb7 Removed unused Floodlight modules by mininet · 11 years ago
  7. 713f08b merged by Pankaj Berde · 11 years ago
  8. b0904bf Cleaned up the code further after removing the storage framework by Jonathan Hart · 11 years ago
  9. 2fa2806 Removed Floodlight storage framework by Jonathan Hart · 11 years ago
  10. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  11. 63b3072 Fix for a bug introduced on 2543c8af348f22836dfbcecb91e56771bd8ca87e by HIGUCHI Yuta · 11 years ago
  12. 5e9eca9 Merge branch 'master' into fix_findbug_issues by Yuta HIGUCHI · 11 years ago
  13. a653e9f Fix/update the integration of the FlowManager module / IFlowService service. by Pavlin Radoslavov · 11 years ago
  14. e6a7aa7 Fix simple bugs reported by FindBugs by Yuta HIGUCHI · 11 years ago
  15. 9847842 move up to Netty 4 by Pankaj Berde · 11 years ago
  16. dc73bb1 Next iteration of fix for jira:155..Single update queue by Pankaj Berde · 11 years ago
  17. ddd01ba Cleanup the TopoRouteService so it is not a Floodlight module anymore. by Pavlin Radoslavov · 11 years ago
  18. 535f21b Add null check against channel before accessing. by HIGUCHI Yuta · 11 years ago
  19. a56fbde Move LinkDiscovery package to ONOS namespace by HIGUCHI Yuta · 11 years ago
  20. 49cf4d2 Main for ONOS by HIGUCHI Yuta · 11 years ago
  21. ec4bff8 Add comment to clarify change made by ONOS by HIGUCHI Yuta · 11 years ago
  22. b1d3e51 Add comment to clarify modification made by ONOS. by HIGUCHI Yuta · 11 years ago
  23. eae374d Change the name of the modified method deliverRoleRequestNotSupported() to deliverRoleRequestNotSupportedEx() to avoid signature changes to original code. by HIGUCHI Yuta · 11 years ago
  24. 1136070 Add documenttation about changes made to Controller class. by HIGUCHI Yuta · 11 years ago
  25. 60a1014 Renamed package flowcache -> flowmanager by HIGUCHI Yuta · 11 years ago
  26. 26ffbd6 Add comments to clarify modification by ONOS. by HIGUCHI Yuta · 11 years ago
  27. 36cf076 Separate Port Added/Removed Event added by ONOS from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  28. 7677a6f Separate setupRemoteSwitch from IOFSwitch by HIGUCHI Yuta · 11 years ago
  29. 09330f0 Add comment to clarify ONOS modification by HIGUCHI Yuta · 11 years ago
  30. 858c1ea Organize Imports by HIGUCHI Yuta · 11 years ago
  31. 2995eb5 Remove whitespaces to match floodlight original code. by HIGUCHI Yuta · 11 years ago
  32. 0ba6fd0 Remove whitespaces to match floodlight original code. by HIGUCHI Yuta · 11 years ago
  33. 909de46 Moved pure ONOS code in net.floodlightcontroller.linkdiscovery.web to onos package namespace by HIGUCHI Yuta · 11 years ago
  34. edf81d7 Moved pure ONOS code in net.floodlightcontroller.flowcache to onos package namespace by HIGUCHI Yuta · 11 years ago
  35. e81427f Moved pure ONOS code in net.floodlightcontroller.web to onos package namespace by HIGUCHI Yuta · 11 years ago
  36. 8d0d184 Moved pure ONOS code in net.floodlightcontroller.core.web to onos package namespace by HIGUCHI Yuta · 11 years ago
  37. ed49ef7 Moved pure ONOS code in net.floodlightcontroller.core.internal to onos package namespace by HIGUCHI Yuta · 11 years ago
  38. 2051490 Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace by HIGUCHI Yuta · 11 years ago
  39. 72f72f6 Removed packetstreamer module by Jonathan Hart · 11 years ago
  40. f2f2f03 Simplify port lookup using groovy by Pankaj Berde · 11 years ago
  41. c28b848 Clean db conf loading from one place by Pankaj Berde · 11 years ago
  42. 465ac7c jira #ONOS-34: ONOS publisher to publish to ONOS for switch add, remove and port add, remove by Pankaj Berde · 11 years ago
  43. 9556b14 Minor refactoring of the Shortest Path computation mechanism by Pavlin Radoslavov · 11 years ago
  44. e6e9187 Fix REST data being out of date and causing fluctuating flows, links and switches by Jonathan Hart · 11 years ago
  45. 0210289 Added REST call to clear the flow table of a switch, and a script to clear all core switch flow tables by Jonathan Hart · 11 years ago
  46. 6201614 Single Graph handle across all controller by Pankaj Berde · 11 years ago
  47. 710e2a7 Fix Bug #327. Now, if a flow is deleted, and the deletion of by Pavlin Radoslavov · 11 years ago
  48. 5fb2763 addPort fails occassionally...do better exception handling by Pankaj Berde · 11 years ago
  49. 39194aa Resolved merge conflict and back to Titan 0.2.0 by Pankaj Berde · 11 years ago
  50. 01f2d27 Backend changes to get all flow summary to improve performance by Jonathan Hart · 11 years ago
  51. 73ea7e5 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  52. 2239f0d migrate to Titan 0.3.0 by Pankaj Berde · 11 years ago
  53. 46c759f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  54. f1404a7 fixed typos by Pankaj Berde · 11 years ago
  55. 67b3ef3 Fix for Bug #308: Zombie Flows after Flow add/delete by Pavlin Radoslavov · 11 years ago
  56. 5b042ea Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  57. a6b80c3 Enable Link deletion from Port object by Pankaj Berde · 11 years ago
  58. dbaaf2e Implement the periodic shortest path computation and triggering of by Pavlin Radoslavov · 11 years ago
  59. 1d4a107 Added missing getFlow() / setFlow() and the associated adjacency by Pavlin Radoslavov · 11 years ago
  60. 4fead9c Fix a typo in setting the adjacency label for an edge by Pavlin Radoslavov · 11 years ago
  61. d007974 add edges from flowentry to ports and switches by Pankaj Berde · 11 years ago
  62. 4572c05 Fix for issue 296. Increased the handshake timeout from 15 seconds to 60 seconds. by Umesh Krishnaswamy · 11 years ago
  63. 1519309 Reduced graph handles and thread locals by Pankaj Berde · 11 years ago
  64. a5f167b Shortest-path computation related changes and optimizations: by Pavlin Radoslavov · 11 years ago
  65. 9e92c51 Added debug statements for switch handshake progress and switch disconnections by Jonathan Hart · 11 years ago
  66. cebeb9b Fix for inactive hardware switch issue. Previously we didn't send a role request to a switch when we know it doesn't support role requests. This meant nothing happened when we were granted control of a hardware switch. We now always send MASTER role requests to hardware switches and do the right thing in the error handling code by Jonathan Hart · 11 years ago
  67. 3525df9 Added more debug statements to role handling code to debug switch join issues by Jonathan Hart · 11 years ago
  68. 519d478 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  69. a95c6d9 Fix in hardware switch connection handling code - We now ensure we only add a switch to the active list if we actually already sent a MASTER request to switch (previously switch would be added even if only a SLAVE request had been sent) by Jonathan Hart · 11 years ago
  70. da7187b fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  71. 99fcee1 fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  72. f08d5ff Implemented Cleanup thread to periodically detect inactive switches by Pankaj Berde · 11 years ago
  73. c0b6289 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  74. 6db06a3 remove unused warnings by Pankaj Berde · 11 years ago
  75. fa4d0f7 #229: Cannot set switches to inactive due to race condition by Pankaj Berde · 11 years ago
  76. e2f0de8 Complete the work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  77. 01939e9 fixed #229: race condition when a switch connection flaps by Pankaj Berde · 11 years ago
  78. b6f5354 * Added initial support for add/get/delete Flow state to the Network MAP via the REST API by Pavlin Radoslavov · 11 years ago
  79. 62e1d5b Add Rollbacks for failures by Pankaj Berde · 11 years ago
  80. f8ad285 DB update race condition by Pankaj Berde · 11 years ago
  81. 65e6937 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  82. ac1a8c3 Devices REST API by Pankaj Berde · 11 years ago
  83. 777b317 Merged role changer code into master by Jonathan Hart · 11 years ago
  84. 97801ac Fixed standalone bug, documented and cleaned up the registry API by Jonathan Hart · 11 years ago
  85. f83aa44 Reimplement the shortest path computation by using the new DataPath and FlowEntry containers. by Pavlin Radoslavov · 11 years ago
  86. cc957a0 Controller now uses the registry module to enable fault tolerance\! by Jonathan Hart · 11 years ago
  87. 2980918 Added error messages to the module loader to help debug that nasty "Module not found" bug. by Jonathan Hart · 11 years ago
  88. d10008d Minor Registry changes and Controller now registers itself on startup using the registry by Jonathan Hart · 11 years ago
  89. fcfebfb Merged in new registry code by Jonathan Hart · 11 years ago
  90. 8c49639 merge conflicts by Pankaj Berde · 11 years ago
  91. da80957 ONOS listens to device discovery messages by Pankaj Berde · 11 years ago
  92. c2e95ee Merged registry code into master by Jonathan Hart · 11 years ago
  93. d7d8b79 Add TopoRouteService to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  94. 19b0e12 Add FlowManager to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  95. d82f20d Renamed the Mastership API to use Registry terminology by Jonathan Hart · 11 years ago
  96. 1cde50b Cleanup interfaces and fix port state issue by Pankaj Berde · 11 years ago
  97. 2497e54 Device Object initiated by Pankaj Berde · 11 years ago
  98. 1e2f731 Frames initial commit by Pankaj Berde · 11 years ago
  99. 1b8a42f Frames initial commit by Pankaj Berde · 11 years ago
  100. b56bb29 Initial version of a Mastership module by Umesh Krishnaswamy · 11 years ago