提交歷史

作者 SHA1 備註 提交日期
  whitequark 2aad62a790 Update README to mention lack of multicast support. 8 年之前
  whitequark bb2edf4e8a Update README. 8 年之前
  whitequark ddba30e9cf Update README to explain how the client example works. 8 年之前
  whitequark a155269d3d Remove the `use_` prefix from feature names. 8 年之前
  whitequark 42261f3467 Update TCP implementation status in README. 8 年之前
  whitequark 55be1a09ae README: clarify status of 802.3 support. 8 年之前
  whitequark 874d192f8a Gate the really verbose log messages behind a feature. 8 年之前
  Taylor Cramer c4c8a447a2 Fix mislabeled features in README.md 8 年之前
  whitequark 7e7c0d1248 Add the use_collections feature. 8 年之前
  whitequark 286c130dc5 Implement TCP retransmission. 8 年之前
  whitequark 5860c365f5 Impement fault injection. 8 年之前
  whitequark 553d640057 Implement the TCP TIME-WAIT 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 03212f2843 Get rid of the #![feature(associated_consts)]. 8 年之前
  whitequark 72e3427ff7 Add a use_alloc feature. 8 年之前
  whitequark 174bbcee86 Rename features: std→use_std, logging→use_log. 8 年之前
  whitequark 5323f8833a Fix examples. 8 年之前
  whitequark 070a0b5259 Shrink the buffers in examples for ease of testing. 8 年之前
  whitequark a8d19a1da4 Implement the userspace side of TCP sockets. 8 年之前
  whitequark 6ea7832ef3 Implement TCP data transmission. 8 年之前
  whitequark 843b79bff2 Implement TCP data reception. 8 年之前
  whitequark a8309b7dff Validate TCP ACKs. 8 年之前
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. 8 年之前
  whitequark 268a552568 Fix TcpRepr field visibility. 8 年之前
  whitequark 85ae54a488 Sort out buffer lengths. 8 年之前
  whitequark 8b89de2faa Working UDP loopback. 8 年之前
  whitequark 659f6ed6f6 Implement UDP sockets. 8 年之前