summaryrefslogtreecommitdiff
path: root/ext/socket
AgeCommit message (Expand)Author
2023-12-10Change the semantics of rb_postponed_job_registerKJ Tsanaktsidis
2023-12-07Set AI_ADDRCONFIG when making getaddrinfo(3) calls for outgoing conns (#7295)KJ Tsanaktsidis
2023-11-30Adjust indent [ci skip]Nobuyoshi Nakada
2023-11-30Rename rsock_raise_socket_error to rsock_raise_resolution_errorMisaki Shioi
2023-11-30Replace SocketError with Socket::ResolutionError in rsock_raise_socket_errorMisaki Shioi
2023-11-30Add Socket::ResolutionError & Socket::ResolutionError#error_codeMisaki Shioi
2023-11-28Retry pthread_create a few timesYusuke Endoh
2023-11-07Prevent cpu_set_t overflow even if there are more than 63 coresYusuke Endoh
2023-11-07Fix a memory leakYusuke Endoh
2023-11-07Use pthread_attr_setaffinity_np instead of pthread_setaffinity_npYusuke Endoh
2023-11-07Detach a pthread after pthread_setaffinity_npYusuke Endoh
2023-11-07Revert "Do not use pthread_setaffinity_np on s390x"Yusuke Endoh
2023-10-25Do not use pthread_setaffinity_np on s390xYusuke Endoh
2023-10-24rb_getaddrinfo should return EAI_AGAIN instead of EAGAINYusuke Endoh
2023-10-24Indent critical regions with blocksYusuke Endoh
2023-10-24Do not use pthread on mingwYusuke Endoh
2023-10-24Make rb_getnameinfo interruptibleYusuke Endoh
2023-10-24Make rb_getaddrinfo interruptibleYusuke Endoh
2023-10-24Expand macro branches to make them plainYusuke Endoh
2023-10-24Refactor GETADDRINFO_IMPL instead of GETADDRINFO_EMUYusuke Endoh
2023-10-24refactor a call to getaddrinfoYusuke Endoh
2023-10-17Use rb_getnameinfo instead of directly using getnameinfoYusuke Endoh
2023-08-30BasicSocket#recv* return `nil` rather than an empty packetJean Boussier
2023-06-30Don't check for null pointer in calls to freePeter Zhu
2023-06-12[Feature #19719] Universal Parseryui-knk
2023-04-06Update VPATH for socket, & dependenciesMatt Valentine-House
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2023-01-30Extract check for RSTRING_SOCKLENNobuyoshi Nakada
2023-01-16fix typo in comments / autodocRick Hull
2022-12-15Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams
2022-12-15socket.rb - simplify check for the methodNobuyoshi Nakada
2022-12-14socket.rb - don't load io/wait (#6922)MSP-Greg
2022-11-30Removed documentation for incomplete option about [Feature #17134]Hiroshi SHIBATA
2022-11-21Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada
2022-11-17Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-11-09Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada
2022-11-04Substitute from the actual netinet6/in6.hNobuyoshi Nakada
2022-10-08Try `nil` as default for 'default timeout'. (#6509)Samuel Williams
2022-10-07Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams
2022-09-21sockopt adding Linux constants, SO_INCOMING_CPU/SO_INCOMING_NAPI_ID.David Carlier
2022-09-21openbsd sockets add SO_RTABLE constantDavid Carlier
2022-09-21Introduces FreeBSD's SO_USER_COOKIE among socketopt's options.David Carlier
2022-09-21sockets add `TCP_CONNECTION_INFO` and `TCP_KEEPALIVE` constants.David CARLIER
2022-09-21socket add FreeBSD's SO_SETFIB constant.David CARLIER
2022-09-20[DOC] socket: fix wrong sample addresses (#6372)Sutou Kouhei
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-03-17Fix broken links of rdocKazuhiro NISHIYAMA