aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/dist.c
AgeCommit message (Expand)Author
2019-05-02erts: Add documentation for distribution fragmentsLukas Larsson
2019-05-02Merge branch 'lukas/erts/distr-frag-fixes'Lukas Larsson
2019-04-30erts: Fix memory leak for down/exit messageLukas Larsson
2019-04-24Fix distribution queue size adjustmentRickard Green
2019-04-18Merge branch 'rickard/dist-system-limit/OTP-15708'Rickard Green
2019-04-11Merge branch 'sverker/revert-big-creation'Sverker Eriksson
2019-04-09Revert "epmd: Support 32-bit creation values in local node"Sverker Eriksson
2019-04-09erts: Fix dist sequence yield state allocator typeLukas Larsson
2019-04-09erts: Fix buffer alignment bug in alloc_dist_obufLukas Larsson
2019-04-09erts: Fix build of dist_ctrl_get_data return termLukas Larsson
2019-04-05Fail when we cannot encode term in binaryRickard Green
2019-03-25erts: Include dist header in return from dist_ctrl_get_dataLukas Larsson
2019-03-25erts: Adjust dist obuf size correctly after hdr finLukas Larsson
2019-03-25erts: Fix non-payload dist exit signalsLukas Larsson
2019-03-25erts: Add crash dumping of EXITING and FREE processesLukas Larsson
2019-03-25Revert "erts: Add debug dist obuf memory leak check"Lukas Larsson
2019-03-22Merge branch 'sverker/enable-big-creation/OTP-15603'Sverker Eriksson
2019-03-22epmd: Support 32-bit creation values in local nodeSverker Eriksson
2019-03-19Add possibility to also get size of data from erlang:dist_ctrl_get_data()Rickard Green
2019-02-22erts: Add debug dist obuf memory leak checkLukas Larsson
2019-02-22erts: Refactor ErtsSendContext to be ErtsDSigSendContextLukas Larsson
2019-02-22erts: Make remote send of exit/2 trapLukas Larsson
2019-02-22erts: Implement fragmentation of distrubution messagesLukas Larsson
2019-02-21erts: Move reason in dist messages to payloadLukas Larsson
2019-02-21erts: Remove a copy of distribution data payloadLukas Larsson
2019-02-05erts: Refactor rbt _yielding to use reductionsLukas Larsson
2018-09-21Merge branch 'sverker/erts/beautify-ifdef-DEBUG'Sverker Eriksson
2018-09-18Merge branch 'maint'Sverker Eriksson
2018-09-18Merge 'sverker/erts/fix-aborted-pending-connection-race/OTP-15296'Sverker Eriksson
2018-09-18erts: Refactor port dist_entry & conn_id into PRTSDSverker Eriksson
2018-09-18Consolidate distribution entry state transitionsSverker Eriksson
2018-09-12Merge branch 'maint'Rickard Green
2018-09-12Merge branch 'maint-21' into maintRickard Green
2018-09-11erts: Fix "Prevent inconsistent node lists" fixSverker Eriksson
2018-09-07erts: Beautify away #ifdef DEBUGSverker Eriksson
2018-09-06Merge branch 'maint'Rickard Green
2018-09-06Merge branch 'maint-21' into maintRickard Green
2018-09-05Prevent inconsistent node listsRickard Green
2018-08-21Merge branch 'max-au/dist_msg_too_long'Rickard Green
2018-08-21Cleanup unused dist output buf immediately instead of at GCRickard Green
2018-08-03erts: Fix seq_trace to not clear token for system messagesLukas Larsson
2018-07-18erts: Remove use of VALGRIND_PRINTF_XMLSverker Eriksson
2018-07-10erts: Fix buggy calls to erts_sys_explicit_8bit_getenvSverker Eriksson
2018-05-16Replace previous suspend in setnode/3Rickard Green
2018-05-16New process suspend implementation based on async signalingRickard Green
2018-05-15Throw 'system_limit' when distribution message size exceed INT_MAX instead of...Maxim Fedorov
2018-04-26erts: Optimize monitor signal by message piggybackSverker Eriksson
2018-04-26erts: Cleanup some codeSverker Eriksson
2018-03-23Lift the type restrictions on seq_trace token labelsJohn Högberg
2018-03-21Implementation of true asynchronous signaling between processesRickard Green