Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Thibaut Vandervelden 892d4d97e1 chore(wire): add check_len to all parse methods 1 gadu atpakaļ
  Thibaut Vandervelden 80a7e18075 modify defmt formatting for Cidr 2 gadi atpakaļ
  Dario Nieuwenhuis 12fd8161c7 iface: unify ipv4/6lowpan packet assemblers. 2 gadi atpakaļ
  Dario Nieuwenhuis 339545411a Clippy fixes. 2 gadi atpakaļ
  Nicholas Cyprus 185a00829d First pass constification of the wire module 2 gadi atpakaļ
  bors[bot] 93d175f829 Merge #675 2 gadi atpakaļ
  Thibaut Vandervelden 297d90b0ff IPv4 fragmentation (outgoing) 2 gadi atpakaļ
  KOLANICH f7bbb57b79 Made IPv4 and IPv6 modules a bit DRYer by moving sizes into constants and exposed IPv4-mapping prefix. 2 gadi atpakaļ
  Dario Nieuwenhuis ecb4cbc545 Clippy fixes. 2 gadi atpakaļ
  Thibaut Vandervelden 3065959c70 Reassemble incomming IPv4 packets. 2 gadi atpakaļ
  Dario Nieuwenhuis 78f92bcea6 wire: use own Error type. 2 gadi atpakaļ
  Dario Nieuwenhuis 5989896299 Remove IpRepr::Unspecified and lowering. 3 gadi atpakaļ
  Dario Nieuwenhuis 028b4466ff wire: Rename ipv4 `protocol` to `next_header`. 3 gadi atpakaļ
  Thibaut Vandervelden 51b2adddad Fix clippy lints 3 gadi atpakaļ
  Dario Nieuwenhuis 2cb407d62a rustfmt 3 gadi atpakaļ
  Dario Nieuwenhuis b82b7300aa tcp: add Nagle's Algorithm. 3 gadi atpakaļ
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support 4 gadi atpakaļ
  Ben Stabler d5a98dd059 Silence clippy lint for const assert work-around, remove const where using features not yet stable in 1.40 4 gadi atpakaļ
  Ben Stabler 3a721ca810 Make wire/ipv4 functions const where possible. 4 gadi atpakaļ
  Alex Crawford 6d569deb2a Clean up clippy warnings about if-else blocks 4 gadi atpakaļ
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 4 gadi atpakaļ
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. 5 gadi atpakaļ
  Astro 58a54730db Implement IGMPv1/v2 processing. 7 gadi atpakaļ
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. 6 gadi atpakaļ
  Dan Robertson c425efa1ba Remove trailing whitespace 7 gadi atpakaļ
  Andrew Cann fb96b3cdc1 impl `AsRef<[u8]>` for packet types 7 gadi atpakaļ
  Andrew Cann 5fdd44757a Relax type constraints on payload_mut methods 7 gadi atpakaļ
  寧靜 5b7032e48d Add from_netmask()/netmask()/broadcast()/network() methods on IPv4Cidr 7 gadi atpakaļ
  Andrew Cann 302affca91 Add Clone impl to Packet types 7 gadi atpakaļ
  Andrew Cann b1c5bcfa8b Add conversions to/from std wire types 7 gadi atpakaļ