Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-20 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release erl_interface: Optimize latin1_to_utf8 and friend inets: Fix broken httpc options handling erl_interface: Fix ei_connect ssh: Fix server crashes for exit-normal signals ssh: Fix ssh_sftpd:handle_op not returning State ic: Optimize oe_ei_encode_atom | |||
2018-04-19 | Prepare release | Erlang/OTP | |
2018-04-19 | Merge branch 'sverker/optimize-atom-enc-dec/ERIERL-150/OTP-15023' into maint-20 | Erlang/OTP | |
* sverker/optimize-atom-enc-dec/ERIERL-150/OTP-15023: erl_interface: Optimize latin1_to_utf8 and friend ic: Optimize oe_ei_encode_atom | |||
2018-04-19 | Merge branch 'sverker/erl_interface/ei_connect-erange-fix/OTP-15022' into ↵ | Erlang/OTP | |
maint-20 * sverker/erl_interface/ei_connect-erange-fix/OTP-15022: erl_interface: Fix ei_connect | |||
2018-04-19 | Merge branch 'peterdmv/httpc_options_handling/ERL-441/OTP-15007' into maint-20 | Erlang/OTP | |
* peterdmv/httpc_options_handling/ERL-441/OTP-15007: inets: Fix broken httpc options handling | |||
2018-04-19 | Merge branch 'hans/ssh/server_exit_normal_exit_20/OTP-15018' into maint-20 | Erlang/OTP | |
* hans/ssh/server_exit_normal_exit_20/OTP-15018: ssh: Fix server crashes for exit-normal signals | |||
2018-04-19 | Merge branch 'hans/ssh/sftpd_rm_dir_err_20/OTP-15004' into maint-20 | Erlang/OTP | |
* hans/ssh/sftpd_rm_dir_err_20/OTP-15004: ssh: Fix ssh_sftpd:handle_op not returning State | |||
2018-04-19 | erl_interface: Optimize latin1_to_utf8 and friend | Sverker Eriksson | |
to do word wise check/copy for pure ASCII if ARCH allows it (x86 and amd64). | |||
2018-04-19 | inets: Fix broken httpc options handling | Péter Dimitrov | |
- Add support for setting socket options per request. - Add http_ipv6 test group. Change-Id: Ia2aca37c0b5fe64a41995c79ae3399434b17ab8a | |||
2018-04-19 | Merge branch 'maint-20' into maint | Siri Hansen | |
* maint-20: Updated OTP version Prepare release Update appup file for sasl Fix bug in hybrid boot file used for restart_new_emulator | |||
2018-04-18 | Prepare release | Erlang/OTP | |
2018-04-18 | erl_interface: Fix ei_connect | Sverker Eriksson | |
when ei_gethostbyname_r returns ERANGE. | |||
2018-04-18 | Update appup file for sasl | Siri Hansen | |
2018-04-17 | ssh: Fix server crashes for exit-normal signals | Hans Nilsson | |
2018-04-16 | Fix bug in hybrid boot file used for restart_new_emulator | Siri Hansen | |
The old hybrid did not update preloaded and mandatory module lists and kernel processes. | |||
2018-04-12 | inets: Fix broken httpc options handling | Péter Dimitrov | |
- Add support for setting socket options per request. - Add http_ipv6 test group. Change-Id: Ia2aca37c0b5fe64a41995c79ae3399434b17ab8a | |||
2018-04-06 | Merge branch 'maint-19' into maint | Hans Nilsson | |
* maint-19: Updated OTP version Prepare release ssh: Fix ssh_sftpd:handle_op not returning State Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk otp_versions.table | |||
2018-04-05 | Prepare release | Erlang/OTP | |
2018-04-05 | ssh: Fix ssh_sftpd:handle_op not returning State | Hans Nilsson | |
2018-04-05 | ssh: Fix ssh_sftpd:handle_op not returning State | Hans Nilsson | |
2018-03-21 | Update release notes | Erlang/OTP | |
2018-03-21 | Update version numbers | Erlang/OTP | |
2018-03-21 | Merge branch 'hans/ssh/spec_double_algs/OTP-14990' into maint-20 | Erlang/OTP | |
* hans/ssh/spec_double_algs/OTP-14990: ssh: Fix bad spec for double_algs() in ssh.hrl | |||
2018-03-21 | Merge branch 'raimo/stdlib/fix-gen_statem-init-actions-check/OTP-13995' into ↵ | Erlang/OTP | |
maint-20 * raimo/stdlib/fix-gen_statem-init-actions-check/OTP-13995: Test event insert from init Fix init to allow all actions | |||
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-03-20 | ssh: Fix bad spec for double_algs() in ssh.hrl | Hans Nilsson | |
2018-03-19 | ic: Optimize oe_ei_encode_atom | Sverker Eriksson | |
1. Use ei_encode_atom_len to not repeat strlen(p) twice. 2. Do a dirty over estimation of atom encoding space needed to avoid calling ei_encode_atom_len twice. | |||
2018-03-17 | Test event insert from init | Raimo Niskanen | |
2018-03-15 | Fix init to allow all actions | Raimo Niskanen | |
2018-03-15 | Update release notes | Erlang/OTP | |
2018-03-15 | ssl: Prepare for release | Ingela Anderton Andin | |
2018-03-15 | ssl: Remove duplicate release note | Ingela Anderton Andin | |
2018-03-15 | ssl: Fix filter function to not discard AEAD cipher suites | Ingela Anderton Andin | |
2018-03-09 | Update release notes | Erlang/OTP | |
2018-03-09 | Update version numbers | Erlang/OTP | |
2018-03-07 | Merge pull request #1724 from lucafavatella/http_uri-types | Péter Dimitrov | |
Export types documented for http_uri module | |||
2018-03-06 | Merge branch ↵ | Ingela Anderton Andin | |
'ingela/maint/voltone/ssl_anonymous_with_openssl/PR-1729/OTP-14952' into maint * ingela/maint/voltone/ssl_anonymous_with_openssl/PR-1729/OTP-14952: ssl: Fix anonymous suites regression and protocol error | |||
2018-03-06 | Merge branch 'hans/ssh/cuddle_README' into maint | Hans Nilsson | |
* hans/ssh/cuddle_README: ssh: README updated with missing 4-number's versions | |||
2018-03-06 | ssl: Fix anonymous suites regression and protocol error | Bram Verburg | |
Anonymous cipher suites were broken altogether, and there was an earlier issue where the server would send a signature in the server key exchange if a certificate was configured, even if an anonymous suite was actually negotiated. Backport of PR-1729 | |||
2018-03-06 | Merge branch 'peterdmv/inets/unix_domain_socket/OTP-14854' into maint | Péter Dimitrov | |
* peterdmv/inets/unix_domain_socket/OTP-14854: inets: Prepare for release inets: Skip http_unix_socket test group on Windows inets: Add unix domain socket support to httpc Change-Id: I680e41463849a9d79add1385ec2703267be8754c | |||
2018-03-06 | inets: work around http_uri:parse Dialyzer warning in uri_SUITE.erl:274 | Luca Favatella | |
Addresses https://github.com/erlang/otp/pull/1724#discussion_r172442753 Current `http_uri:parse/2` implementation intends that ["non-fun scheme_validation_fun works as no option passed"](https://github.com/erlang/otp/blob/OTP-20.2.4/lib/inets/test/uri_SUITE.erl#L271-L274). | |||
2018-03-06 | inets: Prepare for release | Péter Dimitrov | |
Change-Id: I3021abef9530d42fa6eb04fbcbd46ab23392cd0d | |||
2018-03-06 | Merge branch 'anders/diameter/20.3/OTP-14946' into maint | Anders Svensson | |
* anders/diameter/20.3/OTP-14946: vsn -> 2.1.4 Update appup for 20.3 Update service_info examples in doc Fix inaccurate comment | |||
2018-03-05 | ssh: README updated with missing 4-number's versions | Hans Nilsson | |
2018-03-05 | Merge branch 'maint' of github.com:erlang/otp into maint | Lars Thorsen | |
2018-03-05 | [ssl] Fix hanging test case on outdated lab machine | Lars Thorsen | |
2018-03-05 | inets: refine types and doc of http_uri:parse options | Luca Favatella | |