aboutsummaryrefslogtreecommitdiff
path: root/embassy-net
Commit message (Expand)AuthorAgeFilesLines
* Update `ReadReady` and `WriteReady` implementationstrepidacious2024-07-011-3/+3
* Add check for closed connection to `read_ready()`trepidacious2024-06-301-1/+1
* Fix typo in READMEEli Hastings2024-06-241-1/+1
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* dns: properly handle AddrType::Either in get_host_by_name()Aurélien Jacobs2024-06-111-4/+19
* add send_queue and recv_queuePhilip Reimer2024-06-051-0/+32
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* impl ReadReady for tcp call can_recv() insted of may_recv()davidskula2024-05-071-2/+2
* Removes some unused dependencies in embedded-net.onestacked2024-05-051-4/+0
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-262-4/+2
* fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-191-1/+1
* fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-191-2/+2
* Merge branch 'main' into prep-embedded-nal-async-udpchrysn2024-04-194-4/+128
|\
| * Fix spelling and white space mistakesVega Deftwing2024-04-111-2/+2
| * Removed generic type parameter.Gustav Toft2024-04-111-1/+1
| * Removed Result for send and poll_send.Gustav Toft2024-04-111-3/+3
| * Fixed commented issues.Gustav Toft2024-04-103-65/+7
| * Merge branch 'main' of https://github.com/GustavToft/embassyGustav Toft2024-04-041-2/+1
| |\
| * | Implement raw sockets in embassy-netGustav Toft2024-04-043-2/+184
* | | fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in pol...chrysn2024-04-151-4/+2
* | | net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ func...chrysn2024-04-081-5/+11
| |/ |/|
* | fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|/
* net/tcp: fix flush() not waiting for ACK of FIN.Dario Nieuwenhuis2024-02-211-2/+8
* net: enable dhcpv4-hostname feature in docs.Dario Nieuwenhuis2024-02-121-2/+2
* correct spelling of the word "receive"Stefan Gehr2024-02-031-2/+2
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+1
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-112-2/+6
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-10/+0
* Remove nightly autodetects.Dario Nieuwenhuis2024-01-101-18/+0
* net: add packet-trace feature.Dario Nieuwenhuis2024-01-102-2/+14
* New embassy-net releaseScott Mabin2024-01-043-4/+6
* feat: impl ReadReady and WriteReady for tcpswanandx2024-01-031-0/+24
* Add set_hop_limit to UDP socketsLoïc Damien2023-12-281-0/+5
* Upgrade to smoltcp v0.11.Dario Nieuwenhuis2023-12-232-9/+18
* [embassy-net] Auto-documented feature flagsBarnaby Walters2023-12-222-0/+20
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-2/+4
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-295-11/+25
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-291-2/+2
* populate `medium` in DriverAdapter struct in IGMP codeStephan Wolski2023-11-191-0/+4
* Update changelogEmil Fresk2023-11-141-0/+2
* Use smoltcp constant in results from DNSEmil Fresk2023-11-142-2/+10
* Update smoltcp and fix errors from thatEmil Fresk2023-11-141-2/+2
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-103-8/+6
* Fix typo in embassy-net docsNigecat2023-11-081-1/+1
* Ensure TcpIo not blocking when reading into empty sliceDániel Buga2023-11-062-0/+11
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-312-2/+7
* Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
* net: Reset DHCP socket when the link up is detectedGabriel Górski2023-10-231-0/+3