Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-19 | Use more correct delimiters for erl_nif.h include | Tuncer Ayaz | |
Anywhere but the beam sources we shouldn't #include "erl_nif.h", because what "erl_nif.h" does is: (1) fail to find it outside of -I dirs, (2) then treat it as if it was written like <erl_nif.h>. Using <erl_nif.h> skips (1). More information can be found in 6.10.2 of the C standard. Because the examples use "erl_nif.h", NIF projects in the Erlang ecosystem copy this verbatim and make the same mistake. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-09-12 | erts: getsockname is not allowed on non-bound sockets | Lukas Larsson | |
This only produces an error on win32, but should not really be called on *nix either. | |||
2014-08-06 | erts: Fix tc and docs after {fd,FD} bind change | Lukas Larsson | |
The sha of the original change is 52810718b | |||
2014-07-22 | kernel: When doing an fdopen we now also bind the fd to the specified addr/port | Lukas Larsson | |