Historique des commits

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