index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-net
/
src
/
tcp.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
correct spelling of the word "receive"
Stefan Gehr
2024-02-03
1
-2
/
+2
*
feat: impl ReadReady and WriteReady for tcp
swanandx
2024-01-03
1
-0
/
+24
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-2
/
+0
*
Update heapless to v0.8, embedded-nal-async to v0.7
Dario Nieuwenhuis
2023-11-10
1
-4
/
+1
*
Ensure TcpIo not blocking when reading into empty slice
Dániel Buga
2023-11-06
1
-0
/
+7
*
net: remove atomic-polyfill.
Dario Nieuwenhuis
2023-10-12
1
-8
/
+7
*
Use fmt::unwrap
Dániel Buga
2023-09-02
1
-2
/
+2
*
Merge pull request #1802 from avlec/error-translation
Dario Nieuwenhuis
2023-08-18
1
-2
/
+9
|
\
|
*
add error translation to tcp errors
Alec Cox
2023-08-18
1
-2
/
+9
*
|
Add tcp capacity impls
Scott Mabin
2023-08-15
1
-0
/
+28
*
|
embassy-net:tcp:send/recv
Scott Mabin
2023-08-14
1
-0
/
+102
|
/
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
1
-17
/
+17
*
Merge branch 'main' into v4-optional
Dario Nieuwenhuis
2023-06-08
1
-1
/
+9
|
\
|
*
updated can_recv and may_recv to match the smoltcp functions.
Russ Hewgill
2023-06-06
1
-1
/
+9
*
|
net: StaticV4 config behind proto-ipv4
Ruben De Smet
2023-06-06
1
-0
/
+3
|
/
*
net: Make flush() wait for RST packets from abort()
Matt Johnston
2023-05-25
1
-3
/
+11
*
net: document crate.
Dario Nieuwenhuis
2023-05-15
1
-2
/
+85
*
net: do not use smoltcp Instant/Duration in public API.
Dario Nieuwenhuis
2023-05-15
1
-4
/
+8
*
embassy-net: add flush to TcpSocket and TcpWriter as an inherent method
kbleeke
2023-02-22
1
-0
/
+8
*
Implement flush for TcpSocket
kbleeke
2023-02-22
1
-3
/
+12
*
Pass the correct buffer when creating TcpSocket
Ulf Lilleengen
2023-01-31
1
-1
/
+1
*
net: split driver trait to a separate crate.
Dario Nieuwenhuis
2022-12-26
1
-6
/
+6
*
net: use atomic-polyfill on tcp client pool, for thumbv6m support.
Dario Nieuwenhuis
2022-12-26
1
-1
/
+1
*
Remove unnecessary use of atomic-polyfill.
Dario Nieuwenhuis
2022-12-23
1
-1
/
+1
*
net: move stack into lib.rs
Dario Nieuwenhuis
2022-12-13
1
-2
/
+1
*
net: remove packet pool.
Dario Nieuwenhuis
2022-12-13
1
-1
/
+1
*
net: update smoltcp
Dario Nieuwenhuis
2022-12-07
1
-1
/
+4
*
net: don't use UnsafeCell.
Dario Nieuwenhuis
2022-12-03
1
-33
/
+26
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-79
/
+41
*
Update Rust nightly.
Dario Nieuwenhuis
2022-10-26
1
-9
/
+9
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-3
/
+3
*
net: feature-gate nightly-only async traits to allow building on stable.
Dario Nieuwenhuis
2022-08-30
1
-46
/
+74
*
net: make TcpIo private.
Dario Nieuwenhuis
2022-08-11
1
-1
/
+1
*
Fix formatting
Ulf Lilleengen
2022-08-09
1
-7
/
+2
*
Wrap buffers in a single state type
Ulf Lilleengen
2022-08-09
1
-23
/
+30
*
Implement embedded-nal-async traits for embassy-net
Ulf Lilleengen
2022-08-08
1
-0
/
+167
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-16
/
+6
*
Add embedded-io implementation of ConnectError
Ulf Lilleengen
2022-06-01
1
-0
/
+6
*
WIP embassy-net v2
Dario Nieuwenhuis
2022-05-25
1
-159
/
+140
*
Make embassy-net nightly-only.
Dario Nieuwenhuis
2022-05-19
1
-0
/
+353