Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-27 | ssh: Gen_statem rewrite of ssh_connection_handler | Hans Nilsson | |
Including misc fixes in surronding code as well as in test cases. | |||
2016-04-27 | add testcase for the surefire hook bug | Zandra | |
2016-04-27 | fix cht_surefire bug when pre_init_per_suite fails | Zandra | |
When pre_init_per_suite fails before reaching the cth_surefire pre_init_per_suite unexpected XML was produced. This commit fixes that. | |||
2016-04-27 | Merge branch 'egil/erts/profile-erlang-boot' | Björn-Egil Dahlberg | |
2016-04-27 | ssh: fix same doc error as PR-1021 in another place where it also was wrong | Hans Nilsson | |
2016-04-27 | Documentation: example provided was not a valid term | Stuart Thackray | |
2016-04-27 | Restructure loop_* to clarify S handling | Raimo Niskanen | |
2016-04-27 | Merge branch 'c-rack/fix-erl-dist-protocol-typo/OTP-13517' | Rickard Green | |
* c-rack/fix-erl-dist-protocol-typo/OTP-13517: Fix typo in description of EPMD_DUMP_REQ response | |||
2016-04-27 | Fix typo in description of EPMD_DUMP_REQ response | Constantin Rack | |
According to the source code, there is a space before the newline for unused nodes and no space before the newline for active ones. In current documentation, it is exactly opposite. This commit fixes the documentation to match with source code. | |||
2016-04-27 | Merge branch 'maint-18' | Henrik Nord | |
Conflicts: OTP_VERSION lib/ssl/doc/src/ssl.xml lib/ssl/src/ssl_cipher.erl lib/ssl/src/tls_v1.erl lib/ssl/test/ssl_basic_SUITE.erl | |||
2016-04-27 | Move complex_guard/1 from compilation_SUITE to guard_SUITE | Björn Gustavsson | |
2016-04-27 | Remove compilation_SUITE:guards/1 | Björn Gustavsson | |
Obsoleted by guard_SUITE (especially literal_type_tests/1). | |||
2016-04-27 | Move tests from compilation_SUITE to record_SUITE | Björn Gustavsson | |
2016-04-27 | Move bit syntax test cases from compilation_SUITE to bs_match_SUITE | Björn Gustavsson | |
We used to put code that would crash the compiler into compilation_SUITE_data. That way we would have a failing test case to remind us to fix a bug. Nowadays, we generally fix the bug and write the test case at the same time. Therefore it makes more sense to put the test code directly into a test suite. Move out bin_syntax_1 through bin_syntax_5 test cases. Scrap bin_syntax_6 because it does not longer seems to be relevant. While we are it, rename the fun_shadow/1 test to size_shadow/1. Also make sure that the code produces the correct result. | |||
2016-04-27 | Remove useless test case compilation_SUITE:otp_2141/1 | Björn Gustavsson | |
2016-04-27 | compilation_SUITE: Run the Core linter for all compilations | Björn Gustavsson | |
2016-04-27 | Merge branch 'raimo/polish-gen_statem/OTP-13065' | Raimo Niskanen | |
* raimo/polish-gen_statem/OTP-13065: Fix hibernation subtlety | |||
2016-04-27 | Fix hibernation subtlety | Raimo Niskanen | |
2016-04-26 | Update preloaded init.beam | Björn-Egil Dahlberg | |
2016-04-26 | erts: Add profiling of startup | Björn-Egil Dahlberg | |
Usage: erl -profile_boot ... | |||
2016-04-26 | Update global_group_SUITE.erl | xuming | |
2016-04-26 | Fix global_group.erl | xuming | |
2016-04-26 | erts: Add test for new procs trace with spawn_link | Lukas Larsson | |
2016-04-26 | kernel: Remove seq_trace event order dep in tc | Lukas Larsson | |
2016-04-26 | erts: Add tests for set on link tracing | Lukas Larsson | |
2016-04-26 | erts: Expand trace tests for refc binaries | Lukas Larsson | |
Make sure to cover all of the refc binary cases in tracing | |||
2016-04-26 | erts: Remove erl_tracer with invalid state | Lukas Larsson | |
2016-04-26 | erts: Remove some dead code | Lukas Larsson | |
2016-04-26 | erts: Fix broken doc link to erl_tracer | Lukas Larsson | |
2016-04-26 | Yield after setting sensitive for save_calls | Lukas Larsson | |
2016-04-26 | Merge branch 'eksperimental/typo_binary_matches/PR-1031' | Ingela Anderton Andin | |
* eksperimental/typo_binary_matches/PR-1031: Remove extra ">" in examples | |||
2016-04-26 | Fix proc_lib message_queue_data spec | Lukas Larsson | |
2016-04-26 | erts: Fix total_heap_size calculation for on_heap | Lukas Larsson | |
2016-04-26 | erts: Rename erl flag +xmqd to +hmqd | Lukas Larsson | |
Flags that control the heap should all fall under the +h flag | |||
2016-04-26 | Remove extra ">" in examples | eksperimental | |
2016-04-26 | Updated OTP versionOTP-18.3.2 | Erlang/OTP | |
2016-04-26 | Update release notes | Erlang/OTP | |
2016-04-26 | Merge branch 'ingela/inets/http_server-ssl-peer-cert/OTP-13510' into maint-18 | Erlang/OTP | |
* ingela/inets/http_server-ssl-peer-cert/OTP-13510: inets: Prepare for release inets: Add peer_cert to ESI environment | |||
2016-04-26 | Merge branch 'ingela/ssl/config-signature-algs/OTP-13261' into maint-18 | Erlang/OTP | |
* ingela/ssl/config-signature-algs/OTP-13261: ssl: Prepare for release ssl: Add option signature_algs | |||
2016-04-26 | Merge branch 'ingela/ssl/3-4-tuples-cipher-suites-mix/OTP-13511' into maint-18 | Erlang/OTP | |
* ingela/ssl/3-4-tuples-cipher-suites-mix/OTP-13511: ssl: Corrections to cipher suite handling | |||
2016-04-26 | matherr() must not fake an FP exception | Mikael Pettersson | |
When FP exceptions are used, matherr() forces a fake FP exception, which is interpreted as an error by the checking code after a math routine call. This is wrong for several reasons: - it's not necessary for error checking: when FP exceptions aren't used, matherr() is a stub and no information is derived from it being called - it's not necessary for FPU maintenance: the FPU only needs to be reprogrammed after an actual FP exception - it causes false negatives: matherr() may be called even though Erlang doesn't consider the case to be an error (exp() and pow() underflows on Solaris for instance); with FP exceptions enabled they are incorrectly considered errors The fix is to remove all FP exception related code from matherr(). | |||
2016-04-26 | Merge branch 'lukas/ts/exit_status/OTP-13515' | Lukas Larsson | |
* lukas/ts/exit_status/OTP-13515: ts: Add logging of exit_status from test node | |||
2016-04-26 | Merge branch 'lukas/erts/non-smp-debug-fixes/OTP-13047' | Lukas Larsson | |
* lukas/erts/non-smp-debug-fixes/OTP-13047: erts: Fix incorrect non-smp debug assert erts: std_alloc is not thread safe on non-smp Conflicts: erts/emulator/beam/erl_alloc_util.c | |||
2016-04-25 | Print heap pointers for garbing processes during crashdump | Simon Cornish | |
In an SMP emulator, print_garb_info doesn't do anything because the heap pointers could be invalid. However, when crashdumping there are no schedulers running so it's ok to print this additional information which could be useful when examining a core file. | |||
2016-04-25 | ssh: re-phrase ssh_sftp ref man section on timeouts | Hans Nilsson | |
2016-04-25 | ssh: fix some errors in ssh_sftp doc | Hans Nilsson | |
2016-04-25 | ssh: explicit return value checking in test suites to check the doc | Hans Nilsson | |
2016-04-25 | ssh: ssh_sftp doc updated (error reason, no file: refs) | Hans Nilsson | |
2016-04-25 | Update primary bootstrap | Raimo Niskanen | |
2016-04-25 | Error reasons for more distribution errors | Magnus Henoch | |
Add descriptive shutdown reasons when an incoming distribution connection is rejected because it is not on the "allowed" list or because it has an incorrect cookie. These error reasons can be seen after calling net_kernel:verbose(1). Distinguishing these failures is valuable, because the log message printed is otherwise identical. |