aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/src/prim_inet.erl
AgeCommit message (Expand)Author
2018-09-04Implement socket option recvtos and friendsRaimo Niskanen
2017-11-30Reimplement efile_drv as a dirty NIFJohn Högberg
2017-05-04Update copyright yearRaimo Niskanen
2017-04-20implement SO_BINDTODEVICE for inet protocolsAndreas Schultz
2016-09-12Implement IPV6_TCLASSRaimo Niskanen
2016-07-29Handle AF_UNSPEC and AF_UNDEFINED correctlyRaimo Niskanen
2016-06-09Document the local (unix) address familyRaimo Niskanen
2016-06-08Remove internal state BOUND from inet_drvRaimo Niskanen
2016-06-02AF_UNIX is more portableRaimo Niskanen
2016-06-01Rewrite inet_drv for AF_LOCALRaimo Niskanen
2016-01-12Assign externally open fd to gen_tcp (UDS support)Serge Aleynikov
2015-11-16Merge branch 'c-rack/fix-typo-prim-inet' into maintHenrik Nord
2015-10-26erts: Add {line_delimiter, byte()} option to inet:setopts/2Serge Aleynikov
2015-10-15Fix minor typo "timout" -> "timeout"Constantin Rack
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09Fix socket option {linger, {true, 0}} to abort TCP connectionsRory Byrne
2015-06-09Add 'show_econnreset' TCP socket optionRory Byrne
2015-05-12Fix gen_tcp:shutdown/2 by making it asynchronousRory Byrne
2014-07-24Merge branch 'maint-r16' into maintHenrik Nord
2014-07-22kernel: When doing an fdopen we now also bind the fd to the specified addr/portLukas Larsson
2013-11-28Merge branch 'maint'Rickard Green
2013-11-26Fix prim_inet:close/1Rickard Green
2013-11-26Merge branch 'maint'Raimo Niskanen
2013-11-07Implement prim_inet:socknames/1,2 and prim_inet:peernames/1,2Raimo Niskanen
2013-09-23add {active,N} socket option for TCP, UDP, and SCTPSteve Vinoski
2013-07-17Implement emulator netns support for TCP and UDPRaimo Niskanen
2013-06-15Improve solutionRaimo Niskanen
2013-05-24Do not unlink before closing portRaimo Niskanen
2013-05-06Make high_msgq_watermark and low_msgq_watermark generic inet optionsRickard Green
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-07Add support for busy port message queueRickard Green
2012-10-31erts,kernel: Implement socket option ipv6_v6only in erlang codeRaimo Niskanen
2012-08-27Merge branch 'maint'Lukas Larsson
2012-08-16Allow mixed IPv4 and IPv6 addresses to sctp_bindxTomas Abrahamsson
2012-04-16erts: Remove bit8 option from prim_inetBjörn-Egil Dahlberg
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-16prim_inet: Catch system_limit in open_portBjörn-Egil Dahlberg
2011-12-01Implement ignorefd for TCPLukas Larsson
2011-12-01Create erlang fallback for sendfileLukas Larsson
2011-11-17erts,kernel: Return eprotonosupport when SCTP is not supportedRaimo Niskanen
2011-11-17erts,kernel: Implement gen_sctp:peeloff/2Raimo Niskanen
2011-11-17erts,kernel: Add type stream sockets to SCTPRaimo Niskanen
2011-11-16erts,kernel: Rename operations common to TCP and SCTPRaimo Niskanen
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-01Fix three dialyzer warnings in kernelSverker Eriksson
2010-11-09Implement inet:getifaddrs/0 on WindowsRaimo Niskanen
2010-11-09Implement basic inet:getifaddrs/0Raimo Niskanen
2010-09-02Merge branch 'rani/sctp-sndrcvinfo/OTP-8795' into devRaimo Niskanen
2010-08-31Fill in sinfo_assoc_id in struct sctp_sndrcvinfo for getopt()Raimo Niskanen
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP