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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket.rb: protected connect_internal
nobu
2018-02-17
1
-2
/
+2
*
socket: fix BasicSocket#*_nonblock buffering bugs from r58400
normal
2017-10-27
1
-7
/
+2
*
Fixed misspelling words.
hsbt
2017-10-22
1
-1
/
+1
*
Add missing `buf` parameter to `recv_nonblock` doc [ci skip]
nobu
2017-10-22
1
-0
/
+1
*
socket: avoid fcntl for read/write_nonblock on Linux
normal
2017-04-19
1
-0
/
+18
*
Socket.udp_server_sockets: use symbol proc
normal
2017-04-11
1
-1
/
+1
*
Get rid of inifinity retry loop in Socket.udp_server_sockets
usa
2017-04-09
1
-0
/
+1
*
Revert r57690 except for read_nonblock
nobu
2017-02-23
1
-18
/
+9
*
[DOC] mark up literals
nobu
2017-02-23
1
-18
/
+18
*
[DOC] keyword argument _exception_
nobu
2017-02-23
1
-9
/
+9
*
socket.rb: [DOC] fix nonblock methods
nobu
2017-02-23
1
-7
/
+7
*
[DOC] {read,write}_nonblock with exception: false
nobu
2017-02-23
1
-9
/
+18
*
socket: use symbol proc for IO#close loops
normal
2016-11-21
1
-6
/
+6
*
socket.rb: remove closed checks
nobu
2016-11-15
1
-15
/
+15
*
socket.rb: kwargs
nobu
2016-11-14
1
-19
/
+10
*
socket: fix rdoc of UDPSocket#recvfrom_nonblock
rhe
2016-10-27
1
-1
/
+0
*
* ext/socket/lib/socket.rb: use safe navigation operator.
hsbt
2015-12-14
1
-1
/
+1
*
* ext/socket/ancdata.c: Check buffer full and ignore MSG_TRUNC flag.
akr
2015-11-19
1
-1
/
+2
*
socket: fix recvmsg without argument
normal
2015-11-17
1
-2
/
+2
*
* ext/socket/lib/socket.rb (Socket#recvmsg{,_nonblock}): default values
usa
2015-11-17
1
-2
/
+2
*
* ext/socket/lib/socket.rb: UNIXSocket is not always exists. fixes
usa
2015-11-17
1
-1
/
+1
*
socket: update doc for recvfrom_nonblock [ci skip]
normal
2015-11-17
1
-6
/
+13
*
socket: avoid exceptions in wrapper code
normal
2015-11-17
1
-10
/
+4
*
socket: avoid arg parsing in bsock_sendmsg_internal
normal
2015-11-17
1
-0
/
+50
*
socket (bsock_recvmsg_internal): avoid arg parsing
normal
2015-11-17
1
-0
/
+71
*
socket: avoid arg parsing in rsock_s_accept_nonblock
normal
2015-11-16
1
-0
/
+140
*
socket: Socket#connect_nonblock avoids arg parsing with C API
normal
2015-11-16
1
-0
/
+47
*
socket: avoid arg parsing in rsock_s_recvfrom_nonblock
normal
2015-11-16
1
-0
/
+171
*
* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.
akr
2015-11-14
1
-1
/
+3
*
stdlib: use IO#wait_*able instead of IO.select when possible
normal
2015-05-06
1
-2
/
+2
*
socket: avoid common exceptions when calling connect_nonblock
normal
2015-04-20
1
-8
/
+5
*
* ext/socket/lib/socket.rb: Don't test $! in "ensure" clause because
akr
2013-12-13
1
-30
/
+49
*
fixed wrong document for Socket.tcp by @lann [fix GH-302]
hsbt
2013-05-12
1
-5
/
+0
*
* ext/socket/lib/socket.rb: Doc typos by @vipulnsward [Fixes GH-292]
zzak
2013-04-24
1
-6
/
+6
*
* ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): return
shugo
2013-01-31
1
-1
/
+1
*
* ext/socket/raddrinfo.c (rsock_unixpath_len, init_unix_addrinfo),
shugo
2013-01-25
1
-7
/
+19
*
* ext/socket/lib/socket.rb (family_addrinfo): don't require protocol
akr
2012-01-09
1
-1
/
+4
*
* ext/socket/lib/socket.rb (family_addrinfo): return the given
akr
2012-01-09
1
-0
/
+3
*
* ext/socket: Make Socket documentation appear. Add documentation for
drbrain
2011-08-15
1
-2
/
+13
*
* ext/socket/ipsocket.c (init_inetsock_internal): use SOMAXCONN for
akr
2011-08-11
1
-2
/
+2
*
* ext/socket/lib/socket.rb: fix argument check in the previous commit.
akr
2011-08-10
1
-3
/
+1
*
* ext/socket/lib/socket.rb (Socket.tcp): add :connect_timeout option.
akr
2011-08-10
1
-12
/
+83
*
* ext/socket/lib/socket.rb (udp_server_sockets): unused variable
akr
2011-07-29
1
-2
/
+0
*
* object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.
drbrain
2011-05-11
1
-1
/
+7
*
Clean warnings: unused variables.
naruse
2010-06-23
1
-1
/
+1
*
* ext/socket/lib/socket.rb: suppress warnings.
akr
2010-06-22
1
-2
/
+1
*
* ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6
akr
2010-05-08
1
-0
/
+2
*
update doc.
akr
2010-03-22
1
-1
/
+1
*
update doc.
akr
2010-03-22
1
-10
/
+10
*
* ext/socket/.document: extracted from ext/.document.
akr
2010-03-22
1
-0
/
+2
[next]