Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-14 | erts: Make etp-*-info take any value as input | Lukas Larsson | |
2016-06-14 | erts: Add etp commands to re-compile erlang | Lukas Larsson | |
2016-06-14 | Merge branch 'lukas/erts/testfixes-19' | Lukas Larsson | |
* lukas/erts/testfixes-19: erts: Increase bif and nif call_time trace test erts: Fix distribution_SUITE:bulk_send_bigbig on windows erts: Ensure bs_add_overflow test has enough memory kernel: Better explain controlling_process' tcp behaviour kernel: Fix t_recv_delim on bsd os_mon: Make sure to start/stop os_mon in tests correctly ssl: Fix use_interface dist_SSL test erl_interface: Fix signed int overflow tc bug erts: fix atom_roundtrip_r15b tc erts: Require more memory for debug tests | |||
2016-06-14 | Merge branch 'maint' | Henrik Nord | |
Conflicts: OTP_VERSION lib/inets/vsn.mk lib/ssl/test/ssl_basic_SUITE.erl lib/ssl/vsn.mk | |||
2016-06-14 | erts: Increase bif and nif call_time trace test | Lukas Larsson | |
This makes the time that the tests execute longer, which means that on systems with low resolution on timers (e.g. windows) the test is less likely to fail. | |||
2016-06-14 | erts: Fix distribution_SUITE:bulk_send_bigbig on windows | Lukas Larsson | |
The granualarity of the windows time sometimes makes timer:tc return 0 as the time taken for the test. Change this to use the most common time instead. | |||
2016-06-14 | erts: Ensure bs_add_overflow test has enough memory | Lukas Larsson | |
2016-06-14 | kernel: Better explain controlling_process' tcp behaviour | Lukas Larsson | |
2016-06-14 | kernel: Fix t_recv_delim on bsd | Lukas Larsson | |
TCP messages to not travel instantly on loopback on bsd, to we have to wait a little while for them to arrive. | |||
2016-06-14 | os_mon: Make sure to start/stop os_mon in tests correctly | Lukas Larsson | |
2016-06-14 | ssl: Fix use_interface dist_SSL test | Lukas Larsson | |
Doing inet:port will cause an port_control to be sent to the port, and not all ports in the vm can handle having arbitrary data sent to them. | |||
2016-06-14 | Merge branch 'lukas/erl_interface/fix_long_windows/OTP-13673' | Lukas Larsson | |
* lukas/erl_interface/fix_long_windows/OTP-13673: erl_interface: Fix trace level tracing on windows erl_interface: Fix decode_ulong on windows | |||
2016-06-14 | erl_interface: Fix trace level tracing on windows | Lukas Larsson | |
2016-06-14 | erl_interface: Fix decode_ulong on windows | Lukas Larsson | |
2016-06-14 | erl_interface: Fix signed int overflow tc bug | Lukas Larsson | |
2016-06-14 | erts: fix atom_roundtrip_r15b tc | Lukas Larsson | |
if node fails to start, just skip testcase | |||
2016-06-14 | Merge branch 'lukas/erts/xmllint-fixes/OTP-13672' | Lukas Larsson | |
* lukas/erts/xmllint-fixes/OTP-13672: erts: Fix doc xml errors | |||
2016-06-14 | erts: Fix doc xml errors | Lukas Larsson | |
2016-06-14 | Merge branch 'peppe/common_test/OTP-13615' | Peter Andersson | |
* peppe/common_test/OTP-13615: Fix problem with incorrect type of timestamps OTP-13615 | |||
2016-06-14 | Merge branch 'dotsimon/erts/heart_no_kill/OTP-13650' | Lukas Larsson | |
* dotsimon/erts/heart_no_kill/OTP-13650: erts: Fix HEART_NO_KILL logic | |||
2016-06-13 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
Add experimental debugging help in the code. Not used in normal cases. | |||
2016-06-13 | ssh: add experimental test flag | Hans Nilsson | |
2016-06-13 | ssh: Additions to experimental ssh_dbg module | Hans Nilsson | |
- reorg - ssh_dbg:stop/0 - formating of send and receive debugging | |||
2016-06-13 | Merge branch 'derek121/doc-function-list-ordering/PR-543/OTP-13668' | Lars Thorsen | |
* derek121/doc-function-list-ordering/PR-543/OTP-13668: Sort functions in doc index frames | |||
2016-06-13 | Merge branch 'kostis/xmerl-comment-out-unreachable-clauses/PR-1062' | Lars Thorsen | |
* kostis/xmerl-comment-out-unreachable-clauses/PR-1062: xmerl: Comment out unreachable clauses | |||
2016-06-13 | Merge branch 'dgud/test-cuddle' | Dan Gudmundsson | |
* dgud/test-cuddle: Add test debug information and fix timing issues | |||
2016-06-13 | Add test debug information and fix timing issues | Dan Gudmundsson | |
2016-06-13 | Fix problem with incorrect type of timestamps | Peter Andersson | |
OTP-13615 | |||
2016-06-13 | Updated OTP versionOTP-18.3.4 | Erlang/OTP | |
2016-06-13 | Update release notes | Erlang/OTP | |
2016-06-13 | Merge branch 'ingela/inets/clean-white-space/OTP-13663' into maint-18 | Erlang/OTP | |
* ingela/inets/clean-white-space/OTP-13663: inets: Prepare for release inets: Handle multiple \t in mime types file | |||
2016-06-13 | Merge branch 'ingela/maint/ssl/max-session-table/OTP-13490' into maint-18 | Erlang/OTP | |
* ingela/maint/ssl/max-session-table/OTP-13490: ssl: Mitigate load increase when the whole session table is invalidated | |||
2016-06-13 | Merge branch 'joedevivo/maint/ssl/PR-1063/OTP-13635' into maint-18 | Erlang/OTP | |
* joedevivo/maint/ssl/PR-1063/OTP-13635: ssl:recv timeout() can be 0 | |||
2016-06-13 | Merge branch 'ingela/maint/ssl/tls-1.2-available-hashsigns/OTP-13670' into ↵ | Erlang/OTP | |
maint-18 * ingela/maint/ssl/tls-1.2-available-hashsigns/OTP-13670: ssl: ordsets:intersection/2 did not give the expected result | |||
2016-06-13 | Merge branch 'kennethlakin/maint/tls-use-negotiated-prf/PR-1042/OTP-13546' ↵ | Erlang/OTP | |
into maint-18 * kennethlakin/maint/tls-use-negotiated-prf/PR-1042/OTP-13546: ssl: Use cipher suite's PRF in prf/5 | |||
2016-06-13 | Merge branch 'ingela/ssl/maint-rel' into maint-18 | Erlang/OTP | |
* ingela/ssl/maint-rel: ssl: Prepare for release | |||
2016-06-13 | ssl: Mitigate load increase when the whole session table is invalidated | Ingela Anderton Andin | |
2016-06-13 | inets: Prepare for release | Ingela Anderton Andin | |
2016-06-13 | ssl: Prepare for release | Ingela Anderton Andin | |
2016-06-13 | Merge branch 'bjorn/stdlib/doc' | Björn Gustavsson | |
* bjorn/stdlib/doc: Update STDLIB documentation | |||
2016-06-13 | Update STDLIB documentation | Björn Gustavsson | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. | |||
2016-06-13 | Merge branch 'hasse/stdlib/epp_long_file_names/OTP-13662' | Hans Bolinder | |
* hasse/stdlib/epp_long_file_names/OTP-13662: stdlib: Let epp handle long file names | |||
2016-06-13 | stdlib: Let epp handle long file names | Hans Bolinder | |
2016-06-13 | Merge branch 'egil/erts/fix-undefined-shift/OTP-13665' | Björn-Egil Dahlberg | |
* egil/erts/fix-undefined-shift/OTP-13665: erts: Fix undefined shift to msb in erl_process erts: Fix undefined shift to msb in monotonic time erts: Fix undefined shift to msb in erl_thr_progress erts: Fix undefined shift to msb in ethr_mutex | |||
2016-06-13 | Merge branch 'egil/erl_interface/fix-decode-longlong/ERL-158/OTP-13666' | Björn-Egil Dahlberg | |
* egil/erl_interface/fix-decode-longlong/ERL-158/OTP-13666: Fix decoding of LLONG_MIN in erl_decode | |||
2016-06-13 | Fix decoding of LLONG_MIN in erl_decode | Björn-Egil Dahlberg | |
Reported-by: Peter Lemenkov | |||
2016-06-13 | Update primary bootstrap | Björn Gustavsson | |
2016-06-13 | Merge branch 'bjorn/stdlib/deprecate-queue-lait/OTP-13658' | Björn Gustavsson | |
* bjorn/stdlib/deprecate-queue-lait/OTP-13658: Deprecate queue:lait/1 | |||
2016-06-12 | Merge branch 'anders/diameter/rand/OTP-13664' | Anders Svensson | |
* anders/diameter/rand/OTP-13664: Use rand(3) instead of random(3) | |||
2016-06-12 | Merge branch 'anders/diameter/19/listen/OTP-13611' | Anders Svensson | |
* anders/diameter/19/listen/OTP-13611: Fix testsuite match blunder Remove unnecessary no_auto_import Redo transport config server as a gen_server |