Historique des commits

Auteur SHA1 Message Date
  Alex Crawford 95bbd24869 Clean up iterator chains il y a 4 ans
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match il y a 4 ans
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Dario Nieuwenhuis 23bb12a856 Async/await waker support. il y a 4 ans
  Dario Nieuwenhuis 965ff97007 Merge pull request #395 from crawford/clippy il y a 4 ans
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns il y a 4 ans
  Alex Crawford 113a6c16b8 Use newline variants of write macro il y a 4 ans
  Dario Nieuwenhuis c510a96012 Don't use matches! macro, for Rust 1.36 support il y a 4 ans
  Dario Nieuwenhuis f20ad0e8de Fix seq_to_transmit incorrectly returning true when a FIN was enqueued. il y a 4 ans
  Dario Nieuwenhuis 2080152b25 tcp: don't send data outside the remote window il y a 4 ans
  Dario Nieuwenhuis 65e5893153 tcp: allow sending ACKs in FinWait2 state. il y a 4 ans
  mustermeiszer b767861998 Taking into account TCP and IP header il y a 4 ans
  mustermeiszer b933bc361f Fixes unused MTU settings at TcpSocket dispatch il y a 4 ans
  Ryan Summers bdfa44270e Return RST to unexpected ACK in SYN-SENT state. il y a 4 ans
  Dario Nieuwenhuis be6bbfe6d1 Do not send window updates in states that shouldn't do so. il y a 5 ans
  Lucas Zanela 802c46305a Fix overly strict lifetime in TcpSocket. il y a 5 ans
  Dario Nieuwenhuis a27da3adf6 Remove now-redundant `remote_last_ack` update. il y a 5 ans
  Dario Nieuwenhuis 82a1c971ff Document `Error::Finished` in `recv()`. il y a 5 ans
  Dario Nieuwenhuis 8d96626fc8 Return `Error::Finished` in `recv()` on graceful close. il y a 5 ans
  Dario Nieuwenhuis 7f0f844ade Always send updated ack number in `ack_reply()`. il y a 5 ans
  Dario Nieuwenhuis b7a14980d0 Accept data packets in FIN_WAIT_2 state. il y a 5 ans
  fdb-hiroshima c03bb50dc1 use provided ip for TcpSocket::connect instead of 0.0.0.0 il y a 5 ans
  Scott Mabin a67ee07922 Add capacity methods to all sockets. il y a 5 ans
  Richard Meadows 1ada3da5aa Allow TCPSockets in a SocketSet without 'static storage lifetime il y a 6 ans
  whitequark 4ed4635938 Fix spurious crash in commit bd3912e5. il y a 6 ans
  whitequark bd3912e53e Bump log dependency to version 0.4. NFC. il y a 6 ans
  whitequark da1f2a85fd Fix docstrings for TcpSocket::{send,recv}_slice(). NFC. il y a 6 ans
  whitequark 60b67c45f5 Clarify TcpSocket::recv_queue() semantics. NFC. il y a 6 ans
  whitequark 4cec6eea0a Fix typo in docstring. NFC. il y a 6 ans