Commit Verlauf

Autor SHA1 Nachricht Datum
  whitequark 16e6e70d2f Fix many warnings. vor 7 Jahren
  whitequark cedf66a733 Enforce some lints. vor 7 Jahren
  whitequark a983c629b9 Allow disabling any of: raw, TCP or UDP sockets. vor 7 Jahren
  whitequark 440b6f5556 Reorganize features using namespaces, to match module hierarchy. vor 7 Jahren
  whitequark 2d31ef9665 Add some docs. vor 7 Jahren
  Egor Karavaev 0454c3f8f6 Uncomment associated constants. vor 7 Jahren
  whitequark 081851d955 Clarify README paragraph about features. vor 7 Jahren
  whitequark 6f5ae33501 Add a keep-alive and timeout demo to the examples. vor 7 Jahren
  whitequark b7b4877a85 Fix an embarassing relative/absolute time mismatch in examples. vor 7 Jahren
  whitequark 7362e1a49e A few cosmetic changes to TCP socket trace messages. vor 7 Jahren
  whitequark c73721aa03 Completely redo the logic of TCP socket polling. vor 7 Jahren
  whitequark 1a810294e2 Fix two issues that may cause TCP sockets to be polled too late. vor 7 Jahren
  whitequark 43cc132459 Fix a typo in documentation. vor 7 Jahren
  whitequark bf4ddef87d Remove all remnants of the collections feature. vor 7 Jahren
  whitequark 24b6165aee Fix CI configuration after 4e8be41c. vor 7 Jahren
  whitequark 19ed1f38d8 Bump version. vor 7 Jahren
  whitequark 4e8be41caf Update features to reflect merge of alloc and collections crates. vor 7 Jahren
  whitequark 15bd9896f1 Update README. vor 7 Jahren
  whitequark c33aedf7c6 Update README. vor 7 Jahren
  whitequark 64369d9801 Make TCP more RFC 5681 compliant wrt immediate ACKs. vor 7 Jahren
  whitequark fb624e5528 Clarify inline TCP documentation. vor 7 Jahren
  whitequark 546b3670ef Revert "Keep dispatching packets from a socket as long as there are any." vor 7 Jahren
  whitequark 51b2f18d11 Keep dispatching packets from a socket as long as there are any. vor 7 Jahren
  whitequark c879b39629 Fix a warning. vor 7 Jahren
  whitequark eff0e0b90e Handle buffer wraparound in TCP reassembly code. vor 7 Jahren
  whitequark f65bc8aa79 Make sure all side-effectful RingBuffer methods are #[must_use]. vor 7 Jahren
  whitequark 3c74d3309b Add RingBuffer::{enqueue_allocated,dequeue_allocated}. vor 7 Jahren
  whitequark 7b29dfee2e Add RingBuffer::{read_allocated,write_unallocated}. vor 7 Jahren
  whitequark 7684d50d6e Fix an issue where TCP packets would have zero IP payload length. vor 7 Jahren
  whitequark 64d306340b Fix a few warnings. vor 7 Jahren