1. 0ab2d8a Checkstyle and pmd fixes for HazelcastDatagrid.java by Ray Milkey · 10 years ago
  2. 6b3b4ad Work toward fixing ONOS-1031: Moved file PerformanceMonitor.java from by Pavlin Radoslavov · 10 years ago
  3. 80ce506 Cherry-pick from https://gerrit.onos.onlab.us/#/c/342/ by TeruU · 10 years ago
  4. 126cb7c Cherry-pick from https://gerrit.onos.onlab.us/#/c/341/ by Naoki Shiota · 10 years ago
  5. 274fabf Fixed "Add a hack to remove 'F' from the Flow ID when the Flows are not routable." by Brian O'Connor · 10 years ago
  6. f393170 Add a hack to remove 'F' from the Flow ID when the Flows are not routable. by Pavlin Radoslavov · 10 years ago
  7. 42706b9 Added REST API call to get a summary of Flow Paths. by Pavlin Radoslavov · 10 years ago
  8. 1f4defb Add delete rest operation for intents by Nick Karanatsios · 10 years ago
  9. a1bad35 Fix rest client script to support remove operation Clean some debugging logs by Nick Karanatsios · 10 years ago
  10. 87e8be7 1)Add log time retrieval from rest 2) mesh_topology.py can run without ONOS by Nick Karanatsios · 10 years ago
  11. 10a7e2b Added rest API to look into the topology events map for debugging by Jonathan Hart · 10 years ago
  12. da9f36f exclude application id from rest client by Nick Karanatsios · 10 years ago
  13. ed645df Rest-intent by Nick Karanatsios · 10 years ago
  14. 8abe717 add persistance of intents to ramcloud by Nick Karanatsios · 10 years ago
  15. 4f30873 Implement Floodlight module for PathCalcRuntime class and refactor by Toshio Koide · 10 years ago
  16. 88948d3 add more functionality into rest intent by Nick Karanatsios · 10 years ago
  17. 5fcf93e refactoring of rest intents by Nick Karanatsios · 10 years ago
  18. 1a4a200 wip:fix destination port problem by Nick Karanatsios · 10 years ago
  19. 1c8d809 Add thread-safety support to the Hazelcast-based notification framework. by Pavlin Radoslavov · 10 years ago
  20. 0e4d8d2 Change Intent classes to self contained by Toshio Koide · 10 years ago
  21. 7940b65 Added new notification framework: by Pavlin Radoslavov · 10 years ago
  22. 3738ee5 wip - add rest intent handling by Toshio Koide · 10 years ago
  23. b582072 Merge branch 'RAMCloud-master' into RAMCloud-new_dynamics by Yuta HIGUCHI · 11 years ago
  24. 2d5ac52 Remove shaded Kryo2 by Yuta HIGUCHI · 11 years ago
  25. c632562 Fixed variable names and javadoc left over from old code, and removed the ArpMessage class by Jonathan Hart · 11 years ago
  26. 2daf7a9 updating PerformanceMonitor to compute averages and changes some measurement points by Brian O'Connor · 11 years ago
  27. 3fe9e8b Added the Topology event key to the Performance Monitoring tag. by Pavlin Radoslavov · 11 years ago
  28. 8bd6d11 Replaced the aggregated Performance Measurement reports for by Pavlin Radoslavov · 11 years ago
  29. e249767 * Add performance monitoring points by Pavlin Radoslavov · 11 years ago
  30. 2194d11 Updated the FlowId Hazelcast Notification Channel so the payload by Pavlin Radoslavov · 11 years ago
  31. a9c0c3b * Added the missing method HazelcastDatagr.digetAllFlowEntryIds() by Pavlin Radoslavov · 11 years ago
  32. 909da3c Implemented the mechanism to send notifications with the Flow Entry ID by Pavlin Radoslavov · 11 years ago
  33. d0b598d Merge branch 'master' into ONOS-ONRC2014-Measurements by Pavlin Radoslavov · 11 years ago
  34. d144732 Merge in changes from master by Jonathan Hart · 11 years ago
  35. 67a7a3e Fix fingbug warning FI_PUBLIC_SHOULD_BE_PROTECTED by Yuta HIGUCHI · 11 years ago
  36. 2004fa0 Added the Hazelcast and notification-related code to send/receive by Pavlin Radoslavov · 11 years ago
  37. 78d9df8 Merge branch 'master' into arprefactor by Jonathan Hart · 11 years ago
  38. 7804bea Refactored packet broadcasting framework. Previously only ARP packets were being broadcasted, but as part of reactive forwarding we need to broadcast all packets that we don't know where to send. This commit refactors the Hazelcast notification system used to tell other instances to send packet-outs. by Jonathan Hart · 11 years ago
  39. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  40. 598635c Fix Javadoc comments describing REST calls. by Pavlin Radoslavov · 11 years ago
  41. 862cc3b Renamed paths of REST API. by Naoki Shiota · 11 years ago
  42. a2c8d9c merge from upstream/master by pingping-lin · 11 years ago
  43. 23830b0 Don't ignore anymore Flow Entries Events originated by this instance. by Pavlin Radoslavov · 11 years ago
  44. 95e6e90 Added extra <SPACE> between arguments for consistency with the rest by Pavlin Radoslavov · 11 years ago
  45. 017a892 fixed ARP returns wrong MAC && ARP reply uses hazelcast && handle ARP request in two steps by pingping-lin · 11 years ago
  46. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  47. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  48. 379c904 Added new API to the IDatagridService to get/lookup a Flow or a Flow Entry by Pavlin Radoslavov · 11 years ago
  49. d300325 Implemented ARP reply notifications when a new device is written to the database. Created an ArpMessage class which is the object put into hazelcast for both requests and replies by Jonathan Hart · 11 years ago
  50. 799242b Cleaned up ARP stuff in the HazelcastDatagrid slightly by Jonathan Hart · 11 years ago
  51. 18ad55c Began implementing IPC with Hazelcast in order to broadcast ARP via other ONOS nodes by Jonathan Hart · 11 years ago
  52. 5367d21 Correct a Javadoc comment. by Pavlin Radoslavov · 11 years ago
  53. c599a8c Fix a bug when printing the topology elements. by Pavlin Radoslavov · 11 years ago
  54. 4cd6577 Ignore Flow Entries Events originated by this instance. by Pavlin Radoslavov · 11 years ago
  55. da7ef61 Added initial REST API to the Hazelcast Datagrid storage. by Pavlin Radoslavov · 11 years ago
  56. 9a85902 Renamed class PathComputation to FlowEventHandler to reflect better its purpose. by Pavlin Radoslavov · 11 years ago
  57. b750684 Added a placeholder for propagating Flow Entries through the datagrid. by Pavlin Radoslavov · 11 years ago
  58. 6b79f2b * Added the skeleton for the Path Computation implementation. by Pavlin Radoslavov · 11 years ago
  59. aaace7f Added initial pieces for topology related notifications. by Pavlin Radoslavov · 11 years ago
  60. 1308dc6 Added the mechanism between the FlowManager and the Hazelcast datagrid by Pavlin Radoslavov · 11 years ago
  61. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  62. 27da753 Minor formatting. No functional changes. by Pavlin Radoslavov · 11 years ago
  63. 1eee2c8 Added initial framework for using Hazelcast-3.0.2 within ONOS. by Pavlin Radoslavov · 11 years ago