1. 5fb2763 addPort fails occassionally...do better exception handling by Pankaj Berde · 11 years ago
  2. 39194aa Resolved merge conflict and back to Titan 0.2.0 by Pankaj Berde · 11 years ago
  3. 01f2d27 Backend changes to get all flow summary to improve performance by Jonathan Hart · 11 years ago
  4. 73ea7e5 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  5. 2239f0d migrate to Titan 0.3.0 by Pankaj Berde · 11 years ago
  6. 46c759f Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  7. f1404a7 fixed typos by Pankaj Berde · 11 years ago
  8. 67b3ef3 Fix for Bug #308: Zombie Flows after Flow add/delete by Pavlin Radoslavov · 11 years ago
  9. 5b042ea Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  10. a6b80c3 Enable Link deletion from Port object by Pankaj Berde · 11 years ago
  11. dbaaf2e Implement the periodic shortest path computation and triggering of by Pavlin Radoslavov · 11 years ago
  12. 1d4a107 Added missing getFlow() / setFlow() and the associated adjacency by Pavlin Radoslavov · 11 years ago
  13. 4fead9c Fix a typo in setting the adjacency label for an edge by Pavlin Radoslavov · 11 years ago
  14. d007974 add edges from flowentry to ports and switches by Pankaj Berde · 11 years ago
  15. 4572c05 Fix for issue 296. Increased the handshake timeout from 15 seconds to 60 seconds. by Umesh Krishnaswamy · 11 years ago
  16. 1519309 Reduced graph handles and thread locals by Pankaj Berde · 11 years ago
  17. a5f167b Shortest-path computation related changes and optimizations: by Pavlin Radoslavov · 11 years ago
  18. 9e92c51 Added debug statements for switch handshake progress and switch disconnections by Jonathan Hart · 11 years ago
  19. 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
  20. 3525df9 Added more debug statements to role handling code to debug switch join issues by Jonathan Hart · 11 years ago
  21. 519d478 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Jonathan Hart · 11 years ago
  22. 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
  23. da7187b fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  24. 99fcee1 fixed #229: handling rapid switch flapping race conditions gracefully by Pankaj Berde · 11 years ago
  25. f08d5ff Implemented Cleanup thread to periodically detect inactive switches by Pankaj Berde · 11 years ago
  26. c0b6289 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  27. 6db06a3 remove unused warnings by Pankaj Berde · 11 years ago
  28. fa4d0f7 #229: Cannot set switches to inactive due to race condition by Pankaj Berde · 11 years ago
  29. e2f0de8 Complete the work toward Issue #215 and Issue #216: by Pavlin Radoslavov · 11 years ago
  30. 01939e9 fixed #229: race condition when a switch connection flaps by Pankaj Berde · 11 years ago
  31. b6f5354 * Added initial support for add/get/delete Flow state to the Network MAP via the REST API by Pavlin Radoslavov · 11 years ago
  32. 62e1d5b Add Rollbacks for failures by Pankaj Berde · 11 years ago
  33. f8ad285 DB update race condition by Pankaj Berde · 11 years ago
  34. 65e6937 Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Pankaj Berde · 11 years ago
  35. ac1a8c3 Devices REST API by Pankaj Berde · 11 years ago
  36. 777b317 Merged role changer code into master by Jonathan Hart · 11 years ago
  37. 97801ac Fixed standalone bug, documented and cleaned up the registry API by Jonathan Hart · 11 years ago
  38. f83aa44 Reimplement the shortest path computation by using the new DataPath and FlowEntry containers. by Pavlin Radoslavov · 11 years ago
  39. cc957a0 Controller now uses the registry module to enable fault tolerance\! by Jonathan Hart · 11 years ago
  40. 2980918 Added error messages to the module loader to help debug that nasty "Module not found" bug. by Jonathan Hart · 11 years ago
  41. d10008d Minor Registry changes and Controller now registers itself on startup using the registry by Jonathan Hart · 11 years ago
  42. fcfebfb Merged in new registry code by Jonathan Hart · 11 years ago
  43. 8c49639 merge conflicts by Pankaj Berde · 11 years ago
  44. da80957 ONOS listens to device discovery messages by Pankaj Berde · 11 years ago
  45. c2e95ee Merged registry code into master by Jonathan Hart · 11 years ago
  46. d7d8b79 Add TopoRouteService to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  47. 19b0e12 Add FlowManager to the list of modules to be loaded on startup. by Pavlin Radoslavov · 11 years ago
  48. d82f20d Renamed the Mastership API to use Registry terminology by Jonathan Hart · 11 years ago
  49. 1cde50b Cleanup interfaces and fix port state issue by Pankaj Berde · 11 years ago
  50. 2497e54 Device Object initiated by Pankaj Berde · 11 years ago
  51. 1e2f731 Frames initial commit by Pankaj Berde · 11 years ago
  52. 1b8a42f Frames initial commit by Pankaj Berde · 11 years ago
  53. b56bb29 Initial version of a Mastership module by Umesh Krishnaswamy · 11 years ago
  54. d18c762 Add finalize to clean up file handles to Titan by Pankaj Berde · 11 years ago
  55. 5024ec1 Added Link REST and service for active links by Pankaj Berde · 11 years ago
  56. ff42180 Rest API and Services for TopoSwitch by Pankaj Berde · 11 years ago
  57. 29ab7fc Threadlocal Titan handle by Pankaj Berde · 11 years ago
  58. 11060ed Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS by Umesh Krishnaswamy · 11 years ago
  59. f962d64 Added functionality to delete links and to add links to remote switches that have a link to a local switch. by Umesh Krishnaswamy · 11 years ago
  60. d1259e8 Initial impl for NetMap service by Pankaj Berde · 11 years ago
  61. 1ccc7fe Activate Switch if added again by Pankaj Berde · 11 years ago
  62. 6a4075d Active DeletePort by Pankaj Berde · 11 years ago
  63. 6debb04 Search for dest port for duplicate search by Pankaj Berde · 11 years ago
  64. 67f88fb added config properties for titan by Pankaj Berde · 11 years ago
  65. 0a31dab Avoid duplicate links by Pankaj Berde · 11 years ago
  66. 0fc4e43 integrated and added checks to avoid duplicate links by Pankaj Berde · 12 years ago
  67. cb703a5 Configure for Cassandra by Pankaj Berde · 12 years ago
  68. 28cc61c Fix build.xml to include all jar files under titan by Pankaj Berde · 12 years ago
  69. afb2053 fix compile errors by Pankaj Berde · 12 years ago
  70. 8557a46 Initial implementation using titan for reference...not tested by Pankaj Berde · 12 years ago
  71. 3200ea0 Titan implementation for Storage...integration and testing remaining by Pankaj Berde · 12 years ago
  72. 4dea346 Fix impl stubs by Pankaj Berde · 12 years ago
  73. e73452c Initial commit by Pankaj Berde · 12 years ago
  74. 9b5c59e Create a copy of floodlight source files on which we can apply our changes. by Umesh Krishnaswamy · 12 years ago