aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/net_kernel.erl
AgeCommit message (Expand)Author
2018-09-06Merge branch 'maint-21' into maintRickard Green
2018-09-05kernel: Fix missing abort_connection in net_kernelSverker Eriksson
2018-07-10kernel: Fix net_kernel:connect_node/1 to local nodeSverker Eriksson
2018-06-08Use public_key to verify client hostnameRaimo Niskanen
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2018-03-02kernel,stdlib: Remove obsolete use of send with 'noconnect'Sverker Eriksson
2017-11-15Move new|abort_connection_id to erts_internalSverker Eriksson
2017-11-15Cleanup net_kernelSverker Eriksson
2017-11-15Improve connection abortingSverker Eriksson
2017-11-15erts: Keep magic ref to DistEntry in net_kernelSverker Eriksson
2017-11-15erts: Introduce asynchronous auto-connectSverker Eriksson
2017-11-15kernel: Move auto connect into net_kernel serverSverker Eriksson
2017-09-07Merge branch 'maint'Siri Hansen
2017-09-05kernel: Improve handling of UnicodeHans Bolinder
2017-08-28Support for distribution controller processesRickard Green
2017-05-04Update copyright yearRaimo Niskanen
2017-04-28kernel: Do not allow unicode in nodenamesZandra Norman
2016-09-19Allow for easier enabling of distribution debugLuis Rascao
2016-08-15kernel: Add net_kernel:setopts/2 and getopts/2Sverker Eriksson
2016-08-11kernel: Cleanup code with fancy record syntaxSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2016-03-14Make distribution failures during start-up easier to readBjörn Gustavsson
2016-03-11net_kernel: Separate exports into documented and non-documented groupsBjörn Gustavsson
2016-03-11Clean up splitting of node namesBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2013-05-06Fix unmatched_return warnings in kernelSiri Hansen
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Make adjustments for UnicodeHans Bolinder
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-05-09Types and specifications have been modified and addedHans Bolinder
2011-04-08Merge branch 'mk/net-kernel-epmd-return-list' into devHenrik Nord
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-01Fix three dialyzer warnings in kernelSverker Eriksson
2010-12-15Fix list returned by net_kernel:epmd_moduleMarkus Knofe
2010-09-02Merge branch 'maint-r13' into devHans Bolinder
2010-08-25Fix a bug that could cause the net_kernel process to crash.Hans Bolinder
2010-08-20kernel: Patch 1124Hans Bolinder
2010-08-20kernel: Patch 1121Hans Bolinder
2010-06-08OTP-8686 Bugfix net_kernelHans Bolinder
2010-06-01Add catch all handle_call to net_kernelAntonio SJ Musumeci
2010-06-01OTP-8643 Improvements of net_kernelHans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP