Histórico de Commits

Autor SHA1 Mensagem Data
  whitequark 7e6e379e09 Fix a typo that broke ARP replies. há 7 anos atrás
  whitequark 56ee8e5df8 Listening TCP sockets should reject, not drop, ACKs. há 7 anos atrás
  whitequark 3864b490f7 Add TcpSocket::{peek,peek_slice}. há 7 anos atrás
  whitequark 77ffe7c065 Simplify ARP handling code in EthernetInterface. há 7 anos atrás
  whitequark 974bad1adf Fix a file descriptor leak in TapInterfaceDesc::interface_mtu. há 7 anos atrás
  whitequark 2773fa72ec utils::Dispose → io::Sink. há 7 anos atrás
  whitequark 53df3088e8 README.md: cleanup. há 7 anos atrás
  whitequark ca6fa2d423 Assert that the transmit frame returned by driver has right length. há 7 anos atrás
  David Coffill d03ea6426b Fix build on i686 by using libc::suseseconds_t instead of i64 há 7 anos atrás
  whitequark bc0e3c352d Emit exceptional events with the DEBUG log level, not TRACE. há 7 anos atrás
  whitequark 6b2d711347 Only return Err(Rejected) from TcpSocket::process on endpoint mismatch. há 7 anos atrás
  whitequark 5e448db950 Remove IpEndpoint::accepts. há 7 anos atrás
  whitequark 7533542ba8 Fix warnings. há 7 anos atrás
  whitequark 6bc6cc7af7 Implement fmt::Write for TcpSocket. há 7 anos atrás
  whitequark ee0b8b3f7a Rework and test raw sockets. há 7 anos atrás
  whitequark 265e6f6cb7 Add UdpSocket::is_open, similar to TcpSocket::is_open in function. há 7 anos atrás
  whitequark 9525e32a69 Remove unused imports. há 7 anos atrás
  whitequark a98a80e5d3 Update README. há 7 anos atrás
  whitequark 0482afc2d8 Simplify signature of UdpSocket::send_slice. há 7 anos atrás
  whitequark a1910baa91 Put the debug_id field first in sockets. há 7 anos atrás
  whitequark 492fe3e4b1 Rework and test UDP sockets. há 7 anos atrás
  whitequark 5bf64586cd Get rid of Result<_, ()>. há 7 anos atrás
  whitequark 1a11e4db5a Remove useless redundant tests. há 7 anos atrás
  whitequark 53a3875452 Rework error handling in TcpSocket::connect. há 7 anos atrás
  whitequark 10585ad71a Rearrange errors and clarify their semantics. há 7 anos atrás
  whitequark 50ae82d0ff Update a stale docstring. há 7 anos atrás
  whitequark d422f45ac2 as_unspecified → to_unspecified há 7 anos atrás
  whitequark ed0828b11c Simplify impls of AsSocket. há 7 anos atrás
  whitequark c5aa37185f Fix ICMP error returned by EthernetInterface for unknown IP protocols. há 7 anos atrás
  whitequark c6d4823489 Clean up socket error handling in EthernetInterface. há 7 anos atrás