Histórico de Commits

Autor SHA1 Mensagem Data
  whitequark 1a810294e2 Fix two issues that may cause TCP sockets to be polled too late. há 7 anos atrás
  whitequark 43cc132459 Fix a typo in documentation. há 7 anos atrás
  whitequark bf4ddef87d Remove all remnants of the collections feature. há 7 anos atrás
  whitequark 24b6165aee Fix CI configuration after 4e8be41c. há 7 anos atrás
  whitequark 19ed1f38d8 Bump version. há 7 anos atrás
  whitequark 4e8be41caf Update features to reflect merge of alloc and collections crates. há 7 anos atrás
  whitequark 15bd9896f1 Update README. há 7 anos atrás
  whitequark c33aedf7c6 Update README. há 7 anos atrás
  whitequark 64369d9801 Make TCP more RFC 5681 compliant wrt immediate ACKs. há 7 anos atrás
  whitequark fb624e5528 Clarify inline TCP documentation. há 7 anos atrás
  whitequark 546b3670ef Revert "Keep dispatching packets from a socket as long as there are any." há 7 anos atrás
  whitequark 51b2f18d11 Keep dispatching packets from a socket as long as there are any. há 7 anos atrás
  whitequark c879b39629 Fix a warning. há 7 anos atrás
  whitequark eff0e0b90e Handle buffer wraparound in TCP reassembly code. há 7 anos atrás
  whitequark f65bc8aa79 Make sure all side-effectful RingBuffer methods are #[must_use]. há 7 anos atrás
  whitequark 3c74d3309b Add RingBuffer::{enqueue_allocated,dequeue_allocated}. há 7 anos atrás
  whitequark 7b29dfee2e Add RingBuffer::{read_allocated,write_unallocated}. há 7 anos atrás
  whitequark 7684d50d6e Fix an issue where TCP packets would have zero IP payload length. há 7 anos atrás
  whitequark 64d306340b Fix a few warnings. há 7 anos atrás
  whitequark 394ea4d633 Implement reassembly of out-of-order TCP segments. há 7 anos atrás
  whitequark af51f2aba9 Clean up PSH flag handling. há 7 anos atrás
  whitequark c43446ff3a Do not clear remote_last_ts in TcpSocket::set_timeout(). há 7 anos atrás
  whitequark 968255e56d Clean up and document TCP MSS calculations. há 7 anos atrás
  whitequark 30cafe3106 Implement a buffer (re)assembler. há 7 anos atrás
  whitequark 742a8f5e2b smoltcp;:parsing → smoltcp::parsers. há 7 anos atrás
  whitequark 64a82709d4 Implement TCP timeouts. há 7 anos atrás
  whitequark a04b32441b Implement TCP keep-alive. há 7 anos atrás
  whitequark c5deacbcb8 Fix warnings. há 7 anos atrás
  whitequark 14355e15d0 RingBuffer::{empty,full}→is_{empty,full}. há 7 anos atrás
  whitequark 388e94b32a Remove Error::Rejected. há 7 anos atrás