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
/
ancdata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* process.c: Remove spaces between SI prefix and unit to follow
akr
2013-09-09
1
-2
/
+2
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-2
/
+0
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-1
/
+1
*
* ext/socket/ancdata.c (bsock_sendmsg_internal): controls_num should
akr
2013-05-09
1
-1
/
+1
*
* ext/socket/ancdata.c (bsock_sendmsg_internal): Always set
akr
2013-05-09
1
-4
/
+6
*
* ext/socket/rubysocket.h, ext/socket/unixsocket.c,
akr
2013-05-09
1
-20
/
+20
*
* ext/socket/ancdata.c (bsock_recvmsg_internal): Add a cast to
akr
2013-05-07
1
-1
/
+1
*
* ext/socket/ancdata.c (ancillary_inspect): Don't call
akr
2013-05-07
1
-1
/
+1
*
ancdata.c: suppress warnings
nobu
2013-05-01
1
-10
/
+12
*
Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESS
headius
2013-04-08
1
-2
/
+2
*
socket/extconf.rb: RSTRING_SOCKLEN
nobu
2013-04-06
1
-2
/
+2
*
* ext/socket: define and use union_sockaddr instead of struct
akr
2013-02-24
1
-2
/
+2
*
* ext/socket/ancdata.c (rsock_recvmsg): ignore truncated part of
akr
2013-02-16
1
-1
/
+7
*
* ext/socket/sockport.h (SET_SS_LEN): removed.
akr
2013-02-14
1
-3
/
+1
*
Supress warnings: unused variables
naruse
2012-10-22
1
-0
/
+4
*
* include/ruby/ruby.h: add C APIs.
nari
2012-10-20
1
-2
/
+1
*
ext/socket: suppress warnings on mingw64
nobu
2012-07-28
1
-1
/
+1
*
rb_thread_call_without_gvl
nobu
2012-07-10
1
-6
/
+6
*
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-23
1
-2
/
+2
*
* ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.org
kazu
2011-12-20
1
-1
/
+1
*
* ext/socket/rubysocket.h (rsock_recvmsg): declared.
akr
2011-11-06
1
-5
/
+11
*
* whitespace cleanup.
nobu
2011-11-04
1
-1
/
+1
*
* ext/socket/ancdata.c (nogvl_recvmsg_func): use MSG_CMSG_CLOEXEC if
akr
2011-10-31
1
-1
/
+6
*
* include/ruby/intern.h (rb_fd_fix_cloexec): renamed from
akr
2011-10-31
1
-2
/
+2
*
* include/ruby/intern.h (rb_fd_set_cloexec): declared.
akr
2011-10-22
1
-2
/
+2
*
* ext/socket: Make Socket documentation appear. Add documentation for
drbrain
2011-08-15
1
-7
/
+7
*
* ext/socket/extconf.rb: test recvmsg allocates file descriptors for
akr
2011-07-23
1
-5
/
+7
*
* io.c (rb_update_max_fd): validate fd.
akr
2011-07-23
1
-17
/
+19
*
* ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.
akr
2011-07-21
1
-2
/
+10
*
* include/ruby/intern.h (rb_update_max_fd): declaration moved from
akr
2011-07-20
1
-0
/
+2
*
update doc.
akr
2010-12-23
1
-2
/
+3
*
* fix type warnings.
nobu
2010-11-11
1
-1
/
+1
*
* ext/socket/ancdata.c (ancillary_timestamp): fix a constant type.
akr
2010-08-19
1
-1
/
+1
*
* suppress warnings.
nobu
2010-05-21
1
-2
/
+1
*
* ext/socket/option.c (sockopt_inspect): use rb_str_cat2 and
akr
2010-05-04
1
-2
/
+1
*
* ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 and
akr
2010-05-04
1
-1
/
+2
*
* ext/socket: fixed types.
nobu
2010-04-28
1
-12
/
+13
*
* ext/socket/rubysocket.h: non-implemented method definitions need
nobu
2010-04-28
1
-8
/
+0
*
* ext/**/*.[ch]: removed trailing spaces.
nobu
2010-04-22
1
-12
/
+12
*
* ext/socket: use rsock_ prefix for internal initialization functions.
akr
2010-03-22
1
-1
/
+1
*
update doc.
akr
2010-03-22
1
-0
/
+4
*
* ext/socket: make sources rdoc friendly.
akr
2010-03-21
1
-20
/
+14
*
* ext/socket/extconf.rb: use have_struct_member.
nobu
2009-12-30
1
-4
/
+4
*
fix typos.
akr
2009-11-04
1
-4
/
+4
*
update comment.
akr
2009-10-07
1
-0
/
+1
*
rdoc update.
akr
2009-07-01
1
-3
/
+0
*
* include/ruby/intern.h (rb_time_num_new): declared.
akr
2009-07-01
1
-3
/
+9
*
* ext/readline/readline.c: use rb_f_notimplement for methods not
akr
2009-04-18
1
-39
/
+43
*
* io.c (rb_mWaitReadable): defined.
akr
2009-03-19
1
-4
/
+4
*
* ext/socket/ancdata.c: not use pktinfo.ipi_spec_dst if not defined
takano32
2009-03-18
1
-4
/
+4
[next]