1. fcdad07 Fixing tabs and indents - no code change by Saurav Das · 10 years ago
  2. 51bb27c Removed the last traces of the MessageDamper. by Jonathan Hart · 10 years ago
  3. a213bce Added getFactory() method to IOFSwitch to get a message factory appropriate by Jonathan Hart · 10 years ago
  4. 6de2332 RoleChanger bugs fixed: by Saurav Das · 10 years ago
  5. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  6. afadeda Fix for IOFSwitch/OFSwitchImpl leak by Yuta HIGUCHI · 10 years ago
  7. 53b208a Work toward ONOS-1451: Separate Event Key space per instance by Pavlin Radoslavov · 10 years ago
  8. 695f895 Pushed Switch Mastership Events into the Topology event channel. by Pavlin Radoslavov · 10 years ago
  9. ee0c5b6 Add profile to enable error-prone by Yuta HIGUCHI · 10 years ago
  10. e933a28 Remove printStackTrace where possible. by Yuta HIGUCHI · 10 years ago
  11. e4022b9 Removed leftover classes from link discovery. by Jonathan Hart · 10 years ago
  12. 284e70f General link discovery module cleanup. by Jonathan Hart · 10 years ago
  13. 59469e9 findbug_fixes by Praseed Balakrishnan · 10 years ago
  14. 99ff20a Cleaned up warnings reported by the Javadoc tool. by Jonathan Hart · 10 years ago
  15. ff73514 Fix Java lint reported errors by Ray Milkey · 10 years ago
  16. 128c23b Jackson package name change. by Yuta HIGUCHI · 10 years ago
  17. 7d21c0a Fix issues found by FindBugs: NM_METHOD_NAMING_CONVENTION by Pavlin Radoslavov · 10 years ago
  18. 269ffb9 Fix checkstyle whitespace issues - WHITESPACE ONLY by Ray Milkey · 10 years ago
  19. a99ec67 Organized imports for main classes by Jonathan Hart · 10 years ago
  20. deda0ba Renamed registry and packet packages by Jonathan Hart · 10 years ago
  21. 23701d1 Renamed devicemanager, flowprogrammer, linkdiscovery and util packages by Jonathan Hart · 10 years ago
  22. 51f6f5b Renamed onos core package by Jonathan Hart · 10 years ago
  23. 96892d1 Pulled packet libraries into the ONOS namespace by Jonathan Hart · 10 years ago
  24. a48d2e6 Proposal: Remove REST call to clear switch flow tables by Jonathan Hart · 10 years ago
  25. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  26. b32edf5 Separated ONOS specific REST API modules from floodlight. by Naoki Shiota · 11 years ago
  27. 20fab1a Removed the Floodlight counter module by Jonathan Hart · 11 years ago
  28. ec4f14e Removed Floodlight's hot-standby HA framework by Jonathan Hart · 11 years ago
  29. ffbcffb Removed IInfoProvider interface by Jonathan Hart · 11 years ago
  30. 535325c Merge in changes from master by Jonathan Hart · 11 years ago
  31. 3ec878e Merge pull request #12 from OPENNETWORKINGLAB/master by Pankaj Berde · 11 years ago
  32. 8a5d097 Workaround to prevent links being added to the database before ports are there - fixes ONOS-713 by Jonathan Hart · 11 years ago
  33. 73e7fb7 Removed unused Floodlight modules by mininet · 11 years ago
  34. 713f08b merged by Pankaj Berde · 11 years ago
  35. b0904bf Cleaned up the code further after removing the storage framework by Jonathan Hart · 11 years ago
  36. 2fa2806 Removed Floodlight storage framework by Jonathan Hart · 11 years ago
  37. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  38. 63b3072 Fix for a bug introduced on 2543c8af348f22836dfbcecb91e56771bd8ca87e by HIGUCHI Yuta · 11 years ago
  39. 5e9eca9 Merge branch 'master' into fix_findbug_issues by Yuta HIGUCHI · 11 years ago
  40. a653e9f Fix/update the integration of the FlowManager module / IFlowService service. by Pavlin Radoslavov · 11 years ago
  41. e6a7aa7 Fix simple bugs reported by FindBugs by Yuta HIGUCHI · 11 years ago
  42. 9847842 move up to Netty 4 by Pankaj Berde · 11 years ago
  43. dc73bb1 Next iteration of fix for jira:155..Single update queue by Pankaj Berde · 11 years ago
  44. ddd01ba Cleanup the TopoRouteService so it is not a Floodlight module anymore. by Pavlin Radoslavov · 11 years ago
  45. 535f21b Add null check against channel before accessing. by HIGUCHI Yuta · 11 years ago
  46. ec4bff8 Add comment to clarify change made by ONOS by HIGUCHI Yuta · 11 years ago
  47. b1d3e51 Add comment to clarify modification made by ONOS. by HIGUCHI Yuta · 11 years ago
  48. eae374d Change the name of the modified method deliverRoleRequestNotSupported() to deliverRoleRequestNotSupportedEx() to avoid signature changes to original code. by HIGUCHI Yuta · 11 years ago
  49. 1136070 Add documenttation about changes made to Controller class. by HIGUCHI Yuta · 11 years ago
  50. 60a1014 Renamed package flowcache -> flowmanager by HIGUCHI Yuta · 11 years ago
  51. 36cf076 Separate Port Added/Removed Event added by ONOS from IOFSwitchListener to IOFSwitchPortListener by HIGUCHI Yuta · 11 years ago
  52. 7677a6f Separate setupRemoteSwitch from IOFSwitch by HIGUCHI Yuta · 11 years ago
  53. 858c1ea Organize Imports by HIGUCHI Yuta · 11 years ago
  54. 2995eb5 Remove whitespaces to match floodlight original code. by HIGUCHI Yuta · 11 years ago
  55. 0ba6fd0 Remove whitespaces to match floodlight original code. by HIGUCHI Yuta · 11 years ago
  56. edf81d7 Moved pure ONOS code in net.floodlightcontroller.flowcache to onos package namespace by HIGUCHI Yuta · 11 years ago
  57. ed49ef7 Moved pure ONOS code in net.floodlightcontroller.core.internal to onos package namespace by HIGUCHI Yuta · 11 years ago
  58. 2051490 Moved pure ONOS code in net.floodlightcontroller.core to onos package namespace by HIGUCHI Yuta · 11 years ago
  59. c28b848 Clean db conf loading from one place by Pankaj Berde · 11 years ago
  60. 465ac7c jira #ONOS-34: ONOS publisher to publish to ONOS for switch add, remove and port add, remove by Pankaj Berde · 11 years ago
  61. e6e9187 Fix REST data being out of date and causing fluctuating flows, links and switches by Jonathan Hart · 11 years ago
  62. 6201614 Single Graph handle across all controller by Pankaj Berde · 11 years ago
  63. 5fb2763 addPort fails occassionally...do better exception handling by Pankaj Berde · 11 years ago
  64. 2239f0d migrate to Titan 0.3.0 by Pankaj Berde · 11 years ago
  65. 4572c05 Fix for issue 296. Increased the handshake timeout from 15 seconds to 60 seconds. by Umesh Krishnaswamy · 11 years ago
  66. 1519309 Reduced graph handles and thread locals by Pankaj Berde · 11 years ago
  67. 9e92c51 Added debug statements for switch handshake progress and switch disconnections by Jonathan Hart · 11 years ago
  68. 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
  69. 3525df9 Added more debug statements to role handling code to debug switch join issues by Jonathan Hart · 11 years ago
  70. 519d478 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  71. 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
  72. da7187b fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  73. 99fcee1 fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  74. f08d5ff Implemented Cleanup thread to periodically detect inactive switches 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. 01939e9 fixed #229: race condition when a switch connection flaps by Pankaj Berde · 11 years ago
  77. 62e1d5b Add Rollbacks for failures by Pankaj Berde · 11 years ago
  78. f8ad285 DB update race condition by Pankaj Berde · 11 years ago
  79. 97801ac Fixed standalone bug, documented and cleaned up the registry API by Jonathan Hart · 11 years ago
  80. cc957a0 Controller now uses the registry module to enable fault tolerance\! by Jonathan Hart · 11 years ago
  81. d10008d Minor Registry changes and Controller now registers itself on startup using the registry by Jonathan Hart · 11 years ago
  82. fcfebfb Merged in new registry code by Jonathan Hart · 11 years ago
  83. 8c49639 merge conflicts by Pankaj Berde · 11 years ago
  84. da80957 ONOS listens to device discovery messages by Pankaj Berde · 11 years ago
  85. c2e95ee Merged registry code into master by Jonathan Hart · 11 years ago
  86. d7d8b79 Add TopoRouteService to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  87. 19b0e12 Add FlowManager to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  88. d82f20d Renamed the Mastership API to use Registry terminology by Jonathan Hart · 11 years ago
  89. 1cde50b Cleanup interfaces and fix port state issue by Pankaj Berde · 11 years ago
  90. 2497e54 Device Object initiated by Pankaj Berde · 11 years ago
  91. 1e2f731 Frames initial commit by Pankaj Berde · 11 years ago
  92. b56bb29 Initial version of a Mastership module by Umesh Krishnaswamy · 11 years ago
  93. d18c762 Add finalize to clean up file handles to Titan by Pankaj Berde · 12 years ago
  94. 5024ec1 Added Link REST and service for active links by Pankaj Berde · 12 years ago
  95. ff42180 Rest API and Services for TopoSwitch by Pankaj Berde · 12 years ago
  96. 29ab7fc Threadlocal Titan handle by Pankaj Berde · 12 years ago
  97. 11060ed Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Umesh Krishnaswamy · 12 years ago
  98. f962d64 Added functionality to delete links and to add links to remote switches that have a link to a local switch. by Umesh Krishnaswamy · 12 years ago
  99. d1259e8 Initial impl for NetMap service by Pankaj Berde · 12 years ago
  100. 1ccc7fe Activate Switch if added again by Pankaj Berde · 12 years ago