Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-02 | Merge branch 'maint' | Hans Bolinder | |
* maint: Update preloaded erts: Correct type declaration of match specification head Conflicts: erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam | |||
2016-11-02 | Merge branch 'hasse/erts/fix_match_spec_head/OTP-13996' into maint | Hans Bolinder | |
* hasse/erts/fix_match_spec_head/OTP-13996: Update preloaded erts: Correct type declaration of match specification head | |||
2016-11-02 | Merge branch 'maint' | Lukas Larsson | |
2016-11-02 | Merge branch 'roadrunnr/tools/fprof-send-non-exist/PR-1201/OTP-13998' into maint | Lukas Larsson | |
* roadrunnr/tools/fprof-send-non-exist/PR-1201/OTP-13998: handle send_to_non_existing_process trace event in fprof | |||
2016-11-01 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-11-01 | Merge remote-tracking branch 'github/pr/1219' into maint | Ingela Anderton Andin | |
* github/pr/1219: Correct spelling error in ssl_distribution.xml | |||
2016-11-01 | Merge branch 'maint' | Hans Nilsson | |
2016-11-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2016-11-01 | erts: Correct type declaration of match specification head | Hans Bolinder | |
Bug reported by Peti Gömöri <[email protected]>. | |||
2016-10-31 | ssh: retry in ssh_options_SUITE:ssh_connect_negtimeout_* | Hans Nilsson | |
2016-10-31 | ssh: make test more precise in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-10-31 | Merge branch 'legoscia/kernel/clarify-permission-bits/PR-1204/OTP-13991' ↵ | Björn-Egil Dahlberg | |
into maint * legoscia/kernel/clarify-permission-bits/PR-1204/OTP-13991: Clarify permission bits in file.xml | |||
2016-10-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-10-31 | Merge branch 'egil/mnesia/dont-tty-log-nodes' into maint | Björn-Egil Dahlberg | |
* egil/mnesia/dont-tty-log-nodes: mnesia: Don't show error_logger messages in tests | |||
2016-10-31 | ssh: simplify test in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: skip erlang_server_openssh_client_renegotiate test on non-unix | Hans Nilsson | |
2016-10-31 | Merge branch 'maint' | Hans Nilsson | |
2016-10-31 | Merge branch 'hans/eldap/docfixes' into maint | Hans Nilsson | |
2016-10-31 | Merge branch 'maint' | Hans Nilsson | |
2016-10-31 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2016-10-31 | ssh: Removed tracing in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-28 | ssh: test for rekey with OpenSSH server | Hans Nilsson | |
2016-10-28 | ssh: move rekeying test to ssh_test_lib | Hans Nilsson | |
2016-10-28 | eldap: cosmetic doc fixes | Hans Nilsson | |
2016-10-28 | ssh: change of test helper ssh_test_lib:start_shell | Hans Nilsson | |
2016-10-28 | ssh: increase timeout in test in ssh_options_SUITE | Hans Nilsson | |
Prevents timeout before the processing is done on slow machines | |||
2016-10-28 | sys_core_fold: Use less effort optimizing not in lets | Björn Gustavsson | |
There are two calls opt_not_in_let(). Since 05130e4855 introduced iteration to a fixpoint, only the first call is needed. Removing the redundant call will slightly speed up compilation. | |||
2016-10-28 | sys_core_fold: Eliminate complaint from core_lint | Björn Gustavsson | |
2016-10-28 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Don't copy funs into guards | |||
2016-10-27 | Correct spelling error in ssl_distribution.xml | Trevor Brown | |
Correct "...an exra distribution..." to "...an extra distribution...". | |||
2016-10-27 | ssh: trace all messages in ↵ | Hans Nilsson | |
ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 | |||
2016-10-27 | ssh: more info about shrinked binaries in ssh_dbg | Hans Nilsson | |
2016-10-27 | ssh: Add a 'catch' in ssh_channel.erl to prevent double close errors | Hans Nilsson | |
2016-10-27 | ssh: better ssh_basic_SUITE:end_per_suite/2 | Hans Nilsson | |
The testcases shell_unicode_string and shell_no_unicode in ssh_basic_SUITE could raise an exception in the end_per_suite when stopping the dameon. This is due to a natural race condition between the server and the client. | |||
2016-10-27 | ssh: improve result processing in test | Hans Nilsson | |
2016-10-27 | ssh: Reduce the renegotiation limit in test with OpenSSH client | Hans Nilsson | |
in ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 The reason is that it seems that on some small machines we get an out-of-memory exception if the limit is to high. This is probably because a chunk of data larger than the limit is piped from a file into the OpenSSH runing in a shell in a port. | |||
2016-10-27 | Don't copy funs into guards | Björn Gustavsson | |
Funs must not be created in guards. The instruction for creating a fun clobbers all X registers, which is a bad thing to do in a guard. | |||
2016-10-26 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Don't let inline_list_funcs degrade optimizations | |||
2016-10-26 | Merge branch 'bjorn/compiler/inline_list_funcs/ERL-285/OTP-13985' into maint | Björn Gustavsson | |
* bjorn/compiler/inline_list_funcs/ERL-285/OTP-13985: Don't let inline_list_funcs degrade optimizations | |||
2016-10-26 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Correct shell_default(3) | |||
2016-10-26 | stdlib: Correct shell_default(3) | Hans Bolinder | |
2016-10-25 | Merge branch 'maint' | Hans Nilsson | |
2016-10-25 | Merge branch 'hans/inets/kostis_ftp_dialyzer_fixes/PR-1207/OTP-13982' into maint | Hans Nilsson | |
2016-10-25 | mnesia: Don't show error_logger messages in tests | Björn-Egil Dahlberg | |
2016-10-24 | Merge branch 'sverker/hipe-llvm-remote-call/OTP-13983' | Sverker Eriksson | |
2016-10-24 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Fix whitespace setting in test files Avoid some error reports when stopping mnesia wx: Improve error handling Fix all whitespace-related issues in erlang.el mnesia: Fix double blocked tables which could cause a crash wx: Add wxWindow:getContentScaleFactor | |||
2016-10-24 | Merge branch 'dgud/wx/scale-factor' into maint | Dan Gudmundsson | |
* dgud/wx/scale-factor: wx: Improve error handling wx: Add wxWindow:getContentScaleFactor | |||
2016-10-24 | Merge branch 'dgud/mnesia/fix-blocked/OTP-13970' into maint | Dan Gudmundsson | |
* dgud/mnesia/fix-blocked/OTP-13970: Avoid some error reports when stopping mnesia mnesia: Fix double blocked tables which could cause a crash | |||
2016-10-24 | Merge branch 'dgud/tools/emacs/prefer-space/ERL-1200' into maint | Dan Gudmundsson | |
* dgud/tools/emacs/prefer-space/ERL-1200: Fix whitespace setting in test files Fix all whitespace-related issues in erlang.el |