aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/src
AgeCommit message (Expand)Author
2018-09-18[net-nif] Fixed getnameinfoMicael Karlberg
2018-09-18[net-nif] Implemented gethostnameMicael Karlberg
2018-09-18[net-nif] Removed the old net moduleMicael Karlberg
2018-09-18[net-nif] Added debuggingMicael Karlberg
2018-09-18[net-nif] The net-module now actually loadsMicael Karlberg
2018-09-18[net-nif] Added preliminary net nif fileMicael Karlberg
2018-09-18[net-nif] Erlang interface module for netMicael Karlberg
2018-09-18[socket-nif] Added some use of debug and fixed bindMicael Karlberg
2018-09-18[socket-nif] The info function now returns a non-empty mapMicael Karlberg
2018-09-18[socket-nif] Fixed getopt function specMicael Karlberg
2018-09-18[socket-nif-doc] More polishingMicael Karlberg
2018-09-18[socket-nif-doc] Fixed socket type and function openMicael Karlberg
2018-09-18[socket-nif-doc] Add preliminary doc for socketMicael Karlberg
2018-09-18[socket-nif] More getoptMicael Karlberg
2018-09-18[socket-nif] getopt partially implementedMicael Karlberg
2018-09-18[socket-nif] setopt for socket option(s) rcvbuf and sndnufMicael Karlberg
2018-09-18[socket-nif] setopt of socket option broadcastMicael Karlberg
2018-09-18[socket-nif] setopt of socket option dontrouteMicael Karlberg
2018-09-18[socket-nif] setopt of socket option priorityMicael Karlberg
2018-09-18[socket-nif] setopt of socket option reuseaddrMicael Karlberg
2018-09-18[socket-nif] More setopt - udpMicael Karlberg
2018-09-18[socket-nif] More setoptMicael Karlberg
2018-09-18[socket-nif] setopt of (tcp) congestionMicael Karlberg
2018-09-18[socket-nif] Network interface mappings and sock addrMicael Karlberg
2018-09-18[socket-nif] Preliminary setoptMicael Karlberg
2018-09-18[socket-nif] Completed the shutdown functionMicael Karlberg
2018-09-18[socket-nif] More close-related workMicael Karlberg
2018-09-18[socket-nif] "Completed" the close functionMicael Karlberg
2018-09-18[socket-nif] Completed the recv and recvfrom functionsMicael Karlberg
2018-09-18[socket-nif] Corrected timout handlingMicael Karlberg
2018-09-18[socket-nif] Completed recvMicael Karlberg
2018-09-18[socket-nif] Implemented sendtoMicael Karlberg
2018-09-18[socket-nif] Completed sendMicael Karlberg
2018-09-18[socket-nif] Completed acceptMicael Karlberg
2018-09-18[socket-nif] Completed listenMicael Karlberg
2018-09-18[socket-nif] preliminary version of the new socket interface (nififying)Micael Karlberg
2018-09-17Merge branch 'maint'Raimo Niskanen
2018-09-17Merge branch 'raimo/receive-TOS-TCLASS/ERIERL-187/OTP-15145' into maintRaimo Niskanen
2018-09-17Merge branch 'maint'John Högberg
2018-09-13Fix unsafe use of lists:reverse/1John Högberg
2018-09-04Implement socket option recvtos and friendsRaimo Niskanen
2018-07-30Merge pull request #1891 from RaimoNiskanen/raimo/can_not-should-mostly-be-ca...Raimo Niskanen
2018-07-27Change "can not" into "cannot"Raimo Niskanen
2018-07-26Merge branch 'maint'John Högberg
2018-07-26Merge branch 'maint-21' into maintJohn Högberg
2018-07-18Fix node crash on passing bad arguments to file:read_file_info/2John Högberg
2018-07-11Merge branch 'maint'Sverker Eriksson
2018-07-09erts: Fix spec and docs for process_info 'monitored_by'Sverker Eriksson
2018-07-03Merge pull request #1854 from jhogberg/john/erts/cross-type-carrier-migration...John Högberg
2018-06-28Allow cross-type carrier migrationJohn Högberg