Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | erts: Clarify enif_self docs | Sverker Eriksson | |
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 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
* hans/ssh/cuddle_tests: 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-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 | Updated OTP versionOTP-20.2.4 | Erlang/OTP | |
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 | Merge branch 'hans/ssh/supervisor_timeout/OTP-14907' into maint-20 | Erlang/OTP | |
* hans/ssh/supervisor_timeout/OTP-14907: 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 | 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: Cleanup dump_process_info() | Sverker Eriksson | |
by testing F_SENSITIVE only once. | |||
2018-02-20 | erts: Include failing garbing process in crash dump | Sverker Eriksson | |
Exclude garbing processes, EXCEPT if run by crash dumping thread in which case we assume the heap is healthy without any move markers yet/left. Switched order between (allocating) setup_rootset() and (move marking) collect_live_heap_frags(). | |||
2018-02-20 | erts: Remove unused args to collect_live_heap_frags | 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 | Merge branch 'john/erts/fix-iolist-bitstring-badarg/OTP-14926' into maint | John Högberg | |
2018-02-19 | Merge branch 'john/erts/fix-iovec-unaligned-binaries/OTP-14921' into maint | John Högberg | |
2018-02-19 | ssl: Prepare for release | Ingela Anderton Andin | |
2018-02-19 | ssl: Backport PR-1709 | Ingela Anderton Andin | |
2018-02-19 | Merge pull request #1720 from mhssler/fix-assert-URKA-typo | Lukas Larsson | |
stdlib: Correct documentation typo | |||
2018-02-19 | stdlib: Correct documentation typo | Martin Hässler | |
2018-02-15 | badarg on iolist_to_binary(Bitstring) | John Högberg | |
When supplied without an enclosing list, bitstrings were returned as-is instead of badarging. | |||
2018-02-15 | Handle unaligned binaries in enif_inspect_iovec | John Högberg | |
2018-02-15 | Handle unaligned binaries in erlang:iolist_to_iovec/1 | John Högberg | |
A binary is a binary as long as its size in bits is evenly divisible by 8, regardless of whether it has a bit offset or not. | |||
2018-02-15 | badarg on iolist_to_iovec(Bitstring) | John Högberg | |
When supplied without an enclosing list, bitstrings were silently truncated to [] instead of badarging. | |||
2018-02-15 | Merge branch 'hasse/dialyzer/fix_record_match/OTP-14911' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_record_match/OTP-14911: dialyzer: Fix a crash | |||
2018-02-15 | Test badarg when an improper list tail contains a bitstring | John Högberg | |
This has always worked but we lacked test coverage for it. | |||
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 | Update primary bootstrap | Björn Gustavsson | |
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 | Use smaller inputs in iovec tests | John Högberg | |
Huge inputs weren't particularly useful and took forever to run, so this commit winds it down to a more sane level that still causes lots of yielding. |