Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | dialyzer: Check return value of digrahp:add_edge() | Hans Bolinder | |
2017-02-03 | dialyzer: Use less memory for the PLT when analyzing | Hans Bolinder | |
The two tables for (record) types and exported types are no longer kept in memory (by the PLT) when analyzing, which reduces memory consumption. A first step towards removing (or replacing) the #plt{} record. | |||
2017-02-03 | typer: Fix a bug regarding the -T option | Hans Bolinder | |
The -T option has not been working for a long time. | |||
2017-02-03 | dialyzer: Do not keep the code server's type info on the heap | Hans Bolinder | |
The table used during translation of forms to types used to be a dictionary of the type info (-type(), -opaque(), and -record()) for all modules. Now it is reduced to the modules that are needed to handle references to types in other modules. The PLT:s type info is still kept on the heap. | |||
2017-02-03 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Increase time limit for tests dialyzer: Optimize typesig dialyzer: Optimize evaluation of complex code dialyzer: Optimize collection of variables Conflicts: lib/dialyzer/src/dialyzer_typesig.erl | |||
2017-02-03 | Merge branch 'hasse/dialyzer/memory_opt/OTP-14126' into maint | Hans Bolinder | |
* hasse/dialyzer/memory_opt/OTP-14126: dialyzer: Increase time limit for tests dialyzer: Optimize typesig dialyzer: Optimize evaluation of complex code dialyzer: Optimize collection of variables | |||
2017-02-02 | Dirty schedulers should not touch scheduler data pointed to by process struct | Rickard Green | |
2017-02-02 | ssh: document crypto:genarate_key(dh, [P,G,L]) | Hans Nilsson | |
2017-02-02 | ssh: document new and retired algorithms | Hans Nilsson | |
2017-02-02 | kernel: Document signal server | Björn-Egil Dahlberg | |
2017-02-02 | Merge branch 'hans/ssh/default_algo_list/OTP-14110' | Hans Nilsson | |
2017-02-02 | Merge branch 'maint' | Hans Nilsson | |
2017-02-02 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-02-02 | Merge branch 'ingela/inets/maint/httpd-gracefull-shutdown/OTP-14174' into maint | Ingela Anderton Andin | |
* ingela/inets/maint/httpd-gracefull-shutdown/OTP-14174: inets: httpd - shutdown gracefully on connection or TLS handshake errors | |||
2017-02-02 | erts: Don't check autoconf version | Björn-Egil Dahlberg | |
2017-02-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-02-02 | Merge branch 'ingela/ssl/config-propagation' into maint | Ingela Anderton Andin | |
* ingela/ssl/config-propagation: ssl: Simplify configuration code ssl: Make sure PEM cache works as intended | |||
2017-02-02 | Merge branch 'egil/remove-warnings/OTP-14180' | Björn-Egil Dahlberg | |
* egil/remove-warnings/OTP-14180: erts: Remove unnecessary warnings | |||
2017-02-02 | erts: Use os module instead of erts_internal for set_signal/2 | Björn-Egil Dahlberg | |
* Add specs * Change return signature to 'ok' instead of 'true' | |||
2017-02-02 | erts: Do not handle SIGILL | Björn-Egil Dahlberg | |
* Remove SIGILL from signal whitelist | |||
2017-02-02 | erts: Fix thread suspend in crashdump | Björn-Egil Dahlberg | |
* move signal handler setup | |||
2017-02-02 | erts: Do not enable SIGINT | Björn-Egil Dahlberg | |
2017-02-02 | erts: Use generic signal handler | Björn-Egil Dahlberg | |
2017-02-02 | erts: Add OS signal tests | Björn-Egil Dahlberg | |
2017-02-01 | fix a few statem typos | Kim Shrier | |
2017-02-01 | Updated OTP versionOTP-18.3.4.5 | Erlang/OTP | |
2017-02-01 | Prepare release | Erlang/OTP | |
2017-02-01 | Merge branch 'hans/ssh/dh_group_exc_optimize/OTP-14169' into maint-18 | Erlang/OTP | |
* hans/ssh/dh_group_exc_optimize/OTP-14169: ssh: optimize kex dh_gex using new crypto functionality crypto: Added optional length to paramlist in generate_key ssh,crypto: prepare for release # Conflicts: # lib/ssh/src/ssh_transport.erl | |||
2017-02-01 | Merge branch 'hans/ssh/kex_gex_min_max/OTP-14166' into maint-18 | Erlang/OTP | |
* hans/ssh/kex_gex_min_max/OTP-14166: ssh: correct host key signature calculation | |||
2017-02-01 | Merge branch 'ingela/inets/httpd-gracefull-shutdown/OTP-14173' into maint-18 | Erlang/OTP | |
* ingela/inets/httpd-gracefull-shutdown/OTP-14173: inets: Prepare for release inets: httpd - shutdown gracefully on connection or TLS handshake errors | |||
2017-02-01 | Merge branch 'sverker/bin2term-zlib-bug/ERL-340/OTP-14159' into maint-18 | Erlang/OTP | |
* sverker/bin2term-zlib-bug/ERL-340/OTP-14159: erts: Fix binary_to_term for compressed and zlib >= v1.2.9 | |||
2017-02-01 | Merge branch 'egil/erts/fix_scheduler_suspend/ERL-94/PR-978/OTP-13425' into ↵ | Erlang/OTP | |
maint-18 * egil/erts/fix_scheduler_suspend/ERL-94/PR-978/OTP-13425: erts: Fix install of suspend handler | |||
2017-02-01 | Merge branch 'rickard/thr-prgr-unmanaged-delay-bug/OTP-13869' into maint-18 | Erlang/OTP | |
* rickard/thr-prgr-unmanaged-delay-bug/OTP-13869: Fix erts_thr_progress_unmanaged_delay() | |||
2017-02-01 | Merge branch 'rickard/drv-send-term-thr-bug/OTP-13866' into maint-18 | Erlang/OTP | |
* rickard/drv-send-term-thr-bug/OTP-13866: Fix thread calls to erl_drv_send_term()/erl_drv_output_term() | |||
2017-02-01 | file: match enoent and enotdir in path_open | pulitta | |
2017-02-01 | Merge branch 'maint' | Sverker Eriksson | |
2017-02-01 | Merge branch 'sverker/bin2term-zlib-bug/ERL-340/OTP-14159' into maint | Sverker Eriksson | |
* sverker/bin2term-zlib-bug/ERL-340/OTP-14159: erts: Fix binary_to_term for compressed and zlib >= v1.2.9 | |||
2017-02-01 | ssh: Enable usage of supported but not default host key algorithms | Hans Nilsson | |
2017-02-01 | ssh: minor code unfolding | Hans Nilsson | |
2017-02-01 | ssh: clearer hash calculation | Hans Nilsson | |
2017-02-01 | ssh: update tests for removed algorithms | Hans Nilsson | |
2017-02-01 | Update primary bootstrap | Björn Gustavsson | |
2017-02-01 | Merge branch 'josevalim/atu8-chunk/PR-1078/OTP-14178' | Björn Gustavsson | |
* josevalim/atu8-chunk/PR-1078/OTP-14178: Add new AtU8 beam chunk | |||
2017-02-01 | ssl: Simplify configuration code | Ingela Anderton Andin | |
Use map instead of large tuple, which was not an option when the code was written originally. More simplifications along these lines may be done later to the state record. | |||
2017-02-01 | ssl: Make sure PEM cache works as intended | Ingela Anderton Andin | |
Move of PEM cache to own process was flawed and not all PEM files where cached properly. We must properly handle both the ditributed and the normal mode of the ssl application. | |||
2017-02-01 | ssh: remove test timetrap for ssh_kex_group_exchange | Hans Nilsson | |
This kex algorithm is now optimized so a long timetrap is not needed | |||
2017-02-01 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Updated OTP version Prepare release Fixed crash when a table was deleted during checkpoint traversal | |||
2017-02-01 | Merge branch 'maint-19' into maint | Dan Gudmundsson | |
* maint-19: Updated OTP version Prepare release Fixed crash when a table was deleted during checkpoint traversal | |||
2017-02-01 | dialyzer: Increase time limit for tests | Hans Bolinder | |