1. dbd5a2f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into RAMCloud-master by Yuta HIGUCHI · 10 years ago
  2. 47a284e Merge pull request #536 from y-higuchi/remove_shaded_kryo by pavlin-r · 10 years ago
  3. 0444d93 Changes to the model for pushing reactive flows. When we get a packet-in we now only check src_mac and dst_mac to see if a flow is already in the network. Also we have implemented flow-removed notifications from the FlowManager to have better accounting of the flows in the network at the Forwarding level by Jonathan Hart · 10 years ago
  4. 2d5ac52 Remove shaded Kryo2 by Yuta HIGUCHI · 10 years ago
  5. c369302 Turn off read_whole_topology by Yuta HIGUCHI · 11 years ago
  6. 8093ecb Don't build String untill log is actually being output by Yuta HIGUCHI · 11 years ago
  7. 9671f4c Revert "Revert "increase interval to 5 secs"" by Yuta HIGUCHI · 11 years ago
  8. 1b76ef5 Revert "increase interval to 5 secs" by Yuta HIGUCHI · 11 years ago
  9. e0a87bb bugfix by Yuta HIGUCHI · 11 years ago
  10. c3aa205 increase interval to 5 secs by Yuta HIGUCHI · 11 years ago
  11. e5ef387 Add PerfMon probes by Yuta HIGUCHI · 11 years ago
  12. d8c3724 Naoki's Periodic whole topology read code, simply adapted to RC by Yuta HIGUCHI · 11 years ago
  13. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  14. 490ad8f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into thread_name by Yuta HIGUCHI · 11 years ago
  15. 9bb4055 Fix a bug when processing unmatched Flow Entries. by Pavlin Radoslavov · 11 years ago
  16. 237fde7 Fix a bug when processing Flow Entry notifications and updating the by Pavlin Radoslavov · 11 years ago
  17. 61509a4 Give each Thread a name for easier debugging by Yuta HIGUCHI · 11 years ago
  18. 7208e9a Generate a notification from the FlowManager to the ForwardingService by Pavlin Radoslavov · 11 years ago
  19. 4839f6d Replaced "default" switch case statements with explicit case value statements. by Pavlin Radoslavov · 11 years ago
  20. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  21. 6fde217 Copy the Flow timeouts from the Flow Path to the new Flow Entries. by Pavlin Radoslavov · 11 years ago
  22. 5321980 Reimplement the backend for the Flow getsummary REST call. by Pavlin Radoslavov · 11 years ago
  23. a0c1636 Abstract the pushing of the modified Flow-reated state to the Flow Manager. by Pavlin Radoslavov · 11 years ago
  24. afc4aa9 Removed class FlowPathEntryPair, because it is not needed anymore. by Pavlin Radoslavov · 11 years ago
  25. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago
  26. a4df952 Remove a very old optimization for storing matching by Pavlin Radoslavov · 11 years ago
  27. c8038a8 Minor refactoring for readability: by Pavlin Radoslavov · 11 years ago
  28. 6311717 Modify the logic for writing the Flow Entries to the database: by Pavlin Radoslavov · 11 years ago
  29. 9f33edb * Refactor/cleanup the processing of events inside the FlowEventHandler. by Pavlin Radoslavov · 11 years ago
  30. ed0f4a8 Update the REST shortest-path computation backend to use the in-memory by Pavlin Radoslavov · 11 years ago
  31. fb94edc * Added/updated debug log messages. by Pavlin Radoslavov · 11 years ago
  32. 2b5d071 bug fix: From declaration this map expects a Long for Key not FlowId by Yuta HIGUCHI · 11 years ago
  33. b3efdca Organize imports by Yuta HIGUCHI · 11 years ago
  34. b32f77f bug fix for topology change detection by Yuta HIGUCHI · 11 years ago
  35. e1038fb Update Javadoc better describe what this class does by Yuta HIGUCHI · 11 years ago
  36. 1c24f22 * Transmit and process the FlowEntry events by Pavlin Radoslavov · 11 years ago
  37. 9a85902 Renamed class PathComputation to FlowEventHandler to reflect better its purpose. by Pavlin Radoslavov · 11 years ago[Renamed (98%) from src/main/java/net/onrc/onos/ofcontroller/flowmanager/PathComputation.java]
  38. b750684 Added a placeholder for propagating Flow Entries through the datagrid. by Pavlin Radoslavov · 11 years ago
  39. ebc8b19 * Minor refactoring in the original FlowManager logic when setting by Pavlin Radoslavov · 11 years ago
  40. 3ecd41e Refactoring: by Pavlin Radoslavov · 11 years ago
  41. fb06a9e - Process the Flow Path events - Recompute the affected Flow Paths. by Pavlin Radoslavov · 11 years ago
  42. a23e541 * Update the Topology class implementation: by Pavlin Radoslavov · 11 years ago
  43. ed4c7a9 Minor cleanup: adding/updating comments, etc. No functional changes. by Pavlin Radoslavov · 11 years ago
  44. 6b79f2b * Added the skeleton for the Path Computation implementation. by Pavlin Radoslavov · 11 years ago