Skip to content

1.2.1

Compare
Choose a tag to compare
@sodabrew sodabrew released this 17 Nov 16:42
· 262 commits to master since this release
  • Throw strerror(errno) when getsockname or getpeername fail [#506, #683]
  • Use a single concrete implementation of getpeername/getsockname, the rest pure virtuals [#683]
  • Use gai_strerror to get the failure string from getaddrinfo [#719, #744]
  • Fix deregistering descriptor when using KQUEUE [#728]
  • Fix to enable to work an example code in EM::Pool [#731]
  • LineText2: Add regular expression delimiter support [#706]
  • Pure Ruby: EM rescue ECONNREFUSED on initial TCP connect [#741]
  • Pure Ruby: EM SSL (working start_tls) [#712]
  • Pure Ruby: EM fixes [#707]
  • Java: Use Acceptors to get peer and sock names if not present in Connections [#743]