Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-23 | Sort entries and correct typos | Michał Muskała | |
2018-02-23 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Correct a parameterized opaque types bug | |||
2018-02-23 | Merge branch 'hasse/dialyzer/fix_opaque_bug/OTP-14925/ERL-565' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_opaque_bug/OTP-14925/ERL-565: dialyzer: Correct a parameterized opaque types bug | |||
2018-02-23 | Merge pull request #1723 from jhogberg/john/erts/ets-whereis/OTP-14884 | John Högberg | |
Add ets:whereis/1 for resolving table names -> tid() | |||
2018-02-23 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Correct a minor epp bug | |||
2018-02-23 | Merge branch 'hasse/stdlib/minor_fix_epp' into maint | Hans Bolinder | |
* hasse/stdlib/minor_fix_epp: stdlib: Correct a minor epp bug | |||
2018-02-22 | Merge 'sverker/erts/more-crash-dump-info/OTP-14820' | Sverker Eriksson | |
2018-02-22 | erts,observer: Add port-suspended pids to crash dump | Sverker Eriksson | |
2018-02-22 | erts,observer: Add port states and flags to crash dump | Sverker Eriksson | |
2018-02-22 | Merge branch 'raimo/stdlib/rand-polish-stat-tests' | Raimo Niskanen | |
* raimo/stdlib/rand-polish-stat-tests: Decrease tolerance a wee bit Repeat stat tests to only fail for systematic errors Fix histogram and outlier checks | |||
2018-02-22 | Stop translating V4MAPPED addresses | Raimo Niskanen | |
2018-02-22 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: Fix hanging engine test case on an old outdated version | |||
2018-02-22 | ssh: Fix hanging engine test case on an old outdated version | Hans Nilsson | |
OpenSSL 1.0.1s-freebsd 1 Mar 2016 | |||
2018-02-22 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssh: Add option save_accepted_host ssh: No error message for signal kill ssh: Dont repeat supervisor defaults in map fields ssh: Move starting of channel child to ssh_channel_sup ssh: Test case for sup tree when shell server proc times out Conflicts: OTP_VERSION | |||
2018-02-22 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: Add option save_accepted_host ssh: No error message for signal kill ssh: Dont repeat supervisor defaults in map fields ssh: Move starting of channel child to ssh_channel_sup ssh: Test case for sup tree when shell server proc times out | |||
2018-02-22 | Clarify the named_table option to ets:new/2 | John Högberg | |
2018-02-22 | Add ets:whereis/1 for resolving table names -> tid() | John Högberg | |
2018-02-21 | erts: Optimize erlang:put/2 for immed values | Sverker Eriksson | |
Do destructive write of immed value if key exists. This is an optimization at the expense of get/0 which must now copy all (mutable) key-value tuples. | |||
2018-02-21 | Compute MD5s in dialyzer using the .beam file | José Valim | |
The previous mechanism was based on the core file which meant that for every module in the PLT, we had to fetch its .beam file, retrieve Erlang AST, compile that down to core, serialize it into a binary and then get its MD5. In a project with stdlib, kernel, elixir and a small application in the PLT, relying only on the .beam sped up --check_plt from 10s to 0.8s. | |||
2018-02-21 | Fix spec for beam_lib:all_chunks/1 | José Valim | |
2018-02-21 | Prepare release | Erlang/OTP | |
2018-02-21 | Merge branch 'hans/ssh/limit_knownhosts/OTP-14935' into maint-20 | Erlang/OTP | |
* hans/ssh/limit_knownhosts/OTP-14935: ssh: Add option save_accepted_host | |||
2018-02-21 | Merge branch 'hans/ssh/no_error_for_kill/OTP-14930' into maint-20 | Erlang/OTP | |
* hans/ssh/no_error_for_kill/OTP-14930: ssh: No error message for signal kill | |||
2018-02-21 | ssh: Add option save_accepted_host | Hans Nilsson | |
2018-02-21 | stdlib: Correct a minor epp bug | Hans Bolinder | |
The bug was introduced in 87a0af4 (R18). | |||
2018-02-21 | Merge branch 'maint' | John Högberg | |
2018-02-21 | Merge branch 'john/runtime_tools/fix-sysinfo-to-file-formatting' into maint | John Högberg | |
* john/runtime_tools/fix-sysinfo-to-file-formatting: Fix regression introduced in d468fcbb / OTP-14816 | |||
2018-02-21 | Decrease tolerance a wee bit | Raimo Niskanen | |
2018-02-21 | Repeat stat tests to only fail for systematic errors | Raimo Niskanen | |
2018-02-21 | dialyzer: Correct a parameterized opaque types bug | Hans Bolinder | |
See also https://bugs.erlang.org/browse/ERL-565. To avoid loops, erl_types:t_is_subtype checks for equality using unopaqued types, but in (at least) one case something is lost: This fix makes sure that when forwarding arguments in dataflow, types with different parameters but equal when unopaqued are considered different. For example, dict:dict(0, {}) and dict:dict(0, []) are equal when unopaqued (due to how dict(_, _) is declared in module dict), but should be considered different when forwarding args. | |||
2018-02-21 | Fix broken spec in beam_asm | Richard Carlsson | |
2018-02-20 | Dialyzer should not throw away spec information because of overspec | Richard Carlsson | |
2018-02-20 | erts,observer: Add dirty schedulers to crash dump | Sverker Eriksson | |
2018-02-20 | Merge branch 'maint' | Sverker Eriksson | |
2018-02-20 | Merge PR-1716 from sverker/slash-in-modules/ERL-564/OTP-14933 | Sverker Eriksson | |
Reject loading modules with slash in name | |||
2018-02-20 | Fix regression introduced in d468fcbb / OTP-14816 | John Högberg | |
The ~p format specifier made file:consult/1 hysterically slow on one of our test machines that had a unicode character in the root of the code path; all paths were printed as lists and indented with way too much whitespace. Using ~w avoids this issue by never indenting. | |||
2018-02-20 | observer: Refactor get_schedulerinfo1 | Sverker Eriksson | |
to prepare for dirty schedulers with common run queues | |||
2018-02-20 | erts,observer: Add more port info to crash dump | Sverker Eriksson | |
2018-02-20 | erts: Add binary vheap sizes to crash dump | Sverker Eriksson | |
2018-02-20 | ssh: No error message for signal kill | Hans Nilsson | |
2018-02-20 | ssh: Dont repeat supervisor defaults in map fields | Hans Nilsson | |
2018-02-20 | ssh: Move starting of channel child to ssh_channel_sup | Hans Nilsson | |
2018-02-20 | ssh: Test case for sup tree when shell server proc times out | Hans Nilsson | |
2018-02-19 | Merge branch 'maint' | Péter Dimitrov | |
* maint: inets: Prepare for release inets: Fix httpc crash on keep-alive connections Change-Id: If066f788c3fcb8b5c5a943892d3c03c201590e40 | |||
2018-02-19 | Merge branch 'peterdmv/inets/httpc_manager_crash/ERL-559/OTP-14908' into maint | Péter Dimitrov | |
* peterdmv/inets/httpc_manager_crash/ERL-559/OTP-14908: inets: Prepare for release inets: Fix httpc crash on keep-alive connections Change-Id: I5900a425ed2b9034b1a1bf6040ee45e068438a83 | |||
2018-02-19 | ssl: Prepare for release | Ingela Anderton Andin | |
2018-02-19 | ssl: Backport PR-1709 | Ingela Anderton Andin | |
2018-02-19 | Merge branch 'maint' | Lukas Larsson | |
2018-02-19 | stdlib: Correct documentation typo | Martin Hässler | |
2018-02-17 | Inline more type test BIFs in HiPE | Michał Muskała | |