| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-23 | Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5249 Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2021-12-22 | Extended interface for IO::Buffer & documentation. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5314 Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2021-12-21 | Rename IMMUTABLE to READONLY. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-21 | Improve interface for get/set/copy. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-21 | Mark non-private mapped files as external. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-21 | Default `IO::Buffer#get_string` to use BINARY encoding. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-21 | Add tests for `IO::Buffer` `get`/`set`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-21 | Rename `to_str` -> `get_string` and add support for encodings. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-21 | Improved exception usage/classes. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-21 | Fix handling of frozens strings. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-21 | Fix mapping invalid non-file object. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
| 2021-12-20 | Improve IO::Buffer resize and introduce ownership transfer. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5301 | |||
| 2021-12-19 | Default size for IO::Buffer. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5300 | |||
| 2021-11-23 | Suppress the “experimental" warnings for `IO::Buffer` | Nobuyoshi Nakada | |
| As this warning is emitted just once per processes, needs in each files when parallel testing. | |||
| 2021-11-17 | Validate string type when constructing IO::Buffer for string mapping. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5115 | |||
| 2021-11-12 | Rework implementation of `IO::Buffer.for(string)` to use string locking. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5109 | |||
| 2021-11-12 | More immutability and locking tests. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5109 | |||
| 2021-11-10 | IO::Buffer for scheduler interface. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4621 | |||
