ChangeLog¶ ↑
Version 0.1.2¶ ↑
-
Reactor
– Reduced object allocations. -
Connection::Error.translate
– HandleErrno::ENOTSOCK
errors.
Version 0.1.1¶ ↑
-
Connection
-
#_write
– UseString#byteslice
instead ofString#slice
andString#bytesize
instead ofString#size
. -
Error.translate
– TranslateErrno::ECONNABORTED
asError::Reset
.
-
Version 0.1.0¶ ↑
-
Cleaned up connection handling structure for JRuby support.
-
Connection
-
PeerInfo
now not included by default and only available for servers.
-
Version 0.1.0.beta5 (September 4, 2014)¶ ↑
-
Tasks::OneOff#call
: Ensure that the task is marked as done even if an exception is raised.
Version 0.1.0.beta4 (September 4, 2014)¶ ↑
-
Reactor
-
#running?
: Returnfalse
if the Reactor thread is dead. -
Added
#on_error
, for exception handling callbacks.
-
-
All tasks can now receive arguments.
Version 0.1.0.beta3 (August 20, 2014)¶ ↑
-
Connection::TLS#socket_accept
: Returnnil
on error.
Version 0.1.0.beta2 (July 8, 2014)¶ ↑
-
Added version and serial number to the default SSL context.
Version 0.1.0.beta1 (May 10, 2014)¶ ↑
-
Initial release.