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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3198 from sammhicks/main
Dario Nieuwenhuis
2024-08-13
1
-1
/
+1
|
\
|
*
net/tcp: fix flush() waiting forever if socket is reset with pending write data
Samuel Hicks
2024-07-19
1
-1
/
+1
*
|
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
1
-2
/
+5
*
|
Merge pull request #3219 from mirkomartn/bound-dns-servers
Dario Nieuwenhuis
2024-07-29
1
-3
/
+13
|
\
\
|
|
/
|
/
|
|
*
embassy-net: dns: bound the dns_servers slice
Gasper Stukelj
2024-07-29
1
-3
/
+13
*
|
Merge pull request #3186 from MathiasKoch/embassy-net/socket-timeout
Dario Nieuwenhuis
2024-07-18
1
-1
/
+15
|
\
\
|
*
|
Allow setting socket timeout for embedded-nal TcpClient, such that every new ...
Mathias
2024-07-17
1
-1
/
+15
|
|
/
*
|
Merge pull request #3191 from mirkomartn/fix-doc
Dario Nieuwenhuis
2024-07-18
1
-1
/
+1
|
\
\
|
*
|
embassy-net: fix minor typo in doc
Gasper Stukelj
2024-07-18
1
-1
/
+1
|
|
/
*
/
Reduced define for 'unreachable!' to a single macro rule
Tarun Singh
2024-07-17
1
-10
/
+6
|
/
*
Update `ReadReady` and `WriteReady` implementations
trepidacious
2024-07-01
1
-3
/
+3
*
Add check for closed connection to `read_ready()`
trepidacious
2024-06-30
1
-1
/
+1
*
Add collapse_debuginfo to fmt.rs macros.
Dario Nieuwenhuis
2024-06-17
1
-0
/
+17
*
dns: properly handle AddrType::Either in get_host_by_name()
Aurélien Jacobs
2024-06-11
1
-4
/
+19
*
add send_queue and recv_queue
Philip Reimer
2024-06-05
1
-0
/
+32
*
impl ReadReady for tcp call can_recv() insted of may_recv()
davidskula
2024-05-07
1
-2
/
+2
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
1
-3
/
+2
*
fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...
chrysn
2024-04-19
1
-1
/
+1
*
fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...
chrysn
2024-04-19
1
-2
/
+2
*
Merge branch 'main' into prep-embedded-nal-async-udp
chrysn
2024-04-19
2
-0
/
+122
|
\
|
*
Removed generic type parameter.
Gustav Toft
2024-04-11
1
-1
/
+1
|
*
Removed Result for send and poll_send.
Gustav Toft
2024-04-11
1
-3
/
+3
|
*
Fixed commented issues.
Gustav Toft
2024-04-10
2
-63
/
+5
|
*
Merge branch 'main' of https://github.com/GustavToft/embassy
Gustav Toft
2024-04-04
1
-2
/
+1
|
|
\
|
*
|
Implement raw sockets in embassy-net
Gustav Toft
2024-04-04
2
-0
/
+180
*
|
|
fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...
chrysn
2024-04-15
1
-4
/
+2
*
|
|
net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ func...
chrysn
2024-04-08
1
-5
/
+11
|
|
/
|
/
|
*
|
fmt: disable "unused" warnings.
Dario Nieuwenhuis
2024-03-20
1
-2
/
+1
|
/
*
net/tcp: fix flush() not waiting for ACK of FIN.
Dario Nieuwenhuis
2024-02-21
1
-2
/
+8
*
correct spelling of the word "receive"
Stefan Gehr
2024-02-03
1
-2
/
+2
*
net: add packet-trace feature.
Dario Nieuwenhuis
2024-01-10
1
-2
/
+11
*
New embassy-net release
Scott Mabin
2024-01-04
1
-2
/
+0
*
feat: impl ReadReady and WriteReady for tcp
swanandx
2024-01-03
1
-0
/
+24
*
Add set_hop_limit to UDP sockets
Loïc Damien
2023-12-28
1
-0
/
+5
*
Upgrade to smoltcp v0.11.
Dario Nieuwenhuis
2023-12-23
1
-8
/
+17
*
[embassy-net] Auto-documented feature flags
Barnaby Walters
2023-12-22
1
-0
/
+3
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
1
-2
/
+4
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
3
-5
/
+3
*
populate `medium` in DriverAdapter struct in IGMP code
Stephan Wolski
2023-11-19
1
-0
/
+4
*
Use smoltcp constant in results from DNS
Emil Fresk
2023-11-14
2
-2
/
+10
*
Update heapless to v0.8, embedded-nal-async to v0.7
Dario Nieuwenhuis
2023-11-10
2
-5
/
+3
*
Ensure TcpIo not blocking when reading into empty slice
Dániel Buga
2023-11-06
1
-0
/
+7
*
Re-add impl_trait_projections
Dániel Buga
2023-10-30
1
-1
/
+2
*
net: Reset DHCP socket when the link up is detected
Gabriel Górski
2023-10-23
1
-0
/
+3
*
net/driver: remove Medium, make HardwareAddress non_exhaustive.
Dario Nieuwenhuis
2023-10-18
2
-25
/
+30
*
Wake stack's task after queueing a DNS query
Dániel Buga
2023-10-14
1
-1
/
+4
*
net: remove atomic-polyfill.
Dario Nieuwenhuis
2023-10-12
1
-8
/
+7
*
net: add support for dhcp hostname option.
Dario Nieuwenhuis
2023-10-07
1
-0
/
+44
*
Merge pull request #2014 from bugadani/udp
Ulf Lilleengen
2023-10-05
1
-1
/
+1
|
\
|
*
Reexport IpListenEndpoint for TCP
Dániel Buga
2023-10-05
1
-1
/
+1
[next]