1. 53b88a5 Changing timeout to fix lxc node down issue. by Aaron Kruglikov · 8 years ago
  2. 3961b75 Added unit tests for NettyMessaging by Madan Jampani · 8 years ago
  3. d36def0 MessagingService API enchancements by Madan Jampani · 8 years ago
  4. aef4585 Revert changes to use constants for Sonar suppression by Ray Milkey · 8 years ago
  5. 9f87e51 Sonar related fixes by Ray Milkey · 8 years ago
  6. 676249c Fix Sonar critical flagged bugs by Ray Milkey · 8 years ago
  7. 86f20cc [Falcon] Fix SONAR flagged blocker issues by Ray Milkey · 8 years ago
  8. 880dc20d Starting snapshot 1.5.0-SNAPSHOT by Brian O'Connor · 8 years ago
  9. 5a2856f Tagging 1.4.0 (Emu release) by Brian O'Connor · 8 years ago 1.4.0
  10. 6b77071 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  11. d1cdd19 Tagging 1.4.0-rc3 by Brian O'Connor · 8 years ago 1.4.0-rc3
  12. b22ba65 Switching back to snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  13. 4aded4c Tagging 1.4.0-rc2 by Brian O'Connor · 8 years ago 1.4.0-rc2
  14. 905ea22 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 8 years ago
  15. b209dc6 Tagging 1.4.0-rc1 by Brian O'Connor · 8 years ago 1.4.0-rc1
  16. eb0ae4e Adding fingerprints to avoid interference between clusters. by Aaron Kruglikov · 8 years ago
  17. d9df7bd Fix naming convention issues in preparation for stricter checkstyle enforcement by Jonathan Hart · 8 years ago
  18. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  19. b3a3b52 Rolling back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  20. cbc5878 Tagging 1.3.0-rc2 by Brian O'Connor · 9 years ago 1.3.0-rc2
  21. e8bcb70 Changing version to back to snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  22. 004345f Tagging 1.3.0-rc1 by Brian O'Connor · 9 years ago 1.3.0-rc1
  23. 39eb429 Adding TLS for NettyMessaging and configurable on NettyMessagingManager through JAVA_OPTS by JunHuy Lam · 9 years ago
  24. afc2d7d Starting snapshot 1.3.0-SNAPSHOT by Brian O'Connor · 9 years ago
  25. a78abfc Tagging 1.2.0 by Brian O'Connor · 9 years ago 1.2.0
  26. 3350390 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  27. 75aed40 Tagging 1.2.0-rc2 by Brian O'Connor · 9 years ago 1.2.0-rc2
  28. 8a0569e Drop log level to debug for couple of NettyMessaging log statements by Madan Jampani · 9 years ago
  29. cca4bdb Netty: Close idle tcp connections between controller instances by Madan Jampani · 9 years ago
  30. 30a412d Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  31. 608e03a Tagging 1.2.0-rc1 by Brian O'Connor · 9 years ago 1.2.0-rc1
  32. 175e8fd Removed deprecated ClusterCommunicationService APIs by Madan Jampani · 9 years ago
  33. 27b69c6 ONOS-1983: Migrating all copycat Raft protocol specific communication to use ONOS cluster communication primitives by Madan Jampani · 9 years ago
  34. afeebbd ONOS-1982: MessagingService is now a OSGi service. Has implementations based on Netty and IOLoop by Madan Jampani · 9 years ago
  35. fc52fec Fixed a slew of shutdown exceptions that arose due to improper or out-of-order resource clean-up, e.g. listeners, timers, executors. by Thomas Vachuska · 9 years ago
  36. 2c2b768 Reverted to catching Throwable for the netty native epoll stuff. by Thomas Vachuska · 9 years ago
  37. 24a00d9 Catch Exceptions, not Throwable to remove blockers found in SonarQube by Sho SHIMIZU · 9 years ago
  38. b093c91 Renamed IOLoop & Netty to *MessagingManager for consistency. by Thomas Vachuska · 9 years ago
  39. 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
  40. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  41. ec5ae34 Use the Executor interface when specifying where to handle incoming messages by Madan Jampani · 9 years ago
  42. 2bfa94c Revamped ClusterCommunicationService API by Madan Jampani · 9 years ago
  43. cd48bfd Make sure message handling executor references are appropriately managed when we modify the service configuration by Madan Jampani · 9 years ago
  44. 6ea48a2 Starting snapshot 1.2.0-SNAPSHOT by Brian O'Connor · 9 years ago
  45. 91d9019 Tagging ONOS Blackbird release: 1.1.0 by Brian O'Connor · 9 years ago 1.1.0
  46. 49115e9 Changed netty message type to String from Long to avoid potential collisions by Madan Jampani · 9 years ago
  47. 1545b1e Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  48. 20fa3a4 Tagging 1.1.0-rc2 by Brian O'Connor · 9 years ago 1.1.0-rc2
  49. ba47223 Bypass netty stack for messages that are sent to self by Madan Jampani · 9 years ago
  50. 266ac66 Starting snapshot 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  51. 352236e Tagging 1.1.0-rc1 by Brian O'Connor · 9 years ago
  52. 52860be Debug log level where appropriate + Throwing an exception where appropriate by Madan Jampani · 9 years ago
  53. 459bddf Fix type mismatch by HIGUCHI Yuta · 9 years ago
  54. 2af244a Never process incoming messages on the netty event loop thread pool. by Madan Jampani · 9 years ago
  55. 2e5f87b Limit the amont of work that happens on netty event loop threads. by Madan Jampani · 9 years ago
  56. 0a0b9e4 Log more info when inter-Node messaging fails. by Yuta HIGUCHI · 9 years ago
  57. c611d92 Fix Cache Removal listener by Yuta HIGUCHI · 9 years ago
  58. 3f0c97e ONOS-395 - tighten up exception handling by Ray Milkey · 9 years ago
  59. 7f2e9bf bumping version to 1.1.0-SNAPSHOT by Brian O'Connor · 9 years ago
  60. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  61. 4785eec removing some TODOs by alshabib · 9 years ago
  62. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  63. 3e51ea4 PingPongTest: turning off fragile test failing randomly by Yuta HIGUCHI · 9 years ago
  64. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  65. 8c35207 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 9 years ago
  66. 348a9fe 1. MapDBLog log size calculation bug fix. 2. Minor logging improvements. by Madan Jampani · 9 years ago
  67. 5f9d696 NettyMessagingService: add null check by Yuta HIGUCHI · 9 years ago
  68. 813fb90 MessageEncoder: lower IOException log level by Yuta HIGUCHI · 9 years ago
  69. 5e8ceb4 checkstyle fixes by Yuta HIGUCHI · 9 years ago
  70. f3fbdd0 findbugs by Yuta HIGUCHI · 9 years ago
  71. 5c94727 javadoc fixes by Yuta HIGUCHI · 9 years ago
  72. 1c7b878 Netty native transport support by Madan Jampani · 9 years ago
  73. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  74. a501289 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Madan Jampani · 10 years ago
  75. 5f9ec9a Netty Messaging changes: by Madan Jampani · 10 years ago
  76. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  77. 15cd0b8 Netty bug fix: Do not use weakValues in a cache where we track outstanding responses. by Madan Jampani · 10 years ago
  78. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  79. cfbc054 Removed exception stack trace for a warning log message by Madan Jampani · 10 years ago
  80. 24f9efb sendAndReceive now returns a Future instead of Reponse by Madan Jampani · 10 years ago
  81. e5ca93b fix some of findbugs issues by Yuta HIGUCHI · 10 years ago
  82. 8710093 Added NettyMessagingService constructor that accepts both ip and port by Madan Jampani · 10 years ago
  83. 99e9fe2 Better netty transport initialization by Madan Jampani · 10 years ago
  84. 824a7c1 Netty epoll support. Now with updated pom.xml and features.xml to bring in the dependencies by Madan Jampani · 10 years ago
  85. ceff7b0 expand netty-all to match feature.xml by Yuta HIGUCHI · 10 years ago
  86. 48ec4f7 Revert "Using native transport (epoll) with netty" by Yuta HIGUCHI · 10 years ago
  87. f22f204 Using native transport (epoll) with netty by Madan Jampani · 10 years ago
  88. e602bb4 Revert netty nativ support by Madan Jampani · 10 years ago
  89. 5e83f33 Netty native transport (epoll) support by Madan Jampani · 10 years ago
  90. 8d143d2 Rename KryoPool -> KryoNamespace by Yuta HIGUCHI · 10 years ago
  91. 8ee7d4c Kryo related fixes by Yuta HIGUCHI · 10 years ago
  92. cc3295c Removed redundant serialization block by Madan Jampani · 10 years ago
  93. f4f6fe2 Removed files that no longer needed by Madan Jampani · 10 years ago
  94. 29e5dfd Added logging to netty by Madan Jampani · 10 years ago
  95. 9621ba1 Fixed merge conflict in InternalMessage by Madan Jampani · 10 years ago
  96. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  97. c65f512 Add TODO note by Yuta HIGUCHI · 10 years ago
  98. f1d425a Logging fix in NettyMessagingService + Added a simple unit test. by Madan Jampani · 10 years ago
  99. 672488d KryoSerializationService -> Serializer by Yuta HIGUCHI · 10 years ago
  100. cdda17f marking test/sample codes under netty by Yuta HIGUCHI · 10 years ago