Age | Commit message (Expand) | Author |
---|
2017-10-11 | socket.c: null byte at Socket.getnameinfo | nobu |
2017-08-31 | Add Socket::Ifaddr.vhid on supported platforms [Feature #13803] | naruse |
2017-07-25 | socket: system getaddrinfo on Windows | nobu |
2017-05-08 | separate constdefs.c and constdefs.h | nobu |
2017-04-19 | socket: avoid fcntl for read/write_nonblock on Linux | normal |
2017-04-14 | IPSocket#inspect | nobu |
2017-04-11 | Socket.udp_server_sockets: use symbol proc | normal |
2017-04-09 | Get rid of inifinity retry loop in Socket.udp_server_sockets | usa |
2017-04-08 | basicsocket.c: proper system call name | nobu |
2017-03-22 | ruby tool/update-deps --fix | shyouhei |
2017-03-09 | ext/socket/raddrinfo.c (addrinfo_mark): avoid needless branch | normal |
2017-02-27 | ext/socket/extconf.rb: fix a typo | nobu |
2017-02-23 | Revert r57690 except for read_nonblock | nobu |
2017-02-23 | [DOC] mark up literals | nobu |
2017-02-23 | [DOC] keyword argument _exception_ | nobu |
2017-02-23 | socket.rb: [DOC] fix nonblock methods | nobu |
2017-02-23 | [DOC] {read,write}_nonblock with exception: false | nobu |
2017-01-16 | basicsocket (rsock_bsock_send): do not truncate return value | normal |
2016-11-21 | socket: use symbol proc for IO#close loops | normal |
2016-11-15 | socket.rb: remove closed checks | nobu |
2016-11-14 | socket.rb: kwargs | nobu |
2016-10-27 | socket: fix rdoc of UDPSocket#recvfrom_nonblock | rhe |
2016-10-26 | [DOC] replace Fixnum with Integer [ci skip] | nobu |
2016-10-05 | * ext/socket/*.c: Add proper require for example to work. | hsbt |
2016-09-24 | fid typos [ci skip] | nobu |
2016-09-13 | Use PRIuSIZE format specifier for size_t values | rhe |
2016-09-06 | socket/depend: add srcs [ci skip] | nobu |
2016-08-13 | getnameinfo.c: rubysocket.h for inet_ntop | nobu |
2016-08-02 | socket/option.c: inet_ntop | nobu |
2016-07-29 | rb_funcallv | nobu |
2016-05-30 | * ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStr | usa |
2016-05-30 | raddrinfo.c: fix modifier | nobu |
2016-05-30 | raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRING | nobu |
2016-04-11 | Update dependencies. | akr |
2016-03-17 | socket/option.c: accurate condition | nobu |
2016-01-28 | socket.c: unlimited size hostname | nobu |
2016-01-17 | option.c: single byte boolean | nobu |
2016-01-17 | option.c: make error messages consistent | nobu |
2015-12-23 | rb_readwrite_syserr_fail | nobu |
2015-12-23 | prefer rb_syserr_fail | nobu |
2015-12-22 | ext/socket/init.c (rsock_init_sock): reject reserved FDs | normal |
2015-12-22 | fix r53231: raise Errno::EBADF like other OSes | naruse |
2015-12-21 | avoid rb_bug on BasicSocket.for_fd(-1) | normal |
2015-12-16 | handle ext/ as r53141 | naruse |
2015-12-14 | * ext/socket/lib/socket.rb: use safe navigation operator. | hsbt |
2015-12-09 | ext/socket/ifaddr.c: remove empty ifaddr_mark | normal |
2015-12-09 | * ext/**/*.c (*_memsize): same as r52986 for extensions. | ko1 |
2015-12-07 | socket: expand docs+tests for recv_io/send_io | normal |
2015-11-24 | Drop support for BeOS | nobu |
2015-11-23 | ext/socket/init.c (rsock_accept): handle ENOMEM | normal |