Historique des commits

Auteur SHA1 Message Date
  whitequark 7959473308 Style. NFC. il y a 7 ans
  Philipp Oppermann 198fe239f1 Redesign the phy::Device trait to avoid Drop impls. il y a 7 ans
  whitequark bd52f9b83c Only verify checksum in pretty printers, do not bail out if invalid. il y a 7 ans
  whitequark 58c12b8f51 Reword checksum-related documentations. il y a 7 ans
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv il y a 7 ans
  Steffen Butzer 9b1b0b4bde phy: introduce hardware based checksum settings, rename DeviceLimits il y a 7 ans
  whitequark 440b6f5556 Reorganize features using namespaces, to match module hierarchy. il y a 7 ans
  whitequark bf4ddef87d Remove all remnants of the collections feature. il y a 7 ans
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. il y a 7 ans
  whitequark 9525e32a69 Remove unused imports. il y a 8 ans
  whitequark 5bf64586cd Get rid of Result<_, ()>. il y a 8 ans
  whitequark a70b2415e7 Implement a Device that emits a stream in libpcap format. il y a 8 ans
  whitequark 3a656c1529 Inject the current timestamp into Device::{transmit,receive}. il y a 8 ans
  whitequark 7d54157e77 Add EthernetTracer, a specialization of Tracer for EthernetFrame. il y a 8 ans
  whitequark c5fc8f7da7 Document the loopback. il y a 8 ans
  whitequark 042019db04 Remove default impl for Device::limits(). il y a 8 ans
  whitequark 9a4efcd656 LoopbackInterface → Loopback. il y a 8 ans
  whitequark 8ada283c55 Implement loopback interfaces. il y a 8 ans
  whitequark 86eeaf4a7a Clean up a few doctests. il y a 8 ans
  Egor Karavaev 80c20adbf8 Factor out the "raw_socket" and "tap_interface" features il y a 8 ans
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits il y a 8 ans
  whitequark a155269d3d Remove the `use_` prefix from feature names. il y a 8 ans
  whitequark d8c460e494 Update docs. il y a 8 ans
  whitequark 327b91c7cd Fix silliness in docs. il y a 8 ans
  whitequark 456cfc69ce Examples for the phy layer! il y a 8 ans
  whitequark 1c7f972a86 Fix length of tx buffers returned by fault injector. il y a 8 ans
  whitequark 5860c365f5 Impement fault injection. il y a 8 ans
  whitequark 174bbcee86 Rename features: std→use_std, logging→use_log. il y a 8 ans
  whitequark 0f9f897408 Parameterize tracer over the write function. il y a 8 ans
  whitequark 659f6ed6f6 Implement UDP sockets. il y a 8 ans