1. 742bd09 Remove unnecessary memory copy from values() call in Netty mesaging service. by Jordan Halterman · 7 years ago
  2. 0583387 Implementation of Hybrid Logical Clock Service. by Madan Jampani · 8 years ago
  3. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  4. b825aeb Reply with error status on receiving message with incorrect preamble by Madan Jampani · 8 years ago
  5. 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
  6. 1b72738 Migrating netty messaging into netty messaging manager. by Aaron Kruglikov · 8 years ago[Renamed (94%) from utils/netty/src/main/java/org/onlab/netty/InternalMessage.java]
  7. 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
  8. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  9. 49115e9 Changed netty message type to String from Long to avoid potential collisions by Madan Jampani · 9 years ago
  10. 2e5f87b Limit the amont of work that happens on netty event loop threads. by Madan Jampani · 9 years ago
  11. 0a0b9e4 Log more info when inter-Node messaging fails. by Yuta HIGUCHI · 9 years ago
  12. 91768e3 Kryo related fixes by Yuta HIGUCHI · 9 years ago
  13. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  14. 15cd0b8 Netty bug fix: Do not use weakValues in a cache where we track outstanding responses. by Madan Jampani · 10 years ago
  15. 24c849c Added copyrights to the utils code by Thomas Vachuska · 10 years ago
  16. 8710093 Added NettyMessagingService constructor that accepts both ip and port by Madan Jampani · 10 years ago
  17. 9621ba1 Fixed merge conflict in InternalMessage by Madan Jampani · 10 years ago
  18. 53e44e6 Simplified how message payloads get serialized/deserialized by Madan Jampani · 10 years ago
  19. c65f512 Add TODO note by Yuta HIGUCHI · 10 years ago
  20. 24fb299 minor fix by Yuta HIGUCHI · 10 years ago
  21. 92626c0 cosmetics by Yuta HIGUCHI · 10 years ago
  22. 938aa43 Improved message decoding performance by Madan Jampani · 10 years ago
  23. 86ed055 Fixed issue with recieving side not checking readability of channel before reading by Madan Jampani · 10 years ago
  24. ab6d311 Adding missing files under onlab-netty by Madan Jampani · 10 years ago