Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-05 | erts: Remove unused "executable" feature from ErtsMemMapper | Sverker Eriksson | |
No longer need for super carrier allocating executable memory. | |||
2018-03-05 | erts: Remove hipe amd64 code super carrier (exec_mmap) | Sverker Eriksson | |
2018-03-05 | stdlib: Fix receive-ref optimization for gen_server:call | Sverker Eriksson | |
Optimization does not trigger for try-catch. But send cannot fail here anyway, as Process cannot be an atom. | |||
2018-03-05 | Merge pull request #1560 from tsloughter/no_warn_sysconfig | Siri Hansen | |
Include sys.config.src in release tar file OTP-14950 | |||
2018-03-05 | Make doc entry for maximum tuple size reflect reality | John Högberg | |
2018-03-05 | Assert that sz <= MAX_ARITYVAL in make_arityval(sz) | John Högberg | |
2018-03-05 | ssh: README updated with missing 4-number's versions | Hans Nilsson | |
2018-03-05 | Merge branch 'maint' of github.com:erlang/otp into maint | Lars Thorsen | |
2018-03-05 | Merge branch 'lars/ssl/test-config-changes/OTP-14949' into maint | Lars Thorsen | |
* lars/ssl/test-config-changes/OTP-14949: [ssl] Fix hanging test case on outdated lab machine | |||
2018-03-05 | [ssl] Fix hanging test case on outdated lab machine | Lars Thorsen | |
2018-03-05 | Merge branch 'lars/crypto/test-config-changes/OTP-14949' into maint | Lars Thorsen | |
* lars/crypto/test-config-changes/OTP-14949: [crypto] Fix hanging test case on outdated lab machine | |||
2018-03-05 | inets: refine types and doc of http_uri:parse options | Luca Favatella | |
2018-03-05 | [crypto] Fix hanging test case on outdated lab machine | Lars Thorsen | |
2018-03-05 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Update release notes Update version numbers ssh: Fix cli ssh: Test for disabled shell | |||
2018-03-05 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Update release notes Update version numbers ssh: Fix cli ssh: Test for disabled shell Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.erl lib/ssh/src/ssh_cli.erl lib/ssh/vsn.mk otp_versions.table | |||
2018-03-05 | inets: export types documented for http_uri module | Luca Favatella | |
Also: * Reuse type `inet:port_number()` in `http_uri` code and doc; * Do not imply that http_uri module can properly handle UTF-8 encoded binaries, while it can't. * Enrich function specifications in http_uri module; * Fix http_uri doc re missing type definition for `Scheme`. | |||
2018-03-05 | Replace usage of ERTS_PSFLG_BOUND | Rickard Green | |
2018-03-05 | Remove ERTS_PSFLG_ON_HEAP_MSGQ | Rickard Green | |
2018-03-05 | Update primary bootstrap | Rickard Green | |
2018-03-05 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: Fix the bug ssh: Extend testcase to check the bug | |||
2018-03-05 | Merge branch 'hans/ssh/closed_chan_block/OTP-14939' into maint | Hans Nilsson | |
* hans/ssh/closed_chan_block/OTP-14939: ssh: Fix the bug ssh: Extend testcase to check the bug | |||
2018-03-05 | Merge branch 'maint' | Anders Svensson | |
2018-03-05 | Merge branch 'anders/diameter/terminate/ERIERL-124' into maint | Anders Svensson | |
* anders/diameter/terminate/ERIERL-124: Fix handling of SUSPECT connections at service termination | |||
2018-03-05 | Merge branch 'anders/diameter/reg/OTP-14839' into maint | Anders Svensson | |
* anders/diameter/reg/OTP-14839: Fix diameter_reg:subscribe/2 remove notification | |||
2018-03-05 | vsn -> 2.1.4 | Anders Svensson | |
2018-03-05 | Update appup for 20.3 | Anders Svensson | |
2018-03-05 | Update service_info examples in doc | Anders Svensson | |
Timestamps have been monotonic time since OTP-17.5. See commit e6d19a18. The examples should really be replaced by more detailed doc of return values. | |||
2018-03-05 | Fix inaccurate comment | Anders Svensson | |
A peer_fsm process can be started long before a connection is established in the listening case. The time reported in a 'peer' tuple in service_info is of connection establishment. | |||
2018-03-05 | Merge branch 'john/erts/efile_SUITE-iter-max-files-stability' | John Högberg | |
* john/erts/efile_SUITE-iter-max-files-stability: Make efile_SUITE:iter_max_files more stable | |||
2018-03-05 | Merge branch 'maint' | Raimo Niskanen | |
2018-03-05 | Merge branch 'raimo/asn1/dialyzer-dead-code/ERIERL-144/OTP-13882' into maint | Raimo Niskanen | |
* raimo/asn1/dialyzer-dead-code/ERIERL-144/OTP-13882: Dialyzer suppress per_common:to_bitstring/2 | |||
2018-03-05 | inets: Skip http_unix_socket test group on Windows | Péter Dimitrov | |
Change-Id: I40262ded5a50456b21696350f793dfe9ed06d1fd | |||
2018-03-05 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-03-05 | Merge branch 'ingela/ssl/AEAD-handling/ERL-568' into maint | Ingela Anderton Andin | |
* ingela/ssl/AEAD-handling/ERL-568: ssl: Correct AEAD handling | |||
2018-03-05 | ssl: Correct AEAD handling | Ingela Anderton Andin | |
Cipher suite handling improvments missed to make a few changes for AEAD to be handled correctly see ERL-568 | |||
2018-03-02 | erts: Improve send/2 docs | Sverker Eriksson | |
with link to ! operator and clarify ugly badarg for unregistered atom argument. | |||
2018-03-02 | kernel,stdlib: Remove obsolete use of send with 'noconnect' | Sverker Eriksson | |
as workarounds to avoid blocking auto-connect, which is now asynchronous in OTP-21. Also changed old catch to more efficient try-catch. | |||
2018-03-02 | stdlib: Remove obsolete use of monitor_node | Sverker Eriksson | |
as fallback when erlang:monitor failed toward primitive nodes, which it does not do in OTP-21. | |||
2018-03-02 | erts: Postpone idle DistEntry until abort is completed | Sverker Eriksson | |
2018-03-02 | erts: Refactor DistEntry.status flags into a state | Sverker Eriksson | |
Just to simplify and get 4 distinctive states IDLE, PENDING, CONNECTED and EXITING. The old possible flag combos were: 0 PENDING CONNECTED CONNECTED|EXITING EXITING The two EXITING states did not serve any purpose other then as a slight optimization in monitor_node(_,false,_) to shortcut EXITING when there can be no monitors. | |||
2018-03-02 | erts: Optimize dist transcoding toward erl_/jinterface | Sverker Eriksson | |
to only transcode if output buffer actually contains unsupported BIT_BINARY_EXT or EXPORT_EXT. | |||
2018-03-02 | erts,kernel: Add dist_util:strict_order_flags/0 | Sverker Eriksson | |
to replace DFLAGS_STRICT_ORDER_DELIVERY and remove that compile time dependency. | |||
2018-03-02 | kernel: Remove DFLAGS_ALL from dist.hrl | Sverker Eriksson | |
and remove use in dist_util:check_mandatory | |||
2018-03-02 | kernel: Simplify dist flags handshake merging | Sverker Eriksson | |
to a simple 'band' operation into ChosenFlags and no need to remember old 'this_flags' and 'other_flags'. | |||
2018-03-02 | erts,kernel: Add erts_internal:get_dflags/0 | Sverker Eriksson | |
for kernel to ask erts about distribution flags and keep this info in one place. | |||
2018-03-02 | kernel: Remove redundant code | Sverker Eriksson | |
No need to clear them as they cannot be set. | |||
2018-03-02 | erts: Cleanup erlang:system_info docs | Lukas Larsson | |
Attempt to make the system_info docs easier to navigate by grouping items of similar themes together in the documentation. | |||
2018-03-02 | Merge branch 'lukas/erts/ecio_arg_fix' | Lukas Larsson | |
* lukas/erts/ecio_arg_fix: erts: Correctly ignore +secio true | |||
2018-03-02 | erts: Correctly ignore +secio true | Lukas Larsson | |
This is a fix for a bug introduced in 22cde2bda | |||
2018-03-02 | Merge pull request #1734 from wojtekmach/wm-erl-tar-docs-typo | Lukas Larsson | |
Fix typo in erl_tar:format_error/1 docs |