Histórico de Commits

Autor SHA1 Mensagem Data
  whitequark 02658d0e2f Make sure IpAddress prohibits exhaustive matches. há 7 anos atrás
  whitequark bd52f9b83c Only verify checksum in pretty printers, do not bail out if invalid. há 7 anos atrás
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv há 7 anos atrás
  whitequark 2d31ef9665 Add some docs. há 7 anos atrás
  Egor Karavaev 0454c3f8f6 Uncomment associated constants. há 7 anos atrás
  whitequark 7684d50d6e Fix an issue where TCP packets would have zero IP payload length. há 7 anos atrás
  whitequark 8ae9b21b64 Break up the EthernetInterface::dispatch macro atrocity into functions. há 7 anos atrás
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. há 7 anos atrás
  whitequark 5e448db950 Remove IpEndpoint::accepts. há 7 anos atrás
  whitequark ee0b8b3f7a Rework and test raw 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 53a3875452 Rework error handling in TcpSocket::connect. há 7 anos atrás
  whitequark d422f45ac2 as_unspecified → to_unspecified há 7 anos atrás
  whitequark 0904645c1b Fix determination of local address from incoming packets. há 7 anos atrás
  whitequark b3e355437f Add missing #[derive]s on wire::IpVersion. há 7 anos atrás
  whitequark 1c1489e5fb try! → ? há 7 anos atrás
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. há 7 anos atrás
  Egor Karavaev ed08b74427 Add `RawSocket`. há 7 anos atrás
  Egor Karavaev 42ca732ce3 `IpRepr::lower` replaces unspecified src_addr in Ipv4Repr as well. há 7 anos atrás
  whitequark 1a32b98b48 Implement the TCP SYN-SENT state. há 8 anos atrás
  whitequark 41f9426380 Calculate IP payload length from the total length field. há 8 anos atrás
  whitequark 7f460aea27 Examples for the wire layer! há 8 anos atrás
  whitequark 553d640057 Implement the TCP TIME-WAIT state. há 8 anos atrás
  whitequark 40be830fef Implement the TCP CLOSING state. há 8 anos atrás
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. há 8 anos atrás
  whitequark 1c54449bec Get rid of the #![feature(const_fn)]. há 8 anos atrás
  whitequark 6641793b29 Get rid of the #![feature(step_by)]. há 8 anos atrás
  whitequark 52259d32da Correctly propagate carries in the IP checksum. há 8 anos atrás
  whitequark 72abe80df8 Factor out IpRepr into the wire module. há 8 anos atrás