Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP: Use RunOnTCPIP() for the LwIP TCP EndPoint and create pre-allocated connection endpoint for listen endpoint #36962

Merged
merged 32 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f3787bd
TCP: Use RunOnTCPIP for the LwIP TCP EndPoint
wqx6 Dec 31, 2024
5066826
fix memory leak when the pbuf_alloc gets a packet buffer with chained…
wqx6 Jan 6, 2025
5256657
Restyled by clang-format
restyled-commits Jan 6, 2025
267b09d
fix build issue
wqx6 Jan 6, 2025
7ecbf7b
Try to fix CI build errors
wqx6 Jan 7, 2025
ead181f
move RunOnMatterContext to LayerFreeRTOS
wqx6 Jan 7, 2025
c3dc926
add macro for PlatformEventing::LockMatterStack/UnlockMatterStack
wqx6 Jan 7, 2025
a857d3b
Merge branch 'master' into tcp/context_fix
wqx6 Jan 7, 2025
2e52e5e
make the new function public in LayerFreeRTOS
wqx6 Jan 7, 2025
cca01f2
fix typo
wqx6 Jan 7, 2025
0b6905e
add some comments in Packet buffer
wqx6 Jan 9, 2025
a331147
Restyled by clang-format
restyled-commits Jan 9, 2025
b14b2c7
Add macro for the RunWithMatterContextLock function
wqx6 Jan 10, 2025
4613b8f
add some comment for avoiding dead lock with the new added function
wqx6 Jan 10, 2025
410e158
Merge branch 'master' into tcp/context_fix
wqx6 Jan 10, 2025
58b91ab
review changes and revert packet buffer changes
wqx6 Jan 13, 2025
7f513d6
Add PlatformLockSupport for system layer
wqx6 Jan 13, 2025
637fa24
Restyled by clang-format
restyled-commits Jan 13, 2025
d2e244e
fix CI build
wqx6 Jan 14, 2025
05a4871
review changes
wqx6 Jan 15, 2025
cbf1123
remove some docs
wqx6 Jan 15, 2025
220cf3b
use closure
wqx6 Jan 15, 2025
5af9dc5
Update src/platform/PlatformLockSupport.cpp
wqx6 Jan 20, 2025
99f823c
update src/platform/PlatformLockSupport.cpp
wqx6 Jan 20, 2025
f86a812
Revert "update src/platform/PlatformLockSupport.cpp"
wqx6 Jan 20, 2025
0847591
Use a pre allocated endpoint for the TCP connection
wqx6 Feb 6, 2025
c6dde91
Restyled by clang-format
restyled-commits Feb 6, 2025
d11b227
revert the change in system
wqx6 Feb 6, 2025
d5069a3
Merge branch 'master' into tcp/context_fix
wqx6 Feb 7, 2025
0822193
Add pre allocated connection releasing when closing listen endpoint
wqx6 Feb 17, 2025
1700904
typo fix
wqx6 Feb 17, 2025
3019a97
Update src/inet/TCPEndPointImplLwIP.cpp
wqx6 Feb 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading