Historique des commits

Auteur SHA1 Message Date
  Dario Nieuwenhuis 26dcb55559 udp: do not include payload in UdpRepr il y a 4 ans
  Dario Nieuwenhuis 11255a89a1 Simplify Socket lifetimes il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Dario Nieuwenhuis 23bb12a856 Async/await waker support. il y a 4 ans
  Scott Mabin a67ee07922 Add capacity methods to all sockets. il y a 5 ans
  Kai Lüke 0588101384 Implement peek functions for UDP sockets il y a 6 ans
  Ole Martin Ruud 839dd9c6b1 Implement new type for `poll_at` il y a 7 ans
  whitequark cd893e6ab6 fn PacketMetadata::empty() → const PacketMetadata::EMPTY. il y a 7 ans
  Astro 2d2b90fd04 Allow broadcast/multicast traffic to UDP sockets il y a 7 ans
  whitequark 35209c984d Distinguish PacketBuffer running out of payload space and capacity. il y a 7 ans
  whitequark 86c59fe344 Factor out storage::PacketBuffer from socket::UdpSocket. il y a 7 ans
  Philipp Oppermann 58e534a2fb Use separate metadata and payload buffers for UDP sockets. il y a 7 ans
  Dan Robertson c418b60b5d Use time types in socket il y a 7 ans
  Philipp Oppermann c2d18ec071 Return specific sockets from `new` functions instead of `Socket`. il y a 7 ans
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. il y a 7 ans
  Dan Robertson deccd469fe Use hop limit instead of ttl il y a 7 ans
  whitequark 7937011424 Extract socket handle into a new SocketMeta structure. il y a 7 ans
  Dan Robertson ef4af850e0 Add ICMP sockets il y a 7 ans
  whitequark 0091191cce Rework TcpSocket::{send,recv} to remove need for precomputing size. il y a 7 ans
  whitequark 284db0099f Small adjustments to TTL code; style, docs, and tests. NFCI. il y a 7 ans
  Dan Robertson fea462837d Implement set_ttl for Tcp and Udp sockets il y a 7 ans
  whitequark 8ee2f7bff5 Style fixes. il y a 7 ans
  whitequark 100b57aa66 Replace "socket debug identifiers" with just socket handles. il y a 7 ans
  whitequark 14355e15d0 RingBuffer::{empty,full}→is_{empty,full}. il y a 7 ans
  Egor Karavaev 44cf21b91b Factor out UdpSocket::accepts. il y a 7 ans
  whitequark fb05226a62 Refactor the "continuous" ring buffer interface. il y a 7 ans
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. il y a 7 ans
  whitequark 43a547fb0c Factor out packet parsing from Socket::process. il y a 7 ans
  whitequark 3974dc780f Get rid of unused arguments in Socket::{process,dispatch}. il y a 7 ans
  whitequark ab0eccd213 Get rid of IpPayload and indirection in Socket::dispatch. il y a 7 ans