aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/inet_SUITE.erl
AgeCommit message (Expand)Author
2018-12-19inet_db: fix a bug when .hosts file is never reloadedMaxim Fedorov
2018-10-05Adjust test case to realityRaimo Niskanen
2018-03-06Merge branch 'raimo/stop-encouraging-v4-mapped/ERL-503/OTP-13716'Raimo Niskanen
2018-02-27Skip testing unavailable interfaces in inet_SUITE:getifaddrsJohn Högberg
2018-01-26Implement function for IPv4-mapped IPv6 addressesRaimo Niskanen
2017-06-12Accept IPv6 address %suffixes when parsingRaimo Niskanen
2017-06-07Adjust inet:ntoa/1 to RFC5952, but not deeperRaimo Niskanen
2017-05-31Update inet:ntoa according to modern RFCsRaimo Niskanen
2017-05-04Update copyright yearRaimo Niskanen
2017-04-20implement SO_BINDTODEVICE for inet protocolsAndreas Schultz
2016-06-03gethostbyname, gethostbyaddrRaimo Niskanen
2016-06-02Merge branch 'saleyn/uds/PR-612/OTP-13572'Raimo Niskanen
2016-06-01Rewrite inet* for address family 'local'Raimo Niskanen
2016-06-01Rewrite inet_drv for AF_LOCALRaimo Niskanen
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-03-30inet_SUITE: Handle pointtopoint devices in getifaddrs/1Björn Gustavsson
2016-03-30inet_SUITE: Handle {error,enoent} in simple_netns_openBjörn Gustavsson
2016-03-24inet_SUITE: Handle missing SCTP support in simple_netns/1Björn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2016-03-10Remove ?line macrosBjörn Gustavsson
2016-03-10Eliminate use of the ?t macroBjörn Gustavsson
2016-03-10Eliminate use of doc and suite clausesBjörn Gustavsson
2016-03-10Eliminate use test_server:format()Björn Gustavsson
2016-03-09Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-03-09Eliminate use of ?config() macroBjörn Gustavsson
2016-03-09Modernize timetrapsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-12-11kernel test: Replace 'random' with 'rand'Björn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-09kernel: Remove ?line macros in inet_SUITE:t_gethostbyaddr/1Björn-Egil Dahlberg
2015-05-22Fix parsing of IPv6 addresses to limit leading zerosRory Byrne
2015-03-09Restore lookup order after testRaimo Niskanen
2015-02-18Remove infinite loop in inet:gethostbyname_tm/4Raimo Niskanen
2014-12-02Text netns option at socket openRaimo Niskanen
2013-09-04Merge branch 'raimo/linux-network-namespace-sockopt/OTP-11157' into maintRaimo Niskanen
2013-07-30kernel: changed tests where inet_parse:ntoa/1 was used to inet:parse/1Fredrik Gustafsson
2013-07-17Rudimentary testRaimo Niskanen
2013-06-07Add test cases for host lookup case (in)sensitivityRaimo Niskanen
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-11-30Merge branch 'fredrik/inet/export-ip-funcs/OTP-8067'Fredrik Gustafsson
2012-11-21Changes to function names, tests and docs of inetFredrik Gustafsson
2012-11-19Exported ipv4address and ipv6address functions to inet module, changed and ma...Fredrik Gustafsson
2012-07-19kernel: Remove VxWorks from testsBjörn-Egil Dahlberg
2011-11-28kernel: Adjust test to allow for creative auto alias on MacOS XRaimo Niskanen
2011-09-29Skip getaddr_v6 test if on the ipv4_only hostLukas Larsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Update gethostname test cases for v6 to use the v6 hosts instead of v4Lukas Larsson
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for kernelLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson