Historique des commits

Auteur SHA1 Message Date
  whitequark a98a80e5d3 Update README. il y a 7 ans
  whitequark 0482afc2d8 Simplify signature of UdpSocket::send_slice. il y a 7 ans
  whitequark a1910baa91 Put the debug_id field first in sockets. il y a 7 ans
  whitequark 492fe3e4b1 Rework and test UDP sockets. il y a 7 ans
  whitequark 5bf64586cd Get rid of Result<_, ()>. il y a 7 ans
  whitequark 1a11e4db5a Remove useless redundant tests. il y a 7 ans
  whitequark 53a3875452 Rework error handling in TcpSocket::connect. il y a 7 ans
  whitequark 10585ad71a Rearrange errors and clarify their semantics. il y a 7 ans
  whitequark 50ae82d0ff Update a stale docstring. il y a 7 ans
  whitequark d422f45ac2 as_unspecified → to_unspecified il y a 7 ans
  whitequark ed0828b11c Simplify impls of AsSocket. il y a 7 ans
  whitequark c5aa37185f Fix ICMP error returned by EthernetInterface for unknown IP protocols. il y a 7 ans
  whitequark c6d4823489 Clean up socket error handling in EthernetInterface. il y a 7 ans
  whitequark ffe2de73c1 Reorganize EthernetInterface impl. NFC. il y a 7 ans
  whitequark f31f7240be Rename RingBuffer::{dequeue_mut→dequeue}, remove RingBuffer::dequeue. il y a 7 ans
  whitequark b971d91315 Accept TCP FIN packets in SYN-RECEIVED state. il y a 7 ans
  whitequark abb0c11b95 Fix double tracing in the loopback example. il y a 7 ans
  whitequark 0904645c1b Fix determination of local address from incoming packets. il y a 7 ans
  whitequark 30fc358112 Update README. il y a 7 ans
  whitequark d73c2bdb81 Update fault injector so that rate limiting works without std. il y a 7 ans
  whitequark c799bfc398 Add --pcap option to all our examples. il y a 7 ans
  whitequark a70b2415e7 Implement a Device that emits a stream in libpcap format. il y a 7 ans
  whitequark 37ba81f807 Fix an off-by-three-orders-of-magnitude error. il y a 7 ans
  whitequark 8c339d8b7a Fix argument order in Tracer::new callbacks. il y a 7 ans
  whitequark ac988f699b Rename into_lower → into_inner. il y a 7 ans
  whitequark 97499ac280 Clean up some type variable names and trait bounds. NFC. il y a 7 ans
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. il y a 7 ans
  whitequark f5a3785c18 Move macros into their own module. il y a 7 ans
  whitequark 7d54157e77 Add EthernetTracer, a specialization of Tracer for EthernetFrame. il y a 7 ans
  whitequark 12f92be419 Use proper clock mocking in the loopback example. il y a 7 ans