Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-27 | ssh: Fix acceptor sup testcase | Hans Nilsson | |
2018-02-27 | ssh: Fix cli testcase | Hans Nilsson | |
2018-02-27 | ssh: Misspelling in test suite | Hans Nilsson | |
2018-02-27 | ssh: Disable exec for non-default shell | Hans Nilsson | |
2018-02-27 | ssh: Test for disabled shell | Hans Nilsson | |
2018-02-27 | ssh: Clearify links in ssh_sftp:read_file_info/2 | Hans Nilsson | |
2018-02-27 | ssh: Put common user_dir setup in ssh_options_SUITE:init_per_testcases/2 | Hans Nilsson | |
2018-02-27 | Skip testing unavailable interfaces in inet_SUITE:getifaddrs | John Högberg | |
This test consistently failed on Windows when an interface was enabled but unplugged, as the interface was 'up' but not 'running'. | |||
2018-02-27 | Make re_SUITE:sub_binaries less unstable | John Högberg | |
The small sub-binary conversion trick in the GC broke this test pretty often on some machines. | |||
2018-02-26 | Merge branch 'lukas/kernel/dist_SUITE_corefile_ignore' into maint | Lukas Larsson | |
* lukas/kernel/dist_SUITE_corefile_ignore: kernel: Ignore cores in erl_distribution_SUITE | |||
2018-02-26 | inets: Add unix domain socket support to httpc | Péter Dimitrov | |
Change-Id: I44fe2670e36884e09600d17dd71b1e86b9ee75fa | |||
2018-02-24 | Fix example MIB in the documentation | Petr Gotthard | |
The EX1-MIB cannot be compiled because of the missing IMPORT of "experimental". The other instances EX1-MIB.mib (otp/lib/snmp/examples/ex1, lib/snmp/test/snmp_test_data) are correct. I synchronized the documentation with them. | |||
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 branch 'hasse/stdlib/minor_fix_epp' into maint | Hans Bolinder | |
* hasse/stdlib/minor_fix_epp: stdlib: Correct a minor epp bug | |||
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 | 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-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-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 '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 | 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-20 | erts,observer: Add dirty schedulers to crash dump | 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 '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 | stdlib: Correct documentation typo | Martin Hässler | |
2018-02-15 | kernel: Reject load of module names with slash | Sverker Eriksson | |
or backslash on Windows. Purpose: Prevent tricks to get hostile code running. | |||
2018-02-14 | dialyzer: Fix a crash | Hans Bolinder | |
2018-02-14 | Merge pull request #1712 from bjorng/bjorn/compiler/beam_validator | Björn Gustavsson | |
Check that the stack is initialized when an exception may occur | |||
2018-02-13 | Merge branch 'maint-20' into maint | Sverker Eriksson | |
* maint-20: Updated OTP version Update release notes Update version numbers erts: Add system_flags(erts_alloc,"+M?sbct *") erts: Add age order first fit allocator strategies erts: Refactor erl_ao_firstfit_alloc erts: Add migration options "acnl" and "acfml" kernel: Add os:cmd/2 with max_size option erts: Add more stats for mbcs_pool erts: Fix alloc_SUITE:migration stdlib: Make ets_SUITE memory check try again erts: Improve carrier pool search erts: Improve alloc_SUITE:migration erts: Refactor carrier dealloc migration | |||
2018-02-13 | Merge branch 'john/tools/fix-lcnt-server-crash/PR-1711/OTP-14912' into maint | John Högberg | |
2018-02-13 | Merge branch 'john/tools/autostart-lcnt-server/ERIERL-134/OTP-14913' into maint | John Högberg | |
2018-02-13 | Don't crash lcnt server if information/0 is called before collect/0 | Péter Gömöri | |
2018-02-12 | Update release notes | Erlang/OTP | |
2018-02-12 | Update version numbers | Erlang/OTP | |
2018-02-12 | Merge branch 'sverker/maint-20/alloc-n-migration/ERIERL-88' into maint-20 | Erlang/OTP | |
* sverker/maint-20/alloc-n-migration/ERIERL-88: erts: Add system_flags(erts_alloc,"+M?sbct *") erts: Add age order first fit allocator strategies erts: Refactor erl_ao_firstfit_alloc erts: Add migration options "acnl" and "acfml" erts: Add more stats for mbcs_pool erts: Fix alloc_SUITE:migration stdlib: Make ets_SUITE memory check try again erts: Improve carrier pool search erts: Improve alloc_SUITE:migration erts: Refactor carrier dealloc migration | |||
2018-02-12 | Merge 'sverker/maint-19/alloc-n-migration/ERIERL-88' | Sverker Eriksson | |
into 'sverker/maint-20/alloc-n-migration/ERIERL-88' OTP-14915 OTP-14916 OTP-14917 OTP-14918 |