1. 3ecd41e Refactoring: by Pavlin Radoslavov · 11 years ago
  2. fe008d9 Added new method FlowEntry.isSameDataPath() to compute whether by Pavlin Radoslavov · 11 years ago
  3. 27831be Added method FlowPath.flowEntries() as a more convinient way to access by Pavlin Radoslavov · 11 years ago
  4. 7d4a40e Added new field FlowPath.flowPathUserState by Pavlin Radoslavov · 11 years ago
  5. 7ac39ff Added new method eventType() to return the type of an Event Entry. by Pavlin Radoslavov · 11 years ago
  6. c91d6e3 Added missing method EventEntry.eventData() to obtain the corresponding by Pavlin Radoslavov · 11 years ago
  7. d28cf7c Introduced new field FlowPathType to the Flow Path. by Pavlin Radoslavov · 11 years ago
  8. d421a7c Identation fixup. No functional changes. by Pavlin Radoslavov · 11 years ago
  9. 2a091bf * Misc. fixes/updates to the TopologyElement implementation. by Pavlin Radoslavov · 11 years ago
  10. aaace7f Added initial pieces for topology related notifications. by Pavlin Radoslavov · 11 years ago
  11. 3f9ba65 * Added a class for encapsulating events with event-related data entry. by Pavlin Radoslavov · 11 years ago
  12. 8a6912a Add a missing comment. by Pavlin Radoslavov · 11 years ago
  13. e0a643e Added Kryo factory class. by Pavlin Radoslavov · 11 years ago
  14. 6ac8d18 Make Logger instance final as SL4J suggests by Yuta HIGUCHI · 11 years ago
  15. 15954d4 Refactor the TopologyManager: by Pavlin Radoslavov · 11 years ago
  16. ffc5bbc Updated the implementation of the Switch class so it is more usable. by Pavlin Radoslavov · 11 years ago
  17. a2d35f1 * Added new class util/Switch.java Currently, it is not used. by Pavlin Radoslavov · 11 years ago
  18. 3ae7272 Make inner class static by Yuta HIGUCHI · 11 years ago
  19. 382827f Make inner class static, when inner class is not referring to outer class by Yuta HIGUCHI · 11 years ago
  20. 3238e8f Fix: constant should be static by Yuta HIGUCHI · 11 years ago
  21. 8e8900f Fix String related potential performance issue reported by FindBugs by Yuta HIGUCHI · 11 years ago
  22. 4996353 Fix unused import warnings by Yuta HIGUCHI · 11 years ago
  23. eb567aa Fix some of javadoc errors under onos namespace by HIGUCHI Yuta · 11 years ago
  24. 64163c0 Do not add "=null" when converting to String by HIGUCHI Yuta · 11 years ago
  25. 01f4d7d Add null checks before toString by HIGUCHI Yuta · 11 years ago
  26. 6fa3951 Fixed a bug where all flow entry actions were overwritten with 1st hop actions by HIGUCHI Yuta · 11 years ago
  27. d5b21db Update some of the comments. by Pavlin Radoslavov · 11 years ago
  28. 1bc2c47 Add support for specifying the actions when a Flow is created by the user. by Pavlin Radoslavov · 11 years ago
  29. c1bafd1 Renamed ActionOutput FlowEntry attribute to ActionOutputPort, because by Pavlin Radoslavov · 11 years ago
  30. 204b286 * Add FlowPathFlags to the FlowPath header. by Pavlin Radoslavov · 11 years ago
  31. ad3a1e6 * Implement the missing OpenFlow 1.0 matching conditions by Pavlin Radoslavov · 11 years ago
  32. d8651e7 add javadoc for method CompareTo(). by Toshio Koide · 11 years ago
  33. fff6642 make FlowId class to be comparable. by Toshio Koide · 11 years ago
  34. 858c1ea Organize Imports by HIGUCHI Yuta · 11 years ago
  35. f086d8a Moved pure ONOS code in net.floodlightcontroller.util.serializers to onos package namespace by HIGUCHI Yuta · 11 years ago
  36. 356086e Moved pure ONOS code in net.floodlightcontroller.util to onos package namespace by HIGUCHI Yuta · 11 years ago