aboutsummaryrefslogtreecommitdiffstats
path: root/ext/socket/rubysocket.h
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_...akr2014-05-191-0/+3
* * ext/socket: Bypass getaddrinfo() if node and serv are numeric.akr2014-02-191-0/+1
* * ext/socket: Wrap struct addrinfo by struct rb_addrinfo.akr2014-02-191-4/+9
* * include/ruby/intern.h,akr2014-02-141-1/+0
* * ext/socket: Avoid redundant fcntl/fstat syscalls for cloexecakr2014-01-281-0/+2
* * ext/socket: Avoid unnecessary ppoll/select on Linux.akr2014-01-181-0/+16
* socket.c: use rb_syserr_failnobu2014-01-041-0/+6
* socket: fix build error and warnings on mingwnobu2013-05-141-0/+7
* * ext/socket/rubysocket.h (HAVE_TYPE_STRUCT_SOCKADDR_DL):naruse2013-05-111-1/+5
* * ext/socket: New method, Socket.getifaddrs, implemented.akr2013-05-111-0/+17
* * ext/socket/rubysocket.h, ext/socket/unixsocket.c,akr2013-05-091-1/+1
* * ext/socket/rubysocket.h (SOCKLEN_MAX): Expression simplified.akr2013-04-171-1/+1
* * ext/socket/rubysocket.h (SOCKLEN_MAX): Defined.akr2013-04-171-0/+6
* * remove trailing spaces.nobu2013-04-081-1/+1
* * ext/socket/socket.c (rsock_sys_fail_raddrinfo): Renamed fromakr2013-04-061-2/+2
* * ext/socket/socket.c (rsock_sys_fail_sockaddr): Takes struct sockaddrakr2013-04-061-1/+1
* socket/extconf.rb: RSTRING_SOCKLENnobu2013-04-061-0/+3
* * ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.akr2013-04-061-1/+7
* * ext/socket/socket.c (rsock_sys_fail_sockaddr): Delete 2nd argument.akr2013-04-061-1/+1
* * ext/socket/rubysocket.h (rsock_sys_fail_host_port) Wrap by NORETURN.akr2013-04-061-3/+3
* * ext/socket: Improve socket exception message to show socket address.akr2013-04-061-0/+4
* * ext/socket/rubysocket.h (union_sockaddr): make it longer for SunOSakr2013-02-271-0/+1
* * ext/socket: define and use union_sockaddr instead of structakr2013-02-241-0/+12
* preprocessor directives indented.akr2013-02-151-70/+74
* socket: ai_addrlen is socklen_tnobu2013-02-151-1/+1
* * ext/socket/extconf.rb: test struct sockaddr_storage directly.akr2013-02-151-1/+1
* * ext/socket: always operate length of socket addess companion withakr2013-02-141-2/+2
* * ext/socket/extconf.rb: don't define HAVE_SA_LEN and HAVE_SA_LEN.akr2013-02-131-1/+1
* * ext/socket/extconf.rb: don't define socklen_t here, just test.akr2013-02-131-0/+4
* * ext/socket/raddrinfo (rsock_unix_sockaddr_len): renamed fromshugo2013-01-251-1/+1
* * ext/socket/raddrinfo.c (rsock_unixpath_len, init_unix_addrinfo),shugo2013-01-251-0/+1
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Addeddrbrain2012-07-201-0/+4
* rb_thread_call_without_gvlnobu2012-07-101-0/+1
* * dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki2012-07-091-1/+1
* * ext/socket/raddrinfo.c (init_unix_addrinfo): support the longestakr2012-04-261-1/+1
* * include/ruby/{subst.h,win32.h}, ext/socket/rubysocket.h: revertusa2011-12-051-1/+0
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-281-0/+1
* * ext/socket/rubysocket.h (rsock_recvmsg): declared.akr2011-11-061-0/+1
* * io.c (rb_update_max_fd): validate fd.akr2011-07-231-1/+1
* * internal.h: move rb_thread_io_blocking_region() declarationkosaki2011-06-211-0/+1
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-121-0/+1
* * ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of anobu2010-09-131-0/+10
* * ext/socket/rubysocket.h: non-implemented method definitions neednobu2010-04-281-0/+6
* * ext/socket: use rsock_ prefix for internal initialization functions.akr2010-03-221-13/+13
* * ext/socket/rubysocket.h (rsock_revlookup_flag): declared.akr2010-03-211-0/+2
* * ext/socket: make sources rdoc friendly.akr2010-03-211-0/+10
* * ext/socket/rubysocket.h: include addrinfo.h only when using our ownusa2009-12-311-0/+2
* * ext/socket/extconf.rb: fix for wide-getaddrinfo option.nobu2009-12-301-3/+1
* * ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.akr2009-03-011-1/+1
* * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.akr2009-03-011-7/+5