aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/dist.c
AgeCommit message (Expand)Author
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
2018-03-02erts: Postpone idle DistEntry until abort is completedSverker Eriksson
2018-03-02erts: Refactor DistEntry.status flags into a stateSverker Eriksson
2018-03-02erts: Optimize dist transcoding toward erl_/jinterfaceSverker Eriksson
2018-03-02erts,kernel: Add dist_util:strict_order_flags/0Sverker Eriksson
2018-03-02erts,kernel: Add erts_internal:get_dflags/0Sverker Eriksson
2018-01-03Replace the libc environment with a thread-safe emulationJohn Högberg
2017-11-23Merge branch 'sverker/async-auto-connect/OTP-14370' AGAINSverker Eriksson
2017-11-23erts: Fix erlang:monitor toward c-nodesSverker Eriksson
2017-11-21erts: Fix preemption bug in erts_dist_commandSverker Eriksson
2017-11-17Merge branch 'sverker/async-auto-connect/OTP-14370'Sverker Eriksson
2017-11-16Merge branch 'maint'Rickard Green
2017-11-16Merge branch 'rickard/node-mon-proc-exit-race/OTP-14781' into maintRickard Green
2017-11-15Move new|abort_connection_id to erts_internalSverker Eriksson
2017-11-15Refactor erts_dsig_prepare argument dep(p)Sverker Eriksson
2017-11-15Improve connection abortingSverker Eriksson
2017-11-15Abort all pending connections if net_kernel terminatesSverker Eriksson
2017-11-15erts: Put pending DistrEntry in separate listSverker Eriksson
2017-11-15Refactor auto_connect into an outline functionSverker Eriksson
2017-11-15erts: Keep magic ref to DistEntry in net_kernelSverker Eriksson