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 години