1. aa38097 Renamed the intent package by Jonathan Hart · 10 years ago
  2. 0961fe8 Renamed forwarding and proxyarp packages by Jonathan Hart · 10 years ago
  3. 7feef8a Did porting of PROXYARP and Forwarding to the new-datamodel branch. by TeruU · 10 years ago
  4. d1c5b65 Change for device discovery on new-data model. by TeruU · 10 years ago
  5. 0af53d2 Configurable Kryo pool size. by Yuta HIGUCHI · 10 years ago
  6. 4cf8ee5 Removed INetMapStorage.java and INetMapTopologyObjects.java and the by Pavlin Radoslavov · 10 years ago
  7. 1237e39 Work toward fixing ONOS-1031: Remove or comment-out references to the old TopologyManager by Pavlin Radoslavov · 10 years ago
  8. 6b3b4ad Work toward fixing ONOS-1031: Moved file PerformanceMonitor.java from by Pavlin Radoslavov · 10 years ago
  9. ba5c52f Cherry-pick from https://gerrit.onos.onlab.us/#/c/335/ by pingping-lin · 10 years ago
  10. fece1ce Add registration of Intent related classes to KryoFactory by Toshio Koide · 10 years ago
  11. d7476d0 Update debug codes by Toshio Koide · 10 years ago
  12. 066506e Support state change notifications by Toshio Koide · 10 years ago
  13. 7b62418 Remove the datapathSummary field in the FlowPath (ONOS-990). by Pavlin Radoslavov · 10 years ago
  14. afbf103 Fix for bug ONOS-897: by Pavlin Radoslavov · 10 years ago
  15. df2eab9 Add intent error handling features. by Toshio Koide · 10 years ago
  16. b39c9d3 Add error logging to PathCalcRuntime by Toshio Koide · 10 years ago
  17. bc116be Register Path class in KryoFactory by Toshio Koide · 10 years ago
  18. eb90d91 Register Intent-related classes to KryoFactory and fix bugs by Toshio Koide · 10 years ago
  19. 45ec04b Topology events related modifications: by Pavlin Radoslavov · 10 years ago
  20. 78344ce Merge pull request #534 from n-shiota/bugfix by pavlin-r · 10 years ago
  21. 47a284e Merge pull request #536 from y-higuchi/remove_shaded_kryo by pavlin-r · 10 years ago
  22. 84198d3 Minor changes addressing Pavlin's concerns by Jonathan Hart · 10 years ago
  23. 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
  24. 2d5ac52 Remove shaded Kryo2 by Yuta HIGUCHI · 10 years ago
  25. df051d4 Removed FireBugs warnings. by Naoki Shiota · 10 years ago
  26. c632562 Fixed variable names and javadoc left over from old code, and removed the ArpMessage class by Jonathan Hart · 10 years ago
  27. 5302ddf Fix various logging related issues. by Yuta HIGUCHI · 11 years ago
  28. 1a5ca91 Removed lower priority warnings reported by FindBugs. by Naoki Shiota · 11 years ago
  29. 0f6ad7a Add a better fix for method FlowPathFlags.toString() by Pavlin Radoslavov · 11 years ago
  30. 020e96c * Renamed method ActionValues.toShort() to ActionValues.getValue() by Pavlin Radoslavov · 11 years ago
  31. 426d516 Fix a bug in the implementation of method FlowPathFlags.toString() by Pavlin Radoslavov · 11 years ago
  32. 991093a Cleaned up warnings. by Naoki Shiota · 11 years ago
  33. e2f4da7 Cleaned up source to suppress warnings. by Naoki Shiota · 11 years ago
  34. 5139c0b * Added the OpenFlow-1.0 idleTimeout and hardTimeout fields to the by Pavlin Radoslavov · 11 years ago
  35. 892dd18 * Added a new method FlowId.isValidFlowId() by Pavlin Radoslavov · 11 years ago
  36. 4535bc1 Renamed the Pair.left and Pair.right fields to Pair.first and Pair.second by Pavlin Radoslavov · 11 years ago
  37. 9f9d549 Added a generic class to represent a pair of two values. by Pavlin Radoslavov · 11 years ago
  38. f74271f Bug fix to allow FlowId of 0. by Pavlin Radoslavov · 11 years ago
  39. da26a9a Added missing @JsonIgnore annotations. by Pavlin Radoslavov · 11 years ago
  40. 53d67a5 Merge branch 'ONOS' into syncdev (adopt latest one) by Naoki Shiota · 11 years ago
  41. 4e77de9 Squashed commit of the following: by Naoki Shiota · 11 years ago
  42. 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
  43. 90c2899 Merge branch 'syncdev' of github.com:n-shiota/ONOS into syncdev by Brian O'Connor · 11 years ago
  44. 3edb175 Reverted eclipse auto-indent on these files by Jonathan Hart · 11 years ago
  45. f0a8179 Implemented hashcode() and equals() on Dpid, Port and SwitchPort in order to make SwitchPort comparison easier by Jonathan Hart · 11 years ago
  46. 31a15c3 Added new method DataPath.removeDeletedFlowEntries() by Pavlin Radoslavov · 11 years ago
  47. 8af4de6 Merge branch 'master' into syncdev by Brian O'Connor · 11 years ago
  48. a8e4980 adding FlowSynchronizer module by Brian O'Connor · 11 years ago
  49. 919d0a2 * Updated the FlowEntry.toString() implementation to print the Flow ID by Pavlin Radoslavov · 11 years ago
  50. 062c72d Add new method FlowEntry.isValidFlowId() and the corresponding unit test. by Pavlin Radoslavov · 11 years ago
  51. b1309e8 * Renamed method FlowEntry.getFlowId() to FlowEntry.flowId() for consistency by Pavlin Radoslavov · 11 years ago
  52. 3ecd41e Refactoring: by Pavlin Radoslavov · 11 years ago
  53. fe008d9 Added new method FlowEntry.isSameDataPath() to compute whether by Pavlin Radoslavov · 11 years ago
  54. 27831be Added method FlowPath.flowEntries() as a more convinient way to access by Pavlin Radoslavov · 11 years ago
  55. 7d4a40e Added new field FlowPath.flowPathUserState by Pavlin Radoslavov · 11 years ago
  56. 7ac39ff Added new method eventType() to return the type of an Event Entry. by Pavlin Radoslavov · 11 years ago
  57. c91d6e3 Added missing method EventEntry.eventData() to obtain the corresponding by Pavlin Radoslavov · 11 years ago
  58. d28cf7c Introduced new field FlowPathType to the Flow Path. by Pavlin Radoslavov · 11 years ago
  59. d421a7c Identation fixup. No functional changes. by Pavlin Radoslavov · 11 years ago
  60. 2a091bf * Misc. fixes/updates to the TopologyElement implementation. by Pavlin Radoslavov · 11 years ago
  61. aaace7f Added initial pieces for topology related notifications. by Pavlin Radoslavov · 11 years ago
  62. 3f9ba65 * Added a class for encapsulating events with event-related data entry. by Pavlin Radoslavov · 11 years ago
  63. 8a6912a Add a missing comment. by Pavlin Radoslavov · 11 years ago
  64. e0a643e Added Kryo factory class. by Pavlin Radoslavov · 11 years ago
  65. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  66. 15954d4 Refactor the TopologyManager: by Pavlin Radoslavov · 11 years ago
  67. ffc5bbc Updated the implementation of the Switch class so it is more usable. by Pavlin Radoslavov · 11 years ago
  68. a2d35f1 * Added new class util/Switch.java Currently, it is not used. by Pavlin Radoslavov · 11 years ago
  69. 3ae7272 Make inner class static by Yuta HIGUCHI · 11 years ago
  70. 382827f Make inner class static, when inner class is not referring to outer class by Yuta HIGUCHI · 11 years ago
  71. 3238e8f Fix: constant should be static by Yuta HIGUCHI · 11 years ago
  72. 8e8900f Fix String related potential performance issue reported by FindBugs by Yuta HIGUCHI · 11 years ago
  73. 4996353 Fix unused import warnings by Yuta HIGUCHI · 11 years ago
  74. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  75. 64163c0 Do not add "=null" when converting to String by HIGUCHI Yuta · 11 years ago
  76. 01f4d7d Add null checks before toString by HIGUCHI Yuta · 11 years ago
  77. 6fa3951 Fixed a bug where all flow entry actions were overwritten with 1st hop actions by HIGUCHI Yuta · 11 years ago
  78. d5b21db Update some of the comments. by Pavlin Radoslavov · 11 years ago
  79. 1bc2c47 Add support for specifying the actions when a Flow is created by the user. by Pavlin Radoslavov · 11 years ago
  80. c1bafd1 Renamed ActionOutput FlowEntry attribute to ActionOutputPort, because by Pavlin Radoslavov · 11 years ago
  81. 204b286 * Add FlowPathFlags to the FlowPath header. by Pavlin Radoslavov · 11 years ago
  82. ad3a1e6 * Implement the missing OpenFlow 1.0 matching conditions by Pavlin Radoslavov · 11 years ago
  83. d8651e7 add javadoc for method CompareTo(). by Toshio Koide · 11 years ago
  84. fff6642 make FlowId class to be comparable. by Toshio Koide · 11 years ago
  85. 858c1ea Organize Imports by HIGUCHI Yuta · 11 years ago
  86. f086d8a Moved pure ONOS code in net.floodlightcontroller.util.serializers to onos package namespace by HIGUCHI Yuta · 11 years ago
  87. 356086e Moved pure ONOS code in net.floodlightcontroller.util to onos package namespace by HIGUCHI Yuta · 11 years ago