summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/dist.c
Commit message (Expand)AuthorAgeFilesLines
* erts: Use hidden exports for BIF trappingJohn Högberg2019-09-171-1/+1
* Merge branch 'maint'Rickard Green2019-07-221-20/+8
|\
| * Merge branch 'rickard/node-refc-tests-22' into maintRickard Green2019-07-221-20/+8
| |\
| | * Fix node refc test of external dataRickard Green2019-07-221-20/+8
* | | Merge branch 'sverker/re-enable-big-creation/OTP-15603'Sverker Eriksson2019-07-011-5/+3
|\ \ \
| * | | epmd: Support 32-bit creation values in local nodeSverker Eriksson2019-05-141-5/+3
* | | | Merge branch 'maint'Lukas Larsson2019-06-271-35/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'lukas/erts/dist-optimize-large-data/PR-2291/OTP-15926' into maintLukas Larsson2019-06-271-35/+2
| |\ \ \
| | * | | erts: Move copy of payload to receiving processLukas Larsson2019-06-191-35/+2
| | | |/ | | |/|
* | | | Merge branch 'maint'Lukas Larsson2019-06-181-1/+1
|\ \ \ \ | |/ / /
| * | | Merge pull request #2270 from essen/dist-get-stat-real-pend-value/OTP-15905Lukas Larsson2019-06-181-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Return real pend value in erlang:dist_get_stat/1Loïc Hoguin2019-06-031-1/+1
| | |/
* | | Merge branch 'maint'Rickard Green2019-06-171-2/+9
|\ \ \ | |/ /
| * | Merge branch 'rickard/dist-exit2/21/OTP-15867' into rickard/dist-exit2/22/OTP...Rickard Green2019-06-171-2/+9
| |\ \ | | |/ | |/|
| | * Merge branch 'rickard/dist-exit2/20/OTP-15867' into rickard/dist-exit2/21/OTP...Rickard Green2019-06-171-1/+9
| | |\
| | | * Don't disconnect on remote exit/2 with old incarnation as recipientRickard Green2019-06-171-1/+9
* | | | Merge pull request #2189 from jhogberg/john/erts/seq-trace-on-spawn/OTP-15232...John Högberg2019-05-281-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | seq_trace: Inherit trace token on spawnJohn Högberg2019-03-211-3/+3
* | | | erts: Add documentation for distribution fragmentsLukas Larsson2019-05-021-2/+2
* | | | Merge branch 'lukas/erts/distr-frag-fixes'Lukas Larsson2019-05-021-13/+31
|\ \ \ \
| * | | | erts: Fix memory leak for down/exit messageLukas Larsson2019-04-301-13/+31
* | | | | Fix distribution queue size adjustmentRickard Green2019-04-241-0/+2
|/ / / /
* | | | Merge branch 'rickard/dist-system-limit/OTP-15708'Rickard Green2019-04-181-9/+33
|\ \ \ \
| * | | | Fail when we cannot encode term in binaryRickard Green2019-04-051-9/+33
* | | | | Merge branch 'sverker/revert-big-creation'Sverker Eriksson2019-04-111-3/+5
|\ \ \ \ \
| * | | | | Revert "epmd: Support 32-bit creation values in local node"Sverker Eriksson2019-04-091-3/+5
| |/ / / /
* | | | | erts: Fix dist sequence yield state allocator typeLukas Larsson2019-04-091-1/+1
* | | | | erts: Fix buffer alignment bug in alloc_dist_obufLukas Larsson2019-04-091-10/+17
* | | | | erts: Fix build of dist_ctrl_get_data return termLukas Larsson2019-04-091-0/+1
|/ / / /
* | | | erts: Include dist header in return from dist_ctrl_get_dataLukas Larsson2019-03-251-19/+49
* | | | erts: Adjust dist obuf size correctly after hdr finLukas Larsson2019-03-251-0/+4
* | | | erts: Fix non-payload dist exit signalsLukas Larsson2019-03-251-0/+5
* | | | erts: Add crash dumping of EXITING and FREE processesLukas Larsson2019-03-251-0/+19
* | | | Revert "erts: Add debug dist obuf memory leak check"Lukas Larsson2019-03-251-64/+5
* | | | Merge branch 'sverker/enable-big-creation/OTP-15603'Sverker Eriksson2019-03-221-5/+3
|\ \ \ \
| * | | | epmd: Support 32-bit creation values in local nodeSverker Eriksson2019-03-221-5/+3
| |/ / /
* | | | Add possibility to also get size of data from erlang:dist_ctrl_get_data()Rickard Green2019-03-191-4/+110
|/ / /
* | | erts: Add debug dist obuf memory leak checkLukas Larsson2019-02-221-3/+62
* | | erts: Refactor ErtsSendContext to be ErtsDSigSendContextLukas Larsson2019-02-221-191/+225
* | | erts: Make remote send of exit/2 trapLukas Larsson2019-02-221-9/+18
* | | erts: Implement fragmentation of distrubution messagesLukas Larsson2019-02-221-276/+653
* | | erts: Move reason in dist messages to payloadLukas Larsson2019-02-211-90/+194
* | | erts: Remove a copy of distribution data payloadLukas Larsson2019-02-211-8/+24
* | | erts: Refactor rbt _yielding to use reductionsLukas Larsson2019-02-051-26/+31
* | | Merge branch 'sverker/erts/beautify-ifdef-DEBUG'Sverker Eriksson2018-09-211-18/+4
|\ \ \
| * | | erts: Beautify away #ifdef DEBUGSverker Eriksson2018-09-071-18/+4
* | | | Merge branch 'maint'Sverker Eriksson2018-09-181-195/+134
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 'sverker/erts/fix-aborted-pending-connection-race/OTP-15296'Sverker Eriksson2018-09-181-9/+9
| |\ \ \
| * | | | erts: Refactor port dist_entry & conn_id into PRTSDSverker Eriksson2018-09-181-7/+11
| * | | | Consolidate distribution entry state transitionsSverker Eriksson2018-09-181-189/+123