1. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  2. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  3. cd48bfd Make sure message handling executor references are appropriately managed when we modify the service configuration by Madan Jampani · 9 years ago
  4. 49115e9 Changed netty message type to String from Long to avoid potential collisions by Madan Jampani · 9 years ago
  5. ba47223 Bypass netty stack for messages that are sent to self by Madan Jampani · 9 years ago
  6. 52860be Debug log level where appropriate + Throwing an exception where appropriate by Madan Jampani · 9 years ago
  7. 459bddf Fix type mismatch by HIGUCHI Yuta · 9 years ago
  8. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  9. 2e5f87b Limit the amont of work that happens on netty event loop threads. by Madan Jampani · 9 years ago
  10. c611d92 Fix Cache Removal listener by Yuta HIGUCHI · 9 years ago
  11. 3f0c97e ONOS-395 - tighten up exception handling by Ray Milkey · 9 years ago
  12. 4785eec removing some TODOs by alshabib · 9 years ago
  13. 8c35207 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 10 years ago
  14. 348a9fe 1. MapDBLog log size calculation bug fix. 2. Minor logging improvements. by Madan Jampani · 10 years ago
  15. 5f9d696 NettyMessagingService: add null check by Yuta HIGUCHI · 10 years ago
  16. a501289 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 10 years ago
  17. 5f9ec9a Netty Messaging changes: by Madan Jampani · 10 years ago
  18. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  19. 15cd0b8 Netty bug fix: Do not use weakValues in a cache where we track outstanding responses. by Madan Jampani · 10 years ago
  20. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  21. cfbc054 Removed exception stack trace for a warning log message by Madan Jampani · 10 years ago
  22. 24f9efb sendAndReceive now returns a Future instead of Reponse by Madan Jampani · 10 years ago
  23. e5ca93b fix some of findbugs issues by Yuta HIGUCHI · 10 years ago
  24. 8710093 Added NettyMessagingService constructor that accepts both ip and port by Madan Jampani · 10 years ago
  25. 99e9fe2 Better netty transport initialization by Madan Jampani · 10 years ago
  26. 824a7c1 Netty epoll support. Now with updated pom.xml and features.xml to bring in the dependencies by Madan Jampani · 10 years ago
  27. 48ec4f7 Revert "Using native transport (epoll) with netty" by Yuta HIGUCHI · 10 years ago
  28. f22f204 Using native transport (epoll) with netty by Madan Jampani · 10 years ago
  29. e602bb4 Revert netty nativ support by Madan Jampani · 10 years ago
  30. 5e83f33 Netty native transport (epoll) support by Madan Jampani · 10 years ago
  31. 29e5dfd Added logging to netty by Madan Jampani · 10 years ago
  32. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  33. f1d425a Logging fix in NettyMessagingService + Added a simple unit test. by Madan Jampani · 10 years ago
  34. 993d7aa renamed Serializer -> (onlab.netty-layer) PayloadSerializer by Yuta HIGUCHI · 10 years ago
  35. ddf7622 Netty performance improvements by Madan Jampani · 10 years ago
  36. 938aa43 Improved message decoding performance by Madan Jampani · 10 years ago
  37. 86ed055 Fixed issue with recieving side not checking readability of channel before reading by Madan Jampani · 10 years ago
  38. ab6d311 Adding missing files under onlab-netty by Madan Jampani · 10 years ago