1. 0d9963f adding rest call hack for performance measurements by Brian O'Connor · 11 years ago
  2. 2daf7a9 updating PerformanceMonitor to compute averages and changes some measurement points by Brian O'Connor · 11 years ago
  3. 5180082 Renamed Measurement Point tag: "SwitchDpid" -> "SwitchDpidEvent" by Pavlin Radoslavov · 11 years ago
  4. cfcd272 Added SwitchDpid and FlowIdEvents Measurement points. by Pavlin Radoslavov · 11 years ago
  5. 9fbdc99 * Performance measurement workaround when measuring multi-thread events: by Pavlin Radoslavov · 11 years ago
  6. 8bd6d11 Replaced the aggregated Performance Measurement reports for by Pavlin Radoslavov · 11 years ago
  7. dbd09cc Fix a bug in the name of one of the Performance Monitor points. by Pavlin Radoslavov · 11 years ago
  8. e249767 * Add performance monitoring points by Pavlin Radoslavov · 11 years ago
  9. 6c3e680 * When a Flow is deleted, send the FlowEntry notifications for the deleted by Pavlin Radoslavov · 11 years ago
  10. 85d81c0 Push the Flows by using the Parallel Database access mechanism. by Pavlin Radoslavov · 11 years ago
  11. 6602b6a Use the parallel version of getFlows() by Pavlin Radoslavov · 11 years ago
  12. 2d6e5f1 Clear the switchDpidEvents after all events are processed. by Pavlin Radoslavov · 11 years ago
  13. cc75716 Subscribe the FlowEventHandler to Switch Added/Removed notifications, by Pavlin Radoslavov · 11 years ago
  14. 2194d11 Updated the FlowId Hazelcast Notification Channel so the payload by Pavlin Radoslavov · 11 years ago
  15. 417398f Code refactoring to keep a local cache of the Flows that by Pavlin Radoslavov · 11 years ago
  16. e4d2a43 Update the Flow Entry user state to DELETE when received a notification by Pavlin Radoslavov · 11 years ago
  17. 7847db7 Write the Flow Entry in the payload of the notification sent after by Pavlin Radoslavov · 11 years ago
  18. 9f6fc21 Cleaned up unnecessary codes. by Naoki Shiota · 11 years ago
  19. f74d5f3 Squashed commit of the following: by Naoki Shiota · 11 years ago
  20. 1b45490 Small refactoring and a bug fix inside processTopologyEvents() by Pavlin Radoslavov · 11 years ago
  21. 2a8b9de Explicitly log all Topology Events to avoid a log suppression bug. by Pavlin Radoslavov · 11 years ago
  22. 737aa52 Add two hacks to get around some initially discovered sub-optimal behavior: by Pavlin Radoslavov · 11 years ago
  23. 7bf837a Cleanup the deleted Flow Entries from the earlier iteration by Pavlin Radoslavov · 11 years ago
  24. 52119fa * Added new method FlowDatabaseOperation.getFlowEntry(), and the associated by Pavlin Radoslavov · 11 years ago
  25. a9c0c3b * Added the missing method HazelcastDatagr.digetAllFlowEntryIds() by Pavlin Radoslavov · 11 years ago
  26. 909da3c Implemented the mechanism to send notifications with the Flow Entry ID by Pavlin Radoslavov · 11 years ago
  27. 3a7cc90 Work-in-progress fixes and changes: by Pavlin Radoslavov · 11 years ago
  28. db1f91c * Enable by default the new Flow mechanism. by Pavlin Radoslavov · 11 years ago
  29. 80bc3cf Finish the implementation of the new logic for computing and installing by Pavlin Radoslavov · 11 years ago
  30. 8252fee * Added new method FlowDatabaseOperation.getFlowSourceDpid() that by Pavlin Radoslavov · 11 years ago
  31. acfc992 Merge branch 'ONOS-ONRC2014-Measurements' of https://github.com/OPENNETWORKINGLAB/ONOS into topodev by Naoki Shiota · 11 years ago
  32. 0abe38d Modified FlowManager to read topology from DB instead of Datagrid. by Naoki Shiota · 11 years ago
  33. 2004fa0 Added the Hazelcast and notification-related code to send/receive by Pavlin Radoslavov · 11 years ago
  34. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  35. 490ad8f Merge branch 'master' of github.com:OPENNETWORKINGLAB/ONOS into thread_name by Yuta HIGUCHI · 11 years ago
  36. 9bb4055 Fix a bug when processing unmatched Flow Entries. by Pavlin Radoslavov · 11 years ago
  37. 237fde7 Fix a bug when processing Flow Entry notifications and updating the by Pavlin Radoslavov · 11 years ago
  38. 61509a4 Give each Thread a name for easier debugging by Yuta HIGUCHI · 11 years ago
  39. 7208e9a Generate a notification from the FlowManager to the ForwardingService by Pavlin Radoslavov · 11 years ago
  40. 4839f6d Replaced "default" switch case statements with explicit case value statements. by Pavlin Radoslavov · 11 years ago
  41. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  42. 6fde217 Copy the Flow timeouts from the Flow Path to the new Flow Entries. by Pavlin Radoslavov · 11 years ago
  43. 5321980 Reimplement the backend for the Flow getsummary REST call. by Pavlin Radoslavov · 11 years ago
  44. a0c1636 Abstract the pushing of the modified Flow-reated state to the Flow Manager. by Pavlin Radoslavov · 11 years ago
  45. afc4aa9 Removed class FlowPathEntryPair, because it is not needed anymore. by Pavlin Radoslavov · 11 years ago
  46. 2fca8d1 * Refactor some of of the internals of the FlowEventHandler, so by Pavlin Radoslavov · 11 years ago
  47. a4df952 Remove a very old optimization for storing matching by Pavlin Radoslavov · 11 years ago
  48. c8038a8 Minor refactoring for readability: by Pavlin Radoslavov · 11 years ago
  49. 6311717 Modify the logic for writing the Flow Entries to the database: by Pavlin Radoslavov · 11 years ago
  50. 9f33edb * Refactor/cleanup the processing of events inside the FlowEventHandler. by Pavlin Radoslavov · 11 years ago
  51. ed0f4a8 Update the REST shortest-path computation backend to use the in-memory by Pavlin Radoslavov · 11 years ago
  52. fb94edc * Added/updated debug log messages. by Pavlin Radoslavov · 11 years ago
  53. 2b5d071 bug fix: From declaration this map expects a Long for Key not FlowId by Yuta HIGUCHI · 11 years ago
  54. b3efdca Organize imports by Yuta HIGUCHI · 11 years ago
  55. b32f77f bug fix for topology change detection by Yuta HIGUCHI · 11 years ago
  56. e1038fb Update Javadoc better describe what this class does by Yuta HIGUCHI · 11 years ago
  57. 1c24f22 * Transmit and process the FlowEntry events by Pavlin Radoslavov · 11 years ago
  58. 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]
  59. b750684 Added a placeholder for propagating Flow Entries through the datagrid. by Pavlin Radoslavov · 11 years ago
  60. ebc8b19 * Minor refactoring in the original FlowManager logic when setting by Pavlin Radoslavov · 11 years ago
  61. 3ecd41e Refactoring: by Pavlin Radoslavov · 11 years ago
  62. fb06a9e - Process the Flow Path events - Recompute the affected Flow Paths. by Pavlin Radoslavov · 11 years ago
  63. a23e541 * Update the Topology class implementation: by Pavlin Radoslavov · 11 years ago
  64. ed4c7a9 Minor cleanup: adding/updating comments, etc. No functional changes. by Pavlin Radoslavov · 11 years ago
  65. 6b79f2b * Added the skeleton for the Path Computation implementation. by Pavlin Radoslavov · 11 years ago