Historial de Commits

Autor SHA1 Mensaje Fecha
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support hace 4 años
  Alex Crawford 5c335f8fe7 Silence warning about is_empty method hace 4 años
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 hace 4 años
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. hace 6 años
  Andreas Molzer 3fec67519b Fix omission of udp checksum hace 6 años
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. hace 7 años
  Dan Robertson 91f5891dbb Remove v4 from udp/tcp of ChecksumCapabilities hace 7 años
  Andrew Cann fb96b3cdc1 impl `AsRef<[u8]>` for packet types hace 7 años
  Andrew Cann 5fdd44757a Relax type constraints on payload_mut methods hace 7 años
  Andrew Cann 302affca91 Add Clone impl to Packet types hace 7 años
  whitequark b0995c13e2 Fix some overly long comments. NFC. hace 7 años
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. hace 7 años
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. hace 7 años
  Dan Robertson 7a2271dfd6 Tests: Add basic interface tests hace 7 años
  whitequark 70248c5109 Formatting. NFC. hace 7 años
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv hace 7 años
  whitequark 16e6e70d2f Fix many warnings. hace 7 años
  whitequark 5bf64586cd Get rid of Result<_, ()>. hace 8 años
  whitequark e47e94e339 Transmit actual UDP checksum of all-zeroes as all-ones instead. hace 8 años
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. hace 8 años
  whitequark 1c1489e5fb try! → ? hace 8 años
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. hace 8 años
  whitequark 2989fa3348 Fix insufficient length validation in UDP packets. hace 8 años
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. hace 8 años
  whitequark 9535809201 #[inline(always)] → #[inline] hace 8 años
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). hace 8 años
  whitequark 5a85a5c4f9 Implement TCP representation parsing and emission. hace 8 años
  whitequark 85ae54a488 Sort out buffer lengths. hace 8 años
  whitequark d02961b0f2 Implement TCP packet support. hace 8 años
  whitequark 8b89de2faa Working UDP loopback. hace 8 años