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