1. 860a204 Reduce memory usage by using rref instead of move-copy (#6874) by Zang MingJie · 3 years, 10 months ago
  2. 5f21fe2 Move PacketHeader encoding/decoding from various Transport wrappers to upper layer (#6333) by Yufeng Wang · 3 years, 10 months ago
  3. 362c5f2 Use exchange for session establishment and provisioning (#5938) by Pankaj Garg · 4 years ago
  4. 3c64a7b Revert "Split Die/Exit/Return macros out of CodeUtils.h (#5578)" (#5650) by Justin Wood · 4 years ago
  5. 792ceb9 Split Die/Exit/Return macros out of CodeUtils.h (#5578) by Kevin Schoedel · 4 years ago
  6. ab6d518 Close TCP connection when errors prevent handling messages (#5499) by Kevin Schoedel · 4 years ago
  7. 4eb50c2 Handle large messages in TCPBase::ProcessReceivedBuffer (#5265) by Kevin Schoedel · 4 years ago
  8. 45dabd2 Optimize TransportMgrBase::HandleMessageReceived, reduce void* usage (#4388) by Zang MingJie · 4 years, 1 month ago
  9. a868187 Reduce use of maximum-sized packet buffers (#4434) by Kevin Schoedel · 4 years, 1 month ago
  10. 991653e Convert packet send path to use PacketBufferHandle (#4160) by Kevin Schoedel · 4 years, 3 months ago
  11. dedd15f Implement the missing part of Exchange Header in Transport layer (#4017) by Yufeng Wang · 4 years, 3 months ago
  12. 05faf7d Rename TestUtils to UnitTestRegistration. (#4021) by Andrei Litvin · 4 years, 3 months ago
  13. f54b925 Some conversions to use PacketBufferHandle (#3909) by Kevin Schoedel · 4 years, 4 months ago
  14. c6098f5 Return PacketBufferHandle from PacketBuffer::New...() (#3850) by Kevin Schoedel · 4 years, 4 months ago
  15. f6ad93c Simplify unit test generation - remove 'driver' boilerplate and extern C header (#3888) by Andrei Litvin · 4 years, 4 months ago
  16. f94a92d Add add/remove/set flag helpers for MessageHeader (#3054) by Andrei Litvin · 4 years, 5 months ago
  17. 08bfcce Added a few null checks for NewWithAvailableSize (#3123) by Andrei Litvin · 4 years, 5 months ago
  18. 295a619 Remove some 'using namespace' from headers. (#3015) by Andrei Litvin · 4 years, 5 months ago
  19. 992775c Split transport into 'raw' and move 'retransmit' into transport (#2943) by Andrei Litvin · 4 years, 5 months ago[Renamed (98%) from src/transport/tests/TestTCP.cpp]
  20. 0f79977 Make src/transport compile with -Werror=conversion (#2849) by Boris Zbarsky · 4 years, 5 months ago
  21. f48a1a7 Split message header into packet/payload/mac (#2754) by Andrei Litvin · 4 years, 6 months ago
  22. d1f0a37 Add a Transport::TCP class for tcp-based communication. (#2689) by Andrei Litvin · 4 years, 6 months ago