Age | Commit message (Expand) | Author |
2018-06-18 | Update copyright year | Henrik Nord |
2018-02-05 | kernel: Do not call erlang:get_stacktrace() | Hans Bolinder |
2016-07-28 | Test inet:getstat/1 dead for SCTP send | Raimo Niskanen |
2016-07-28 | Fix test suite compilation warnings | Raimo Niskanen |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-03-23 | gen_sctp_SUITE: Skip most SCTP test cases on Solaris before 5.12 | Björn Gustavsson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-03-10 | Remove ?line macros | Björn Gustavsson |
2016-03-10 | Eliminate use of doc and suite clauses | Björn Gustavsson |
2016-03-09 | Eliminate use of test_server:fail/0,1 | Björn Gustavsson |
2016-03-09 | Modernize timetraps | Björn Gustavsson |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2013-11-26 | Merge branch 'maint' | Raimo Niskanen |
2013-11-15 | Adjust test cases for SLES 10 SP 1 | Raimo Niskanen |
2013-11-11 | Fix testcase indentation | Raimo Niskanen |
2013-11-11 | Fix testcases for FreeBSD 9.1 | Raimo Niskanen |
2013-11-07 | Write testcases for inet:socknames and inet:peernames | Raimo Niskanen |
2013-09-23 | add {active,N} socket option for TCP, UDP, and SCTP | Steve Vinoski |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin |
2012-10-08 | SCTP test case with socket active options once and true | Jonas Falkevik |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-16 | Allow mixed IPv4 and IPv6 addresses to sctp_bindx | Tomas Abrahamsson |
2012-08-16 | Fix SCTP multihoming | Tomas Abrahamsson |
2011-11-28 | kernel: Adjust sctp test skip for interesting error value from Montavista | Raimo Niskanen |
2011-11-17 | kernel: Adjust SCTP test to SuSE quirk | Raimo Niskanen |
2011-11-17 | erts,kernel: Return eprotonosupport when SCTP is not supported | Raimo Niskanen |
2011-11-17 | kernel: Adjust SCTP tests to Solaris quirks | Raimo Niskanen |
2011-11-17 | kernel: Rewrite SCTP test socket handler | Raimo Niskanen |
2011-11-17 | kernel: Fix SCTP tests for the FreeBSD protocol stack | Raimo Niskanen |
2011-11-17 | erts,kernel: Bugfix - collect fragmented SCTP messages on recv | Raimo Niskanen |
2011-11-17 | kernel: Add tests for gen_sctp:peeloff/2 | Raimo Niskanen |
2011-11-17 | kernel: Add tests for SCTP stream sockets | Raimo Niskanen |
2011-09-19 | Merge branch 'raimo/sctp-getsetopts/OTP-9544' into raimo/sctp-getsetopts-dev/... | Raimo Niskanen |
2011-09-19 | erts,kernel: Bugfix - read SCTP socket options from right protocol layer | Raimo Niskanen |
2011-09-19 | erts: Fix bug SCTP send can only be called from controlling process | Raimo Niskanen |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson |
2011-02-17 | Fix formatting for kernel | Lukas Larsson |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson |
2011-02-17 | Update kernel tests to conform with common_test standard | Lukas Larsson |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson |
2010-09-06 | Add tests | Raimo Niskanen |
2010-09-02 | Merge branch 'rani/sctp-sndrcvinfo/OTP-8795' into dev | Raimo Niskanen |
2010-08-31 | Fix xfer_active close expection for Solaris behaviour | Raimo Niskanen |
2010-08-31 | Keep default #sctp_sndrcvinfo{} fields on gen_sctp:send/4 | Raimo Niskanen |
2010-08-31 | Fix SCTP linger option | Raimo Niskanen |
2010-02-08 | Merge branch 'sc/sctp-connect-nowait' into ccase/r13b04_dev | Erlang/OTP |
2010-02-06 | Implement a non-blocking SCTP connect | Simon Cornish |