1. ab3e9e6 Improvements to Intent Framework to allow intents to be installed end to end. by Brian O'Connor · 10 years ago
  2. 0426dee fix ARP (single onos instance & multiple onos instances) by pingping-lin · 10 years ago
  3. 165ff47 Fix a bug when creating FlowId and FlowBatchId from hex string: by Pavlin Radoslavov · 10 years ago
  4. a7827bb Add unit tests for FlowBatchId class. by Toshio Koide · 10 years ago
  5. 7cd8a42 Extract common ID generation logic using IdBlockAllocator by Sho SHIMIZU · 10 years ago
  6. 778c4d6 Add unit tests for FlowId class, and update pom.xml to use guava-testlib library. by Toshio Koide · 10 years ago
  7. d6dbb95 Add FlowEventDispatcher and implement event handler of FlowManagerModule. by Toshio Koide · 10 years ago
  8. b05aac9 Remove the local onos/core/Pair.java class and replace it with by Pavlin Radoslavov · 10 years ago
  9. 2c67a2d Register flow-manager and match-action related classes to KryoFactory. by Toshio Koide · 10 years ago
  10. c79d264 Implement compile method for PacketPathFlow class. by Toshio Koide · 10 years ago
  11. 73da16d Refactor IntentFloodlightService by Sho SHIMIZU · 10 years ago
  12. 03eba33 Add IFloodlightModule interface methods to FlowManagerModule. by Toshio Koide · 10 years ago
  13. 32d1108 Define Intent Service sub-interface marked as IFloodlightService by Sho SHIMIZU · 10 years ago
  14. a0c9e01 Implement compile method for SingleDstTreeFlow class. by Toshio Koide · 10 years ago
  15. 3c84631 Change FlowBatchHandle to be interface class. by Toshio Koide · 10 years ago
  16. b86338e Implement FlowBatchId class. by Toshio Koide · 10 years ago
  17. 25d68f6 Override equals() and hashCode() of FlowLink by Sho SHIMIZU · 10 years ago
  18. 079d57c Add a method for retrieving FlowIdGenerator instance to FlowManagerService. by Toshio Koide · 10 years ago
  19. d7d550c Update compile method's interface for Flow objects. by Toshio Koide · 10 years ago
  20. 1674fb3 Support Kryo serialization for intent related types by Sho SHIMIZU · 10 years ago
  21. 43df85b Add getPortNumbersOf(dpid) method to Tree class. by Toshio Koide · 10 years ago
  22. fc5acc7 Update FlowManager's API design and define batch operation map's API. by Toshio Koide · 10 years ago
  23. b8cea26 Implement event listeners of the FlowManager. by Toshio Koide · 10 years ago
  24. 515ba84 Add FlowIdGenerator's implementation class. by Toshio Koide · 10 years ago
  25. 3d322f4 Removed obsolete methods SwitchPort.dpid() and SwitchPort.port() by Pavlin Radoslavov · 10 years ago
  26. 5c5ca10 Update compile() method of Flow object. by Toshio Koide · 10 years ago
  27. 0880810 Simplify the implementation of equals() method. by Toshio Koide · 10 years ago
  28. 9aa4c0f Update the Flow classes. by Toshio Koide · 10 years ago
  29. 7894ca0 Rename IFlow to Flow on javadocs. by Toshio Koide · 10 years ago
  30. 42ae1b5 Remove MatchActionPlan class by Ray Milkey · 10 years ago
  31. 73f4234 Define an interface to generate FlowId by Sho SHIMIZU · 10 years ago
  32. dd08e8c ONOS-1846 Added new class TopologyBatchOperation that can be used to by Pavlin Radoslavov · 10 years ago
  33. 228140c Re-organize intent related packages by Sho SHIMIZU · 10 years ago
  34. 15ed4fd Define the new Intent Framework APIs (Intent Service) by Sho SHIMIZU · 10 years ago
  35. 63559e9 Added default constructor for class BatchOperationEntry by Pavlin Radoslavov · 10 years ago
  36. d8b077a Drop "I" prefix from IAction, IMatch, IMatchActionService. (ONOS-1879) by Toshio Koide · 10 years ago
  37. 8f42ef1 Adapt to the new Flow Manager API by Sho SHIMIZU · 10 years ago
  38. fad1cd5 Drop "I" prefix from IBatchOperationTarget, IFlow and IFlowManagerService. by Toshio Koide · 10 years ago
  39. 4ea8419 Update BatchOperation class to be more generic and extensible. by Toshio Koide · 10 years ago
  40. c67f9fa Giant patch of changes to support OpenFlow 1.3 by Brian O'Connor · 10 years ago
  41. a8e8c54 Update onos.api.batchoperation package. by Toshio Koide · 10 years ago
  42. 2d4e263 Add an interface to generate IntentIds by Sho SHIMIZU · 10 years ago
  43. 9beddc0 Fix Javadoc comments with adding <p> tags by Sho SHIMIZU · 10 years ago
  44. cff5d98 Add size() and getOperations() method to BatchOperation class. by Toshio Koide · 10 years ago
  45. 473b1f6 Change the batchoperation package to use the same ID for UpdateOperation by Toshio Koide · 10 years ago
  46. 6fdd91d Fix PMD errors in REST API framework by Ray Milkey · 10 years ago
  47. 68a052d Redesign a part of APIs of IIntentRuntimeService by Sho SHIMIZU · 10 years ago
  48. 308a45a Define APIs to determine how to install/remove an intent by Sho SHIMIZU · 10 years ago
  49. 113c027 Define APIs to determine how to translate an intent. by Sho SHIMIZU · 10 years ago
  50. 5473991 Change the definition of the base class of intent by Sho SHIMIZU · 10 years ago
  51. c963a8d Change IFlow objects' field and method names to clarify the meanings of actions by Toshio Koide · 10 years ago
  52. 695f895 Pushed Switch Mastership Events into the Topology event channel. by Pavlin Radoslavov · 10 years ago
  53. 21ce889 Javadoc typo fix by Yuta HIGUCHI · 10 years ago
  54. ec4f5a7 Change the underlying type of IntentId by Sho SHIMIZU · 10 years ago
  55. 025a915 Define ID representation for Intent, IFlow and MatchAction by Toshio Koide · 10 years ago
  56. a03915e Skeletons for Intent-runtime, Flow-manager and Match-action modules. by Toshio Koide · 10 years ago
  57. 954e082 Fix a bug in the Json serialization of class ApplicationIntent: by Pavlin Radoslavov · 10 years ago
  58. ff71020 Unit test to check that the REST error codes and catalog are properly defined by Ray Milkey · 10 years ago
  59. a8091b1 First cut at REST errors by Ray Milkey · 10 years ago
  60. fbfd2da Prelimary stuff for REST error reporting by Ray Milkey · 10 years ago
  61. 1366905 WIP: Refactoring the Intent REST API. by Pavlin Radoslavov · 10 years ago
  62. e3702f2 Packet API changes. by Jonathan Hart · 10 years ago
  63. e6e6373 Implemented global packet-out functionality in the PacketModule. by Jonathan Hart · 10 years ago
  64. 1f75cae Created a packet service which presents a global-context API to by Jonathan Hart · 10 years ago