aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/gen_tcp.erl
AgeCommit message (Expand)Author
2016-10-27controlling_process can return {error, badarg}Péter Gömöri
2016-06-09Document the local (unix) address familyRaimo Niskanen
2016-06-02Merge branch 'saleyn/uds/PR-612/OTP-13572'Raimo Niskanen
2016-06-01Rewrite inet* for address family 'local'Raimo Niskanen
2016-03-15update copyright-yearHenrik Nord
2016-02-04Export gen_tcp:socket() typeBernard Duggan
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09Add 'show_econnreset' TCP socket optionRory Byrne
2013-09-23add {active,N} socket option for TCP, UDP, and SCTPSteve Vinoski
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-11Fix type of error Reason on gen_tcp:send/2Sean Cribbs
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-04-16kernel: Remove bit8 option in specBjörn-Egil Dahlberg
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-16gen_tcp: Use correct specs for accept and listenBjörn-Egil Dahlberg
2012-01-04Fix returned error from gen_tcp:accept/1,2 when running out of portsPer Hedeland
2011-12-02Move sendfile api to file moduleLukas Larsson
2011-12-01Preliminary work on header/trailerLukas Larsson
2011-12-01sendfile caller now has to be the controlling_processLukas Larsson
2011-12-01Remove support for file_server, sendfile has to be rawLukas Larsson
2011-12-01Implement ignorefd for TCPLukas Larsson
2011-12-01Implement blocking calls for sendfileLukas Larsson
2011-12-01Implement sendfile using blocking io in asynch threadsLukas Larsson
2011-12-01Create erlang fallback for sendfileLukas Larsson
2011-08-27Fix type of Packet arg of gen_tcp:send/2 and gen_udp:send/4Filipe David Manana
2011-08-25Improve types and specifications of the inet modulesHans Bolinder
2011-05-09Types and specifications have been modified and addedHans Bolinder
2010-09-06Let an 8-tuple given as ip_address() for gen_tcp/gen_udp/gen_sctp imply 'inet6'Per Hedeland
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP