aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded
AgeCommit message (Expand)Author
2019-08-01Merge branch 'bmk/erts/esock/20190730/select_info/OTP-15958' into maintMicael Karlberg
2019-07-31Merge branch 'raimo/inherit-listen-options/OTP-15824' into maintRaimo Niskanen
2019-07-30[esock] Updated select-infoMicael Karlberg
2019-07-24[esock] Dialyzer related cleanupMicael Karlberg
2019-07-24[esock] Incorrect socket address guard in sendtoMicael Karlberg
2019-07-17[esock] Handle wildcard address 'broadcast' when bindingMicael Karlberg
2019-07-17[esock] Add test case for socket option bindtodeviceMicael Karlberg
2019-07-17[esock] Add test case for socket option acceptconnMicael Karlberg
2019-07-16The linger option is not transferred on *BSDRaimo Niskanen
2019-07-08[esock] Make it it work for IPv6Micael Karlberg
2019-07-08Merge branch 'bmk/erts/esock/20190626/finalize_counters/OTP-15818' into maintMicael Karlberg
2019-07-08Merge branch 'bmk/erts/esock/20190624/socket_command/OTP-15817' into maintMicael Karlberg
2019-07-08Merge branch 'bmk/erts/esock/20190614/split_modules/OTP-15765' into maintMicael Karlberg
2019-06-27[esock|doc] Add documentation for the (socket) info functionMicael Karlberg
2019-06-26[esock] Counters for individual socketsMicael Karlberg
2019-06-24[esock] Add debug functionMicael Karlberg
2019-06-24[esock] Add command (nif) functionMicael Karlberg
2019-06-20[esock] Documentation woesMicael Karlberg
2019-06-18Merge pull request #2270 from essen/dist-get-stat-real-pend-value/OTP-15905Lukas Larsson
2019-06-17Merge branch 'ingela/raimo/udp-send-TOS/ERIERL-294/OTP-15747' into ingela/mer...Ingela Anderton Andin
2019-06-17Introduce udp send ancillary data argument down to inet_drvRaimo Niskanen
2019-06-14[esock,kernel] net -> prim_net and add (new) netMicael Karlberg
2019-06-11fixup! Return real pend value in erlang:dist_get_stat/1Loïc Hoguin
2019-05-29[esock] Types and cleanupMicael Karlberg
2019-05-29[esock] Connect can now also take a nowait TimeoutMicael Karlberg
2019-05-29[esock|doc] Make select_ref opaqueMicael Karlberg
2019-05-29[esock] Changed return value for a selected async callMicael Karlberg
2019-05-29[esock|doc] Add text about the abort messageMicael Karlberg
2019-05-29[esock|doc] Document the new asynchronous featureMicael Karlberg
2019-05-29[socket] Add cancel and the first recvfrom(nowait) cancel test caseMicael Karlberg
2019-05-29[socket] First nowait test case (sendto and recvfrom udp4)Micael Karlberg
2019-05-29[socket] Update accept to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update sendmsg to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update sendto to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Add type and macro for select infoMicael Karlberg
2019-05-29[socket] Update send to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update recvmsg to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update recvfrom to handle Timeout = nowaitMicael Karlberg
2019-05-29[socket] Update recv to handle Timeout = nowaitMicael Karlberg
2019-05-29[esock] Fixed check domain local and specsMicael Karlberg
2019-05-29[esock] Update the supports functions to also display localMicael Karlberg
2019-05-29[esock|test] Add plain send/recv small ping-pong test case for localMicael Karlberg
2019-05-29[esock] Finalize handling of Unix Domain SocketMicael Karlberg
2019-05-27Update preloaded modulesLukas Larsson
2019-04-30[net] Improvements (ahum) when --disable-esockMicael Karlberg
2019-04-30[socket|net] Fixed beamsMicael Karlberg
2019-04-30[socket|net] Preloaded now built with latest compilerMicael Karlberg
2019-04-30[socket|net] Final prepMicael Karlberg
2019-04-30[socket] Preloaded (erts) app fileMicael Karlberg
2019-04-30[socket] Preliminary - make socket configurableMicael Karlberg