Skip to content

Releases: dEajL3kA/mtcp

mtcp v0.1.10

13 Feb 18:10
Compare
Choose a tag to compare
  • Switch to using spare_buffer crate in TcpStream::read_all_timeout() function.

mtcp v0.1.9

10 Feb 15:05
Compare
Choose a tag to compare
  • Improved dynamic allocation of the output buffer in read_all_timeout() function.

mtcp v0.1.8

07 Feb 11:33
Compare
Choose a tag to compare
  • TcpStream::read_all_timeout() function: Improved computation of the new buffer capacity.
  • Fixed typo in the documentation.

mtcp v0.1.7

06 Feb 17:48
Compare
Choose a tag to compare
  • Added optional maximum_length parameter to TcpStream::read_all_timeout() function
  • Added new error code TcpError::TooBig
  • Added shutdown() function to struct TcpConnection

mtcp v0.1.6

06 Feb 17:44
Compare
Choose a tag to compare
  • Added function local_addr() to TcpListener.

mtcp v0.1.5

27 Jan 12:45
Compare
Choose a tag to compare
  • This release fixes an error in the "server" example code.

mtcp v0.1.4

26 Jan 18:30
Compare
Choose a tag to compare
  • Correctly detect and discard "interrupted" errors also in the poll() function.
  • Improved error return values.

mtcp v0.1.3

25 Jan 19:58
Compare
Choose a tag to compare
  • This release uses lazy_rc and contains various fixes and improvements.

mtcp v0.1.2

25 Jan 19:56
Compare
Choose a tag to compare

This is the first public release.