summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/dist.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-04-201-1/+1
* Merge branch 'sverker/dist-entry-bug-node-down/OTP-18243' into maint-24Erlang/OTP2023-04-201-10/+15
|\
| * erts: Fix bug in erts_internal:create_dist_channel/3Sverker Eriksson2022-09-131-10/+14
| * erts: ASSERT DistEntry.state == CONNECTED in erts_do_net_exitsSverker Eriksson2022-09-131-0/+1
* | Merge branch 'rickard/dist-data-notify-dist-proc-fix/OTP-18258' into maint-24Erlang/OTP2022-10-041-4/+6
|\ \
| * | [erts] Fix dist data notification for distribution processRickard Green2022-09-221-4/+6
* | | Merge branch 'rickard/spawn_request-fix/23.3.4/OTP-18164' into maint-24Erlang/OTP2022-08-171-0/+9
|\ \ \
| * | | [erts] Fix lost exit signal due to connection lossRickard Green2022-07-131-0/+9
* | | | Merge branch 'sverker/23/fix-hopeful-fun-size-encoding/OTP-18104'Sverker Eriksson2022-06-081-6/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | erts: Fix fallback combo bug on pending connectionSverker Eriksson2022-05-201-6/+7
| |/ /
* | | Merge branch 'lukas/23/erts/fix-dist-fragment-exit-leak/OTP-18077' into lukas...Lukas Larsson2022-05-011-2/+5
|\ \ \
| * \ \ Merge branch 'lukas/22/erts/fix-dist-fragment-exit-leak/OTP-18077' into lukas...Lukas Larsson2022-04-301-2/+5
| |\ \ \ | | |/ / | |/| |
| | * | erts: Fix fragmented send to finish before exitingLukas Larsson2022-04-271-2/+5
| | |/
* | | Update copyright yearErlang/OTP2022-03-091-1/+1
* | | erts: Unwrap supervised shutdown reasons for distr controllerSverker Eriksson2022-02-281-0/+13
* | | Update copyright yearRickard Green2021-12-131-1/+1
* | | Merge branch 'rickard/ensure-no-stray-spawn_reply/OTP-17739' into maintRickard Green2021-11-111-0/+1
|\ \ \
| * | | Ensure no spawn_reply is sent on new connectionRickard Green2021-11-091-0/+1
* | | | Merge branch 'rickard/force-dist-signal-fix/23.3.4/GH-5346/GH-4989/OTP-17737'...Rickard Green2021-11-081-5/+10
|\ \ \ \
| * \ \ \ Merge branch 'rickard/force-dist-signal-fix/23.2.7/GH-5346/GH-4989/OTP-17737'...Rickard Green2021-11-081-5/+10
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'rickard/force-dist-signal-fix/GH-5346/GH-4989/OTP-17737' into r...Rickard Green2021-11-081-5/+10
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix forced distributed send of signalsRickard Green2021-11-061-5/+10
| | | |/
* | | | Merge branch 'rickard/link-protocol-fix/OTP-17127' into rickard/link-protocol...Rickard Green2021-03-101-24/+120
|\ \ \ \ | |/ / /
| * | | erts: Fix link protocol inconsistency bug in distributed caseRickard Green2021-03-101-8/+103
| * | | erts: Adjust link structure in distributed caseRickard Green2021-03-011-14/+15
| * | | erts: Split link structure in node local caseRickard Green2021-03-011-4/+4
| |/ /
* | | erts: Silence CodeChecker in erts_processes_monitoring_nodesSverker Eriksson2021-02-181-16/+12
* | | erts: Suppress code checkerSverker Eriksson2021-02-181-0/+2
* | | erts: Add asserts to suppress false positives found by clang saLukas Larsson2021-02-181-0/+2
* | | erts: Fix variable initialization bugLukas Larsson2021-01-221-1/+2
* | | Implement EEP-54 (extended error information)Björn Gustavsson2020-12-021-2/+3
* | | erts: Statically allocate trap export entries againJohn Högberg2020-11-131-3/+3
* | | Merge pull request #2860 from jhogberg/john/erts/refactor-code-pointersJohn Högberg2020-11-131-1/+1
|\ \ \
| * | | erts: Warn on void pointer arithmeticJohn Högberg2020-11-121-1/+1
* | | | Merge branch 'rickard/alias/master/OTP-16718'Rickard Green2020-11-121-65/+121
|\ \ \ \
| * \ \ \ Merge branch 'rickard/alias/OTP-16718' into rickard/alias/master/OTP-16718Rickard Green2020-11-121-66/+128
| |\ \ \ \
| | * | | | User defined tag in monitor messagesRickard Green2020-11-121-6/+10
| | * | | | Introduce aliases for processesRickard Green2020-11-121-62/+120
* | | | | | Merge pull request #2833 from bjorng/bjorn/erts/monitor_node/OTP-16987Björn Gustavsson2020-11-111-2/+4
|\ \ \ \ \ \
| * | | | | | monitor_node/2: Raise 'notalive' instead of 'badarg'Björn Gustavsson2020-10-291-2/+4
| |/ / / / /
* | | | | | otp: Remove all purify supportSverker Eriksson2020-11-091-9/+7
| |_|/ / / |/| | | |
* | | | | otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-6/+0
* | | | | Merge branch 'john/erts/jit-wx-support/OTP-16887'John Högberg2020-11-051-1/+1
|\ \ \ \ \
| * | | | | erts: Rename `addressv` to force merge errorsJohn Högberg2020-11-051-1/+1
| |/ / / /
* | | | | Merge branch 'maint'Rickard Green2020-11-041-1/+7
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge branch 'rickard/dist-spawn_request-badopt/OTP-16991' into maintRickard Green2020-11-041-1/+7
| |\ \ \
| | * | | Fix bad 'reply' option to distributed spawn_request()Rickard Green2020-11-031-1/+7
| | |/ /
* | | | Merge branch 'maint'Sverker Eriksson2020-10-281-29/+45
|\ \ \ \ | |/ / /
| * | | erts: Make sure failed replies are sent on same dist connectionSverker Eriksson2020-10-261-4/+6
| * | | erts: Fix race on ErtsMonLnkDist for spawn_request as wellSverker Eriksson2020-10-261-8/+12