summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2019-03-22[DOC] fix markups [ci skip]nobu
2019-03-07io.c: chomp CR at the end of read buffernobu
2019-02-20Fix document and return value of `IO#autoclose=`kazu
2019-02-11io.c: remove unused variable and fix typoglass
2019-02-11io.c: check HAVE_FCOPYFILEglass
2019-02-03io.c: get src_size from stp. Fix r66995.glass
2019-02-03io.c: reuse results of fstat(2) in copy functionsglass
2019-01-28io.c: use fcopyfile(3) in IO.copy_stream if availableglass
2019-01-27Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"glass
2019-01-27* expand tabs.svn
2019-01-27io.c: use fcopyfile(3) in IO.copy_stream if availableglass
2019-01-21* io.c: use copy_file_range() if definedglass
2019-01-15setbyte / ungetbyte allow out-of-range integersshyouhei
2018-12-06io.c (io_fflush): eliminate redundant rb_io_check_closednormal
2018-12-06io.c (io_write_nonblock): add RB_GC_GUARD, io_fflush may switch threadsnormal
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-11-29io.c: fix clang -Werror,-Wshorten-64-to-32 on Linux sendfilenormal
2018-11-29io.c: fix clang -Werror,-Wshorten-64-to-32 errorsnormal
2018-11-29* expand tabs.svn
2018-11-29io.c: favor comparisons against zero rather than -1normal
2018-11-29disable non-blocking pipes and sockets by defaultnormal
2018-11-28io.c (rb_update_max_fd): use F_GETFL if possiblenormal
2018-11-28* expand tabs.svn
2018-11-28io.c: reduce IO.copy_stream stack usage on Linuxnormal
2018-11-27io.c (struct copy_stream_struct): packingnormal
2018-11-24io.c: disable nonblocking-by-default on win32 pipesnormal
2018-11-24io.c: wait on FD readability w/o GVL reacquisitionnormal
2018-11-23io.c (io_fd_check_closed): prioritize cross-thread "stream closed"normal
2018-11-23io.c (fptr_finalize_flush): close race leading to EBADFnormal
2018-11-22io.c: revalidate fptr->fd after rb_io_wait_readablenormal
2018-11-22io + socket: make pipes and sockets nonblocking by defaultnormal
2018-11-20Remove unnecessary spacekazu
2018-11-19io.c: ungetbyte silently ignores upper bitsshyouhei
2018-11-18io.c: include vm_core.h for VM_UNREACHABLEnormal
2018-11-18io.c (novl_wait_for_single_fd): VM_UNREACHABLE instead of assertnormal
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-08-09add 'x' mode character for O_EXCLkazu
2018-08-09io.c: fix non-ascii filename inplace editnobu
2018-06-05io.c: fix compilation when IOV_MAX is not definednormal
2018-05-15thread.c: enable ppoll for FreeBSD 11.0 and laternormal
2018-05-14io.c: cleanup copy_stream wait-for-single-fd casesnormal
2018-05-12io.c: fix typo and phrase [ci skip]nobu
2018-05-04nobody is using the return value of rb_io_fptr_finalizeshyouhei
2018-05-01use list_head_init instead of open-coding itnormal
2018-05-01LIST_HEAD as a local variable is a C99ism.shyouhei
2018-04-30io.c: workaround for EPROTOTYPEnobu
2018-04-30io.c: reuse internal_write_funcnobu
2018-04-21io.c: do not use rb_notify_fd_close close on recycled FDnormal
2018-03-28io.c: IO#write without args returns 0normal
2018-03-20io.c: Methods of File should not invoke external commandsshugo