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
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2022-11-17
1
-3
/
+3
*
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-10-07
1
-0
/
+4
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-223
/
+223
*
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-18
1
-3
/
+2
*
Direct io for accept, send, sendmsg, recvfrom, and related methods.
Samuel Williams
2021-06-22
1
-16
/
+10
*
Removed no longer used variables
Nobuyoshi Nakada
2021-06-14
1
-1
/
+0
*
Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)
Samuel Williams
2021-06-14
1
-31
/
+1
*
[DOC] Fix typo in ext/socket/socket.c [ci skip]
Dimitris Zorbas
2021-02-04
1
-2
/
+2
*
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2021-01-05
1
-1
/
+1
*
socket is ractor-safe.
Koichi Sasada
2020-12-18
1
-0
/
+2
*
Add connect_timeout to TCPSocket
Masaki Matsushita
2020-12-10
1
-1
/
+1
*
Revert getaddrinfo_a()
Masaki Matsushita
2020-12-07
1
-4
/
+0
*
Show deprecation warning on Socket.gethostbyname and Socket.gethostbyaddr
Masaki Matsushita
2020-08-29
1
-0
/
+3
*
Adjust indents [ci skip]
Nobuyoshi Nakada
2020-08-27
1
-5
/
+5
*
Make Socket.getaddrinfo interruptible (#2827)
Kir Shatrov
2020-08-27
1
-1
/
+6
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
1
-72
/
+26
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-6
/
+1
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-5
/
+5
*
disable non-blocking pipes and sockets by default
normal
2018-11-29
1
-2
/
+3
*
socket: disable nonblocking-by-default on win32
normal
2018-11-22
1
-4
/
+8
*
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-22
1
-2
/
+6
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
socket.c,tcpsocket.c: improve deprecation notices
stomar
2017-11-07
1
-8
/
+8
*
reference Socket.getaddrinfo to Addrinfo.getaddrinfo.
akr
2017-10-21
1
-0
/
+3
*
Describe recommended-methods.
akr
2017-10-21
1
-0
/
+2
*
Deprecation document for gethostbyname,gethostbyaddr.
akr
2017-10-21
1
-2
/
+20
*
add example for Socket.gethostbyaddr.
akr
2017-10-21
1
-0
/
+7
*
socket.c: null byte at Socket.getnameinfo
nobu
2017-10-11
1
-2
/
+2
*
* ext/socket/*.c: Add proper require for example to work.
hsbt
2016-10-05
1
-0
/
+2
*
socket.c: unlimited size hostname
nobu
2016-01-28
1
-6
/
+20
*
rb_readwrite_syserr_fail
nobu
2015-12-23
1
-1
/
+1
*
prefer rb_syserr_fail
nobu
2015-12-23
1
-3
/
+4
*
use rb_gc_for_fd for more callers
normal
2015-11-23
1
-2
/
+1
*
* ext/socket/socket.c: remove mention of :UNIX in getaddrinfo().
hsbt
2015-11-20
1
-1
/
+1
*
socket: avoid arg parsing in rsock_s_accept_nonblock
normal
2015-11-16
1
-58
/
+8
*
socket: Socket#connect_nonblock avoids arg parsing with C API
normal
2015-11-16
1
-55
/
+10
*
socket: avoid arg parsing in rsock_s_recvfrom_nonblock
normal
2015-11-16
1
-65
/
+7
*
ext: use RARRAY_ASET
nobu
2015-11-05
1
-1
/
+1
*
ext: use RARRAY_AREF
nobu
2015-11-05
1
-7
/
+7
*
ext: use RARRAY_CONST_PTR
nobu
2015-11-04
1
-7
/
+7
*
rsock_addrinfo: specify address family
nobu
2015-10-13
1
-2
/
+4
*
socket.c: suppress warnings
nobu
2015-08-05
1
-1
/
+1
*
* ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)
sorah
2015-07-12
1
-2
/
+2
*
pass saved errno
nobu
2015-07-08
1
-2
/
+2
*
* include/ruby/ruby.h: $SAFE=3 is now obsolete.
hsbt
2015-06-17
1
-4
/
+0
*
socket: allow exception-free nonblocking sendmsg/recvmsg
normal
2015-06-15
1
-4
/
+2
*
connect_nonblock(..., exception: false) does not raise EISCONN
normal
2015-04-20
1
-0
/
+6
*
connect_nonblock supports "exception: false"
normal
2015-04-12
1
-4
/
+22
*
accept_nonblock supports "exception: false"
normal
2015-03-12
1
-4
/
+12
*
use rb_funcallv
nobu
2015-02-16
1
-1
/
+1
[next]