Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-13 | Make dialyzer faster for left-associative andalso/orelse expressions | Björn Gustavsson | |
https://bugs.erlang.org/browse/ERL-851 | |||
2019-02-12 | Update appup | Anders Svensson | |
For OTP-15569, to be released in OTP 20.3.8.19. | |||
2019-02-12 | Merge branch 'FNickRU/stdlib/optimize_calendar/PR-2121/OTP-15572' into maint | Hans Bolinder | |
* FNickRU/stdlib/optimize_calendar/PR-2121/OTP-15572: Optimize calendar:gregorian_days_to_date/1 | |||
2019-02-11 | ssl: Use sha256 in test certificates if supported | Péter Dimitrov | |
This commit fixes ssl_test_lib:appropriate_sha/1 that returns sha256 if it is supported by crypto. It returns sha1 otherwise. Change-Id: I0bfa4d50bbe3c788551a81d418db2cabc36a4344 | |||
2019-02-11 | Merge branch 'siri/observer/crash-toggle-log-view/OTP-15553' into maint | Siri Hansen | |
* siri/observer/crash-toggle-log-view/OTP-15553: [observer] Don't crash on Log > Toggle Log View | |||
2019-02-11 | Check empty_out_q at close also for linger | Raimo Niskanen | |
2019-02-11 | Merge branch 'sverker/enif_select-faulty-assert' into maint | Sverker Eriksson | |
* sverker/enif_select-faulty-assert: erts: Fix faulty debug assert in enif_select | |||
2019-02-11 | Merge branch 'sverker/map-from-ks-vs-bug/OTP-15567' into maint | Sverker Eriksson | |
* sverker/map-from-ks-vs-bug/OTP-15567: erts: Add test for bug in enif_make_maps_from_arrays erts: Fix bug in erts_map_from_ks_and_vs | |||
2019-02-11 | Merge branch 'siri/ct_netconfc/edit-config-list/OTP-15298' into maint | Siri Hansen | |
* siri/ct_netconfc/edit-config-list/OTP-15298: [ct] Allow ct_netconfc:edit_config/3,4,5 to take a list of XML elements | |||
2019-02-11 | Merge branch 'siri/ct_telnet/div-improvements/OTP-15229' into maint | Siri Hansen | |
* siri/ct_telnet/div-improvements/OTP-15229: [ct] Add option {newline,string()} to ct_telnet:cmd and ct_telnet:send [ct] Improve error handling of bad regular expressions to ct_telnet | |||
2019-02-11 | Merge branch 'dialyzer/hasse/fix_bug_erl_bif_types/OTP-15570' into maint | Hans Bolinder | |
* dialyzer/hasse/fix_bug_erl_bif_types/OTP-15570: dialyzer: Fix a bug affecting keyfind/keysearch/keymember | |||
2019-02-08 | ssl: Move and rename diffie_hellman_keys and srp_keys to kex_keys | Ingela Anderton Andin | |
2019-02-08 | ssl: Move key_algorithm to handshake_env | Ingela Anderton Andin | |
2019-02-08 | stdlib: Add ETS docs about partially bound key traversal | Sverker Eriksson | |
2019-02-08 | ssl: srp | Ingela Anderton Andin | |
2019-02-08 | ssl: Rename | Ingela Anderton Andin | |
2019-02-08 | Fix nocatch on incoming answer with faulty Experimental-Result-Code | Anders Svensson | |
Failure to decode the Grouped AVP results in a throw from module diameter_gen, which is caught in the normal message decode, but wasn't when only the AVP is decoded from diameter_traffic (for error checking and counter increment). The result was no handle_answer/error callback, and an error return from diameter:call/4 when the detach option was not specified. | |||
2019-02-08 | dialyzer: Fix a bug affecting keyfind/keysearch/keymember | Hans Bolinder | |
2019-02-08 | ssl: Move diffie_hellman_params to handshake_env | Ingela Anderton Andin | |
2019-02-08 | ssl: Move and rename psk_identity state record field | Ingela Anderton Andin | |
2019-02-08 | ssl: Move premaster_secret to handshake_env | Ingela Anderton Andin | |
2019-02-08 | ssl: Make flight_state DTLS specific | Ingela Anderton Andin | |
flight_state is used to handle retransmission timers for DTLS over udp | |||
2019-02-08 | ssl: Add private_key to connection_env | Ingela Anderton Andin | |
2019-02-08 | ssl: Remove unused record field | Ingela Anderton Andin | |
2019-02-08 | ssl: Add erl_dist_handle to connection_env | Ingela Anderton Andin | |
2019-02-08 | ssl: Add negotiated_version to connection_env | Ingela Anderton Andin | |
2019-02-08 | ssl: Add key exchange items to handshake_env | Ingela Anderton Andin | |
2019-02-08 | ssl: Add hashsign_algorithm and cert_hashsign_algorithm to handshake_env | Ingela Anderton Andin | |
2019-02-08 | ssl: Add downgrade handling to connection_env | Ingela Anderton Andin | |
Remove duplicate handsake history handling form ssl_config function. Later we might refactor to avoid duplication in TLS and DTLS code, but handshake history does not belong in ssl_config function. | |||
2019-02-08 | ssl: Create connection_env | Ingela Anderton Andin | |
2019-02-08 | ssl: Handle renegotiation and extensions in handshake_env | Ingela Anderton Andin | |
2019-02-06 | erts: Fix faulty debug assert in enif_select | Sverker Eriksson | |
2019-02-06 | erts: Add test for bug in enif_make_maps_from_arrays | Sverker Eriksson | |
2019-02-06 | Merge tag 'OTP-21.2' into sverker/map-from-ks-vs-bug | Sverker Eriksson | |
2019-02-06 | erts: Fix bug in erts_map_from_ks_and_vs | Sverker Eriksson | |
This sleeping bug was introduced in OTP 19.1 but not possible not provoke until OTP 21.0 when enif_make_map_from_arrays was introduced. | |||
2019-02-06 | Merge branch 'rickard/ei-ext-maint/OTP-15442' into maint | Rickard Green | |
* rickard/ei-ext-maint/OTP-15442: Introduce ei_init() Fix bug in ei_accept_tmo Fix build of erl_interface on BSD | |||
2019-02-06 | Merge branch 'sverker/fix-compile-warning' into maint | Sverker Eriksson | |
* sverker/fix-compile-warning: erts: Fix compiler warning for IS_SSMALL | |||
2019-02-06 | dialyzer: Fix a bug regarding contracts | Hans Bolinder | |
See also https://bugs.erlang.org/browse/ERL-845. Fix a bug that caused Dialyzer to crash when analyzing a contract with a module name differing from the analyzed module's name. The bug was introduced in Erlang/OTP 18. | |||
2019-02-05 | Merge branch 'rickard/ei-ext/OTP-15442' into rickard/ei-ext-maint/OTP-15442 | Rickard Green | |
* rickard/ei-ext/OTP-15442: Introduce ei_init() Fix bug in ei_accept_tmo Fix build of erl_interface on BSD | |||
2019-02-05 | Introduce ei_init() | Rickard Green | |
You previously had to initialize ei via erl_init() which implied that you were forced to link against the erl_interface even when not using it (besides initializing ei). | |||
2019-02-05 | Merge branch 'ingela/ssl/alert-return/OTP-15423' into maint | Ingela Anderton Andin | |
* ingela/ssl/alert-return/OTP-15423: ssl: Use specs to generate type documentation ssl: Enhance error handling | |||
2019-02-05 | Merge branch 'ingela/ssl/dtls-match-error/OTP-15561' into maint | Ingela Anderton Andin | |
* ingela/ssl/dtls-match-error/OTP-15561: ssl: Remove unintended match | |||
2019-02-05 | ssl: Use specs to generate type documentation | Ingela Anderton Andin | |
2019-02-05 | Merge branch 'lukas/erts/cerl-etp-rr-support' into maint | Lukas Larsson | |
* lukas/erts/cerl-etp-rr-support: erts: Expand rr support in cerl and etp | |||
2019-02-05 | erts: Expand rr support in cerl and etp | Lukas Larsson | |
2019-02-04 | Fix bug in ei_accept_tmo | Rickard Green | |
2019-02-04 | Merge branch 'maint-21' into maint | Péter Dimitrov | |
* maint-21: Updated OTP version Prepare release | |||
2019-02-04 | Merge branch 'peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554' into maint | Péter Dimitrov | |
* peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554: inets: Ignore bracket option in format_address Change-Id: If3f19325edb8f8cc1ced717aa125658c00438b70 | |||
2019-02-04 | ssl: Enhance error handling | Ingela Anderton Andin | |
2019-02-04 | Merge pull request #2128 from amatalai/fix-typo-in-erlang-xml | Lukas Larsson | |
Fix typo in erlang.xml |