index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2021-01-05
2
-4
/
+4
*
Fix compile error of sockssocket
Masaki Matsushita
2020-12-29
1
-1
/
+1
*
Removed rb_cData entity
Nobuyoshi Nakada
2020-12-22
2
-2
/
+2
*
socket is ractor-safe.
Koichi Sasada
2020-12-18
1
-0
/
+2
*
Remove unimplemented parameter from comment
Masaki Matsushita
2020-12-11
1
-2
/
+1
*
Add connect_timeout to TCPSocket
Masaki Matsushita
2020-12-10
8
-20
/
+38
*
Revert getaddrinfo_a()
Masaki Matsushita
2020-12-07
5
-265
/
+0
*
Call cleanup function for getaddrinfo_a(3) only before fork()
Masaki Matsushita
2020-12-06
1
-2
/
+2
*
Extend sleep time to 1.5 second in rb_getaddrinfo_a_before_exec()
Masaki Matsushita
2020-12-06
1
-1
/
+4
*
Add a hook before fork() for getaddrinfo_a()
Masaki Matsushita
2020-12-04
1
-0
/
+116
*
ext/socket/rubysocket.h: avoid the conflict of T_DATA definition in AIX
Rei Odaira
2020-11-01
1
-1
/
+1
*
Use public allocators for creating new T_OBJECT objects
Aaron Patterson
2020-10-28
2
-4
/
+4
*
ext/socket/ipsocket.c: prevent "warning: unused variable 'resolv_timeout'"
Yusuke Endoh
2020-09-27
1
-2
/
+1
*
Add comments for resolv_timeout
Masaki Matsushita
2020-09-25
1
-1
/
+3
*
Add resolve_timeout to TCPSocket [Feature #17134]
Masaki Matsushita
2020-09-25
6
-8
/
+52
*
Show deprecation warning on Socket.gethostbyname and Socket.gethostbyaddr
Masaki Matsushita
2020-08-29
1
-0
/
+3
*
Show deprecation warning on TCPSocket.gethostbyname
Masaki Matsushita
2020-08-28
1
-0
/
+1
*
Adjust indents [ci skip]
Nobuyoshi Nakada
2020-08-27
2
-14
/
+14
*
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
1
-15
/
+0
*
Make Socket.getaddrinfo interruptible (#2827)
Kir Shatrov
2020-08-27
3
-17
/
+23
*
sed -i '/r_cast.h/d'
卜部昌平
2020-08-27
1
-15
/
+0
*
sed -i '\,2/extern.h,d'
卜部昌平
2020-08-27
1
-15
/
+0
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
5
-199
/
+66
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-2100
/
+2100
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-2100
/
+2100
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-04-27
1
-1
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
2
-15
/
+2290
*
ext/socket/init.c: do not return uninitialized buffer
Yusuke Endoh
2020-03-31
1
-9
/
+8
*
Updated dependencies on internal/warnings.h
Nobuyoshi Nakada
2019-12-31
1
-0
/
+15
*
update dependencies
卜部昌平
2019-12-26
1
-0
/
+165
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-15
/
+34
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
4
-20
/
+7
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
3
-8
/
+2
*
Clean up implementation of SOCKSSocket, its confusing and undocumented
Justin McNally
2019-11-01
1
-4
/
+10
*
Prefer libsocksd over libsocks
Justin McNally
2019-11-01
1
-1
/
+1
*
Support libsocksd socks library for SOCKSSocket
Justin McNally
2019-11-01
1
-1
/
+1
*
Support timeout for Addrinfo
Masaki Matsushita
2019-09-10
3
-13
/
+145
*
Revert "Support timeout for Addrinfo"
Masaki Matsushita
2019-09-09
3
-145
/
+13
*
Support timeout for Addrinfo
Masaki Matsushita
2019-09-09
3
-13
/
+145
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
2
-6
/
+6
*
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
3
-6
/
+12
*
Hoisted out unixsocket_len, triming NUL chars from sun_path
Nobuyoshi Nakada
2019-08-16
1
-29
/
+30
*
Constified afamily functions
Nobuyoshi Nakada
2019-07-16
1
-3
/
+3
*
socket: use frozen string buffer when releasing GVL
Tanaka Akira
2019-07-14
1
-2
/
+5
*
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Nobuyoshi Nakada
2019-07-14
1
-0
/
+15
*
* expand tabs.
git
2019-06-11
1
-3
/
+3
*
ext/socket/ipsocket.c: Use SO_REUSEADDR for local_host/port
Yusuke Endoh
2019-06-11
1
-0
/
+5
*
Suppress paranoid warnings for external/3rd-party libraries
Nobuyoshi Nakada
2019-05-23
1
-0
/
+1
*
Removed moving toplevel header since r12501
nobu
2019-02-08
1
-15
/
+15
*
Fix indents [ci skip]
nobu
2018-12-31
1
-4
/
+4
[next]