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
*
ruby/win32.h: include windows.h
nobu
2015-07-21
2
-0
/
+6
*
* ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)
sorah
2015-07-12
5
-6
/
+6
*
basicsocket.c: swap examples [ci skip]
nobu
2015-07-08
1
-7
/
+11
*
pass saved errno
nobu
2015-07-08
1
-2
/
+2
*
socket: memoize common socket families in fptr->mode
normal
2015-07-02
4
-7
/
+32
*
ext/socket/ancdata.c (bsock_recvmsg_internal): reduce stack use
normal
2015-06-23
1
-25
/
+13
*
* include/ruby/ruby.h: $SAFE=2 is now obsolete.
hsbt
2015-06-18
1
-1
/
+0
*
* include/ruby/ruby.h: $SAFE=3 is now obsolete.
hsbt
2015-06-17
4
-11
/
+0
*
fix unbalanced square brackets
kazu
2015-06-16
2
-2
/
+2
*
socket: allow explicit buffer for recv and recv_nonblock
normal
2015-06-15
3
-19
/
+44
*
socket: allow exception-free nonblocking sendmsg/recvmsg
normal
2015-06-15
6
-19
/
+54
*
raddrinfo.c: suppress a warning
nobu
2015-06-14
1
-0
/
+2
*
raddrinfo.c: suppress a warning
nobu
2015-06-14
1
-1
/
+1
*
* ext/socket/raddrinfo.c (parse_numeric_port): Detect
akr
2015-06-14
1
-2
/
+29
*
* ext/socket/ancdata.c (bsock_sendmsg_internal): drop redundant assignment
normal
2015-06-05
1
-4
/
+0
*
* ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments are
ngoto
2015-06-05
1
-4
/
+1
*
ext/socket/ancdata.c (bsock_sendmsg_internal): portability fix
normal
2015-06-05
1
-2
/
+3
*
ext/socket/ancdata.c (bsock_sendmsg_internal): fix build error from r50776
normal
2015-06-05
1
-1
/
+1
*
ext/socket/ancdata.c (bsock_sendmsg_internal): use rb_scan_args
normal
2015-06-04
1
-8
/
+8
*
ext/socket/ancdata.c: use RB_GC_GUARD instead of volatile
normal
2015-05-30
1
-1
/
+4
*
socket: avoid redundant fcntl on Linux
normal
2015-05-29
3
-3
/
+17
*
ext/socket/init.c: use SOCK_NONBLOCK if available
normal
2015-05-17
1
-4
/
+17
*
ifaddr.c: wrapper object before alloc
nobu
2015-05-16
1
-4
/
+11
*
ext/socket/ancdata.c (bsock_recvmsg_internal): GC guard
normal
2015-05-08
1
-0
/
+1
*
stdlib: use IO#wait_*able instead of IO.select when possible
normal
2015-05-06
1
-2
/
+2
*
ipsocket.c: fix merge miss
nobu
2015-04-30
1
-1
/
+1
*
ipsocket.c: sys_error
nobu
2015-04-30
1
-2
/
+6
*
socket: avoid common exceptions when calling connect_nonblock
normal
2015-04-20
1
-8
/
+5
*
connect_nonblock(..., exception: false) does not raise EISCONN
normal
2015-04-20
1
-0
/
+6
*
* doc/contributors.rdoc: fix a typo. Patch by @davydovanton
hsbt
2015-04-15
1
-2
/
+2
*
use frozen string of symbols
nobu
2015-04-14
1
-1
/
+1
*
connect_nonblock supports "exception: false"
normal
2015-04-12
1
-4
/
+22
*
raddrinfo.c: fix memory leak
nobu
2015-04-08
1
-0
/
+1
*
* ext/socket/extconf.rb: Solaris 11 has struct tcp_info.tcpi_ca_state,
naruse
2015-03-25
3
-7
/
+9
*
accept_nonblock: favor rb_hash_lookup2 to avoid Hash#default
normal
2015-03-12
1
-1
/
+1
*
accept_nonblock supports "exception: false"
normal
2015-03-12
5
-15
/
+45
*
use rb_funcallv
nobu
2015-02-16
1
-1
/
+1
*
getaddrinfo.c: GHOST vulnerability check
nobu
2015-02-08
2
-1
/
+3
*
socket/extconf.rb: reduce duplicated code
nobu
2015-02-08
1
-19
/
+5
*
* ext/socket/socket.c: improved document for YARD doc.
hsbt
2014-12-27
1
-140
/
+140
*
Update dependencies.
akr
2014-12-19
1
-15
/
+15
*
* ext/socket/basicsocket.c, ext/socket/sockssocket.c:
ktsj
2014-12-07
2
-12
/
+0
*
socket/option.c: fix inet_ntop link error on mswin
nobu
2014-12-05
1
-1
/
+3
*
socket/option.c: use rb_w32_inet_ntop
nobu
2014-12-04
1
-2
/
+2
*
Update dependency.
akr
2014-11-21
1
-90
/
+120
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-0
/
+15
*
Mark auogenerated part.
akr
2014-11-15
1
-0
/
+2
*
* common.mk: Remove comments in Dependency lines.
akr
2014-11-15
1
-241
/
+241
*
* tool/update-deps: Extend to fix dependencies.
akr
2014-11-15
1
-23
/
+242
*
* ext/socket/unixsocket.c: [DOC] Fix example to render in HTML
zzak
2014-10-11
1
-1
/
+3
[next]