aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/ebin/socket.beam
AgeCommit message (Expand)Author
2019-05-29[esock] Types and cleanupMicael Karlberg
2019-05-29[esock] Connect can now also take a nowait TimeoutMicael Karlberg
2019-05-29[esock|doc] Make select_ref opaqueMicael Karlberg
2019-05-29[esock] Changed return value for a selected async callMicael Karlberg
2019-05-29[esock|doc] Add text about the abort messageMicael Karlberg
2019-05-29[esock|doc] Document the new asynchronous featureMicael Karlberg
2019-05-29[socket] Add cancel and the first recvfrom(nowait) cancel test caseMicael Karlberg
2019-05-29[socket] First nowait test case (sendto and recvfrom udp4)Micael Karlberg
2019-05-29[socket] Update accept to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update sendmsg to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update sendto to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Add type and macro for select infoMicael Karlberg
2019-05-29[socket] Update send to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update recvmsg to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update recvfrom to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update recv to handle Timeout = nowaitMicael Karlberg
2019-05-29[esock] Fixed check domain local and specsMicael Karlberg
2019-05-29[esock] Update the supports functions to also display localMicael Karlberg
2019-05-29[esock|test] Add plain send/recv small ping-pong test case for localMicael Karlberg
2019-05-29[esock] Finalize handling of Unix Domain SocketMicael Karlberg
2019-05-27Update preloaded modulesLukas Larsson
2019-04-17[socket] Fixed beamsMicael Karlberg
2019-04-17[socket] Make use of the new select (read|write) functionsMicael Karlberg
2019-04-17[socket] Messages from the nif code now has a proper socketMicael Karlberg
2019-02-22[socket] More fixes to socket closeMicael Karlberg
2019-02-22[socket|doc] Fixed IPv6 PKTINFO typeMicael Karlberg
2019-02-22[socket|net|doc] Fixed broken anchorsMicael Karlberg
2019-02-22[socket|doc] Fixed links and stuffMicael Karlberg
2019-02-22[socket] Shut dialyzer upMicael Karlberg
2019-02-22Update preloaded modulesMicael Karlberg
2019-02-04Merge branch 'bmk/20180918/nififying_inet/OTP-14831' into bmk/20190204/socket...Micael Karlberg
2019-02-01[socket-nif] nosup expection of win32 and type(s) replacementsMicael Karlberg
2019-01-29[socket-nif] The otp rcvbuf option updatedMicael Karlberg
2019-01-21[socket-nif] Add support for otp option fdMicael Karlberg
2018-12-14[socket-nif] Message interface between socket.erl and nif updatedMicael Karlberg
2018-11-06[socket-nif|test] Add UDP ping-pong test casesMicael Karlberg
2018-11-05[socket-nif] Add "partial success" to sendmsgMicael Karlberg
2018-10-30[socket-nif] Add a send and receive chunks test caseMicael Karlberg
2018-10-09[socket-nif|doc] Add preliminary doc for the function supportsMicael Karlberg
2018-10-09[socket-nif] The supports function now also handles sctp and ipv6Micael Karlberg
2018-10-05[socket-nif] Add first three socket (socket) options to supportsMicael Karlberg
2018-10-04[socket-nif] Socket option 'SO_DOMAIN' not avalable on all platformsMicael Karlberg
2018-09-28[socket-nif] Add support for socket (level otp) buffer optionsMicael Karlberg
2018-09-20[socket-nif] Add proper send timeout handlingMicael Karlberg
2018-09-19[socket-nif] Add proper connect and accept timeout handlingMicael Karlberg
2018-09-18[socket-nif] Post rebase updateMicael Karlberg
2018-09-18[socket-nif] Cleanup and guardsMicael Karlberg
2018-09-18[socket-nif] CMsgHdr and various doc related changesMicael Karlberg
2018-09-18[socket-nif] Add support for (recvmsg) control message ipv6_pktinfoMicael Karlberg
2018-09-18[socket-nif] Add more data types (with doc) and (C) debugMicael Karlberg