aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/inet.erl
AgeCommit message (Expand)Author
2016-02-17kernel: Correct contract for inet:getifaddrs/1Hans Bolinder
2015-12-04Merge branch 'maint-17' into maintHenrik Nord
2015-11-19Fix inet:setopts/2 to take multiple raw optionsRaimo Niskanen
2015-10-26erts: Add {line_delimiter, byte()} option to inet:setopts/2Serge Aleynikov
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09Add 'show_econnreset' TCP socket optionRory Byrne
2015-04-09Don't throw exception on prim_inet:setopt/3 errorHolger Weiß
2015-02-18Remove infinite loop in inet:gethostbyname_tm/4Raimo Niskanen
2014-11-20Fix handling netns option in gen_udpEmil Holmström
2014-07-24Merge branch 'maint-r16' into maintHenrik Nord
2014-07-22Fix default behaviour for legacy fdopenHenrik Nord
2014-07-22kernel: When doing an fdopen we now also bind the fd to the specified addr/portLukas Larsson
2014-02-20Correct the contract of inet:ntoa/1Hans Bolinder
2013-11-26Merge branch 'maint'Raimo Niskanen
2013-11-26Merge branch 'maint-r16' into maintRaimo Niskanen
2013-11-07Implement inet:socknames/1,2 and inet:peernames/1,2Raimo Niskanen
2013-10-11Merge branch 'maint'Fredrik Gustafsson
2013-10-10Fix the typespec for the inet:ifget/2 and inet:ifget/3 return valueAli Sabil
2013-09-23add {active,N} socket option for TCP, UDP, and SCTPSteve Vinoski
2013-09-04Merge branch 'maint'Raimo Niskanen
2013-09-04Merge branch 'raimo/linux-network-namespace-sockopt/OTP-11157' into maintRaimo Niskanen
2013-08-05Merge branch 'maint'Fredrik Gustafsson
2013-07-30kernel: fixed specs to inet:ntoa/1Fredrik Gustafsson
2013-07-30kernel: added ntoa documentation and exported it in inet.erlFredrik Gustafsson
2013-07-17Make netns option value a stringRaimo Niskanen
2013-07-17Implement netns for SCTP + bugfixesRaimo Niskanen
2013-07-17Implement netns option for TCP and UDPRaimo Niskanen
2013-06-10Merge branch 'maint'Raimo Niskanen
2013-06-07Improve case (in)sensitivity for host lookupsRaimo Niskanen
2013-05-16Merge branch 'maint'Rickard Green
2013-05-06Make high_msgq_watermark and low_msgq_watermark generic inet optionsRickard Green
2013-05-06Fix unmatched_returns warnings in KernelHans Bolinder
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
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-11-30Merge branch 'fredrik/inet/export-ip-funcs/OTP-8067'Fredrik Gustafsson
2012-11-21Changes to function names, tests and docs of inetFredrik Gustafsson
2012-11-20Added specs and docFredrik Gustafsson
2012-11-19Exported ipv4address and ipv6address functions to inet module, changed and ma...Fredrik Gustafsson
2012-10-31erts,kernel: Implement socket option ipv6_v6only in erlang codeRaimo Niskanen
2012-08-27Merge branch 'maint'Lukas Larsson
2012-08-16Fix SCTP multihomingTomas Abrahamsson
2012-06-20Optimize inet:tcp_controlling_processSverker Eriksson
2012-05-23Merge branch 'maint'Lukas Larsson
2012-05-23Merge branch 'lukas/kernel/fix-gen_udp_tcp-leak/OTP-10094' into maintLukas Larsson
2012-04-16kernel, erts: Remove bit8 option from inetBjörn-Egil Dahlberg
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-04Fix port leaking after controlling_process(Port, self())Ricardo
2012-01-04Fix returned error from gen_tcp:accept/1,2 when running out of portsPer Hedeland
2011-12-01sendfile caller now has to be the controlling_processLukas Larsson