Age | Commit message (Expand) | Author |
---|
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 |
2022-07-27 | Adjust styles [ci skip] | Nobuyoshi Nakada |
2022-07-27 | Append semicolons [ci skip] | Nobuyoshi Nakada |
2022-07-27 | Make indents and newlines consistent [ci skip] | Nobuyoshi Nakada |
2022-06-25 | Fix a variable name typo in the docs | Shannon Skipper |
2022-06-23 | Fix warnings by old gcc | Nobuyoshi Nakada |
2022-05-09 | Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893) | Samuel Williams |
2022-05-09 | Fix rdoc of IO::Buffer [ci skip] | Kazuhiro NISHIYAMA |
2022-05-09 | Explicit handling of frozen strings in `IO::Buffer#for`. (#5892) | Samuel Williams |
2022-01-07 | io_buffer.c: use mremap based resizing only when mremap available | Yuta Saito |
2022-01-02 | Remove UTF-8 from documentation. | Samuel Williams |
2022-01-02 | [DOC] Adjust IO::Buffer docs (#5374) | Victor Shepelev |
2021-12-25 | Fix typos [ci skip] | Kazuhiro NISHIYAMA |
2021-12-23 | Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`. | Samuel Williams |
2021-12-22 | Extended interface for IO::Buffer & documentation. | Samuel Williams |
2021-12-21 | Rename IMMUTABLE to READONLY. | Samuel Williams |
2021-12-21 | Improve interface for get/set/copy. | Samuel Williams |
2021-12-21 | Fix handling of clear with offset and without length. | Samuel Williams |
2021-12-21 | Mark non-private mapped files as external. | Samuel Williams |
2021-12-21 | Default `IO::Buffer#get_string` to use BINARY encoding. | Samuel Williams |
2021-12-21 | Rename `to_str` -> `get_string` and add support for encodings. | Samuel Williams |
2021-12-21 | Improved exception usage/classes. | Samuel Williams |
2021-12-21 | Fix handling of frozens strings. | Samuel Williams |
2021-12-21 | Fix mapping invalid non-file object. | Samuel Williams |