aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/ipsocket.c (IPSocket#peeraddr): Fix examplezzak2012-11-231-1/+1
* fix indentkazu2012-11-201-2/+2
* Supress warnings: unused variablesnaruse2012-10-221-0/+4
* * include/ruby/ruby.h: add C APIs.nari2012-10-202-4/+2
* * ext/socket/socket.c: Documentation for Socketzzak2012-10-201-36/+45
* * ext/socket/{basicksocket,init,udpsocket}.c: revert some parts ofusa2012-09-103-1/+5
* * ext/socket/basicsocket.c (rsock_bsock_send):kosaki2012-09-093-5/+1
* option.c: mingw64 onlynobu2012-07-291-1/+1
* option.c: use rb_w32_inet_ntopnobu2012-07-291-2/+2
* win32.c: rb_w32_inet_ntop should be constnobu2012-07-291-1/+1
* ext/socket: suppress warnings on mingw64nobu2012-07-282-1/+3
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Addeddrbrain2012-07-202-0/+17
* * ext/socket/init.c (rsock_init_sock): need to update max fd on allusa2012-07-191-0/+1
* * ext/socket/extconf.rb: now enable IPv6 by default on mswin.usa2012-07-191-1/+1
* get rid of warningsnobu2012-07-111-8/+8
* rb_thread_call_without_gvlnobu2012-07-104-17/+18
* * dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki2012-07-091-1/+1
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-232-8/+8
* * ext/socket/socket.c (sock_s_pack_sockaddr_un): support the longestakr2012-04-261-1/+1
* suppress a warning.akr2012-04-261-1/+1
* * ext/socket/raddrinfo.c (init_unix_addrinfo): support the longestakr2012-04-264-49/+36
* * ext/socket/raddrinfo.c (init_unix_addrinfo): refine error messageakr2012-04-251-5/+11
* * ext/socket/raddrinfo.c (init_unix_addrinfo): show actual path lengthakr2012-04-243-6/+6
* update doc.akr2012-04-201-1/+10
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-132-0/+4
* * ext/socket/extconf.rb: fix typo.nobu2012-03-051-2/+2
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-272-2/+2
* update doc.akr2012-02-021-4/+5
* Do not define _WIN32_WINNT multiple timesluislavena2012-01-121-1/+1
* * ext/socket/lib/socket.rb (family_addrinfo): don't require protocolakr2012-01-091-1/+4
* * ext/socket/lib/socket.rb (family_addrinfo): return the givenakr2012-01-091-0/+3
* * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.orgkazu2011-12-201-1/+1
* * ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa2011-12-081-0/+1
* * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa2011-12-052-2/+3
* * ext/socket/extconf.rb: get rid of warnings bynobu2011-12-011-4/+5
* * ext/socket/extconf.rb: add arguments for macro calls.nobu2011-12-011-6/+6
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-281-0/+1
* * ext/socket/rubysocket.h (rsock_recvmsg): declared.akr2011-11-063-10/+13
* * ext/socket/socket.c (rsock_socketpair0): refactored.akr2011-11-051-10/+8
* * ext/socket/init.c (rsock_socket0): don't clear try_sock_cloexec ifakr2011-11-051-20/+16
* * ext/socket/init.c (rsock_socket0): extract single socket() call withakr2011-11-051-18/+27
* * ext/socket/socket.c (rsock_socketpair0): don't clearakr2011-11-051-18/+22
* * whitespace cleanup.nobu2011-11-041-1/+1
* * ext/socket/socket.c (rsock_socketpair0): extracted fromakr2011-11-031-6/+21
* * ext/socket/init.c (rsock_socket): set close-on-exec flag whennagachika2011-11-031-1/+9
* * io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec.akr2011-11-011-3/+10
* * ext/socket/init.c (cloexec_accept): new function to use accept4 ifakr2011-10-312-2/+28
* * ext/socket/ancdata.c (nogvl_recvmsg_func): use MSG_CMSG_CLOEXEC ifakr2011-10-312-2/+12
* * ext/socket/socket.c (rsock_socketpair): use SOCK_CLOEXEC ifakr2011-10-311-5/+26
* * ext/socket/socket.c (rsock_socketpair): extracted fromakr2011-10-311-5/+16