1. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  2. 4e7de42 Bugfix: DistributedPacketStore does not notify delegate in some cases by Charles Chan · 6 years ago
  3. 8c57a09 Refactor DistributedPacketStore to store packet requests in a ConsistentMultimap by Jordan Halterman · 6 years ago
  4. 2c83a10 Deprecate redundant StoreSerializer in favor of Serializer by Jordan Halterman · 7 years ago
  5. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  6. fc3f6de Key of packet request should include priority, not just selector. by Jonathan Hart · 8 years ago
  7. 9f0af2d Add ComponentConfigService for @Modified by sangyun-han · 8 years ago
  8. b5f4f27 Fixed packet request for multiple devices by Hyunsun Moon · 8 years ago
  9. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  10. ed969ba Fix logic that checks if the request tracking ConsistentMap was updated by Madan Jampani · 8 years ago
  11. 54c5e23 Removes deprecated withPartitionsDisabled method by Madan Jampani · 8 years ago
  12. c637188 Removed operation retry wrappers around various consistent map/atomic counter operations by Madan Jampani · 8 years ago
  13. e729065 Deprecate KryoSerializer. by HIGUCHI Yuta · 8 years ago
  14. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  15. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  16. ad84e0c [ONOS-4004] DistributedStatisticStore and DistributedFlowStatisticStore make configurable by sangyun-han · 8 years ago
  17. d61f2b1 DistributedPacketStore: Retry indefinitely if consistent-map operations fail due to concurrent modification exception by Madan Jampani · 8 years ago
  18. 40e63e6 Fixed an issue where consistent map exception in distributed packet store would prevent apps/components from properly starting. by Thomas Vachuska · 9 years ago
  19. 21b028e ONOS-2890 Deactivating apps removes other apps' packet processors by Brian O'Connor · 9 years ago
  20. 7f171b2 ONOS- 2946 Adding ability to view existing packet intercept requests and packet processors. by Thomas Vachuska · 9 years ago
  21. 01e05fb Removed usage of deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  22. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  23. 19f1229 ONOS-1647 Removed persistency option for packet requests store. by Thomas Vachuska · 9 years ago
  24. 2a441c6 Flow Objective implementation by alshabib · 9 years ago
  25. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  26. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  27. 4294778 implemented a distributed default flow registration mechanism to avoid duplicate requests from other onos instances by alshabib · 9 years ago
  28. ff96523 Fixing the 'wrong subject' bug. by Thomas Vachuska · 9 years ago
  29. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  30. 6b5b717 Gave threadpools more appropriate names. by Madan Jampani · 9 years ago
  31. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  32. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  33. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from core/store/dist/src/main/java/org/onlab/onos/store/packet/impl/DistributedPacketStore.java]
  34. 7466d61 Null checking in packet-out mechanism. by Jonathan Hart · 9 years ago
  35. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  36. 4f60f98 Implemented multi-instance packet out. by Jonathan Hart · 10 years ago