Historique des commits

Auteur SHA1 Message Date
  whitequark 5860c365f5 Impement fault injection. il y a 8 ans
  whitequark e5c71690e3 Remove an unnecessary PhantomData. il y a 8 ans
  whitequark 1355c2c5de byteorder: 0.5 → 1.0 il y a 8 ans
  whitequark 9535809201 #[inline(always)] → #[inline] il y a 8 ans
  whitequark 553d640057 Implement the TCP TIME-WAIT state. il y a 8 ans
  whitequark 40be830fef Implement the TCP CLOSING state. il y a 8 ans
  whitequark a4759258e5 Implement the TCP FIN-WAIT-2 state. il y a 8 ans
  whitequark a058996e70 Implement the TCP FIN-WAIT-1 state. il y a 8 ans
  whitequark 3ff0ca277b Fix outdated info in README. il y a 8 ans
  whitequark 0adaf07c22 We don't build on stable... yet. il y a 8 ans
  whitequark 73de85eb19 Update Cargo metadata. il y a 8 ans
  whitequark 05cadcf0e4 More sensible naming for examples. il y a 8 ans
  whitequark 85e73595a8 Add Travis CI configuration. il y a 8 ans
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. il y a 8 ans
  whitequark 1c54449bec Get rid of the #![feature(const_fn)]. il y a 8 ans
  whitequark 6641793b29 Get rid of the #![feature(step_by)]. il y a 8 ans
  whitequark 88b163f63a Suppress unused variable warnings in net_trace!. il y a 8 ans
  whitequark 72e3427ff7 Add a use_alloc feature. il y a 8 ans
  whitequark 174bbcee86 Rename features: std→use_std, logging→use_log. il y a 8 ans
  whitequark 3bb3c9e078 Fix state names in documentation. il y a 8 ans
  whitequark 67aa329e04 Implement the TCP LAST-ACK state. il y a 8 ans
  whitequark 1a618aac45 Implement the TCP close operation. il y a 8 ans
  whitequark 947e9ebb0e Fix TCP sequence number in multiple consecutive non-ACKed data packets. il y a 8 ans
  whitequark 0c0ed8406e Fix TcpSocket::can_recv(). il y a 8 ans
  whitequark 3286e8a701 Fix ACK validation of TCP RST packets. il y a 8 ans
  whitequark ae8443e426 Fix several TCP out-of-bounds reads from the transmit buffer. il y a 8 ans
  whitequark dc9ac44ba7 Add TcpSocket::is_connected(). il y a 8 ans
  whitequark 52259d32da Correctly propagate carries in the IP checksum. il y a 8 ans
  whitequark 2c0c1ea76a Use the correct wrapping operations on TCP sequence numbers. il y a 8 ans
  whitequark 5323f8833a Fix examples. il y a 8 ans