1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Masaki Matsushita 94d49ed31c Add a hook before fork() for getaddrinfo_a()
We need stop worker threads in getaddrinfo_a() before fork().
This change adds a hook before fork() that cancel all outstanding requests
and wait for all ongoing requests. Then, it waits for all worker
threads to be finished.

Fixes [Bug #17220]
2020-12-04 23:31:51 +09:00
..
-test- memory_view.c: Check availability in rb_memory_view_get 2020-12-02 09:44:03 +09:00
bigdecimal
cgi/escape
continuation
coverage
date
dbm
digest [ruby/digest] LICENSE 2020-12-03 17:35:28 +09:00
etc
fcntl
fiber
fiddle
gdbm
io [ruby/io-wait] Added extensions 2020-12-03 17:35:29 +09:00
json
monitor
nkf
objspace
openssl
pathname
psych
pty
racc/cparse
rbconfig/sizeof
readline [ruby/readline-ext] Rename depend.gem with depend-gem 2020-12-03 17:35:29 +09:00
ripper Store all kinds of syntax errors [Bug #17345] 2020-11-26 20:14:34 +09:00
rubyvm
socket Add a hook before fork() for getaddrinfo_a() 2020-12-04 23:31:51 +09:00
stringio delete deprecated IO-like methods 2020-12-03 12:47:51 +09:00
strscan
syslog
win32
win32ole Add string encoding IBM720 alias CP720 (#3803) 2020-11-22 22:23:40 +09:00
zlib [ruby/zlib] Add Zlib::Inflate#inflate :buffer keyword argument 2020-12-04 19:12:32 +09:00
.document Update ext/.document 2020-12-01 17:35:28 +09:00
extmk.rb
Setup
Setup.atheos
Setup.nt