summaryrefslogtreecommitdiff
path: root/erts/preloaded/src/socket.erl
Commit message (Expand)AuthorAgeFilesLines
* [esock] Updated select-infoMicael Karlberg2019-07-301-4/+4
* [esock] Dialyzer related cleanupMicael Karlberg2019-07-241-5/+5
* [esock] Incorrect socket address guard in sendtoMicael Karlberg2019-07-241-15/+6
* [esock] Handle wildcard address 'broadcast' when bindingMicael Karlberg2019-07-171-6/+14
* [esock] Add test case for socket option bindtodeviceMicael Karlberg2019-07-171-2/+2
* [esock] Add test case for socket option acceptconnMicael Karlberg2019-07-171-0/+2
* [esock] Make it it work for IPv6Micael Karlberg2019-07-081-5/+9
* [esock|doc] Add documentation for the (socket) info functionMicael Karlberg2019-06-271-1/+14
* [esock] Counters for individual socketsMicael Karlberg2019-06-261-2/+23
* [esock] Add debug functionMicael Karlberg2019-06-241-5/+14
* [esock] Add command (nif) functionMicael Karlberg2019-06-241-2/+30
* [esock] Types and cleanupMicael Karlberg2019-05-291-2/+2
* [esock] Connect can now also take a nowait TimeoutMicael Karlberg2019-05-291-9/+21
* [esock|doc] Make select_ref opaqueMicael Karlberg2019-05-291-1/+1
* [esock] Changed return value for a selected async callMicael Karlberg2019-05-291-32/+34
* [esock|doc] Add text about the abort messageMicael Karlberg2019-05-291-1/+1
* [esock|doc] Document the new asynchronous featureMicael Karlberg2019-05-291-4/+4
* [socket] Add cancel and the first recvfrom(nowait) cancel test caseMicael Karlberg2019-05-291-1/+22
* [socket] First nowait test case (sendto and recvfrom udp4)Micael Karlberg2019-05-291-10/+0
* [socket] Update accept to handle Timeout = nowaitMicael Karlberg2019-05-291-6/+20
* [socket] Update sendmsg to handle Timeout = nowaitMicael Karlberg2019-05-291-13/+41
* [socket] Update sendto to handle Timeout = nowaitMicael Karlberg2019-05-291-62/+88
* [socket] Add type and macro for select infoMicael Karlberg2019-05-291-119/+123
* [socket] Update send to handle Timeout = nowaitMicael Karlberg2019-05-291-12/+64
* [socket] Update recvmsg to handle Timeout = nowaitMicael Karlberg2019-05-291-3/+39
* [socket] Update recvfrom to handle Timeout = nowaitMicael Karlberg2019-05-291-14/+55
* [socket] Update recv to handle Timeout = nowaitMicael Karlberg2019-05-291-5/+64
* [esock] Fixed check domain local and specsMicael Karlberg2019-05-291-13/+0
* [esock] Update the supports functions to also display localMicael Karlberg2019-05-291-2/+8
* [esock|test] Add plain send/recv small ping-pong test case for localMicael Karlberg2019-05-291-1/+1
* [esock] Finalize handling of Unix Domain SocketMicael Karlberg2019-05-291-29/+53
* [socket] Make use of the new select (read|write) functionsMicael Karlberg2019-04-171-138/+63
* [socket] Messages from the nif code now has a proper socketMicael Karlberg2019-04-171-12/+18
* [socket] More fixes to socket closeMicael Karlberg2019-02-221-9/+13
* [socket|doc] Fixed IPv6 PKTINFO typeMicael Karlberg2019-02-221-0/+1
* [socket|net|doc] Fixed broken anchorsMicael Karlberg2019-02-221-0/+5
* [socket|doc] Fixed links and stuffMicael Karlberg2019-02-221-1/+3
* [socket] Shut dialyzer upMicael Karlberg2019-02-221-0/+5
* [socket-nif] Rename 'nosup' -> 'notsup'Sverker Eriksson2019-02-221-14/+14
* [socket-nif] nosup expection of win32 and type(s) replacementsMicael Karlberg2019-02-011-0/+28
* [socket-nif] The otp rcvbuf option updatedMicael Karlberg2019-01-291-1/+7
* [socket-nif] Add support for otp option fdMicael Karlberg2019-01-211-17/+8
* [socket-nif] Message interface between socket.erl and nif updatedMicael Karlberg2018-12-141-15/+19
* [socket-nif|test] Add UDP ping-pong test casesMicael Karlberg2018-11-061-0/+8
* [socket-nif] Add "partial success" to sendmsgMicael Karlberg2018-11-051-8/+39
* [socket-nif] Add a send and receive chunks test caseMicael Karlberg2018-10-301-0/+11
* [socket-nif|doc] Add preliminary doc for the function supportsMicael Karlberg2018-10-091-3/+80
* [socket-nif] The supports function now also handles sctp and ipv6Micael Karlberg2018-10-091-1/+9
* [socket-nif] Add the options for socket, ip and ipv6 for supportsMicael Karlberg2018-10-081-2/+2
* [socket-nif] Add first three socket (socket) options to supportsMicael Karlberg2018-10-051-0/+3