Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | Merge branch 'lukas/erts/signal_service_docs/OTP-14186' | Lukas Larsson | |
* lukas/erts/signal_service_docs/OTP-14186: kernel: Add doc link from os man page to signal service | |||
2017-05-23 | kernel: Add doc link from os man page to signal service | Lukas Larsson | |
2017-05-23 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-05-23 | ssh: Use undocumented ssh_dbg:ct_auth() in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-23 | ssh: Undocumented ssh_dbg extended | Hans Nilsson | |
with auth/0 auth/1 auth/2 ct_auth/0 ct_messages/0 | |||
2017-05-23 | ssh: ssh_dbg print some server-sig-algs info | Hans Nilsson | |
2017-05-23 | ssh: disable faulty ssh_upgrade_SUITE | Hans Nilsson | |
2017-05-23 | ssh: fix ssh_property_test | Hans Nilsson | |
2017-05-23 | Merge branch 'lukas/erts/etp-processes-ports-optimization' | Lukas Larsson | |
* lukas/erts/etp-processes-ports-optimization: erts: Optimize etp-processes and etp-ports | |||
2017-05-23 | Merge branch 'sverker/enif_select-testing' | Sverker Eriksson | |
* sverker/enif_select-testing: erts: Fix nif_SUITE:monitor_frenzy for threadless erts: Improve message flush in nif_SUITE erts: Test monitor resource destructor from thread | |||
2017-05-23 | erts: Fix nif_SUITE:monitor_frenzy for threadless | Sverker Eriksson | |
2017-05-23 | erts: Improve message flush in nif_SUITE | Sverker Eriksson | |
Pass number of expected messages in order to wait longer for messages (for slow machines) while not wasting test time waiting for nothing. | |||
2017-05-23 | erts: Test monitor resource destructor from thread | Sverker Eriksson | |
which is scheduled on non-smp VM. | |||
2017-05-22 | Merge branch 'hasse/stdlib/linter_check_dialyzer/OTP-14323' | Hans Bolinder | |
* hasse/stdlib/linter_check_dialyzer/OTP-14323: stdlib: Warn for bad type variables of parameterized types | |||
2017-05-22 | Merge branch 'hasse/dialyzer/fix_type_variable_bug/OTP-14423' | Hans Bolinder | |
* hasse/dialyzer/fix_type_variable_bug/OTP-14423: dialyzer: Warn for bad type variables of parameterized types mnesia: Correct a type declaration | |||
2017-05-22 | dialyzer: Warn for bad type variables of parameterized types | Hans Bolinder | |
As of commit 854ee8b (Erlang/OTP 18) warnings about using '_' as type variable in parameterized types have not been output. The code of erl_types:t_var_names() is corrected. The spec is also corrected (thanks to Kostis for pointing out the bug). | |||
2017-05-22 | mnesia: Correct a type declaration | Hans Bolinder | |
2017-05-22 | stdlib: Warn for bad type variables of parameterized types | Hans Bolinder | |
The linter emits warnings about using '_' as type variable in parameterized types. | |||
2017-05-22 | Merge branch 'raimo/gen_statem-dev' | Raimo Niskanen | |
* raimo/gen_statem-dev: Fix documentation details | |||
2017-05-22 | Fix documentation details | Raimo Niskanen | |
2017-05-22 | Merge branch 'ingela/dtls/windows-econnreset' | Ingela Anderton Andin | |
* ingela/dtls/windows-econnreset: ssl: Handle econnreset windows obscurities | |||
2017-05-22 | ssl: Handle econnreset windows obscurities | Ingela Anderton Andin | |
An UDP socket does note have a connection and should not recive econnreset, however this happens on on some windows versions. Just ignoring it appears to make things work as expected! | |||
2017-05-22 | Merge branch 'hans/ssh/trim_state' | Hans Nilsson | |
2017-05-22 | Merge branch 'hans/ssh/rsa-sha2-star_hostkey' | Hans Nilsson | |
2017-05-22 | ssh: remove extra options copy from internal state | Hans Nilsson | |
2017-05-22 | ssh: fix the rsa-sha2-* hostkey verify error | Hans Nilsson | |
2017-05-22 | ssh: Handle if server-sig-algs and client has empty intersection | Hans Nilsson | |
In case server-sig-algs names only algorithms unknown to the client, the client will try with the ones it knows | |||
2017-05-22 | Revert "ssh: disable rsa-sha2-* for clients" | Hans Nilsson | |
This reverts commit 4d7ff0a8169141d18335638cf7c6e48d4c18cdf2. | |||
2017-05-22 | Merge branch 'ingela/ssl/ECDH_ECDSA/ERL-381/OTP-14421' | Ingela Anderton Andin | |
* ingela/ssl/ECDH_ECDSA/ERL-381/OTP-14421: ssl: Improve tests ssl: Add missing algorithm ecdh_ecdsa | |||
2017-05-22 | Merge branch 'dgud/observer/fix-bytes' | Dan Gudmundsson | |
* dgud/observer/fix-bytes: observer: Fix words to bytes | |||
2017-05-22 | erts: Optimize etp-processes and etp-ports | Lukas Larsson | |
Not calculating the max, table and invalid addresses each loop speeds up iterating through the processes list by about 5x. | |||
2017-05-19 | Merge branch 'sverker/nif-docs' | Sverker Eriksson | |
* sverker/nif-docs: erts: Improve erl_nif docs | |||
2017-05-19 | ssl: Improve tests | Ingela Anderton Andin | |
Test should check that we get the expected key exchange algorithm for the provided server cert. We do not want to test OpenSSL s_server. Do not try to test cipher suites against OpenSSL that it does not support. | |||
2017-05-19 | Merge branch 'rickard/ds-runqs' | Rickard Green | |
OTP-14152 * rickard/ds-runqs: Make statistics/1 aware of dirty run-queues and tasks | |||
2017-05-19 | Merge branch 'rickard/sighup-fix' | Rickard Green | |
* rickard/sighup-fix: Restore sighup behaviour | |||
2017-05-19 | Merge pull request #1448 from josevalim/jv-gen-server-exits | Siri Hansen | |
Do not discard stacktraces on gen_server exits | |||
2017-05-19 | Restore sighup behaviour | Rickard Green | |
2017-05-19 | Merge branch 'master' into jv-gen-server-exits | Siri Hansen | |
2017-05-19 | Merge branch 'hasse/kernel/global_read_concurrency/OTP-14419' | Hans Bolinder | |
* hasse/kernel/global_read_concurrency/OTP-14419: kernel: Create table 'global_names' with read_concurrency | |||
2017-05-19 | Merge branch 'raimo/erts/use-all-bytes-in-abstract-addresses/OTP-14305' | Raimo Niskanen | |
* raimo/erts/use-all-bytes-in-abstract-addresses/OTP-14305: Do not zero terminate Linux abstract addresses | |||
2017-05-19 | Merge branch 'siri/ct_ssh/shell/OTP-14415' | Siri Hansen | |
* siri/ct_ssh/shell/OTP-14415: [ct] Add ct_ssh:shell/2,3 | |||
2017-05-19 | Merge branch 'siri/etop/many-procs-timeout/OTP-14393' | Siri Hansen | |
* siri/etop/many-procs-timeout/OTP-14393: [etop] Extend timer when fetching process info from node | |||
2017-05-19 | Do not zero terminate Linux abstract addresses | Raimo Niskanen | |
2017-05-19 | Update primary bootstrap | Hans Bolinder | |
2017-05-19 | Merge branch 'hasse/kernel/limit_crash_reports/OTP-14417' | Hans Bolinder | |
* hasse/kernel/limit_crash_reports/OTP-14417: stdlib: Limit the size of gen_statem's error events kernel: Introcude error_logger:get_format_depth() stdlib: Limit the size of proc_lib's crash reports stdlib: Limit the size of gen_server's error events kernel: Add error_logger:limit_term/1 stdlib: Add io_lib:limit_term/2 | |||
2017-05-19 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: [ct] Clean up after keep_logs test | |||
2017-05-19 | [ct] Add ct_ssh:shell/2,3 | Siri Hansen | |
2017-05-19 | Make statistics/1 aware of dirty run-queues and tasks | Rickard Green | |
2017-05-19 | kernel: Create table 'global_names' with read_concurrency | Hans Bolinder | |
Measurements showed contention on one of the ETS tables created by the 'global' module. | |||
2017-05-19 | genop.tab: Add an OTP 20 comment | Björn Gustavsson | |
Make it clear that is_tagged_tuple/4 was added in OTP 20 (not R17). |