Releases: wahern/cqueues
Releases · wahern/cqueues
rel-20200726
- Fix compilation with Lua 5.4 (#239)
rel-20200603
rel-20190813
- Fix feature detection (#227)
rel-20190731
rel-20171014
- Fix compilation with GCC 7
- Fix some compiler warnings
- Fix compilation with LuaJIT 2.1-beta3
rel-20161215
- disallow
cq:close()
when invoked from a thread resumed bycqueue_step
rel-20161214
- Accept SSL instance in
socket:starttls
. - Support
cqueue:close
. - Correctly cancel any controller descriptors before destroying a controller.
- Fix OpenSSL 1.1 support by correctly defaulting to client connect mode in
socket:starttls
when neither accept nor connect mode is explicitly specified.
20160812
- Support older Linux environments lacking signalfd by falling back to
sigtimedwait
as we do for Solaris. - On BSDs set
FD_CLOEXEC
on the signal.c kqueue descriptor.
20160808
20160316
- Allow yielding through cqueues:step. (@daurnimator)
- Use SSLv23_server_method instead of SSLv3_server_method when guessing the TLS handshake mode--server or client--as many OpenSSL forks have deprecated or removed SSLv3-specific APIs. (@daurnimator)
- Support SO_BROADCAST. (@daurnimator)
- Fix v6only flag. (@daurnimator)