提交歷史

作者 SHA1 備註 提交日期
  Matt Keeter 5206a8710e Fix PacketBuffer contig_window check when empty 2 年之前
  Lachlan Sneff e9929f486f Simplify send_with functions 2 年之前
  Lachlan Sneff 4af0b4b932 Fix after rebasing 2 年之前
  Lachlan Sneff d7e8278a06 Add send_with to udp, raw, and icmp sockets 2 年之前
  Dario Nieuwenhuis b7871e4e57 udp, icmp, raw: return own error enums for public API. 2 年之前
  Anuvrat 8ba8830378 Corrects minor spelling errors 3 年之前
  luojia65 7a0df7da91 Code format using `cargo fmt` 3 年之前
  luojia65 bd1d6da03e Add lint `#[must_use]` for ring buffer functions. 3 年之前
  Thibaut Vandervelden 51b2adddad Fix clippy lints 3 年之前
  Dario Nieuwenhuis 2cb407d62a rustfmt 3 年之前
  Ryan Summers 02d565a3a3 Restructuring to allow-unused 3 年之前
  Ryan Summers c0235f1548 Fixing feature flag 3 年之前
  Ryan Summers 058e5b7886 Updating packet buffer clear to be UDP-only 3 年之前
  Ryan Summers 4749c328b1 Updating UDP close to clear RX/TX buffers 3 年之前
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support 4 年之前
  Dario Nieuwenhuis 11255a89a1 Simplify Socket lifetimes 4 年之前
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 4 年之前
  Gary Guo 0d82444556 Fix packet buffer panic caused by large payload (#332) 5 年之前
  Scott Mabin a67ee07922 Add capacity methods to all sockets. 5 年之前
  Kai Lüke 0588101384 Implement peek functions for UDP sockets 6 年之前
  Dan Robertson 682fc30782 Fix packet buffer enqueue logic error 6 年之前
  whitequark cd893e6ab6 fn PacketMetadata::empty() → const PacketMetadata::EMPTY. 7 年之前
  whitequark 35209c984d Distinguish PacketBuffer running out of payload space and capacity. 7 年之前
  whitequark 86c59fe344 Factor out storage::PacketBuffer from socket::UdpSocket. 7 年之前