summaryrefslogtreecommitdiff
path: root/lib/kernel/src/inet.erl
Commit message (Expand)AuthorAgeFilesLines
* kernel: Correct contract for inet:getifaddrs/1Hans Bolinder2016-02-171-2/+2
* Merge branch 'maint-17' into maintHenrik Nord2015-12-041-3/+11
|\
| * Fix inet:setopts/2 to take multiple raw optionsRaimo Niskanen2015-11-191-3/+11
* | erts: Add {line_delimiter, byte()} option to inet:setopts/2Serge Aleynikov2015-10-261-1/+3
* | Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* | Add 'show_econnreset' TCP socket optionRory Byrne2015-06-091-3/+4
* | Don't throw exception on prim_inet:setopt/3 errorHolger Weiß2015-04-091-11/+13
|/
* Remove infinite loop in inet:gethostbyname_tm/4Raimo Niskanen2015-02-181-2/+2
* Fix handling netns option in gen_udpEmil Holmström2014-11-201-15/+15
* Merge branch 'maint-r16' into maintHenrik Nord2014-07-241-5/+28
|\
| * Fix default behaviour for legacy fdopenHenrik Nord2014-07-221-2/+3
| * kernel: When doing an fdopen we now also bind the fd to the specified addr/portLukas Larsson2014-07-221-5/+27
* | Correct the contract of inet:ntoa/1Hans Bolinder2014-02-201-3/+2
* | Merge branch 'maint'Raimo Niskanen2013-11-261-0/+39
|\ \ | |/
| * Merge branch 'maint-r16' into maintRaimo Niskanen2013-11-261-0/+39
| |\
| | * Implement inet:socknames/1,2 and inet:peernames/1,2Raimo Niskanen2013-11-071-0/+39
* | | Merge branch 'maint'Fredrik Gustafsson2013-10-111-2/+13
|\ \ \ | |/ /
| * | Fix the typespec for the inet:ifget/2 and inet:ifget/3 return valueAli Sabil2013-10-101-2/+13
| |/
* | add {active,N} socket option for TCP, UDP, and SCTPSteve Vinoski2013-09-231-1/+13
* | Merge branch 'maint'Raimo Niskanen2013-09-041-6/+99
|\ \ | |/
| * Merge branch 'raimo/linux-network-namespace-sockopt/OTP-11157' into maintRaimo Niskanen2013-09-041-6/+99
| |\
| | * Make netns option value a stringRaimo Niskanen2013-07-171-10/+68
| | * Implement netns for SCTP + bugfixesRaimo Niskanen2013-07-171-0/+7
| | * Implement netns option for TCP and UDPRaimo Niskanen2013-07-171-4/+32
* | | Merge branch 'maint'Fredrik Gustafsson2013-08-051-1/+8
|\ \ \ | |/ /
| * | kernel: fixed specs to inet:ntoa/1Fredrik Gustafsson2013-07-301-1/+1
| * | kernel: added ntoa documentation and exported it in inet.erlFredrik Gustafsson2013-07-301-1/+8
| |/
* | Merge branch 'maint'Raimo Niskanen2013-06-101-13/+26
|\ \ | |/
| * Improve case (in)sensitivity for host lookupsRaimo Niskanen2013-06-071-14/+27
* | Merge branch 'maint'Rickard Green2013-05-161-2/+3
|\ \ | |/
| * Make high_msgq_watermark and low_msgq_watermark generic inet optionsRickard Green2013-05-061-2/+3
* | Fix unmatched_returns warnings in KernelHans Bolinder2013-05-061-5/+4
* | Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder2013-05-061-5/+5
|/
* Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green2012-12-071-4/+6
|\
| * Add support for busy port message queueRickard Green2012-12-071-4/+7
* | Merge branch 'fredrik/inet/export-ip-funcs/OTP-8067'Fredrik Gustafsson2012-11-301-1/+45
|\ \
| * | Changes to function names, tests and docs of inetFredrik Gustafsson2012-11-211-10/+10
| * | Added specs and docFredrik Gustafsson2012-11-201-0/+24
| * | Exported ipv4address and ipv6address functions to inet module, changed and ma...Fredrik Gustafsson2012-11-191-1/+21
* | | erts,kernel: Implement socket option ipv6_v6only in erlang codeRaimo Niskanen2012-10-311-4/+4
* | | Merge branch 'maint'Lukas Larsson2012-08-271-7/+35
|\ \ \ | |/ /
| * | Fix SCTP multihomingTomas Abrahamsson2012-08-161-7/+35
* | | Optimize inet:tcp_controlling_processSverker Eriksson2012-06-201-2/+8
* | | Merge branch 'maint'Lukas Larsson2012-05-231-0/+4
|\ \ \ | |/ /
| * | Merge branch 'lukas/kernel/fix-gen_udp_tcp-leak/OTP-10094' into maintLukas Larsson2012-05-231-0/+4
| |\ \ | | |/ | |/|
| | * Fix port leaking after controlling_process(Port, self())Ricardo2012-02-041-0/+4
* | | kernel, erts: Remove bit8 option from inetBjörn-Egil Dahlberg2012-04-161-3/+3
|/ /
* | Update copyright yearsBjörn-Egil Dahlberg2012-03-301-1/+1
* | Fix returned error from gen_tcp:accept/1,2 when running out of portsPer Hedeland2012-01-041-2/+4
|/
* sendfile caller now has to be the controlling_processLukas Larsson2011-12-011-0/+15