aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/external.h
AgeCommit message (Expand)Author
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-09erts: Fix alignment of ErtsDistExternal on sparcLukas Larsson
2019-04-05Fail when we cannot encode term in binaryRickard Green
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
2018-09-18Consolidate distribution entry state transitionsSverker Eriksson
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2017-11-15erts: Transcode tuple fallbacksSverker 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: Remove some dead codeSverker Eriksson
2017-08-28Support for distribution controller processesRickard Green
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-07erts: Support 32-bit creation for external pid,port,refsSverker Eriksson
2016-03-29erts: Improve enif_binary_to_termSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-15erts: Remove hashmap probabilistic heap overestimationSverker Eriksson
2015-03-06Merge branch 'maint'Zandra Hird
2015-02-27Two minor fixesLeo Liu
2014-08-29erts: Implement yielding for distributed send of large messagesSverker Eriksson
2014-01-28erts: Teach term_to_binary/1 and binary_to_term/1 Map encodingBjörn-Egil Dahlberg
2013-12-12Merge branch 'sverk/trapping-bin2term' into OTP_R16B03Sverker Eriksson
2013-11-18trapping binary_to_term passing binary_SUITESverker Eriksson
2013-09-30erts: Remove ASSERT_EXPR macroSverker Eriksson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-16UTF-8 support for distributionRickard Green
2013-01-08erts: Change internal representation of atoms to utf8Sverker Eriksson
2011-11-17external.c: Remove the option to create over-sized heap binariesBjörn Gustavsson
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-08-27Add erlang:external_size/2 BIFFilipe David Manana
2010-11-22ETS 'compressed' option.Sverker Eriksson
2010-08-07Align trailing message data for all types of structuresRickard Green
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2010-01-12Merge branch 'jv/binary_to_term-opts' into ccase/r13b04_devErlang/OTP
2010-01-08document ErtsExternalDist flags and CON_ID maskJayson Vantuyl
2010-01-08add options to binary_to_termJayson Vantuyl
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP