aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/gen_tcp.xml
AgeCommit message (Expand)Author
2018-09-04Implement socket option recvtos and friendsRaimo Niskanen
2017-10-31kernel: Clarify gen_tcp:listen documentationLukas Larsson
2017-05-04Update copyright yearRaimo Niskanen
2017-03-28kernel: Expand gen_tcp:close docs with send textLukas Larsson
2016-10-27controlling_process can return {error, badarg}Péter Gömöri
2016-09-01doc: Correct errors introduced by Editorial changesHans Bolinder
2016-06-14Merge branch 'lukas/erts/testfixes-19'Lukas Larsson
2016-06-14kernel: Better explain controlling_process' tcp behaviourLukas Larsson
2016-06-09Document the local (unix) address familyRaimo Niskanen
2016-06-02Merge branch 'saleyn/uds/PR-612/OTP-13572'Raimo Niskanen
2016-05-17kernel: Remove no longer needed anchors in documentationHans Bolinder
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-03-31Update Kernel documentationBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2016-01-12Assign externally open fd to gen_tcp (UDS support)Serge Aleynikov
2015-11-04[kernel] Correct documentationHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
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-09-23add {active,N} socket option for TCP, UDP, and SCTPSteve Vinoski
2013-04-19Convert XML files to UTF-8Hans Bolinder
2012-05-23Merge branch 'lukas/kernel/fix-gen_udp_tcp-leak/OTP-10094' into maintLukas Larsson
2012-04-17doc: Add 'is' to explanation of callback modulesBjörn-Egil Dahlberg
2012-04-16kernel: Document ifaddr optionBjörn-Egil Dahlberg
2012-04-16kernel: Document tcp-, udp- and sctp_module optionBjörn-Egil Dahlberg
2012-04-12kernel: Initial doc of forgotten inet optionsBjö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-08-25Improve types and specifications of the inet modulesHans Bolinder
2011-08-23Fix missing comma in code exampleRaimo Niskanen
2011-05-11Use Erlang specs and types for documentationHans Bolinder
2011-03-02inets/httpc: Polish documentationChristian von Roques
2010-09-09Make gen_tcp:recv/2 consistent with ssl:recv/2Björn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP