summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/external.h
Commit message (Expand)AuthorAgeFilesLines
* Support of 64-bit portsRickard Green2020-12-161-0/+1
* Merge branch 'maint'Sverker Eriksson2020-10-281-0/+1
|\
| * Merge 'sverker/22/dist-lock-bug/ERL-1337/OTP-16869'Sverker Eriksson2020-10-261-0/+1
| |\
| | * Merge 'sverker/21/dist-lock-bug/ERL-1337/OTP-16869'Sverker Eriksson2020-10-261-0/+1
| | |\
| | | * erts: Fix race on ErtsMonLnkDist in erts_net_messageSverker Eriksson2020-10-231-0/+1
* | | | erts: Term decoding doesn't modify the input bufferJohn Högberg2020-09-211-4/+4
|/ / /
* | | kernel: Add dynamic node name featureSverker Eriksson2020-03-191-1/+1
* | | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \ \ | |/ /
| * | Update copyright yearRickard Green2020-03-131-1/+1
* | | Improve distribution handshakeSverker Eriksson2020-01-141-4/+4
* | | Merge branch 'rickard/iovec-22.0/OTP-15618' into rickard/iovec/OTP-15618Rickard Green2019-09-251-7/+15
|\ \ \ | |/ / |/| |
| * | Utilize I/O vectors for outgoing distribution dataRickard Green2019-09-241-7/+15
* | | erts: Move copy of payload to receiving processLukas Larsson2019-06-191-1/+1
|/ /
* | Merge branch 'rickard/dist-system-limit/OTP-15708'Rickard Green2019-04-181-4/+11
|\ \
| * | Fail when we cannot encode term in binaryRickard Green2019-04-051-4/+11
* | | erts: Fix alignment of ErtsDistExternal on sparcLukas Larsson2019-04-091-8/+0
|/ /
* | erts: Implement fragmentation of distrubution messagesLukas Larsson2019-02-221-31/+32
* | erts: Move reason in dist messages to payloadLukas Larsson2019-02-211-1/+1
* | erts: Remove a copy of distribution data payloadLukas Larsson2019-02-211-12/+7
|/
* Consolidate distribution entry state transitionsSverker Eriksson2018-09-181-1/+1
* Implementation of true asynchronous signaling between processesRickard Green2018-03-211-1/+4
* erts: Transcode tuple fallbacksSverker Eriksson2017-11-151-2/+2
* erts: Fix auto-connect toward erl_interface/jinterfaceSverker Eriksson2017-11-151-1/+1
* erts: Introduce asynchronous auto-connectSverker Eriksson2017-11-151-1/+1
* erts: Refactor connection_id in ErtsDistExternalSverker Eriksson2017-11-151-13/+9
* erts: Remove some dead codeSverker Eriksson2017-11-151-22/+0
* Support for distribution controller processesRickard Green2017-08-281-1/+6
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\
| * update copyright-yearHenrik Nord2016-03-151-1/+1
* | erts: Support 32-bit creation for external pid,port,refsSverker Eriksson2016-04-071-2/+3
* | erts: Improve enif_binary_to_termSverker Eriksson2016-03-291-1/+1
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* erts: Remove hashmap probabilistic heap overestimationSverker Eriksson2015-06-151-4/+5
* Merge branch 'maint'Zandra Hird2015-03-061-1/+0
|\
| * Two minor fixesLeo Liu2015-02-271-1/+0
* | erts: Implement yielding for distributed send of large messagesSverker Eriksson2014-08-291-3/+8
|/
* erts: Teach term_to_binary/1 and binary_to_term/1 Map encodingBjörn-Egil Dahlberg2014-01-281-0/+1
* Merge branch 'sverk/trapping-bin2term' into OTP_R16B03Sverker Eriksson2013-12-121-0/+1
|\
| * trapping binary_to_term passing binary_SUITESverker Eriksson2013-11-181-0/+1
* | erts: Remove ASSERT_EXPR macroSverker Eriksson2013-09-301-2/+2
|/
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* UTF-8 support for distributionRickard Green2013-01-161-2/+3
* erts: Change internal representation of atoms to utf8Sverker Eriksson2013-01-081-0/+2
* external.c: Remove the option to create over-sized heap binariesBjörn Gustavsson2011-11-171-2/+2
* Update copyright yearsBjörn-Egil Dahlberg2011-09-291-1/+1
* Add erlang:external_size/2 BIFFilipe David Manana2011-08-271-0/+1
* ETS 'compressed' option.Sverker Eriksson2010-11-221-0/+8
* Align trailing message data for all types of structuresRickard Green2010-08-071-1/+1
* Store pointers to heap data in 32-bit wordsPatrik Nyblom2010-03-101-1/+1
* Merge branch 'jv/binary_to_term-opts' into ccase/r13b04_devErlang/OTP2010-01-121-8/+18
|\