summaryrefslogtreecommitdiff
path: root/lib/kernel/test/inet_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Adjust test case to realityRaimo Niskanen2018-10-051-83/+89
* Merge branch 'raimo/stop-encouraging-v4-mapped/ERL-503/OTP-13716'Raimo Niskanen2018-03-061-2/+23
|\
| * Implement function for IPv4-mapped IPv6 addressesRaimo Niskanen2018-01-261-2/+23
* | Skip testing unavailable interfaces in inet_SUITE:getifaddrsJohn Högberg2018-02-271-5/+3
|/
* Accept IPv6 address %suffixes when parsingRaimo Niskanen2017-06-121-1/+3
* Adjust inet:ntoa/1 to RFC5952, but not deeperRaimo Niskanen2017-06-071-2/+0
* Update inet:ntoa according to modern RFCsRaimo Niskanen2017-05-311-55/+103
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* implement SO_BINDTODEVICE for inet protocolsAndreas Schultz2017-04-201-2/+68
* gethostbyname, gethostbyaddrRaimo Niskanen2016-06-031-10/+13
* Merge branch 'saleyn/uds/PR-612/OTP-13572'Raimo Niskanen2016-06-021-43/+51
|\
| * Rewrite inet* for address family 'local'Raimo Niskanen2016-06-011-19/+18
| * Rewrite inet_drv for AF_LOCALRaimo Niskanen2016-06-011-39/+52
* | Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\ \
| * | update copyright-yearHenrik Nord2016-03-151-1/+1
* | | inet_SUITE: Handle pointtopoint devices in getifaddrs/1Björn Gustavsson2016-03-301-0/+4
* | | inet_SUITE: Handle {error,enoent} in simple_netns_openBjörn Gustavsson2016-03-301-3/+7
* | | inet_SUITE: Handle missing SCTP support in simple_netns/1Björn Gustavsson2016-03-241-3/+7
|/ /
* | Remove ?line macrosBjörn Gustavsson2016-03-101-240/+238
* | Eliminate use of the ?t macroBjörn Gustavsson2016-03-101-2/+2
* | Eliminate use of doc and suite clausesBjörn Gustavsson2016-03-101-49/+22
* | Eliminate use test_server:format()Björn Gustavsson2016-03-101-9/+9
* | Eliminate use of test_server:fail/0,1Björn Gustavsson2016-03-091-10/+10
* | Eliminate use of ?config() macroBjörn Gustavsson2016-03-091-2/+2
* | Modernize timetrapsBjörn Gustavsson2016-03-091-14/+10
* | Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* | kernel test: Replace 'random' with 'rand'Björn Gustavsson2015-12-111-2/+1
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* kernel: Remove ?line macros in inet_SUITE:t_gethostbyaddr/1Björn-Egil Dahlberg2015-06-091-27/+28
* Fix parsing of IPv6 addresses to limit leading zerosRory Byrne2015-05-221-0/+3
* Restore lookup order after testRaimo Niskanen2015-03-091-4/+22
* Remove infinite loop in inet:gethostbyname_tm/4Raimo Niskanen2015-02-181-1/+18
* Text netns option at socket openRaimo Niskanen2014-12-021-3/+29
* Merge branch 'raimo/linux-network-namespace-sockopt/OTP-11157' into maintRaimo Niskanen2013-09-041-3/+96
|\
| * Rudimentary testRaimo Niskanen2013-07-171-3/+96
* | kernel: changed tests where inet_parse:ntoa/1 was used to inet:parse/1Fredrik Gustafsson2013-07-301-2/+2
|/
* Add test cases for host lookup case (in)sensitivityRaimo Niskanen2013-06-071-100/+97
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Merge branch 'fredrik/inet/export-ip-funcs/OTP-8067'Fredrik Gustafsson2012-11-301-9/+12
|\
| * Changes to function names, tests and docs of inetFredrik Gustafsson2012-11-211-4/+4
| * Exported ipv4address and ipv6address functions to inet module, changed and ma...Fredrik Gustafsson2012-11-191-5/+8
* | kernel: Remove VxWorks from testsBjörn-Egil Dahlberg2012-07-191-12/+7
|/
* kernel: Adjust test to allow for creative auto alias on MacOS XRaimo Niskanen2011-11-281-2/+6
* Skip getaddr_v6 test if on the ipv4_only hostLukas Larsson2011-09-291-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* Update gethostname test cases for v6 to use the v6 hosts instead of v4Lukas Larsson2011-02-171-3/+3
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for kernelLukas Larsson2011-02-171-3/+4
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3