Commit History

作者 SHA1 備註 提交日期
  Dario Nieuwenhuis 19a78bb577 Merge pull request #619 from smoltcp-rs/ownership-refactor 2 年之前
  Dario Nieuwenhuis 9e18ca127e socket_set: add get_mut, make get immutable. 2 年之前
  Dario Nieuwenhuis d703a66d1d iface: borrow the device instead of owning it. 2 年之前
  Dario Nieuwenhuis b71ffcb6cc iface: borrow the SocketSet instead of owning. 2 年之前
  bors[bot] 875238e3ac Merge #625 2 年之前
  Lachlan Sneff e9929f486f Simplify send_with functions 2 年之前
  bors[bot] 7f0eb580af Merge #609 2 年之前
  ngc0202 fe5164d310 Enable TimeExceeded processing in socket, fix wrong addresses used 2 年之前
  ngc0202 422a60e6ae Finish ICMPv4 TimeExceeded support 2 年之前
  bors[bot] c4791eb668 Merge #580 2 年之前
  Lachlan Sneff 4af0b4b932 Fix after rebasing 2 年之前
  Lachlan Sneff d7e8278a06 Add send_with to udp, raw, and icmp sockets 2 年之前
  bors[bot] 9258f9f7dc Merge #623 2 年之前
  Thibaut Vandervelden f3310e63f4 refactor 6LoWPAN fragmentation 2 年之前
  Johannes Draaijer 47253122b2 dhcpv4: add waker support 2 年之前
  bors[bot] 22154e45ea Merge #620 2 年之前
  lachlansneff-parallel 352c13a374 Change neighbor discovery timeout from 3s to 1s. 2 年之前
  AntoonBeres c11e4bb6a7 added sixlowpan fragmentation benchmark 2 年之前
  Thibaut Vandervelden adf56a1701 sixlowpan: add fragmentation logic in interface 3 年之前
  Thibaut Vandervelden d1107f4ead sixlowpan: add fragmentation wire representation 3 年之前
  Dario Nieuwenhuis e7772a46bb Merge pull request #617 from smoltcp-rs/error-refactor 2 年之前
  Dario Nieuwenhuis 2841d5ef4a iface: make socket_egress infallible. 2 年之前
  Dario Nieuwenhuis 629f0bce79 socket: make dispatch infallible, except for emit errors. 2 年之前
  Dario Nieuwenhuis 43329e696e socket/dns: add own error enums for public API. 2 年之前
  bors[bot] cae682e088 Merge #618 2 年之前
  Alex Crawford be5c0c2222 dns: fix label-length validation 2 年之前
  Dario Nieuwenhuis e60fbe2235 iface: make all process_* infallible. Fixes #281 2 年之前
  Dario Nieuwenhuis 37a276bcf2 socket: Make process() infallible. 2 年之前
  Dario Nieuwenhuis b7871e4e57 udp, icmp, raw: return own error enums for public API. 2 年之前
  Dario Nieuwenhuis 591b789d1e tcp: return own error enums for public API. 2 年之前