Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-20 | Replace usage of erlang:now() with usage of new API | Rickard Green | |
2013-06-10 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: lib/kernel/src/inet_db.erl | |||
2013-06-07 | Improve case (in)sensitivity for host lookups | Raimo Niskanen | |
2013-05-06 | Fix unmatched_return warnings in kernel | Siri Hansen | |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder | |
2011-08-25 | Improve types and specifications of the inet modules | Hans Bolinder | |
2011-05-24 | Modify two opaque types | Hans Bolinder | |
Two opaque types that could cause warnings when running Dialyzer have been modified. | |||
2011-05-17 | Remove unused variable warning in inet_res | Björn-Egil Dahlberg | |
2011-05-09 | Types and specifications have been modified and added | Hans Bolinder | |
2011-04-21 | Do not UDP send when there is 0 ms left to wait for reply | Raimo Niskanen | |
2011-04-21 | Check return values from UDP send functions | Raimo Niskanen | |
2011-04-21 | Cleanup timeout handling, fix bug for remaining time =:= 0 | Raimo Niskanen | |
2010-06-02 | Merge branch 'rn/resolver-leaking-ports' into dev | Erlang/OTP | |
* rn/resolver-leaking-ports: Resolver: make inet_dns decode ugly truncated reply Resolver: stop inet_res leaking ports OTP-8652 inet_res leaking ports The kernel DNS resolver was leaking one or two ports if the DNS reply could not be parsed or if the resolver(s) caused noconnection type errors. Bug now fixed. A DNS specification borderline truncated reply triggering the port leakage bug has also been fixed. | |||
2010-06-01 | Resolver: stop inet_res leaking ports | Raimo Niskanen | |
Bugfix: when all nameservers return a reply causing decode errors or when errors enetunreach or econnrefused occured while contacting them, one or two UDP ports was leaked i.e left open and forgotten. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |