aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/external.c
AgeCommit message (Expand)Author
2019-06-19erts: Don't copy binary data from dist dataLukas Larsson
2019-06-19erts: Move copy of payload to receiving processLukas Larsson
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 "erts: Make DFLAG_BIG_CREATION mandatory"Sverker Eriksson
2019-04-09Revert "erts: Remove old encoding of pids, ports and refs"Sverker Eriksson
2019-04-09erts: Fix alignment of ErtsDistExternal on sparcLukas Larsson
2019-04-05Fail when we cannot encode term in binaryRickard Green
2019-03-22erts: Reject decoded local refs with too large first wordSverker Eriksson
2019-03-21erts: Remove old encoding of pids, ports and refsSverker Eriksson
2019-03-21erts: Make DFLAG_BIG_CREATION mandatorySverker Eriksson
2019-02-22Merge branch 'lukas/erts/fragment-dist-messages/OTP-13397/OTP-15610/OTP-15611...Lukas Larsson
2019-02-22erts: Add ERL_NODE_BOOKKEEP to node tables refcLukas Larsson
2019-02-22erts: Refactor ErtsSendContext to be ErtsDSigSendContextLukas 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-20erts: Consume reductions for strings in term_to_binarySverker Eriksson
2019-02-15erts: Reduce number of list traversals in term_to_binarySverker Eriksson
2018-10-25Clarify a magical allocation sizeDmytro Lytovchenko
2018-09-18Remove ugly fail case macrosSverker Eriksson
2018-09-18Consolidate distribution entry state transitionsSverker Eriksson
2018-06-18Update copyright yearHenrik Nord
2018-03-13Merge branch 'sverker/dist-flags-consolidate'Sverker Eriksson
2018-03-09Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etcJohn Högberg
2018-03-02erts: Refactor DistEntry.status flags into a stateSverker Eriksson
2018-03-02erts: Optimize dist transcoding toward erl_/jinterfaceSverker Eriksson
2018-01-16Merge branch 'sverker/build-proc-bin'Sverker Eriksson
2018-01-05erts: Refactor more usage of erts_build_proc_binSverker Eriksson
2017-11-23erts: Fix erlang:monitor toward c-nodesSverker Eriksson
2017-11-15erts: Transcode tuple fallbacksSverker Eriksson
2017-11-15erts: Ensure enc_term_int() always do progressSverker Eriksson
2017-11-15Add optimistic DFLAG_DIST_HOPEFULLY for pending connectionsSverker Eriksson
2017-11-15erts: Fix auto-connect toward erl_interface/jinterfaceSverker Eriksson
2017-11-15erts: Introduce asynchronous auto-connectSverker Eriksson
2017-11-15erts: Refactor connection_id in ErtsDistExternalSverker Eriksson
2017-11-15erts: Make DFLAGS_NEW_FUN_TAGS mandatorySverker Eriksson
2017-11-15erts: Remove obsolete code for latin1 in atom cacheSverker Eriksson
2017-11-15Merge PR-1605 from sverker/sverker/binary_to_term-used OTP-14780Sverker Eriksson
2017-10-17erts: Add 'used' option to binary_to_term/2Sverker Eriksson
2017-10-16erts: Refactor binary_to_term/1/2Sverker Eriksson
2017-09-28Eliminate MY_IS_SSMALL()Björn Gustavsson
2017-09-11Merge branch 'maint'Lukas Larsson
2017-09-11Fix some clang warningsLukas Larsson
2017-08-28Merge branch 'rickard/dist/OTP-14459' into rickard/dist/master/OTP-14459Rickard Green
2017-08-28Optimize dist entry managementRickard Green
2017-08-28Support for distribution controller processesRickard Green
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-06-14Fix minor vsn 1 in term_to_binary/2 broken in this branchRickard Green
2017-06-14Introduce minor vsn 2 in term_to_binary/2Rickard Green