index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Age
Commit message (
Expand
)
Author
2018-11-29
io.c: fix clang -Werror,-Wshorten-64-to-32 on Linux sendfile
normal
2018-11-29
io.c: fix clang -Werror,-Wshorten-64-to-32 errors
normal
2018-11-29
* expand tabs.
svn
2018-11-29
io.c: favor comparisons against zero rather than -1
normal
2018-11-29
disable non-blocking pipes and sockets by default
normal
2018-11-28
io.c (rb_update_max_fd): use F_GETFL if possible
normal
2018-11-28
* expand tabs.
svn
2018-11-28
io.c: reduce IO.copy_stream stack usage on Linux
normal
2018-11-27
io.c (struct copy_stream_struct): packing
normal
2018-11-24
io.c: disable nonblocking-by-default on win32 pipes
normal
2018-11-24
io.c: wait on FD readability w/o GVL reacquisition
normal
2018-11-23
io.c (io_fd_check_closed): prioritize cross-thread "stream closed"
normal
2018-11-23
io.c (fptr_finalize_flush): close race leading to EBADF
normal
2018-11-22
io.c: revalidate fptr->fd after rb_io_wait_readable
normal
2018-11-22
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-20
Remove unnecessary space
kazu
2018-11-19
io.c: ungetbyte silently ignores upper bits
shyouhei
2018-11-18
io.c: include vm_core.h for VM_UNREACHABLE
normal
2018-11-18
io.c (novl_wait_for_single_fd): VM_UNREACHABLE instead of assert
normal
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-08-09
add 'x' mode character for O_EXCL
kazu
2018-08-09
io.c: fix non-ascii filename inplace edit
nobu
2018-06-05
io.c: fix compilation when IOV_MAX is not defined
normal
2018-05-15
thread.c: enable ppoll for FreeBSD 11.0 and later
normal
2018-05-14
io.c: cleanup copy_stream wait-for-single-fd cases
normal
2018-05-12
io.c: fix typo and phrase [ci skip]
nobu
2018-05-04
nobody is using the return value of rb_io_fptr_finalize
shyouhei
2018-05-01
use list_head_init instead of open-coding it
normal
2018-05-01
LIST_HEAD as a local variable is a C99ism.
shyouhei
2018-04-30
io.c: workaround for EPROTOTYPE
nobu
2018-04-30
io.c: reuse internal_write_func
nobu
2018-04-21
io.c: do not use rb_notify_fd_close close on recycled FD
normal
2018-03-28
io.c: IO#write without args returns 0
normal
2018-03-20
io.c: Methods of File should not invoke external commands
shugo
2018-03-18
Remove duplicated `,` [ci skip]
kazu
2018-03-17
Add doc for `opt` parameter of IO#reopen [ci skip]
k0kubun
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-08
Fix compile error when USE_COPY_FILE_RANGE is defined but not USE_SENDFILE
nobu
2018-02-02
io.c: unused assignments
nobu
2018-02-02
io.c: hoisted out io_fd_check_closed
nobu
2018-01-31
io.c: fix comparison subject
nobu
2018-01-31
io.c: fix fptr_copy_finalizer
nobu
2018-01-31
io.c: fptr_copy_finalizer
nobu
2018-01-31
io.c: pipe_register_fptr
nobu
2018-01-31
io.c: simplified pipe_del_fptr
nobu
2018-01-24
process.c: add :exception option to Kernel.#system
k0kubun
2018-01-22
use predefined IDs
kazu
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-07
io.c: rb_stderr_to_original_p
nobu
2018-01-05
io.c: clear Strings we create for IO.copy_stream
normal
[next]