2020-09-14 15:36:45 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
net/ruby-nio4r: update to 2.5.3
Update ruby-nio4r package to 2.5.3.
2.5.3 (2020-09-07)
* #241 Possible bug with Ruby >= 2.7.0 and GC.compact. (@boazsegev)
|
2020-03-24 16:11:58 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
net/ruby-nio4r: update to 2.5.2
Update ruby-nio4r to 2.5.2.
2.5.2 (2019-09-24)
* #220 Update to libev-4.27 & fix assorted warnings. (@ioquatix)
* #225 Avoid need for linux headers. (@ioquatix)
2.4.0 (2019-07-07)
* #211 Enable KQUEUE on macOS 10.14+. (@ioquatix)
* Bump minimum supported Ruby to 2.3. (@ioquatix)
* Assorted fixes for TruffleRuby & JRuby. (@eregon, @olleolleolle)
* Update libev to v4.25. (@ioquatix)
* Bind to ephemeral (port 0) for more reliable specs. (@ioquatix)
* Improve handling of SSL sockets and related specs. (@MSP-Greg)
|
2018-05-06 04:21:37 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
net/ruby-nio4r: update to 2.3.1
## 2.3.1 (2018-05-03)
* [#188](https://github.com/socketry/nio4r/pull/188)
Fix remove interests
([@ioquatix])
|
2018-03-17 15:20:59 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
net/ruby-nio4r: update to 2.3.0
## 2.3.0 (2018-03-15)
* [#183](https://github.com/socketry/nio4r/pull/183)
Allow `Monitor#interests` to be nil
([@ioquatix])
|
2018-03-13 17:04:44 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
net/ruby-nio4r: add version 2.2.0 package
New I/O for Ruby (nio4r): cross-platform asynchronous I/O primitives for
scalable network clients and servers. Modeled after the Java NIO API, but
simplified for ease-of-use.
nio4r provides an abstract, cross-platform stateful I/O selector API for Ruby.
I/O selectors are the heart of "reactor"-based event loops, and monitor
multiple I/O objects for various types of readiness, e.g. ready for reading or
writing.
|