summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2020-03-31ext/socket/init.c: do not return uninitialized bufferYusuke Endoh
2019-12-31Updated dependencies on internal/warnings.hNobuyoshi Nakada
2019-12-26update dependencies卜部昌平
2019-12-26decouple internal.h headers卜部昌平
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-01Clean up implementation of SOCKSSocket, its confusing and undocumentedJustin McNally
2019-11-01Prefer libsocksd over libsocksJustin McNally
2019-11-01Support libsocksd socks library for SOCKSSocketJustin McNally
2019-09-10Support timeout for AddrinfoMasaki Matsushita
2019-09-09Revert "Support timeout for Addrinfo"Masaki Matsushita
2019-09-09Support timeout for AddrinfoMasaki Matsushita
2019-08-29drop-in type check for rb_define_singleton_method卜部昌平
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-08-16Hoisted out unixsocket_len, triming NUL chars from sun_pathNobuyoshi Nakada
2019-07-16Constified afamily functionsNobuyoshi Nakada
2019-07-14socket: use frozen string buffer when releasing GVLTanaka Akira
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