Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-08 | Prepare release | Erlang/OTP | |
2018-05-08 | Merge branch 'hans/ssh/reneg_bug_19/OTP-15066' into maint-19 | Erlang/OTP | |
* hans/ssh/reneg_bug_19/OTP-15066: ssh: Renegotiation -> renegotiate | |||
2018-05-08 | Merge branch 'hans/ssh/dh_gex_putty_19/OTP-15064' into maint-19 | Erlang/OTP | |
* hans/ssh/dh_gex_putty_19/OTP-15064: ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 | |||
2018-05-02 | ssh: Renegotiation -> renegotiate | Hans Nilsson | |
2018-05-02 | ssh: Fix DH group exchange server bug for PuTTY | Hans Nilsson | |
and others following draft-draft-00 from 2001 and not the rfc4419 | |||
2018-04-17 | ssh: Fix server crashes for exit-normal signals | Hans Nilsson | |
2018-04-05 | Prepare release | Erlang/OTP | |
2018-04-05 | ssh: Fix ssh_sftpd:handle_op not returning State | Hans Nilsson | |
2018-03-21 | Prepare release | Erlang/OTP | |
2018-03-21 | kernel: Fix os_SUITE:max_size_command for OTP-19 | Sverker Eriksson | |
where string:trim does not exist. | |||
2018-03-21 | kernel: Fix handling of os:cmd option max_size in win | Lukas Larsson | |
git cherry-pick 75b0f73f72e1783d4ace976cdd2b5f23bdc3ebae | |||
2018-03-21 | kernel: Add os:cmd/2 with max_size option | Lukas Larsson | |
git cherry-pick 55e929c4ed5cd854038c18697123ea94948ebf35 | |||
2018-02-28 | Prepare release | Erlang/OTP | |
2018-02-28 | Merge branch 'ingela/ssl/PR-1709/OTP-14929' into maint-19 | Erlang/OTP | |
* ingela/ssl/PR-1709/OTP-14929: ssl: Prepare for release ssl: Backport PR-1709 | |||
2018-02-19 | ssl: Prepare for release | Ingela Anderton Andin | |
2018-02-19 | ssl: Backport PR-1709 | Ingela Anderton Andin | |
2018-01-19 | ssh: Fix cli | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh.hrl lib/ssh/src/ssh_cli.erl | |||
2018-01-19 | ssh: Test for disabled shell | Hans Nilsson | |
2017-12-15 | Prepare release | Erlang/OTP | |
2017-12-15 | Merge branch 'dgud/mnesia/slow-startup/OTP-14829' into maint-19 | Erlang/OTP | |
* dgud/mnesia/slow-startup/OTP-14829: mnesia: Read schema user properties directly | |||
2017-12-15 | Merge branch 'dgud/mnesia/backup-error-handling/OTP-14776' into maint-19 | Erlang/OTP | |
* dgud/mnesia/backup-error-handling/OTP-14776: mnesia: Fix error handling in abort write | |||
2017-12-15 | Merge branch 'hans/ssh/dont_remove_trailing_ws_19/OTP-14763' into maint-19 | Erlang/OTP | |
* hans/ssh/dont_remove_trailing_ws_19/OTP-14763: ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg | |||
2017-12-14 | mnesia: Read schema user properties directly | Dan Gudmundsson | |
Doing a proper transaction handling of user properties (in current implmenentation) caused schema_transactions to be quadratic which caused huge startup times for nodes with many tables since the merge schema is a schema_transaction. Do a direct read instead, cheap but implies that the plugin changes will not be visible until the changes are commited and cannot be used later in same transaction, which was possible before if undocumented functions where used. | |||
2017-11-22 | Update release notes | Erlang/OTP | |
2017-11-14 | mnesia: Fix error handling in abort write | Dan Gudmundsson | |
The "root cause" error reason was lost when abort_write failed, e.g. file was already closed, and Mod:abort_write(..) returned an error. | |||
2017-11-10 | ssh: testcases for space trailing Hello msg | Hans Nilsson | |
2017-11-09 | ssl: Prepare for release | Ingela Anderton Andin | |
2017-11-09 | ssl: Countermeasurements for Bleichenbacher attack | Ingela Anderton Andin | |
2017-11-09 | ssh: Don't remove trailing WS in Hello msg | Hans Nilsson | |
2017-10-05 | Update release notes | Erlang/OTP | |
2017-10-05 | Update version numbers | Erlang/OTP | |
2017-10-05 | Merge branch 'sverker/19/on_load-on_load-bug/OTP-14612' into maint-19 | Erlang/OTP | |
* sverker/19/on_load-on_load-bug/OTP-14612: erts: Fix 'on_load' tracing bug for modules with -on_load code_SUITE:on_load_trace_on_load | |||
2017-10-05 | Merge branch ↵ | Erlang/OTP | |
'john/compiler/fail-labels-in-blocks-otp-19/ERIERL-48/OTP-14522' into maint-19 * john/compiler/fail-labels-in-blocks-otp-19/ERIERL-48/OTP-14522: compiler: Fix live regs update on allocate in validator Take fail labels into account when determining liveness in block ops | |||
2017-09-13 | code_SUITE:on_load_trace_on_load | Sverker Eriksson | |
2017-08-16 | compiler: Fix live regs update on allocate in validator | Lukas Larsson | |
The state without pruned registers was passed on to test_heap causing the validator to belive registers that aren't live actually are live. | |||
2017-08-16 | Take fail labels into account when determining liveness in block ops | John Högberg | |
2017-06-26 | Merge branch 'john/erts/fix-port-leak/OTP-13939/ERL-193' into maint-19 | Erlang/OTP | |
* john/erts/fix-port-leak/OTP-13939/ERL-193: Add a testcase for OTP-13939/ERL-193 Mark socket disconnected on tcp_send_or_shutdown_error # Conflicts: # lib/kernel/test/gen_tcp_misc_SUITE.erl | |||
2017-06-14 | Add a testcase for OTP-13939/ERL-193 | John Högberg | |
2017-06-02 | Update release notes | Erlang/OTP | |
2017-05-24 | [xmerl] Update version | Lars Thorsen | |
2017-05-24 | [xmerl] Add test cases | Lars Thorsen | |
2017-05-24 | [xmerl] Fix endDocument bug in output backends | Lars Thorsen | |
* Fix problem of unexpected endDocument in the old_dom and simple output backends | |||
2017-05-24 | [xmerl] Fix fragmented xml directive bug and replace ets table | Lars Thorsen | |
* Fix continuation bug if the xml directive is fragmented * Replace the ENTITY ets table with a map | |||
2017-05-11 | Prepare release | Erlang/OTP | |
2017-05-11 | Merge branch 'hans/inets/ftp_recv_chunk_close/OTP-14391' into maint-19 | Erlang/OTP | |
* hans/inets/ftp_recv_chunk_close/OTP-14391: inets: add testcase to ftp_SUITE Try doing three consecutive chunked receive with some changed timing in the ending sequence inets: Try fix ftp recv_chunk timing issue | |||
2017-05-11 | removed ct:pal call in ssl_connection | Joe DeVivo | |
2017-05-04 | inets: add testcase to ftp_SUITE | Hans Nilsson | |
Try doing three consecutive chunked receive with some changed timing in the ending sequence | |||
2017-05-04 | inets: Try fix ftp recv_chunk timing issue | Hans Nilsson | |
2017-04-28 | Prepare release | Erlang/OTP | |
2017-04-28 | Merge branch 'ingela/fix-inets-releasnote' into maint-19 | Erlang/OTP | |
* ingela/fix-inets-releasnote: inets: Add missing release note |