Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-22 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-04-22 | Merge branch 'ia/ssl/decrypt-alert/OTP-11880' into maint | Ingela Anderton Andin | |
* ia/ssl/decrypt-alert/OTP-11880: ssl: Correct decryption error handling | |||
2014-04-22 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-04-22 | Merge branch 'ia/ssl/recv/OTP-11878' into maint | Ingela Anderton Andin | |
* ia/ssl/recv/OTP-11878: ssl: recv shall ruturn {error, einval} on active socket | |||
2014-04-22 | Merge branch 'ia/ssl/suites-match-negotiated-version/OTP-11875' into maint | Ingela Anderton Andin | |
* ia/ssl/suites-match-negotiated-version/OTP-11875: ssl: Select supported cipher suites for the negotiated SSL/TLS-version | |||
2014-04-22 | Merge branch 'ia/ssl/warning-alert/OTP-11874' into maint | Ingela Anderton Andin | |
* ia/ssl/warning-alert/OTP-11874: ssl: Graceful handling of warning alerts | |||
2014-04-17 | ssl: Correct decryption error handling | Ingela Anderton Andin | |
2014-04-17 | ssl: recv shall ruturn {error, einval} on active socket | Ingela Anderton Andin | |
2014-04-17 | ssl: Graceful handling of warning alerts | Ingela Anderton Andin | |
Generalize last warning alert function clause | |||
2014-04-17 | Merge branch 'maint' | Hans Bolinder | |
* maint: hipe, dialyzer: Fix a bug concerning opaque types | |||
2014-04-17 | Merge branch 'hb/dialyzer/bugfix_opaque/OTP-11869' into maint | Hans Bolinder | |
* hb/dialyzer/bugfix_opaque/OTP-11869: hipe, dialyzer: Fix a bug concerning opaque types | |||
2014-04-17 | hipe, dialyzer: Fix a bug concerning opaque types | Hans Bolinder | |
Dialyzer sometimes output warnings like Attempt to test for inequality between a term of type 'false' and a term of opaque type 'false' | gb_set() The reason was that erl_types:t_inf/3 when called from erl_types:t_find_unknown_opaque() did not return 'false' but found the mismatch. It should not return the mismatch unless the intersection is empty ('none'). Thanks to Shayan Pooya [[email protected]] for pointing out the bug. | |||
2014-04-17 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Fix error message when exporting (redefined) map() type | |||
2014-04-17 | Merge branch 'hb/stdlib/map_type_fix/OTP-11872' into maint | Hans Bolinder | |
* hb/stdlib/map_type_fix/OTP-11872: stdlib: Fix error message when exporting (redefined) map() type | |||
2014-04-16 | ssl: Select supported cipher suites for the negotiated SSL/TLS-version | Ingela Anderton Andin | |
When selecting the available cipher suites for the server all cipher suites for the highest supported SSL/TLS-version would be selected, and not all supported for the negotiated SSL/TLS-version. This could lead to that faulty clients could negotiate cipher suites that they can not support. This change will enable the faulty client to negotiate another cipher suite that it can support. | |||
2014-04-16 | stdlib: Fix error message when exporting (redefined) map() type | Hans Bolinder | |
When redefining and exporting the type map() erl_lint erroneously emitted an error. This bug has been fixed. | |||
2014-04-14 | Merge branch 'maint' | Hans Bolinder | |
* maint: Correct the name of a compiler option and fix the corresponding warnings | |||
2014-04-14 | Merge branch 'kostis/dialyzer-warn_export_vars' into maint | Hans Bolinder | |
* kostis/dialyzer-warn_export_vars: Correct the name of a compiler option and fix the corresponding warnings | |||
2014-04-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-04-14 | Merge branch 'ia/inets/test-remove-hard-coded-httpd-port' into maint | Ingela Anderton Andin | |
* ia/inets/test-remove-hard-coded-httpd-port: inets: Cleaned up inets_sup_SUITE - removing hard coded port for httpd | |||
2014-04-14 | inets: Cleaned up inets_sup_SUITE - removing hard coded port for httpd | Ingela Anderton Andin | |
2014-04-10 | Merge branch 'maint' | Sverker Eriksson | |
Conflicts: OTP_VERSION erts/vsn.mk | |||
2014-04-10 | Merge branch 'maint-17' into maint | Sverker Eriksson | |
Conflicts: OTP_VERSION erts/vsn.mk | |||
2014-04-10 | Development versions | Sverker Eriksson | |
2014-04-10 | Development versions | Sverker Eriksson | |
2014-04-10 | Correct the name of a compiler option and fix the corresponding warnings | Kostis Sagonas | |
The option `warn_export_vars` was erroneously written as `warn_exported_vars` in Makefiles of dialyzer and typer. As a result, `erlc` was silent about such warnings (why on earth doesn't it complain on unrecognized options??) which were corrected as part of this change. | |||
2014-04-10 | Updated OTP versionOTP-17.0.1 | Erlang/OTP | |
2014-04-10 | Prepare release | Erlang/OTP | |
2014-04-10 | Merge branch 'rickard/typer-doc/OTP-11860' into maint-17 | Erlang/OTP | |
* rickard/typer-doc/OTP-11860: Add initial documentation framework for TypEr. | |||
2014-04-10 | Merge branch 'rickard/sys_info_spec/OTP-11859' into maint-17 | Erlang/OTP | |
* rickard/sys_info_spec/OTP-11859: Fixed type spec of erlang:system_info/1 | |||
2014-04-10 | Merge branch 'sverk/monitor-large-heap-nosmp/OTP-11852' into maint-17 | Erlang/OTP | |
* sverk/monitor-large-heap-nosmp/OTP-11852: erts: Fix system_monitor(large_heap) for non-smp VM | |||
2014-04-10 | Add initial documentation framework for TypEr. | Rickard Green | |
2014-04-10 | Fixed type spec of erlang:system_info/1 | Rickard Green | |
2014-04-08 | erts: Fix system_monitor(large_heap) for non-smp VM | Sverker Eriksson | |
No message for large_heap monitoring was ever sent on non-smp VM. Bug introduced in R16B. | |||
2014-04-07 | Updated OTP versionOTP-17.0 | Erlang/OTP | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-04-07 | Merge remote branch 'github/pr/326' | Ingela Anderton Andin | |
* github/pr/326: Fix typo in authorized_keys filename Fix typo in SSH docs | |||
2014-04-07 | Merge branch 'anders/diameter/17.0_release/OTP-11605' | Anders Svensson | |
* anders/diameter/17.0_release/OTP-11605: Fix diameter.hrl comment typos | |||
2014-04-07 | Fix diameter.hrl comment typos | Anders Svensson | |
A Diameter Header Command Code is 24 bits, not 8, and an Application-ID is 32 bits, not 24. Thanks to Austin Aigbe for pointing it out. | |||
2014-04-06 | Fix typo in authorized_keys filename | Josh Adams | |
2014-04-06 | Fix typo in SSH docs | Josh Adams | |
2014-04-04 | Update primary bootstrap | Björn-Egil Dahlberg | |
2014-04-04 | Merge branch 'egil/maps-fix-map-key-patterns' | Björn-Egil Dahlberg | |
* egil/maps-fix-map-key-patterns: stdlib: Fix erl_id_trans example stdlib: Deny map keys defined as #{ .. := .. } in patterns compiler: Fix compiling map keys in patterns from core compiler,stdlib: Fix Map literals as keys for Maps in patterns | |||
2014-04-04 | Merge branch 'bjorn/INSTALL.md' | Björn Gustavsson | |
* bjorn/INSTALL.md: Update instructions for cloning the wxWidgets repository Update/remove references to --enable-shared-zlib | |||
2014-04-03 | Merge branch 'vinoski/hash-update-arity' | Sverker Eriksson | |
* vinoski/hash-update-arity: Some more faulty deprecation warnings for crypto | |||
2014-04-03 | Some more faulty deprecation warnings for crypto | Sverker Eriksson | |
2014-04-03 | Merge branch 'vinoski/hash-update-arity' | Sverker Eriksson | |
* vinoski/hash-update-arity: fix arity of crypto:hash_update/2 in deprecation warnings | |||
2014-04-03 | stdlib: Fix erl_id_trans example | Björn-Egil Dahlberg | |
2014-04-03 | stdlib: Deny map keys defined as #{ .. := .. } in patterns | Björn-Egil Dahlberg | |
2014-04-03 | compiler: Fix compiling map keys in patterns from core | Björn-Egil Dahlberg | |