aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/gen_tcp.xml
AgeCommit message (Expand)Author
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