Commit History

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