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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
socket
Age
Commit message (
Expand
)
Author
12 days
Cast down to socklen_t explicitly in rb_getnameinfo
Jean Boussier
13 days
Cast down to `socklen_t` explicitly
Nobuyoshi Nakada
2025-08-20
Avoid spawning thread for trivial getnameinfo calls
John Hawthorn
2025-07-23
Prevent a warning: old-style function definition
Yusuke Endoh
2025-07-17
Flag rsock_raise_user_specified_timeout() as NORETURN (#13928)
Daisuke Aritomo
2025-07-17
Declare `rsock_raise_user_specified_timeout` as noreturn
Nobuyoshi Nakada
2025-07-17
[Feature #21347] Add `open_timeout` as an overall timeout option for `TCPSock...
Misaki Shioi
2025-07-15
[Bug #21512] Socket.tcp_with_fast_fallback: Pass proper addr family to getadd...
Daisuke Aritomo
2025-07-11
Update dependencies for addition of set.h to public headers
Jeremy Evans
2025-07-11
Fix `heap-use-after-free` in `rb_getaddrinfo` (#13856)
Misaki Shioi
2025-07-10
Fix timeout in Addrinfo.getaddrinfo to actually take effect (#13803)
Misaki Shioi
2025-07-03
Suppress a warning in code for SOCKS5
Nobuyoshi Nakada
2025-07-02
[Bug #21497] [ruby/socket]: add full prototype
Z. Liu
2025-06-14
Add `open_timeout` as an overall timeout option for `Socket.tcp` (#13368)
Misaki Shioi
2025-06-05
Suppress warnings by gcc-13 with `-Og`
Nobuyoshi Nakada
2025-06-04
Implement write barrier for addrinfo
Daniel Colson
2025-05-20
Make Addrinfo objects Ractor shareable
Aaron Patterson
2025-05-11
Update common.mk dependencies
Yusuke Endoh
2025-05-11
namespace on read
Satoshi Tagomori
2025-05-03
Fix `heap-use-after-free` in `free_fast_fallback_getaddrinfo_entry` (#13231)
Misaki Shioi
2025-04-27
Use a `set_table` for `rb_vm_struct.unused_block_warning_table`
Jean Boussier
2025-04-13
Fix typos `finised` -> `finished` (#13104)
Haruna Tsujita
2025-04-02
Improve backtrace of errors raised by `Socket.tcp_with_fast_fallback`
Jean Boussier
2025-03-15
Fix crash in TCPSocket.open
Luke Jahnke
2025-03-10
Fix `Socket.tcp_with_fast_fallback` to be usable from a Ractor
Jean Boussier
2025-02-22
Add description for Socket::Ifaddr#flags.
Tanaka Akira
2025-02-18
Tweak: Add prefix to non-static function names (#12764)
Misaki Shioi
2025-02-03
Do not save ResolutionError if resolution succeeds for any address family (#1...
Misaki Shioi
2025-01-29
Ensure that memory is not freed before calling `free_fast_fallback_getaddrinf...
Misaki Shioi
2025-01-06
Fix typo for private constant in Socket
Raul Gutierrez Segales
2024-12-25
Introduce a timeout to prevent `rb_thread_fd_select` from hanging with write(...
Misaki Shioi
2024-12-23
Improve doc for `Socket::ResolutionError` (#12434)
Misaki Shioi
2024-12-18
Wrap `do_fast_fallback_getaddrinfo` with `rb_thread_prevent_fork` (#12366)
Misaki Shioi
2024-12-16
[DOC] Fix broken parameter display and see links for Socket
nvh0412
2024-12-15
Fix broken links to `Socket.tcp_fast_fallback=`
Stan Lo
2024-12-14
Improve APIs for Globally Enabling/Disabling fast_fallback in Socket (#12257)
Misaki Shioi
2024-12-11
Use ruby_strdup/xfree in fast_fallback
John Hawthorn
2024-12-11
Use `rb_thread_fd_select` instead of select(2) (#12292)
Misaki Shioi
2024-12-10
Fix Connection Attempt Delay of `Socket.tcp` (#12291)
Misaki Shioi
2024-12-03
Fix use of getaddrinfo_shared->lock
John Hawthorn
2024-11-30
Improve the conditions for clearing the Connection Attempt Delay upon connect...
Misaki Shioi
2024-11-29
Ensure to close pipes when `TCPSocket.new` finishes processing (#12181)
Misaki Shioi
2024-11-29
Allow disable to `fast_fallback` of `TCPSocket.new` (#12210)
Misaki Shioi
2024-11-28
Ensure to free fast_fallback_getaddrinfo_shared with single family (#12199)
Misaki Shioi
2024-11-25
Prevent memory leak
Yusuke Endoh
2024-11-25
Fix initialization of `struct wait_fast_fallback_arg::cancelled`
Nobuyoshi Nakada
2024-11-25
Do not save the last error without sockets in the connection attempt (#12153)
Misaki Shioi
2024-11-24
UBF is also required for synchronous name resolution (#12156)
Misaki Shioi
2024-11-23
Save the error that occurred during name resolution (#12155)
Misaki Shioi
2024-11-21
Fix the usage of realloc
Yusuke Endoh
[next]