ruby/ext
Misaki Shioi 49d2e79fb0
Ensure to close pipes when TCPSocket.new finishes processing (#12181)
`TCPSocket.new` with HEv2 uses three threads.
The last of these threads to exit closed pipes.
However, if pipes were open at the end of the main thread, they would leak.
This change avoids this by closing pipes at the end of the main thread.
2024-11-29 18:49:02 +09:00
..
-test- [Bug #20903] rb_econv_str_append arguments expected to be String 2024-11-22 10:36:05 +09:00
cgi/escape ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
continuation ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
coverage ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
date [ruby/date] Fix mixed declarations and code 2024-11-29 02:48:10 +00:00
digest [ruby/digest] Remove obsolete test runner [ci skip] 2024-11-20 15:14:26 +00:00
erb/escape [ruby/erb] Skip building a native extension for JRuby 2024-01-04 22:33:16 +00:00
etc [ruby/etc] Prefer rb_intern_const over rb_intern for literal strings 2024-11-20 16:38:33 +00:00
fcntl [ruby/fcntl] Fixup gemspec files 2024-11-07 18:45:05 +09:00
fiddle Bump version 2024-11-11 09:28:40 +09:00
io [ruby/io-console] Read errno before calling rb_io_path() 2024-11-27 03:19:39 +00:00
json [ruby/json] Prevent a warning of "a candidate for gnu_printf format attribute" 2024-11-27 23:35:20 +09:00
monitor ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
objspace ObjectSpace.dump: handle Module#set_temporary_name 2024-11-12 20:21:27 +01:00
openssl [ruby/openssl] Support signing CRLs using Ed25519 2024-11-22 17:26:03 +00:00
pathname [ruby/pathname] Bump up v0.4.0 2024-11-06 07:09:08 +00:00
psych [ruby/psych] Eagerly require date. 2024-11-20 16:59:55 +00:00
pty Remove a useless check if fd is negative 2024-11-29 12:38:20 +09:00
rbconfig/sizeof ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
ripper Fix memory leak in Ripper for indented heredocs 2024-09-25 08:56:14 -04:00
rubyvm
socket Ensure to close pipes when TCPSocket.new finishes processing (#12181) 2024-11-29 18:49:02 +09:00
stringio [ruby/stringio] Copy from the relocated string 2024-11-05 05:01:03 +00:00
strscan [ruby/strscan] Implement #scan_integer to efficiently parse Integer 2024-11-27 09:24:07 +09:00
win32 [ruby/win32-registry] Bump up v0.1.0 2024-11-08 05:18:39 +00:00
win32ole [ruby/win32ole] Bump up v1.9.0 2024-11-01 04:32:35 +00:00
zlib [ruby/zlib] Add support for safe offload of nogvl code. 2024-11-20 21:40:55 +00:00
.document [ruby/io-console] [DOC] Split .document files to sync with ruby/ruby 2023-10-22 11:09:06 +09:00
extmk.rb extmk.rb: define Gem.target_rbconfig not to break Gem::Platform.local 2024-06-18 11:12:52 +09:00
Setup Clean up removed directories in ext/Setup* [ci skip] 2023-01-18 12:02:27 +09:00
Setup.atheos racc/cparse is extracted from ruby/ruby repository 2023-06-08 18:05:07 +09:00
Setup.nt racc/cparse is extracted from ruby/ruby repository 2023-06-08 18:05:07 +09:00