Histórico de Commits

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