Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | Merge branch 'bjorn/compiler/fix-is_map_key-issues/OTP-15227' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-is_map_key-issues/OTP-15227: map_SUITE: Test is_map_key/2 followed by a map update beam_validator: Infer the type of the map argument for is_map_key/2 map_SUITE: Cover map_get optimizations in beam_dead | |||
2018-08-22 | Merge branch 'ingela/ssl/clean' into maint | Ingela Anderton Andin | |
* ingela/ssl/clean: ssl: Move formatting code to own module ssl: Remove legacy files | |||
2018-08-22 | map_SUITE: Test is_map_key/2 followed by a map update | Björn Gustavsson | |
2018-08-22 | beam_validator: Infer the type of the map argument for is_map_key/2 | Björn Gustavsson | |
Make sure that beam_validator considers a call to is_map_key/2 followed by an update of the same map without an is_map/1 test safe. (This situation will probably not be encountered when using the compiler in OTP 21, but better safe than sorry.) | |||
2018-08-22 | map_SUITE: Cover map_get optimizations in beam_dead | Björn Gustavsson | |
2018-08-21 | ssl: Move formatting code to own module | Ingela Anderton Andin | |
The conversion code for different representations of cipher suites is long an repetitive. We want to hide it in a module that does not have other functions that we like to look at. | |||
2018-08-21 | ssl: Remove legacy files | Ingela Anderton Andin | |
When starting to implement DTLS, it was assumed that the APIs for TLS and DTLS would differ more. This assumption turned out to be wrong. | |||
2018-08-21 | Merge branch 'hasse/stdlib/io_lib_errhandling/OTP-15076' into maint | Hans Bolinder | |
* hasse/stdlib/io_lib_errhandling/OTP-15076: stdlib: Correct contracts in module io_lib_format stdlib: Improve error handling in module io_lib | |||
2018-08-21 | Merge branch 'rickard/fix-suspend-monitor-down/OTP-15237/ERL-704' into maint | Rickard Green | |
* rickard/fix-suspend-monitor-down/OTP-15237/ERL-704: Fix incoming suspend monitor down | |||
2018-08-20 | Merge pull request #1934 from marianoguerra/fix-extra-closing-parenthesis | Rickard Green | |
erts/time_correction.xml: remove extra closing parenthesis | |||
2018-08-20 | stdlib: Correct contracts in module io_lib_format | Hans Bolinder | |
2018-08-20 | stdlib: Improve error handling in module io_lib | Hans Bolinder | |
2018-08-20 | Fix incoming suspend monitor down | Rickard Green | |
An incoming suspend monitor down wasn't handled correct when the local monitor half had been removed with an emulator crash as result. | |||
2018-08-20 | Merge pull request #1901 from getong/fix_ssl_example | Ingela Andin | |
Modernized example | |||
2018-08-17 | Merge branch 'hans/ssh/curve_element/OTP-15244' into maint | Hans Nilsson | |
* hans/ssh/curve_element/OTP-15244: ssh: Use the 'macs' tag in crypto:supports/0 ssh: Use the new crypto:supports/0 tag 'curves' | |||
2018-08-17 | Merge branch 'hans/crypto/curve_in_supports/OTP-14717' into maint | Hans Nilsson | |
* hans/crypto/curve_in_supports/OTP-14717: crypto: Try to generate ecdh for all crypto:curves() crypto: Put curve list in C | |||
2018-08-16 | erts/time_correction.xml: remove extra closing parenthesis | Mariano Guerra | |
2018-08-16 | ssh: Use the 'macs' tag in crypto:supports/0 | Hans Nilsson | |
2018-08-16 | ssh: Use the new crypto:supports/0 tag 'curves' | Hans Nilsson | |
2018-08-16 | crypto: Try to generate ecdh for all crypto:curves() | Hans Nilsson | |
2018-08-16 | crypto: Put curve list in C | Hans Nilsson | |
2018-08-16 | Merge branch 'hans/crypto/cuddle_tests' into maint | Hans Nilsson | |
* hans/crypto/cuddle_tests: crypto: Fail tests if crypto cannot start | |||
2018-08-16 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2018-08-16 | Merge pull request #1728 from davidw/emacs-align | Dan Gudmundsson | |
OTP-15239 | |||
2018-08-16 | Merge pull request #1931 from marianoguerra/fix-doc-errors-maint | Lukas Larsson | |
fix double parenthesis and badly formatter <v> tags | |||
2018-08-16 | Merge pull request #1930 from ↵ | Lukas Larsson | |
marianoguerra/fix-emd2exml-encoding-value-gen-maint fix generated encoding for xml files generated with emd2exml | |||
2018-08-15 | fix double parenthesis and badly formatter <v> tags | Mariano Guerra | |
(cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0) | |||
2018-08-15 | fix generated encoding for xml files generated with emd2exml | Mariano Guerra | |
DTRACE.xml and SYSTEMTRAP.xml set encoding to utf8 instead of utf-8 and make xmerl_scan:file/1,2 fail parsing them (cherry picked from commit faded6e1cdceb049d2d9bc995b6c981d58709315) | |||
2018-08-15 | ssh: prolong the timeout in ssh_dbg gen_server calls | Hans Nilsson | |
2018-08-15 | crypto: Fail tests if crypto cannot start | Hans Nilsson | |
2018-08-15 | Merge pull request #1927 from ↵ | Björn Gustavsson | |
bjorng/bjorn/compiler/double-receives/ERL-703/OTP-15235 Fix compiler crash when compiling double receives | |||
2018-08-15 | merge branch 'lukas/erts/fd_driver-fix_pollset_delete/ERL-692/OTP-15236' ↵ | Lukas Larsson | |
into maint erts: Delete fd from poll-set when closing fd_driver port | |||
2018-08-15 | Merge branch 'maint-20' into maint | Ingela Anderton Andin | |
* maint-20: inets: Remove 21 test case Updated OTP version Update release notes Conflicts: OTP_VERSION lib/inets/doc/src/notes.xml lib/inets/test/httpd_SUITE.erl lib/inets/vsn.mk otp_versions.table | |||
2018-08-15 | inets: Remove 21 test case | Ingela Anderton Andin | |
A test case unrelated to the patch was accidentally added when backporting the solution. | |||
2018-08-15 | Merge branch 'lukas/travis/deploy' into maint | Lukas Larsson | |
* lukas/travis/deploy: travis: Make bundle version select regexp stricter | |||
2018-08-15 | travis: Make bundle version select regexp stricter | Lukas Larsson | |
2018-08-15 | Merge branch 'ingela/inets/status-501/ERIERL-218/OTP-15215' into maint | Ingela Anderton Andin | |
* ingela/inets/status-501/ERIERL-218/OTP-15215: inets: Use status code 501 when no mod_* handles the request | |||
2018-08-15 | Merge branch 'lukas/travis/deploy' into maint | Lukas Larsson | |
* lukas/travis/deploy: travis: Filter out release candidates from bundle tags | |||
2018-08-15 | travis: Filter out release candidates from bundle tags | Lukas Larsson | |
2018-08-15 | lukas/kernel/logger_set_app_lvl/PR-1843/OTP-15146 | Lukas Larsson | |
Add logger:set_application_level/2 | |||
2018-08-14 | Updated OTP versionOTP-20.3.8.6 | Erlang/OTP | |
2018-08-14 | Update release notes | Erlang/OTP | |
2018-08-14 | Merge branch 'ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215' into ↵ | Erlang/OTP | |
maint-20 * ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215: inets: Prepare for release inets: Use status code 501 when no mod_* handles the request # Conflicts: # lib/inets/test/httpd_SUITE.erl # lib/inets/vsn.mk | |||
2018-08-14 | Merge branch 'ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215' into maint | Ingela Anderton Andin | |
2018-08-14 | inets: Prepare for release | Ingela Anderton Andin | |
2018-08-14 | Fix compiler crash when compiling double receives | Björn Gustavsson | |
The compiler would crash when compiling a function with two receive statements. https://bugs.erlang.org/browse/ERL-703 | |||
2018-08-14 | inets: Use status code 501 when no mod_* handles the request | Ingela Anderton Andin | |
Conflicts: lib/inets/test/httpd_SUITE.erl | |||
2018-08-14 | Merge branch 'ingela/ssl/ERL-668/improve-err-msg/OTP-15234' into maint | Ingela Anderton Andin | |
* ingela/ssl/ERL-668/improve-err-msg/OTP-15234: ssl: Improve error message | |||
2018-08-14 | Merge branch 'ingela/ssl/ERL-686/OTP-15224' into maint | Ingela Anderton Andin | |
* ingela/ssl/ERL-686/OTP-15224: ssl: Error handling improvment | |||
2018-08-14 | Merge branch 'siri/logger/single_line-unwanted-comma/OTP-15228' into maint | Siri Hansen | |
* siri/logger/single_line-unwanted-comma/OTP-15228: [logger] Avoid unwanted commas introduced by formatter's single_line option |