Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-02-14 | Fixed typos in lib/kernel | Andrew Dryga | |
2016-06-01 | Rewrite inet* for address family 'local' | Raimo Niskanen | |
2016-01-12 | Assign externally open fd to gen_tcp (UDS support) | Serge Aleynikov | |
When a AF_LOCAL file descriptor is created externally (e.g. Unix Domain Socket) and passed to `gen_tcp:listen(0, [{fd, FD}])`, the implementation incorrectly assigned the address family to be equal to `inet`, which in the inet_drv driver translated to AF_INET instead of AF_LOCAL (or AF_UNIX), and an `einval` error code was returned. This patch fixes this problem such that the file descriptors of the `local` address family are supported in the inet:fdopen/5, gen_tcp:connect/3, gen_tcp:listen/2, gen_udp:open/2 calls | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2011-11-17 | erts,kernel: Add type stream sockets to SCTP | Raimo Niskanen | |
2011-05-09 | Types and specifications have been modified and added | Hans Bolinder | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |