Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | Merge branch 'sverker/beam-too-few-functions/ERL-244/OTP-13848' into maint | Sverker Eriksson | |
* sverker/beam-too-few-functions/ERL-244: erts: Reject beam file with too few functions | |||
2016-09-06 | Merge branch 'hans/ssh/keyboard_interactive_defensics' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/strengthen_pubkey/OTP-13847' into maint | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-06 | Merge branch 'hans/ssh/correct_sha_ecdsa/OTP-13850' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/channel_no_detect_close/OTP-13859' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hasse/doc/format_man_pages_utf8' into maint | Hans Bolinder | |
* hasse/doc/format_man_pages_utf8: doc: Use groff with -Tutf8 | |||
2016-09-06 | Merge branch 'rickard/thr-prgr-unmanaged-delay-bug/OTP-13869' into maint | Rickard Green | |
* rickard/thr-prgr-unmanaged-delay-bug/OTP-13869: Fix erts_thr_progress_unmanaged_delay() | |||
2016-09-06 | Merge branch 'rickard/drv-send-term-thr-bug/OTP-13866' into maint | Rickard Green | |
* rickard/drv-send-term-thr-bug/OTP-13866: Fix thread calls to erl_drv_send_term()/erl_drv_output_term() Conflicts: erts/emulator/beam/io.c | |||
2016-09-06 | doc: Use groff with -Tutf8 | Hans Bolinder | |
2016-09-06 | Merge branch 'ingela/ssl/ssl_to_openssl_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/ssl_to_openssl_SUITE: ssl: Make sure to have correct default | |||
2016-09-06 | Merge branch 'lukas/ts/no_flush_on_halt' into maint | Lukas Larsson | |
* lukas/ts/no_flush_on_halt: ts: Don't flush port when ending test run | |||
2016-09-06 | Merge branch 'hasse/kernel/doc-fix' into maint | Hans Bolinder | |
* hasse/kernel/doc-fix: kernel: Correct file(3) | |||
2016-09-06 | kernel: Correct file(3) | Hans Bolinder | |
2016-09-05 | Fix erts_thr_progress_unmanaged_delay() | Rickard Green | |
Thread progress leader update did not cache current unmanaged index when waiting for unmanaged threads. This caused erts_thr_progress_unmanaged_delay() to stop working until a new leader took over. | |||
2016-09-05 | Merge branch 'lukas/erts/epmd_xmllint_fix' into maint | Lukas Larsson | |
* lukas/erts/epmd_xmllint_fix: epmd: Fix xmllint error in comsummary | |||
2016-09-05 | Merge branch 'lukas/erts/fix_signalhandler_errno_restore/OTP-13868' into maint | Lukas Larsson | |
* lukas/erts/fix_signalhandler_errno_restore/OTP-13868: erts: Fix child setup signal hander bug | |||
2016-09-05 | Merge branch 'lukas/kernel/os_cmd_fix_stdin_close/OTP-13867' into maint | Lukas Larsson | |
* lukas/kernel/os_cmd_fix_stdin_close/OTP-13867: kernel: Close stdin of commands run in os:cmd | |||
2016-09-05 | Merge branch 'lukas/kernel/fix_os_SUITE_message_leak_testcase/OTP-13867' ↵ | Lukas Larsson | |
into maint * lukas/kernel/fix_os_SUITE_message_leak_testcase/OTP-13867: kernerl: Remove infinite loop from testcase | |||
2016-09-05 | Merge branch 'lukas/erts/tracing/fix_sparc_align_issue/OTP-13803' into maint | Lukas Larsson | |
* lukas/erts/tracing/fix_sparc_align_issue/OTP-13803: erts: Immed tracer states also have to be alignable | |||
2016-09-05 | Fix thread calls to erl_drv_send_term()/erl_drv_output_term() | Rickard Green | |
2016-09-05 | erts: Reject beam file with too few functions | Sverker Eriksson | |
2016-09-05 | ssl: Make sure to have correct default | Ingela Anderton Andin | |
2016-09-05 | Merge branch 'ingela/ssl/test-framework-checks' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-framework-checks: ssl: Test ssl v2 clients rejection depending on configuration ssl: Add check in test framework for crypto support | |||
2016-09-05 | ssh: add tstflg value one_empty to force daemon send empty ↵ | Hans Nilsson | |
ssh_msg_userauth_info_request This behavour is assumed by Codenomicon Defensics. | |||
2016-09-02 | kernel: Close stdin of commands run in os:cmd | Lukas Larsson | |
This is needed when running programs that only exit when stdin has been closed, e.g. 'more'. | |||
2016-09-02 | ssl: Test ssl v2 clients rejection depending on configuration | Ingela Anderton Andin | |
Even though v2 is never supported v2 hellos can be. No support for v2 client hellos gives "handshake failiure" alert. Support for v2 hello but no higher SSL/TLS version offered gives "protocol version" alert. | |||
2016-09-02 | Merge branch 'rickard/new-purge-strategy/OTP-13777' into maint | Rickard Green | |
* rickard/new-purge-strategy/OTP-13777: Introduce literal sweep of native stack in new purge strategy | |||
2016-09-02 | Introduce literal sweep of native stack in new purge strategy | Rickard Green | |
2016-09-02 | ssh: pre-verify key | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-02 | Merge branch 'sverker/hipe-sparc-19/PR-1148/OTP-13861' into maint | Sverker Eriksson | |
* sverker/hipe-sparc-19/PR-1148: Eliminate catch-all clause from two functions Increase the time limit used by the test suite | |||
2016-09-02 | ssl: Add check in test framework for crypto support | Ingela Anderton Andin | |
Avoid to run tests of algorithms not supported by crypto. | |||
2016-09-02 | ssh: make ecdsa sha dependent on curve | Hans Nilsson | |
Bug fix. | |||
2016-09-02 | ssh: separate clauses for first and second pk auth msg | Hans Nilsson | |
SSH sends the public key and user name twice. If we do not check the validity of that pair at the first time, Codenomicon Defensics will complain. | |||
2016-09-02 | erts: Fix child setup signal hander bug | Lukas Larsson | |
When running the signal handler, the errno has to be restored to its original value, otherwise code running in the same thread may misbehave. | |||
2016-09-02 | Merge branch 'fenollp/syntax_tools/erl_tidy_option/PR-1151' into maint | Hans Bolinder | |
* fenollp/syntax_tools/erl_tidy_option/PR-1151: Fix documentation of an option of erl_tidy | |||
2016-09-02 | Merge branch 'hasse/doc/fix_editorial_changes' into maint | Hans Bolinder | |
* hasse/doc/fix_editorial_changes: doc: Correct errors introduced by Editorial changes | |||
2016-09-01 | ssh: fix no detect of tcp close | Hans Nilsson | |
2016-09-01 | Merge branch 'rickard/new-purge-strategy/OTP-13833' into maint | Rickard Green | |
* rickard/new-purge-strategy/OTP-13833: Fix reclaim of literal areas Conflicts: erts/emulator/beam/beam_bif_load.c | |||
2016-09-01 | Fix reclaim of literal areas | Rickard Green | |
2016-09-01 | beam_lib: Correct type for the abstract code chunk | Björn Gustavsson | |
The abstract_code chunk can also contain {eof,_}, {error,_}, and {warning,_} in addition to the abstract forms that make up the Erlang syntax proper. | |||
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-09-01 | Merge branch 'dgud/observer/table-viewer-bug/ERL-237/OTP-13845' into maint | Dan Gudmundsson | |
* dgud/observer/table-viewer-bug/ERL-237/OTP-13845: observer: Fix error msg loop in table viewer | |||
2016-09-01 | observer: Fix error msg loop in table viewer | Dan Gudmundsson | |
When observing mnesia table on remote node and connection to that node is lost, a loop of error messages occur if mnesia is not running on the observer node. ERL-237 | |||
2016-09-01 | Merge branch 'hasse/dialyzer/fix_forms_to_type/OTP-13682' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_forms_to_type/OTP-13682: dialyzer: Increase time limit of suites dialyzer: Remove a check that always fails dialyzer: Optimize an opaque type case | |||
2016-09-01 | Merge branch 'hasse/doc/fix_xmllint_warnings' into maint | Hans Bolinder | |
* hasse/doc/fix_xmllint_warnings: Fix xmllint-warnings | |||
2016-08-31 | Fix documentation of an option of erl_tidy | Pierre Fenoll | |
2016-08-31 | Merge branch 'dgud/tools/emacs-mode-tag-fixes/PR-1106' into maint | Dan Gudmundsson | |
* dgud/tools/emacs-mode-tag-fixes/PR-1106: Emacs: make tags unit test more robust Emacs: extend support for compile options Function instead of lambda in advice Enable tag completion in emacs erlang shell | |||
2016-08-31 | Emacs: make tags unit test more robust | Johan Claesson | |
2016-08-31 | Emacs: extend support for compile options | Johan Claesson | |
The syntax was limited to atoms, strings and 2-tuples. This covers most compile options but not for example {d,Macro,Value}. Add support for N-tuples and lists. Add a related unit test case. | |||
2016-08-31 | Function instead of lambda in advice | Johan Claesson | |
Lambda advice cannot easily be updated. |