Histórico de Commits

Autor SHA1 Mensagem Data
  Dario Nieuwenhuis 028b4466ff wire: Rename ipv4 `protocol` to `next_header`. há 3 anos atrás
  Thibaut Vandervelden 51b2adddad Fix clippy lints há 4 anos atrás
  Dario Nieuwenhuis 2cb407d62a rustfmt há 4 anos atrás
  Dario Nieuwenhuis b82b7300aa tcp: add Nagle's Algorithm. há 4 anos atrás
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support há 4 anos atrás
  Ben Stabler d5a98dd059 Silence clippy lint for const assert work-around, remove const where using features not yet stable in 1.40 há 4 anos atrás
  Ben Stabler 3a721ca810 Make wire/ipv4 functions const where possible. há 4 anos atrás
  Alex Crawford 6d569deb2a Clean up clippy warnings about if-else blocks há 4 anos atrás
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 há 4 anos atrás
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. há 6 anos atrás
  Astro 58a54730db Implement IGMPv1/v2 processing. há 7 anos atrás
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. há 7 anos atrás
  Dan Robertson c425efa1ba Remove trailing whitespace há 7 anos atrás
  Andrew Cann fb96b3cdc1 impl `AsRef<[u8]>` for packet types há 7 anos atrás
  Andrew Cann 5fdd44757a Relax type constraints on payload_mut methods há 7 anos atrás
  寧靜 5b7032e48d Add from_netmask()/netmask()/broadcast()/network() methods on IPv4Cidr há 7 anos atrás
  Andrew Cann 302affca91 Add Clone impl to Packet types há 7 anos atrás
  Andrew Cann b1c5bcfa8b Add conversions to/from std wire types há 7 anos atrás
  whitequark d2b8f526f3 Remove internally inconsistent test that was left in 1d2ec8c. há 7 anos atrás
  whitequark 1d2ec8c135 Remove length check that is redundant after 181083f1. há 7 anos atrás
  whitequark 181083f18c Reject certain malformed IPv4 packets. há 7 anos atrás
  whitequark b0995c13e2 Fix some overly long comments. NFC. há 7 anos atrás
  luozijun 3b824ca642 Add `Hash` trait on `IpAddress/IpCidr` há 7 anos atrás
  Dan Robertson 793227fd46 Ensure ICMPv4 error replies comply with size requirements há 7 anos atrás
  Dan Robertson deccd469fe Use hop limit instead of ttl há 7 anos atrás
  Dan Robertson 737b387f61 Add Ipv6Repr and Ipv6Packet to wire há 7 anos atrás
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. há 7 anos atrás
  whitequark 19790720a3 Remove impl Ord/PartialOrd for Cidr. há 7 anos atrás
  whitequark 1e18c03d34 Fix Cidr::contains_addr for zero length prefixes. há 7 anos atrás
  Dan Robertson 7a2271dfd6 Tests: Add basic interface tests há 7 anos atrás