aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/nifs/common/socket_nif.c
AgeCommit message (Expand)Author
2019-03-05[socket] Make use of official monitor to term functionMicael Karlberg
2019-03-04Merge branch 'bmk/20190304/openindiana_types' into bmk/20190301/cleanup_throu...Micael Karlberg
2019-03-04[socket] Fixed various type size and unused function warningsMicael Karlberg
2019-03-04[socket] Some minor cleanup and commentsMicael Karlberg
2019-03-04[socket] Macro abuse for requestor queue func defMicael Karlberg
2019-03-04[net] Macro abuse for func defMicael Karlberg
2019-03-04[socket] Macro abuse for more func defMicael Karlberg
2019-03-04[socket] Macro abuse for setopt(otp) and getopt(otp)Micael Karlberg
2019-03-04[socket|net] Macro abuseMicael Karlberg
2019-02-22[socket] Cleanup and accept restructureMicael Karlberg
2019-02-22[socket] More fixes to socket closeMicael Karlberg
2019-02-22[socket] Fixed socket close bugMicael Karlberg
2019-02-22[socket-nif] Fix buggy use of NULL-monitorSverker Eriksson
2019-02-22[socket-nif] Fix bug in message sendingSverker Eriksson
2019-02-22[socket-nif] Fix memorys leaks in recv error casesSverker Eriksson
2019-02-22[socket-nif] Fix currentReader/Writer always set at enif_selectSverker Eriksson
2019-02-22[socket-nif] Rename 'nosup' -> 'notsup'Sverker Eriksson
2019-02-01[socket-nif] nosup expection of win32 and type(s) replacementsMicael Karlberg
2019-01-30[socket-nif] Preliminary windows adaptionsMicael Karlberg
2019-01-29[socket-nif] The otp rcvbuf option updatedMicael Karlberg
2019-01-25[socket-nif] Correct state checks when calling read and write functionsMicael Karlberg
2019-01-21[socket-nif] Add support for otp option fdMicael Karlberg
2018-12-21[socket-nif] Fixed OpenBSD configMicael Karlberg
2018-12-14[socket-nif] Message interface between socket.erl and nif updatedMicael Karlberg
2018-12-06[socket-nif] Valgrind: plugged memory leaks in nif_[recvfrom<recvmsg]Micael Karlberg
2018-12-06[socket-nif] Valgrind: plugged memory leaks in nif_recvMicael Karlberg
2018-12-05Merge branch 'bmk/20181205/nififying_inet_ttest/OTP-14831' into bmk/20180918/...Micael Karlberg
2018-12-05[socket-nif] Fixed two minor problems with socket close and downMicael Karlberg
2018-12-05[socket-nif] Increased the default read buffer sizeMicael Karlberg
2018-11-27[socket-nif] Conditional use of sctp struct fieldMicael Karlberg
2018-11-26[socket-nif] Conditional use of sctp struct fieldMicael Karlberg
2018-11-06[socket-nif] Badly handled socket close for recvfrom and recvmsgMicael Karlberg
2018-11-05[socket-nif] Sending when buffer is full failedMicael Karlberg
2018-11-02[socket-nif] Inherit buffer sizes when acceptingMicael Karlberg
2018-11-01[sock-nif|test] Add a ping-pong test caseMicael Karlberg
2018-10-30[socket-nif] Add a send and receive chunks test caseMicael Karlberg
2018-10-22[socket-nif] Initiation of "current reader" missing for recvfromMicael Karlberg
2018-10-18[socket-nif] setopt and getopt with level ipv6Micael Karlberg
2018-10-18Merge branch 'bmk/20181004/nififying_inet_rework_test_suite/OTP-14831' into b...Micael Karlberg
2018-10-18[socket-nif] Initiation of "current reader" missing for recvmsgMicael Karlberg
2018-10-18[socket-nif] Socket closeMicael Karlberg
2018-10-16[socket-nif] Recv handling of closing socketsMicael Karlberg
2018-10-15[socket-nif] Fix socket close when owner process exitsMicael Karlberg
2018-10-09[socket-nif] The supports function now also handles sctp and ipv6Micael Karlberg
2018-10-09[socket-nif] Completed (ahum) the socket option(s) part of supportsMicael Karlberg
2018-10-08[socket-nif] Add the options for socket, ip and ipv6 for supportsMicael Karlberg
2018-10-05[socket-nif] Add first three socket (socket) options to supportsMicael Karlberg
2018-10-05[socket-nif] Add *preliminary* new function supports/0,1Micael Karlberg
2018-10-04Merge branch 'bmk/20181004/nififying_inet_freebsd_fixes/OTP-14831' into bmk/2...Micael Karlberg
2018-10-04[socket-nif] Add owner validation when setopt controlling_processMicael Karlberg