1. 00e92da Upgrade to Atomix 3.0-rc5 by Jordan Halterman · 6 years ago
  2. e76f0c8 Fix NPE in ClusterCommunicationManager exception handling by Jordan Halterman · 6 years ago
  3. 0529908 Reduce false positives in Netty messaging timeouts by Jordan Halterman · 6 years ago
  4. 7dac7da Initial builds using bazel by Ray Milkey · 7 years ago
  5. f69e3e3 Fix for CVE-2018-1000155 by Brian O'Connor · 6 years ago
  6. 6a51cb9 Remove calls to deprecated Throwables.propagate() method by Ray Milkey · 6 years ago
  7. 94db191 Ensure messages are correctly timed out in NettyMessagingManager by Jordan Halterman · 6 years ago
  8. 23e73c5 [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  9. 986a47a SONAR suggestion - generic exceptions by Ray Milkey · 6 years ago
  10. 4f35076 Revert "[ONOS-7373] Ensure Netty channels are closed on send exceptions" by Ray Milkey · 6 years ago
  11. 83b1d93 [ONOS-7373] Ensure Netty channels are closed on send exceptions by Jordan Halterman · 6 years ago
  12. 111aab7 Add minimum timeout for Netty messages by Jordan Halterman · 6 years ago
  13. ef92f19 Use failure detection for Netty messages to improve ability to adapt to changing network conditions by Jordan Halterman · 6 years ago
  14. 153dbd5 Ensure TCP_NODELAY is properly configured on Netty channels by Jordan Halterman · 6 years ago
  15. 1cf233c Timeout local messages in NettyMessagingManager to avoid hanging when receivers are blocked on external calls. by Jordan Halterman · 6 years ago
  16. 28183ee Replace Unified* services with MembershipService for subgroup membership by Jordan Halterman · 7 years ago
  17. 980a8c1 [ONOS-7054] Implement prototype of ISSU protocol by Jordan Halterman · 7 years ago
  18. e6c80cd Set minimum Netty response timeout to 250 milliseconds to account for differences in response times based on consistency in the Raft protocol by Jordan Halterman · 7 years ago
  19. 5ceb389 Remove autoboxing of message IDs in NettyMessagingManager by Jordan Halterman · 7 years ago
  20. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  21. e3813a9 [ONOS-6868] Improve Netty message encoder/decoder performance by Jordan Halterman · 7 years ago
  22. 66e6e3b Preserve ordering of messages in NettyMessagingManager to simplify distributed systems protocols and improve performance. by Jordan Halterman · 7 years ago
  23. 740e98c ONOS-6758 Enable TLS by default for intra-cluster communication by Brian O'Connor · 7 years ago
  24. f7c7f6f [ONOS-6401] Implement dynamically computed timeouts for NettyMessagingManager by Jordan Halterman · 7 years ago
  25. b6ee9e9 Prevent serialization errors from causing recursion in the Copycat transport by Jordan Halterman · 7 years ago
  26. 0ad49b1 [ONOS-6401] Increase Netty request timeout to 500 milliseconds by Jordan Halterman · 7 years ago
  27. 041534b [ONOS-5992] Ensure futures for failed messages are completed using the supplied Executor in NettyMessagingManager. by Jordan Halterman · 7 years ago
  28. 9a44d6a Add a close listener for Client Connections by Jon Hall · 7 years ago
  29. 742bd09 Remove unnecessary memory copy from values() call in Netty mesaging service. by Jordan Halterman · 7 years ago
  30. e255cc4 Add descriptive message for MessagingExceptions. by Jonathan Hart · 8 years ago
  31. b47c953 Revisiting netty configurations by Yuta HIGUCHI · 8 years ago
  32. c012dda Workaround for NoClassDefFound issue in Netty. by Yuta HIGUCHI · 8 years ago
  33. 5c396e3 Remove explicit use of the default value by Sho SHIMIZU · 8 years ago
  34. ed1ca66 Attempt to fix sporadic NettyMessagingManagerTest failure. by Yuta HIGUCHI · 8 years ago
  35. f3ab424 Lower netty reply timeout to 250ms by Madan Jampani · 8 years ago
  36. 90a1689 NettyMessagingManager: assign thread names by Yuta HIGUCHI · 8 years ago
  37. 0583387 Implementation of Hybrid Logical Clock Service. by Madan Jampani · 8 years ago
  38. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  39. b825aeb Reply with error status on receiving message with incorrect preamble by Madan Jampani · 8 years ago
  40. 4a47a30 More APIs permission for new ONOS APIs by Heedo Kang · 8 years ago
  41. a9e70a6 [Falcon] Adds a status field to InternalMessage and support for replying with appropriate status when handler errors occur by Madan Jampani · 8 years ago
  42. f5c38a7 Change netty reply timeout to 2s and run a periodic cleanup task to timeout outstanding requests by Madan Jampani · 8 years ago
  43. f3d2f49 Fixing pom dependencies. by Aaron Kruglikov · 8 years ago
  44. 1b72738 Migrating netty messaging into netty messaging manager. by Aaron Kruglikov · 8 years ago
  45. e241189 Fix for multiple metrics issues by Aaron Kruglikov · 8 years ago
  46. 1110b2c Setting up monitoring of cluster communcation service by Aaron Kruglikov · 8 years ago
  47. 32347e0 pom clean up and Remove unsed code by Madan Jampani · 8 years ago
  48. 1159916 Bump up Karaf to 3.0.5 by Jian Li · 8 years ago
  49. d36def0 MessagingService API enchancements by Madan Jampani · 8 years ago
  50. eb0ae4e Adding fingerprints to avoid interference between clusters. by Aaron Kruglikov · 9 years ago
  51. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 9 years ago
  52. ec1df02 In preparation for dynamic clustering support: by Madan Jampani · 9 years ago
  53. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  54. 39eb429 Adding TLS for NettyMessaging and configurable on NettyMessagingManager through JAVA_OPTS by JunHuy Lam · 9 years ago
  55. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  56. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  57. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  58. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  59. 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
  60. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  61. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  62. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  63. 5eb77c8 Updates to ECM interface by Brian O'Connor · 9 years ago
  64. ba47223 Bypass netty stack for messages that are sent to self by Madan Jampani · 9 years ago
  65. a14047d Logging improvements. by Madan Jampani · 9 years ago
  66. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  67. 2e5f87b Limit the amont of work that happens on netty event loop threads. by Madan Jampani · 9 years ago
  68. 9b7a32d ClusterCommunicationManager: only serialize once for broadcast by Brian O'Connor · 9 years ago
  69. 0a0b9e4 Log more info when inter-Node messaging fails. by Yuta HIGUCHI · 9 years ago
  70. 7d656f4 Remove "throws IOException" from ClusterCommunicationService APIs by Jonathan Hart · 9 years ago
  71. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  72. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago