Commit History

Author SHA1 Message Date
  whitequark 2fedc76d76 Bump to 0.2.0. 8 years ago
  whitequark 778add2173 Update dev-dependencies. 8 years ago
  whitequark d57b42ca93 Don't send TCP FIN flag yet if next segment will also have data. 8 years ago
  whitequark bb630e101c Reset the TCP retransmit timer on valid ACK if transmit half is open. 8 years ago
  whitequark 309d0f56c8 Fix build with no alloc or collections. 8 years ago
  whitequark 6a2c009b64 Test various combinations of features. 8 years ago
  whitequark 874d192f8a Gate the really verbose log messages behind a feature. 8 years ago
  whitequark e1a40d8e57 Don't respond with RST to ACKs in TCP LISTEN state. 8 years ago
  whitequark 65a09329cc Reject, not accept, TCP RST packets in LISTEN state. 8 years ago
  whitequark 4952f5573c Add reference counting to SocketSet. 8 years ago
  whitequark 096dd54642 Add TcpSocket::abort(). 8 years ago
  whitequark 9570d66f77 Reject all TCP packets in the CLOSED state. 8 years ago
  whitequark c10f37f305 Properly document TCP state machine query methods. 8 years ago
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). 8 years ago
  whitequark 778753d26d Do not send RST in response to invalid SEQ or ACK. 8 years ago
  whitequark 93c7fbaa73 Always display meaningful endpoint in trace messages. 8 years ago
  Taylor Cramer c4c8a447a2 Fix mislabeled features in README.md 8 years ago
  whitequark a624559127 Fix inverted meaning of TcpSocketBuffer::empty(). 8 years ago
  whitequark 4f2c58d4f6 Add lots of sanity checking to TCP test helpers. 8 years ago
  whitequark 616730558a Do not try to retransmit SYN as if it was in data stream. 8 years ago
  whitequark d7e05d1654 Don't display IP packet error twice when pretty-printing. 8 years ago
  whitequark 41f9426380 Calculate IP payload length from the total length field. 8 years ago
  whitequark ea02b58178 Pretty-print TCP and UDP representations, and verify checksums. 8 years ago
  whitequark b860505775 Try to get TCP state query methods into a saner state. 8 years ago
  whitequark a5c05f2f8e Do not use UTF-8 in net_trace!(). 8 years ago
  whitequark 1cd88421b4 Fix a bug that caused .send();.close(); to result in a lost FIN. 8 years ago
  whitequark 830f9d9ad5 Update TcpSocket::{can,may}_{send,recv} APIs. 8 years ago
  whitequark 0dedbaf597 impl Debug for SocketSet. 8 years ago
  whitequark 8bff18cfdd Rework the user-facing error handling in UDP sockets. 8 years ago
  whitequark 0293008ad8 Allow copying socket set handles. 8 years ago