aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/nifs
AgeCommit message (Expand)Author
2018-09-18[socket+net-nif] Moved common functions into util filesMicael Karlberg
2018-09-18[socket+net-nif] BackupMicael Karlberg
2018-09-18[socket+net-nif] Introduced a couple of common filesMicael Karlberg
2018-09-18[net-nif] Fixed getnameinfoMicael Karlberg
2018-09-18[net-nif] Fixed things...Micael 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[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-doc] More polishingMicael 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] more setoptMicael 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] More setoptMicael 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] 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] Completed connectMicael Karlberg
2018-09-18[socket-nif] preliminary version of the new socket interface (nififying)Micael Karlberg
2018-06-18Update copyright yearHenrik Nord
2018-05-15erts: Fix unused variable warning in unix prim fileLukas Larsson
2018-05-03Stop assuming that all NTFS reparse points are linksJohn Högberg
2018-03-19Fix file:change_group/change_ownerJohn Högberg
2018-02-26Allow opening device files and FIFOs with file:open/2John Högberg
2017-12-06Add translation for ERROR_INVALID_NAMEJohn Högberg
2017-11-30Reimplement efile_drv as a dirty NIFJohn Högberg
2017-11-30Add a mutable binary buffer type (prim_buffer)John Högberg
2017-11-09Merge branch 'john/erts/fix-gunzip-eos/OTP-14730/ERL-507' into maint-20Erlang/OTP
2017-11-09Fix deflateParams on zlib 1.2.11John Högberg
2017-11-02Only apply EOS behaviors if there's pending dataJohn Högberg