Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-01 | Make windows inet_gethost work for ipv6 | Patrik Nyblom | |
2010-11-09 | Implement inet:getifaddrs/0 on Windows | Raimo Niskanen | |
2010-05-04 | Merge branch 'ms/inet_gethost-safe-debug-output' into dev | Erlang/OTP | |
* ms/inet_gethost-safe-debug-output: Truncate debug messages OTP-8615 ms/inet_gethost-safe-debug-output | |||
2010-05-03 | Truncate debug messages | Michael Santos | |
When the undocumented ERL_INET_GETHOST_DEBUG environment variable is set to 5, very long hostnames can overflow the buffer used to construct the debug message. Truncate debug messages if they exceed the size of the buffer. export ERL_INET_GETHOST_DEBUG=5 inet:gethostbyname(lists:duplicate(5000,"x")). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |