Histórico de Commits

Autor SHA1 Mensagem Data
  Thibaut Vandervelden 969f32dab5 fix: clarify mtu+=2 for IEEE802154 há 1 ano atrás
  Dario Nieuwenhuis 3a9d017354 Remove unneeded ref patterns and destructures. há 2 anos atrás
  Dario Nieuwenhuis 0102a4b741 phy: make consume infallible, move timestamp to receive/transmit. há 2 anos atrás
  Dario Nieuwenhuis 4300e7cc3b GAT-based Device trait. há 3 anos atrás
  Thibaut Vandervelden f3310e63f4 refactor 6LoWPAN fragmentation há 2 anos atrás
  Thibaut Vandervelden b283356679 fix mtu calculation for raw raw_socket há 2 anos atrás
  Jade 32974f8136 Changed behavior of phy::RawSocket TxToken::consume to be more similar to RawSocket::receive há 3 anos atrás
  Jade 32bf949dc8 Propagate phy::RawSocket send error to caller há 3 anos atrás
  Dario Nieuwenhuis f35e76068b phy: Use right protocol on RawSocket based on the medium. há 3 anos atrás
  Thibaut Vandervelden 3d782f19cd Add support for 802.15.4 and 6LoWPAN há 4 anos atrás
  Dario Nieuwenhuis 2cb407d62a rustfmt há 3 anos atrás
  Dario Nieuwenhuis d352e151f6 Add support for IP mediums. há 4 anos atrás
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 há 4 anos atrás
  jhwgh1968 e6a6b1630f Allow mutation of data buffer in RxToken há 6 anos atrás
  Dan Robertson 8d2a20362e Fix code syle nits há 6 anos atrás
  Dan Robertson 470a08669f Update phy mod to use new time types há 7 anos atrás
  whitequark f239e36bf3 Reimplement {RawSocket,TapInterface}::receive correctly. há 7 anos atrás
  Philipp Oppermann 198fe239f1 Redesign the phy::Device trait to avoid Drop impls. há 7 anos atrás
  Steffen Butzer 9b1b0b4bde phy: introduce hardware based checksum settings, rename DeviceLimits há 7 anos atrás
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. há 7 anos atrás
  whitequark 9525e32a69 Remove unused imports. há 7 anos atrás
  whitequark 5bf64586cd Get rid of Result<_, ()>. há 7 anos atrás
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. há 7 anos atrás
  whitequark 1c1489e5fb try! → ? há 7 anos atrás
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits há 8 anos atrás
  whitequark 1c7f972a86 Fix length of tx buffers returned by fault injector. há 8 anos atrás
  whitequark 85ae54a488 Sort out buffer lengths. há 8 anos atrás
  whitequark a4e36053f9 Implement ARP snooping. há 8 anos atrás
  whitequark 2fbf820de8 Implement ARP replies. há 8 anos atrás
  whitequark f926fea49e Implement TAP interface support. há 8 anos atrás