.. |
lib
|
socket: avoid common exceptions when calling connect_nonblock
|
2015-04-20 20:46:08 +00:00 |
.document
|
* ext/socket/.document: Add ifaddr.c.
|
2013-05-14 14:48:00 +00:00 |
addrinfo.h
|
|
|
ancdata.c
|
ext/socket/*.c: trivial struct packing for 64-bit
|
2014-09-22 00:46:25 +00:00 |
basicsocket.c
|
* ext/socket/basicsocket.c, ext/socket/sockssocket.c:
|
2014-12-07 10:40:27 +00:00 |
constants.c
|
use frozen string of symbols
|
2015-04-14 03:31:28 +00:00 |
depend
|
Update dependencies.
|
2014-12-19 13:34:54 +00:00 |
extconf.rb
|
* ext/socket/extconf.rb: Solaris 11 has struct tcp_info.tcpi_ca_state,
|
2015-03-25 08:10:14 +00:00 |
getaddrinfo.c
|
getaddrinfo.c: GHOST vulnerability check
|
2015-02-08 04:04:32 +00:00 |
getnameinfo.c
|
{getaddrinfo,getnameinfo}.c: fix for old platforms
|
2013-05-03 04:35:37 +00:00 |
ifaddr.c
|
* ext/socket/ifaddr.c (ifaddr_inspect_flags): support IFF_SIMPLEX.
|
2014-05-27 12:29:19 +00:00 |
init.c
|
accept_nonblock: favor rb_hash_lookup2 to avoid Hash#default
|
2015-03-12 22:04:24 +00:00 |
ipsocket.c
|
ipsocket.c: fix merge miss
|
2015-04-30 07:45:36 +00:00 |
mkconstants.rb
|
* ext/socket/mkconstants.rb: More constants
|
2014-05-23 20:54:40 +00:00 |
option.c
|
* ext/socket/extconf.rb: Solaris 11 has struct tcp_info.tcpi_ca_state,
|
2015-03-25 08:10:14 +00:00 |
raddrinfo.c
|
raddrinfo.c: fix memory leak
|
2015-04-08 23:24:10 +00:00 |
rubysocket.h
|
accept_nonblock supports "exception: false"
|
2015-03-12 03:03:04 +00:00 |
socket.c
|
connect_nonblock(..., exception: false) does not raise EISCONN
|
2015-04-20 02:11:10 +00:00 |
sockport.h
|
* ext/socket: Bypass getaddrinfo() if node and serv are numeric.
|
2014-02-19 10:37:43 +00:00 |
sockssocket.c
|
* ext/socket/basicsocket.c, ext/socket/sockssocket.c:
|
2014-12-07 10:40:27 +00:00 |
tcpserver.c
|
accept_nonblock supports "exception: false"
|
2015-03-12 03:03:04 +00:00 |
tcpsocket.c
|
socket: ai_addrlen is socklen_t
|
2013-02-15 07:54:38 +00:00 |
udpsocket.c
|
* ext/socket: Wrap struct addrinfo by struct rb_addrinfo.
|
2014-02-19 09:38:24 +00:00 |
unixserver.c
|
accept_nonblock supports "exception: false"
|
2015-03-12 03:03:04 +00:00 |
unixsocket.c
|
* ext/socket/unixsocket.c: [DOC] Fix example to render in HTML
|
2014-10-11 00:33:08 +00:00 |