1. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  2. c26eede Added a messaging service implementation on top of IOLoop. Added ability to easily switch between netty and io loop (default is netty) by Madan Jampani · 9 years ago[Renamed (76%) from utils/netty/src/main/java/org/onlab/netty/MessagingService.java]
  3. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  4. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  5. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  6. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  7. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  8. 5c94727 javadoc fixes by Yuta HIGUCHI · 10 years ago
  9. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  10. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  11. 24f9efb sendAndReceive now returns a Future instead of Reponse by Madan Jampani · 10 years ago
  12. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  13. 672488d KryoSerializationService -> Serializer by Yuta HIGUCHI · 10 years ago
  14. 993d7aa renamed Serializer -> (onlab.netty-layer) PayloadSerializer by Yuta HIGUCHI · 10 years ago
  15. ab6d311 Adding missing files under onlab-netty by Madan Jampani · 10 years ago