Dario Nieuwenhuis
|
d242ff483c
socket/set: remove reference counting.
|
3 年之前 |
Dario Nieuwenhuis
|
ef213fa772
socket: remove SocketRef.
|
3 年之前 |
Thibaut Vandervelden
|
3d782f19cd
Add support for 802.15.4 and 6LoWPAN
|
4 年之前 |
qiujiangkun
|
7dda148ad5
various clippy fix
|
3 年之前 |
Dario Nieuwenhuis
|
2cb407d62a
rustfmt
|
3 年之前 |
Dario Nieuwenhuis
|
b791ef535e
dhcp: convert to socket
|
4 年之前 |
Dario Nieuwenhuis
|
49fa987cdc
Add defmt logging support
|
4 年之前 |
Dario Nieuwenhuis
|
43cf6caddf
Simplify SocketSet lifetimes
|
4 年之前 |
Niclas Hoyer
|
633e7c2591
Use #[non_exhaustive] instead of manual variant
|
4 年之前 |
Dario Nieuwenhuis
|
11255a89a1
Simplify Socket lifetimes
|
4 年之前 |
Alex Crawford
|
ddb876bec4
Remove redundant field names from structs
|
4 年之前 |
Dario Nieuwenhuis
|
1e40b934bf
Update to Rust 2018. Fixes #271
|
4 年之前 |
Alex Crawford
|
ac830e8bb1
Dereference match expressions to clean up patterns
|
4 年之前 |
Alex Crawford
|
5a26227909
Remove unnecessary returns
|
4 年之前 |
Pierre Krieger
|
2f80e1ac6a
Implement Hash for SocketHandle
|
5 年之前 |
Valentin Lorentz
|
ce2fbb7dd2
Add support for IPv6 to ICMP sockets.
|
7 年之前 |
Philipp Oppermann
|
c2d18ec071
Return specific sockets from `new` functions instead of `Socket`.
|
7 年之前 |
Dan Robertson
|
507d2fe0ea
Add the proto-ipv4 feature.
|
7 年之前 |
whitequark
|
7937011424
Extract socket handle into a new SocketMeta structure.
|
7 年之前 |
Dan Robertson
|
ef4af850e0
Add ICMP sockets
|
7 年之前 |
whitequark
|
f58cc4bcbb
Rename proto-* features back to socket-*.
|
7 年之前 |
whitequark
|
f64a99a4e6
Use a much more sensible method naming for SocketRef.
|
7 年之前 |
whitequark
|
42e2c04dee
Expose wrapping and unwrapping of SocketRefs.
|
7 年之前 |
whitequark
|
7e4971df32
Rename Cargo features: socket-* → proto-*.
|
7 年之前 |
Egor Karavaev
|
096ce02ac4
Implement a SocketRef smart pointer to detect state changes.
|
7 年之前 |
whitequark
|
100b57aa66
Replace "socket debug identifiers" with just socket handles.
|
7 年之前 |
whitequark
|
a983c629b9
Allow disabling any of: raw, TCP or UDP sockets.
|
7 年之前 |
whitequark
|
bf4ddef87d
Remove all remnants of the collections feature.
|
7 年之前 |
Egor Karavaev
|
ed08b74427
Add `RawSocket`.
|
7 年之前 |
whitequark
|
a155269d3d
Remove the `use_` prefix from feature names.
|
8 年之前 |