Historique des commits

Auteur SHA1 Message Date
  whitequark bb2edf4e8a Update README. il y a 8 ans
  whitequark ddba30e9cf Update README to explain how the client example works. il y a 8 ans
  whitequark a155269d3d Remove the `use_` prefix from feature names. il y a 8 ans
  whitequark 42261f3467 Update TCP implementation status in README. il y a 8 ans
  whitequark 55be1a09ae README: clarify status of 802.3 support. il y a 8 ans
  whitequark 874d192f8a Gate the really verbose log messages behind a feature. il y a 8 ans
  Taylor Cramer c4c8a447a2 Fix mislabeled features in README.md il y a 8 ans
  whitequark 7e7c0d1248 Add the use_collections feature. il y a 8 ans
  whitequark 286c130dc5 Implement TCP retransmission. il y a 8 ans
  whitequark 5860c365f5 Impement fault injection. il y a 8 ans
  whitequark 553d640057 Implement the TCP TIME-WAIT 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 03212f2843 Get rid of the #![feature(associated_consts)]. 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 5323f8833a Fix examples. il y a 8 ans
  whitequark 070a0b5259 Shrink the buffers in examples for ease of testing. il y a 8 ans
  whitequark a8d19a1da4 Implement the userspace side of TCP sockets. il y a 8 ans
  whitequark 6ea7832ef3 Implement TCP data transmission. il y a 8 ans
  whitequark 843b79bff2 Implement TCP data reception. il y a 8 ans
  whitequark a8309b7dff Validate TCP ACKs. il y a 8 ans
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. il y a 8 ans
  whitequark 268a552568 Fix TcpRepr field visibility. il y a 8 ans
  whitequark 85ae54a488 Sort out buffer lengths. il y a 8 ans
  whitequark 8b89de2faa Working UDP loopback. il y a 8 ans
  whitequark 659f6ed6f6 Implement UDP sockets. il y a 8 ans
  whitequark be4ea0a55e Respond with ICMP echo request data in echo reply. il y a 8 ans