1. 3961b75 Added unit tests for NettyMessaging by Madan Jampani · 8 years ago
  2. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  3. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  4. 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
  5. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  6. 2e5f87b Limit the amont of work that happens on netty event loop threads. by Madan Jampani · 9 years ago
  7. 3e51ea4 PingPongTest: turning off fragile test failing randomly by Yuta HIGUCHI · 10 years ago
  8. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  9. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  10. 24f9efb sendAndReceive now returns a Future instead of Reponse by Madan Jampani · 10 years ago
  11. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  12. f1d425a Logging fix in NettyMessagingService + Added a simple unit test. by Madan Jampani · 10 years ago