aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
...
* * io.c: use copy_file_range() if definedglass2019-01-211-1/+5
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-151-17/+11
* io.c (io_fflush): eliminate redundant rb_io_check_closednormal2018-12-061-1/+0
* io.c (io_write_nonblock): add RB_GC_GUARD, io_fflush may switch threadsnormal2018-12-061-0/+1
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-6/+1
* io.c: fix clang -Werror,-Wshorten-64-to-32 on Linux sendfilenormal2018-11-291-1/+1
* io.c: fix clang -Werror,-Wshorten-64-to-32 errorsnormal2018-11-291-5/+5
* * expand tabs.svn2018-11-291-3/+3
* io.c: favor comparisons against zero rather than -1normal2018-11-291-99/+102
* disable non-blocking pipes and sockets by defaultnormal2018-11-291-1/+2
* io.c (rb_update_max_fd): use F_GETFL if possiblenormal2018-11-281-2/+10
* * expand tabs.svn2018-11-281-2/+2
* io.c: reduce IO.copy_stream stack usage on Linuxnormal2018-11-281-15/+17
* io.c (struct copy_stream_struct): packingnormal2018-11-271-3/+3
* io.c: disable nonblocking-by-default on win32 pipesnormal2018-11-241-3/+13
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-241-29/+44
* io.c (io_fd_check_closed): prioritize cross-thread "stream closed"normal2018-11-231-1/+2
* io.c (fptr_finalize_flush): close race leading to EBADFnormal2018-11-231-4/+13
* io.c: revalidate fptr->fd after rb_io_wait_readablenormal2018-11-221-3/+13
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-20/+25
* Remove unnecessary spacekazu2018-11-201-1/+1
* io.c: ungetbyte silently ignores upper bitsshyouhei2018-11-191-2/+12
* io.c: include vm_core.h for VM_UNREACHABLEnormal2018-11-181-0/+1
* io.c (novl_wait_for_single_fd): VM_UNREACHABLE instead of assertnormal2018-11-181-1/+1
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-131-1/+1
* add 'x' mode character for O_EXCLkazu2018-08-091-4/+28
* io.c: fix non-ascii filename inplace editnobu2018-08-091-0/+2
* io.c: fix compilation when IOV_MAX is not definednormal2018-06-051-1/+11
* thread.c: enable ppoll for FreeBSD 11.0 and laternormal2018-05-151-5/+12
* io.c: cleanup copy_stream wait-for-single-fd casesnormal2018-05-141-42/+28
* io.c: fix typo and phrase [ci skip]nobu2018-05-121-2/+2
* nobody is using the return value of rb_io_fptr_finalizeshyouhei2018-05-041-5/+20
* use list_head_init instead of open-coding itnormal2018-05-011-1/+1
* LIST_HEAD as a local variable is a C99ism.shyouhei2018-05-011-1/+2
* io.c: workaround for EPROTOTYPEnobu2018-04-301-2/+11
* io.c: reuse internal_write_funcnobu2018-04-301-2/+1
* io.c: do not use rb_notify_fd_close close on recycled FDnormal2018-04-211-9/+7
* io.c: IO#write without args returns 0normal2018-03-281-1/+1
* io.c: Methods of File should not invoke external commandsshugo2018-03-201-6/+1
* Remove duplicated `,` [ci skip]kazu2018-03-181-1/+1
* Add doc for `opt` parameter of IO#reopen [ci skip]k0kubun2018-03-171-2/+3
* [DOC] missing docs at toplevelnobu2018-02-231-0/+8
* Fix compile error when USE_COPY_FILE_RANGE is defined but not USE_SENDFILEnobu2018-02-081-2/+2
* io.c: unused assignmentsnobu2018-02-021-4/+3
* io.c: hoisted out io_fd_check_closednobu2018-02-021-9/+11
* io.c: fix comparison subjectnobu2018-01-311-1/+1
* io.c: fix fptr_copy_finalizernobu2018-01-311-1/+3
* io.c: fptr_copy_finalizernobu2018-01-311-16/+19
* io.c: pipe_register_fptrnobu2018-01-311-4/+16
* io.c: simplified pipe_del_fptrnobu2018-01-311-12/+5