Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-14 | epmd: Fix -names option on Windows | Johannes Weißl | |
Since 3aa60cc `epmd -names` does not produce any output on Windows anymore. This patch uses fwrite() instead of write() which adds the necessary carriage returns to the output so that it is suitable for the Windows cmd.exe. A test case is added (fails on Windows without the patch). | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-22 | Add UTF-8 node name support for epmd | Rickard Green | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-06-07 | epmd: fix compiler warnings | Michael Santos | |
Suppress compiler warnings about ignored return values. | |||
2010-11-17 | Allow user to specify the IP address epmd binds to | Holger Weiß | |
The IP address(es) epmd binds to can now be specified by the user, either via epmd's new "-address" option or (if that's not used) by setting the environment variable ERL_EPMD_ADDRESS. Multiple addresses may be specified using a comma-separated list. If the loopback address is not in this list, it will be added implicitly, so that the daemon can be queried by an interactive epmd process. | |||
2010-08-31 | Teach epmd_cli.c to not respond 'Killed' when killing denied | Patrik Nyblom | |
2010-07-07 | allow epmd -stop name to unregister a client from epmd | Seven Du | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |