Age | Commit message (Expand) | Author |
---|
2025-05-23 | Allow `IO#close` to interrupt IO operations on fibers using `fiber_interrupt`... | Samuel Williams |
2025-03-31 | Make free, memsize functions of IO::Buffer static | Peter Zhu |
2025-03-31 | Mark rb_io_buffer_type references declaratively | Matt Valentine-House |
2024-12-09 | [Bug #20933] Fix IO::Buffer overlap calculation | Peter Zhu |
2024-11-21 | Annotate anonymous mmap | Kunshan Wang |
2024-11-20 | Allow `io_buffer_memmove` to release the GVL for large buffers. (#12021) | Samuel Williams |
2024-11-06 | io_buffer.c: Allow copies between overlapping buffers with #copy and #set_str... | Kasumi Hanazuki |
2024-10-05 | Introduce `rb_io_blocking_region` which takes `struct rb_io` argument. (#11795) | Samuel Williams |
2024-10-03 | Update `IO::Buffer` documentation. (#11737) | Samuel Williams |
2024-10-01 | [Bug #20755] Frozen string should not be writable via IO::Buffer | Nobuyoshi Nakada |
2024-09-30 | [Bug #20752] Slice of readonly `IO::Buffer` also should be readonly | Nobuyoshi Nakada |
2024-05-19 | Fix comment: Buffer.for(string) without block returns readonly buffer | TOMITA Masahiro |
2024-05-19 | Fix IO::Buffer comment | TOMITA Masahiro |
2024-05-09 | Fix format specifier for `DWORD` | Nobuyoshi Nakada |
2024-01-15 | Improve behavioural consistency of unallocated (zero length) `IO::Buffer`. (#... | Samuel Williams |
2023-12-27 | Fix Window private file mapping unlink EACCES issue. (#9358) | Samuel Williams |
2023-12-25 | Correctly release the underlying file mapping. (#9340) | Samuel Williams |
2023-12-25 | IO::Buffer improvements and documentation. (#9329) | Samuel Williams |
2023-12-19 | Implement IO::Buffer on VWA | Peter Zhu |
2023-12-18 | [DOC] Add document of IO::Buffer#hexdump | Nobuyoshi Nakada |
2023-12-14 | Implement Write Barriers on IO::Buffer | Peter Zhu |
2023-12-12 | Use xfree for IO::Buffer | Peter Zhu |
2023-12-06 | Don't warn generally for `IO::Buffer`, only on specific code paths e.g. `map`... | Samuel Williams |
2023-09-14 | Fix `io_buffer_get_string` default length computation. (#8427) | Samuel Williams |
2023-09-13 | [Bug #19754] Make `IO::Buffer#get_string` check `offset` range (#8016) | Nobuyoshi Nakada |
2023-08-29 | [DOC] Improved documentation. (#8319) | Samuel Williams |
2023-05-27 | Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860) | Samuel Williams |
2023-05-24 | Improvements to `IO::Buffer` `read`/`write`/`pread`/`pwrite`. (#7826) | Samuel Williams |
2023-05-22 | Fix mutation on shared strings. (#7837) | Samuel Williams |
2023-05-22 | Rename `data` -> `buffer` for better readability. (#7836) | Samuel Williams |
2023-03-31 | Support `IO#pread` / `IO#pwrite` using fiber scheduler. (#7594) | Samuel Williams |
2023-03-25 | Fix incorrect usage of `rb_fiber_scheduler_io_(p)(read|write)`. (#7593) | Samuel Williams |
2023-03-25 | IO::Buffer#resize: Free internal buffer if new size is zero (#7569) | Kasumi Hanazuki |
2023-02-27 | Fix spelling (#7389) | John Bampton |
2023-02-26 | Adjust `else` style to be consistent in each files [ci skip] | Nobuyoshi Nakada |
2023-02-25 | Prefer RB_NUM2LONG for string length. (#7379) | Samuel Williams |
2023-02-25 | Add `IO::Buffer.string` for efficient string creation. (#7364) | Samuel Williams |
2023-02-23 | [Bug #19459] Remove unnecessary always-true checks (#7362) | Nobuyoshi Nakada |
2022-12-24 | [DOC] Document new methods of IO::Buffer and Fiber::Scheduler (#7016) | Victor Shepelev |
2022-12-24 | Fix missing handling of offset argument in `IO::Buffer` `pread` and `pwrite`.... | Samuel Williams |
2022-12-02 | Use consistent style [ci skip] | Nobuyoshi Nakada |
2022-11-20 | Fix typos (#6775) | Yudai Takada |
2022-11-16 | Using UNDEF_P macro | S-H-GAMELINKS |
2022-11-03 | [DOC] Fix IO::Buffer#slice rdoc position | Yusuke Nakamura |
2022-10-26 | Fix format specifiers for `size_t` | Nobuyoshi Nakada |
2022-10-19 | Add support for anonymous shared IO buffers. (#6580) | Samuel Williams |
2022-10-12 | Improvements to IO::Buffer implementation and documentation. (#6525) | Samuel Williams |
2022-09-26 | Update `IO::Buffer` read/write to use rb_thread_io_blocking_region. (#6438) | Samuel Williams |
2022-09-26 | Add several new methods for getting and setting buffer contents. (#6434) | Samuel Williams |
2022-09-08 | [Bug #5317] Use `rb_off_t` instead of `off_t` | Nobuyoshi Nakada |