summaryrefslogtreecommitdiff
path: root/lib/kernel/test/gen_tcp_misc_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Write testcases for recvtos and friendsRaimo Niskanen2018-09-171-1/+206
* Implement socket option recvtos and friendsRaimo Niskanen2018-09-041-1/+1
* Update copyright yearHenrik Nord2018-06-181-1/+1
* kernel: Fix gen_tcp_misc indentationLukas Larsson2017-10-181-29/+33
* Merge branch 'john/erts/fix-port-leak/OTP-13939/ERL-193' into maint-20Erlang/OTP2017-06-301-3/+41
|\
| * Add a testcase for OTP-13939/ERL-193John Högberg2017-06-141-1/+40
* | Replace usage of deprecated time unitsRickard Green2016-08-251-1/+1
* | Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\ \
| * | update copyright-yearHenrik Nord2016-03-151-1/+1
* | | gen_tcp_misc_SUITE: Clean up send_timeout{_active}/1Björn Gustavsson2016-03-231-122/+116
* | | Clean up the determination of the hostnameBjörn Gustavsson2016-03-231-3/+7
|/ /
* | Fix commentsBjörn Gustavsson2016-03-101-13/+5
* | gen_tcp_misc_SUITE: Use unique node namesBjörn Gustavsson2016-03-101-4/+9
* | Eliminate use of doc and suite clausesBjörn Gustavsson2016-03-101-151/+58
* | Eliminate use of test_server:sleep/1Björn Gustavsson2016-03-101-20/+20
* | Eliminate use of test_server:fail/0,1Björn Gustavsson2016-03-091-54/+54
* | Modernize timetrapsBjörn Gustavsson2016-03-091-23/+20
* | Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* | ose: Remove all code related to the OSE portLukas Larsson2015-07-101-16/+0
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge branch 'nybek/fix_so_linger_zero__simple'Raimo Niskanen2015-06-171-0/+315
|\
| * Fix socket option {linger, {true, 0}} to abort TCP connectionsRory Byrne2015-06-091-2/+35
| * Apply 'show_econnreset' socket option to send errors as wellRory Byrne2015-06-091-2/+177
| * Add 'show_econnreset' TCP socket optionRory Byrne2015-06-091-0/+107
* | Merge branch 'nybek/fix_inet_drv_add_multi_timer_logic'Henrik Nord2015-06-101-12/+82
|\ \ | |/ |/|
| * Fix add_multi_timer() in inet_drvRory Byrne2015-06-041-2/+72
| * Fix 6 tests in gen_tcp_misc_SUITERory Byrne2015-06-041-10/+10
* | Merge branch 'bjorn/kernel/cuddle-with-tests'Björn Gustavsson2015-06-051-11/+6
|\ \ | |/ |/|
| * Eliminate use of erlang:now/0 for generating random numbersBjörn Gustavsson2015-05-271-2/+3
| * Eliminate use of erlang:now/0 for measuring timeBjörn Gustavsson2015-05-271-9/+4
* | kernel: Remove remaining ?line macros in gen_tcp_misc_SUITEBjörn-Egil Dahlberg2015-06-041-755/+729
* | kernel: Relax gen_tcp_misc_SUITE don't wait for timeoutBjörn-Egil Dahlberg2015-05-281-73/+61
* | kernel: Relax test gen_tcp_misc_SUITE:wrapping_oct/1Björn-Egil Dahlberg2015-05-281-1/+1
|/
* Fix misspellings of 'another'Tuncer Ayaz2014-08-251-1/+1
* kernel: tweak testsDan Gudmundsson2014-03-281-5/+10
* ose: Implement tcp inet driver for OSELukas Larsson2014-03-261-2/+16
* add {active,N} socket option for TCP, UDP, and SCTPSteve Vinoski2013-09-231-2/+112
* Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
* Set max ports for slave nodeLukas Larsson2013-03-141-1/+1
* Update to work with new default windows max portsLukas Larsson2013-02-251-1/+9
* Add testcase for oct countersPatrik Nyblom2013-01-231-1/+71
* Isolate iter_max_socks to own nodeLukas Larsson2013-01-211-2/+8
* kernel: Remove VxWorks from testsBjörn-Egil Dahlberg2012-07-191-83/+39
* Merge branch 'lukas/kernel/fix-gen_udp_tcp-leak/OTP-10094' into maintLukas Larsson2012-05-231-2/+29
|\
| * Add testcase for controlling_process(P,self())Lukas Larsson2012-04-101-2/+29
* | Remove race in gen_tcp_misc_SUITE:otp_9389Patrik Nyblom2012-05-041-2/+2
* | Update copyright yearsBjörn-Egil Dahlberg2012-03-301-1/+1
* | Fix returned error from gen_tcp:accept/1,2 when running out of portsPer Hedeland2012-01-041-2/+51
|/
* Add explanatory text for tc failureLukas Larsson2011-12-081-1/+4
* honor packet_size for http packet parsing to fix OTP-9389Steve Vinoski2011-12-051-3/+63