aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded
AgeCommit message (Expand)Author
2018-09-18[socket-nif] Add support for socket (level socket) option(s) [rcv|snd]timeoMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level sctp) option initmsgMicael Karlberg
2018-09-18[socket-nif] Add preliminary bind/3 for sctpMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level sctp) option maxsegMicael Karlberg
2018-09-18[socket-nif] Add (partial) support for socket (level sctp) option rtoinfoMicael Karlberg
2018-09-18[socket-nif] Add (partial) support for socket (level sctp) option associnfoMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level sctp) option disable_fragmentsMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level sctp) option eventsMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ipv6) option mtu_discoverMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ipv6) option mtuMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ipv6) option v6onlyMicael Karlberg
2018-09-18[socket-nif] Preliminary (tcp) socket option updatesMicael Karlberg
2018-09-18[socket-nif] Add support for multiple acceptor processesMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level socket) option reuseportMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level socket) option bindtodeviceMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ipv6) option(s) [add|drop]_membershipMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option minttlMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) open recvifMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option(s) sourcesMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option recvttlMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option nodefragMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option multicast_allMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option mtu_discoverMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option mtuMicael Karlberg
2018-09-18[socket-nif] Add value type check for the dontroute (socket) optionMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) options [add|drop]_membershipMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option multicast_ifMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option multicast_ttlMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level ip) option multicast_loopMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level socket) option oobinlineMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level socket) option peek_offMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level socket) option debugMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level socket) option acceptconnMicael Karlberg
2018-09-18[socket-nif] Add support for socket (level socket) options domain and protocolMicael Karlberg
2018-09-18[socket-nif] Add doc for net module and some cleanupMicael Karlberg
2018-09-18[socket-doc-nif] Updated documentationMicael Karlberg
2018-09-18[socket-nif] Fixed (dgram) recvMicael Karlberg
2018-09-18[socket-nif] Fixed (stream) recvMicael Karlberg
2018-09-18[socket+net-nif] Moved common functions into util filesMicael Karlberg
2018-09-18[socket+net-nif] BackupMicael Karlberg
2018-09-18[socket+net-nif] Introduced a couple of common filesMicael Karlberg
2018-09-18[net-nif] Fixed getnameinfoMicael Karlberg
2018-09-18[net-nif] Implemented gethostnameMicael Karlberg
2018-09-18[net-nif] Removed the old net moduleMicael Karlberg
2018-09-18[net-nif] Added debuggingMicael Karlberg
2018-09-18[net-nif] The net-module now actually loadsMicael Karlberg
2018-09-18[net-nif] Added preliminary net nif fileMicael Karlberg
2018-09-18[net-nif] Erlang interface module for netMicael Karlberg
2018-09-18[socket-nif] Added some use of debug and fixed bindMicael Karlberg
2018-09-18[socket-nif] The info function now returns a non-empty mapMicael Karlberg