aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/gen_tcp_api_SUITE.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-02-05kernel: Do not call erlang:get_stacktrace()Hans Bolinder
2017-06-14Update copyright yearHans Nilsson
2017-05-22kernel: Skip ipv6 tcs when cpiv6 is disabledLukas Larsson
2016-09-14Tune 'tclass' semanticsRaimo Niskanen
2016-09-12Implement IPV6_TCLASSRaimo Niskanen
2016-06-17Merge branch 'zandra/kernel-test-cuddle'Zandra Hird
2016-06-17Merge branch 'raimo/uds-support/OTP-13643'Raimo Niskanen
2016-06-16Return eafnosupport when not supportedRaimo Niskanen
2016-06-16Test: Try ipv6 versions of localhost if it fails for inet6Zandra Hird
2016-06-15Add AF_LOCAL test casesRaimo Niskanen
2016-06-14kernel: Fix t_recv_delim on bsdLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2016-03-10Remove ?line macrosBjörn Gustavsson
2016-03-10Eliminate use of doc and suite clausesBjö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
2015-10-26erts: Include test in group so that it is runIngela Anderton Andin
2015-10-26erts: Add {line_delimiter, byte()} option to inet:setopts/2Serge Aleynikov
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-12Fix gen_tcp:shutdown/2 by making it asynchronousRory Byrne
2014-07-22kernel: When doing an fdopen we now also bind the fd to the specified addr/portLukas Larsson
2011-12-02Move sendfile api to file moduleLukas Larsson
2011-12-01Preliminary work on header/trailerLukas Larsson
2011-12-01Add tests for send/recv/sendfile interactionsLukas Larsson
2011-12-01Remove tests for file_server sendfileLukas Larsson
2011-12-01Implement sendfile when there are no async threadsLukas Larsson
2011-12-01Implement blocking calls for sendfileLukas Larsson
2011-12-01Create erlang fallback for sendfileLukas Larsson
2011-12-01Move sendfile tests to gen_tcp_api_SUITELukas Larsson
2011-08-27Fix type of Packet arg of gen_tcp:send/2 and gen_udp:send/4Filipe David Manana
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-07Merge branch 'raimo/kernel-implicit_inet6-testcase' into devRaimo Niskanen
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
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update kernel tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2010-12-07Improve implicit_inet6 testcase skip conditionsRaimo Niskanen
2010-09-06Add testsRaimo Niskanen
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP