aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/nifs/common
AgeCommit message (Expand)Author
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-03-19Fix file:change_group/change_ownerJohn 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
2017-10-11Add zlib:set_controlling_process/2John Högberg
2017-09-29Fix minor incompatibilities in inflate behaviorJohn Högberg
2017-09-07Replace ad-hoc MIN/MAX macros with common onesJohn Högberg
2017-09-05Improve zlib error messages and update test suite to fitJohn Högberg
2017-09-05Replace the zlib driver with a NIFJohn Högberg
2016-12-07Update copyright-yearErlang/OTP
2016-05-24erts: Move tracer SecondTraceTerm to Opts mapLukas Larsson
2016-05-11erts: Only allow remove from trace_status callbackLukas Larsson
2016-05-03Merge branch 'egil/erts/gc-doc/OTP-13532'Björn-Egil Dahlberg
2016-05-03Merge branch 'lukas/erts/tracing/misc_fixes/OTP-13503'Lukas Larsson
2016-05-02erts: Remove forgotten atoms in erl_tracerBjörn-Egil Dahlberg
2016-04-29erts: Extend garbage collection traceBjörn-Egil Dahlberg
2016-04-26erts: Remove erl_tracer with invalid stateLukas Larsson
2016-04-15erts: Implement tracer modulesLukas Larsson