コミット履歴

作者 SHA1 メッセージ 日付
  whitequark 8ee2f7bff5 Style fixes. 7 年 前
  whitequark bbb54fe2a2 Fix a (future) syntax error in the net_log macro. 7 年 前
  Egor Karavaev 096ce02ac4 Implement a SocketRef smart pointer to detect state changes. 7 年 前
  whitequark 100b57aa66 Replace "socket debug identifiers" with just socket handles. 7 年 前
  whitequark 067fb2ddc9 Fix a typo. 7 年 前
  whitequark b0fc1d9542 Explain the return value of poll(). 7 年 前
  whitequark d88ef3c8d3 Drop the pretense that anyone cares about non-IP over Ethernet. 7 年 前
  Egor Karavaev 331dc10780 Add support for IPv4 default gateway. 7 年 前
  Egor Karavaev fbfe9859db Implement wire::{IpCidr/Ipv4Cidr}. 7 年 前
  whitequark d16e0bd212 Formatting. NFC. 7 年 前
  whitequark 02658d0e2f Make sure IpAddress prohibits exhaustive matches. 7 年 前
  whitequark bd52f9b83c Only verify checksum in pretty printers, do not bail out if invalid. 7 年 前
  whitequark c8ae7bdc21 Fix insufficient length validation in IPv4 packets. 7 年 前
  whitequark 58c12b8f51 Reword checksum-related documentations. 7 年 前
  whitequark 70248c5109 Formatting. NFC. 7 年 前
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv 7 年 前
  Steffen Butzer 9b1b0b4bde phy: introduce hardware based checksum settings, rename DeviceLimits 7 年 前
  whitequark a7cdcd49f4 Update CI config to not use poorly interacting feature sets. 7 年 前
  whitequark 16e6e70d2f Fix many warnings. 7 年 前
  whitequark cedf66a733 Enforce some lints. 7 年 前
  whitequark a983c629b9 Allow disabling any of: raw, TCP or UDP sockets. 7 年 前
  whitequark 440b6f5556 Reorganize features using namespaces, to match module hierarchy. 7 年 前
  whitequark 2d31ef9665 Add some docs. 7 年 前
  Egor Karavaev 0454c3f8f6 Uncomment associated constants. 7 年 前
  whitequark 081851d955 Clarify README paragraph about features. 7 年 前
  whitequark 6f5ae33501 Add a keep-alive and timeout demo to the examples. 7 年 前
  whitequark b7b4877a85 Fix an embarassing relative/absolute time mismatch in examples. 7 年 前
  whitequark 7362e1a49e A few cosmetic changes to TCP socket trace messages. 7 年 前
  whitequark c73721aa03 Completely redo the logic of TCP socket polling. 7 年 前
  whitequark 1a810294e2 Fix two issues that may cause TCP sockets to be polled too late. 7 年 前