summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/dist.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sverker/async-auto-connect/OTP-14370'Sverker Eriksson2017-11-171-349/+545
|\
| * Move new|abort_connection_id to erts_internalSverker Eriksson2017-11-151-2/+2
| * Refactor erts_dsig_prepare argument dep(p)Sverker Eriksson2017-11-151-3/+3
| * Improve connection abortingSverker Eriksson2017-11-151-39/+81
| * Abort all pending connections if net_kernel terminatesSverker Eriksson2017-11-151-23/+43
| * erts: Put pending DistrEntry in separate listSverker Eriksson2017-11-151-11/+18
| * Refactor auto_connect into an outline functionSverker Eriksson2017-11-151-24/+68
| * erts: Keep magic ref to DistEntry in net_kernelSverker Eriksson2017-11-151-5/+17
| * Remove faulty assertSverker Eriksson2017-11-151-5/+0
| * erts: Transcode tuple fallbacksSverker Eriksson2017-11-151-79/+80
| * Add optimistic DFLAG_DIST_HOPEFULLY for pending connectionsSverker Eriksson2017-11-151-1/+1
| * erts: Fix auto-connect toward erl_interface/jinterfaceSverker Eriksson2017-11-151-34/+29
| * Remove obsolete erlang:dgroup_leaderSverker Eriksson2017-11-151-6/+0
| * Remove obsolete erlang:dexit/2Sverker Eriksson2017-11-151-7/+1
| * Remove obsolete erlang:dlink/1, dunlink/1 and dist_exit/3Sverker Eriksson2017-11-151-86/+1
| * Remove obsolete erlang:dsendSverker Eriksson2017-11-151-10/+1
| * erts: Async auto-connect for monitor_nodeSverker Eriksson2017-11-151-40/+84
| * erts: Introduce asynchronous auto-connectSverker Eriksson2017-11-151-66/+208
* | Merge branch 'maint'Rickard Green2017-11-161-16/+18
|\ \ | |/ |/|
| * Merge branch 'rickard/node-mon-proc-exit-race/OTP-14781' into maintRickard Green2017-11-161-16/+18
| |\
| | * Fix triggering of node monitorsRickard Green2017-11-151-16/+18
| | * Update copyright yearRickard Green2017-03-101-1/+1
* | | Merge branch 'rickard/dist/OTP-14459'Rickard Green2017-09-051-9/+7
|\ \ \
| * | | Fix setnode/3 and erts_net_message()Rickard Green2017-09-041-9/+7
* | | | Merge branch 'rickard/dist/OTP-14459' into rickard/dist/master/OTP-14459Rickard Green2017-08-281-223/+798
|\ \ \ \ | |/ / /
| * | | Introduce sender in distributed signals and dflag configurationRickard Green2017-08-281-19/+53
| * | | Optimize dist entry managementRickard Green2017-08-281-23/+9
| * | | Support for distribution controller processesRickard Green2017-08-281-165/+707
| * | | Change some dist-entry typesRickard Green2017-07-041-29/+42
* | | | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-159/+159
* | | | erts: Cleanup removal of non-smp emulatorsLukas Larsson2017-07-171-1/+1
* | | | erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-6/+0
| |/ / |/| |
* | | Allow toggling lock counting at runtimeJohn Högberg2017-07-061-1/+2
|/ /
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | erts: Introduce erts_bin_releaseSverker Eriksson2017-04-111-2/+1
* | erts: Init refc=1 in erts_bin_drv_alloc*Sverker Eriksson2017-04-111-1/+0
* | Merge branch 'master' into sverker/enif_selectSverker Eriksson2017-02-201-6/+6
|\ \
| * \ Merge branch 'fix-source-typos'Björn Gustavsson2017-02-151-2/+2
| |\ \
| | * | Fixed typos in ertsAndrew Dryga2017-02-141-2/+2
| * | | erts: Add deallocation veto for magic destructorsSverker Eriksson2017-02-141-1/+3
| |/ /
| * | Use magic refs for distributed send trap contextRickard Green2017-02-061-2/+2
| * | Merge branch 'maint'Rickard Green2017-02-061-2/+2
| |\ \ | | |/
| | * Atomic reference count of binaries also in non-SMPRickard Green2017-02-061-2/+2
* | | erts: Add enif_monitor_process and enif_demonitor_processSverker Eriksson2017-02-091-12/+13
* | | erts: Add deallocation veto for magic destructorsSverker Eriksson2017-02-031-1/+3
|/ /
* | Merge branch 'maint'Sverker Eriksson2016-11-221-7/+7
|\ \ | |/
| * erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-7/+7
* | Allow for easier enabling of distribution debugLuis Rascao2016-09-191-0/+1
|/
* Merge branch 'sverker/trace-send-receive-matchspec/OTP-13507'Sverker Eriksson2016-05-091-4/+4
|\
| * erts: Add Sender in 'receive' trace matchspecSverker Eriksson2016-05-041-4/+4