aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/ebin/socket.beam
AgeCommit message (Expand)Author
2019-07-30[esock] Updated select-infoMicael Karlberg
2019-07-24[esock] Dialyzer related cleanupMicael Karlberg
2019-07-24[esock] Incorrect socket address guard in sendtoMicael Karlberg
2019-07-17[esock] Handle wildcard address 'broadcast' when bindingMicael Karlberg
2019-07-17[esock] Add test case for socket option acceptconnMicael Karlberg
2019-07-08[esock] Make it it work for IPv6Micael Karlberg
2019-06-27[esock|doc] Add documentation for the (socket) info functionMicael Karlberg
2019-06-26[esock] Counters for individual socketsMicael Karlberg
2019-06-24[esock] Add debug functionMicael Karlberg
2019-06-24[esock] Add command (nif) functionMicael Karlberg
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