summaryrefslogtreecommitdiff
path: root/lib/kernel/src/net_kernel.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRickard Green2020-03-131-1/+1
* net_kernel: improve performance of debugging functions, and fix race conditionMaxim Fedorov2020-02-031-61/+99
* net_kernel: save connection pending owners in mapRickard Green2019-11-211-13/+11
* net_kernel: save connection owners in mapRickard Green2019-11-211-28/+32
* Fix race causing nodedown reason to be lostRickard Green2019-11-211-65/+141
* Merge pull request #2002 from lemenkov/nodes_info_improvements/OTP-16022Lukas Larsson2019-08-291-76/+22
|\
| * Cosmetic: trailing whitespace + double empty linesPeter Lemenkov2018-10-241-28/+7
| * Improve nodes queryingPeter Lemenkov2018-10-241-49/+15
* | erts: Yield later during process exit and allow free procs to runLukas Larsson2019-02-211-4/+12
* | Merge branch 'maint'Rickard Green2018-11-261-1/+2
|\ \ | |/ |/|
| * kernel: Fix bug in net_kernel for connection attempt from selfSverker Eriksson2018-11-231-1/+2
* | Do not allow an empty string as node nameRichard Carlsson2018-10-081-1/+1
|/
* Consolidate distribution entry state transitionsSverker Eriksson2018-09-181-45/+27
* Merge branch 'maint-21' into maintRickard Green2018-09-061-33/+41
|\
| * kernel: Fix missing abort_connection in net_kernelSverker Eriksson2018-09-051-33/+41
* | kernel: Fix net_kernel:connect_node/1 to local nodeSverker Eriksson2018-07-101-1/+1
|/
* Use public_key to verify client hostnameRaimo Niskanen2018-06-081-1/+6
* Implementation of true asynchronous signaling between processesRickard Green2018-03-211-5/+3
* kernel,stdlib: Remove obsolete use of send with 'noconnect'Sverker Eriksson2018-03-021-4/+4
* Move new|abort_connection_id to erts_internalSverker Eriksson2017-11-151-8/+8
* Cleanup net_kernelSverker Eriksson2017-11-151-26/+23
* Improve connection abortingSverker Eriksson2017-11-151-13/+19
* erts: Keep magic ref to DistEntry in net_kernelSverker Eriksson2017-11-151-8/+9
* erts: Introduce asynchronous auto-connectSverker Eriksson2017-11-151-51/+159
* kernel: Move auto connect into net_kernel serverSverker Eriksson2017-11-151-84/+90
* Merge branch 'maint'Siri Hansen2017-09-071-1/+1
|\
| * kernel: Improve handling of UnicodeHans Bolinder2017-09-051-1/+1
* | Support for distribution controller processesRickard Green2017-08-281-2/+2
|/
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* kernel: Do not allow unicode in nodenamesZandra Norman2017-04-281-4/+34
* Allow for easier enabling of distribution debugLuis Rascao2016-09-191-3/+1
* kernel: Add net_kernel:setopts/2 and getopts/2Sverker Eriksson2016-08-151-1/+125
* kernel: Cleanup code with fancy record syntaxSverker Eriksson2016-08-111-1/+1
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Make distribution failures during start-up easier to readBjörn Gustavsson2016-03-141-44/+62
* net_kernel: Separate exports into documented and non-documented groupsBjörn Gustavsson2016-03-111-6/+14
* Clean up splitting of node namesBjörn Gustavsson2016-03-111-4/+5
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Fix unmatched_return warnings in kernelSiri Hansen2013-05-061-8/+9
* Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder2013-05-061-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Make adjustments for UnicodeHans Bolinder2013-01-251-4/+4
* Move types and specs from erl_bif_types.erl to modulesHans Bolinder2012-01-271-1/+12
* Types and specifications have been modified and addedHans Bolinder2011-05-091-0/+37
* Merge branch 'mk/net-kernel-epmd-return-list' into devHenrik Nord2011-04-081-1/+1
|\
| * Fix list returned by net_kernel:epmd_moduleMarkus Knofe2010-12-151-1/+1
* | Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* | Fix three dialyzer warnings in kernelSverker Eriksson2011-03-011-18/+13
|/
* Merge branch 'maint-r13' into devHans Bolinder2010-09-021-2/+2
|\
| * Fix a bug that could cause the net_kernel process to crash.Hans Bolinder2010-08-251-2/+2