Commit History

Author SHA1 Message Date
  whitequark 657658de87 Reorder type parameters of Interface. 8 years ago
  whitequark 327b91c7cd Fix silliness in docs. 8 years ago
  whitequark 754883c8a8 Allow Managed to accept a Box<[T]>. 8 years ago
  whitequark c104859011 Don't pull in std through the log crate. 8 years ago
  whitequark 456cfc69ce Examples for the phy layer! 8 years ago
  whitequark 7f460aea27 Examples for the wire layer! 8 years ago
  whitequark 2bfcad534d Documentation! 8 years ago
  whitequark 286c130dc5 Implement TCP retransmission. 8 years ago
  whitequark 5b4db5fe10 TCP: retransmit ACK when receiving duplicate SEQ. 8 years ago
  whitequark 1c7f972a86 Fix length of tx buffers returned by fault injector. 8 years ago
  whitequark 5860c365f5 Impement fault injection. 8 years ago
  whitequark e5c71690e3 Remove an unnecessary PhantomData. 8 years ago
  whitequark 1355c2c5de byteorder: 0.5 → 1.0 8 years ago
  whitequark 9535809201 #[inline(always)] → #[inline] 8 years ago
  whitequark 553d640057 Implement the TCP TIME-WAIT state. 8 years ago
  whitequark 40be830fef Implement the TCP CLOSING state. 8 years ago
  whitequark a4759258e5 Implement the TCP FIN-WAIT-2 state. 8 years ago
  whitequark a058996e70 Implement the TCP FIN-WAIT-1 state. 8 years ago
  whitequark 3ff0ca277b Fix outdated info in README. 8 years ago
  whitequark 0adaf07c22 We don't build on stable... yet. 8 years ago
  whitequark 73de85eb19 Update Cargo metadata. 8 years ago
  whitequark 05cadcf0e4 More sensible naming for examples. 8 years ago
  whitequark 85e73595a8 Add Travis CI configuration. 8 years ago
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. 8 years ago
  whitequark 1c54449bec Get rid of the #![feature(const_fn)]. 8 years ago
  whitequark 6641793b29 Get rid of the #![feature(step_by)]. 8 years ago
  whitequark 88b163f63a Suppress unused variable warnings in net_trace!. 8 years ago
  whitequark 72e3427ff7 Add a use_alloc feature. 8 years ago
  whitequark 174bbcee86 Rename features: std→use_std, logging→use_log. 8 years ago
  whitequark 3bb3c9e078 Fix state names in documentation. 8 years ago