summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-06-11* expand tabs.git
2019-06-11ext/socket/ipsocket.c: Use SO_REUSEADDR for local_host/portYusuke Endoh
2019-05-23Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada
2019-02-08Removed moving toplevel header since r12501nobu
2018-12-31Fix indents [ci skip]nobu
2018-11-29disable non-blocking pipes and sockets by defaultnormal
2018-11-22socket: disable nonblocking-by-default on win32normal
2018-11-22ext/socket/init.c (rsock_socket0): non-blocking for non-SOCK_NONBLOCKnormal
2018-11-22io + socket: make pipes and sockets nonblocking by defaultnormal
2018-11-11Use friendlier terminology in rubysocket.h commentnobu
2018-11-11Revert "Use friendlier terminology in rubysocket.h comment"nobu
2018-11-11Use friendlier terminology in rubysocket.h commentnobu
2018-11-08ext/socket/init.c (wait_connectable): bail out early on some errorsnormal
2018-09-05fix a typo [ci skip]nobu
2018-09-05fix typonaruse
2018-09-05AIX doesn't set OptionLength for boolean optionsnaruse
2018-07-24UNREACHABLE_RETURNnobu
2018-06-25comma at the end of enum is a C99ismshyouhei
2018-06-24UNIXSocket#recv_io: trigger GC when out of FDsnormal
2018-04-30io.c: workaround for EPROTOTYPEnobu
2018-03-28unixsocket.c: abstract namespacenobu
2018-03-28unixsocket.c: check NUL bytesnobu
2018-03-02search winsock libraries explicitlynobu
2018-02-27Refactor ERB version checking for keyword argumentsk0kubun
2018-02-22erb.rb: deprecate safe_level of ERB.newk0kubun
2018-02-17socket.rb: protected connect_internalnobu
2018-01-23init.c: encode socket error messagenobu
2018-01-23getaddrinfo.c: ai_errlistnobu
2018-01-15raddrinfo.c: fix parse_numeric_portnobu
2017-12-22ifaddr.c: get_ifaddrsnobu
2017-12-04ifaddr.c: fix memsizenobu
2017-12-03ifaddr.c: unused membernobu
2017-11-07socket.c,tcpsocket.c: improve deprecation noticesstomar
2017-11-07ext/socket/ifaddr.c: [DOC] fix typostomar
2017-10-27socket: fix BasicSocket#*_nonblock buffering bugs from r58400normal
2017-10-22Fixed misspelling words.hsbt
2017-10-22Add missing `buf` parameter to `recv_nonblock` doc [ci skip]nobu
2017-10-21reference Socket.getaddrinfo to Addrinfo.getaddrinfo.akr
2017-10-21deprecate TCPSocket.gethostbyname.akr
2017-10-21Describe recommended-methods.akr
2017-10-21Deprecation document for gethostbyname,gethostbyaddr.akr
2017-10-21add example for Socket.gethostbyaddr.akr
2017-10-11socket.c: null byte at Socket.getnameinfonobu
2017-08-31Add Socket::Ifaddr.vhid on supported platforms [Feature #13803]naruse
2017-07-25socket: system getaddrinfo on Windowsnobu
2017-05-08separate constdefs.c and constdefs.hnobu
2017-04-19socket: avoid fcntl for read/write_nonblock on Linuxnormal
2017-04-14IPSocket#inspectnobu
2017-04-11Socket.udp_server_sockets: use symbol procnormal