Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | kernel: Improve handling of Unicode | Hans Bolinder | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | kernel: Do not allow unicode in nodenames | Zandra Norman | |
Verify that unicode isn't used in a node name and logi an info message if it is. Filter the head part of the name a bit harder to work with epmd. | |||
2016-09-19 | Allow for easier enabling of distribution debug | Luis Rascao | |
Also update already deprecated calls. | |||
2016-08-15 | kernel: Add net_kernel:setopts/2 and getopts/2 | Sverker Eriksson | |
2016-08-11 | kernel: Cleanup code with fancy record syntax | Sverker Eriksson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-14 | Make distribution failures during start-up easier to read | Björn Gustavsson | |
When an attempt is made to start a distributed Erlang node with the same name as an existing node, the crash reports for several supervisors would be displayed. Only the first line contains useful information. The verbiage is annoying for old hands and could easily scare newcomers away for good. For all the common distribution failures during start-up, write a simple message and terminate the emulator using halt/1. Here is an example of what will be printed: Protocol 'inet_tcp': the name somename@somehost seems to be in use by another Erlang node | |||
2016-03-11 | net_kernel: Separate exports into documented and non-documented groups | Björn Gustavsson | |
2016-03-11 | Clean up splitting of node names | Björn Gustavsson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-05-06 | Fix unmatched_return warnings in kernel | Siri Hansen | |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder | |
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder | |
2011-05-09 | Types and specifications have been modified and added | Hans Bolinder | |
2011-04-08 | Merge branch 'mk/net-kernel-epmd-return-list' into dev | Henrik Nord | |
* mk/net-kernel-epmd-return-list: Fix list returned by net_kernel:epmd_module OTP-9215 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-01 | Fix three dialyzer warnings in kernel | Sverker Eriksson | |
Joint effort by Kostis, pan, egil & sverker | |||
2010-12-15 | Fix list returned by net_kernel:epmd_module | Markus Knofe | |
Function epmd_module of net_kernel returns a list instead of an atom, when the epmd_module-flag is used. | |||
2010-09-02 | Merge branch 'maint-r13' into dev | Hans Bolinder | |
Conflicts: lib/kernel/doc/src/notes.xml lib/kernel/vsn.mk | |||
2010-08-25 | Fix a bug that could cause the net_kernel process to crash. | Hans Bolinder | |
A bug introduced in kernel-2.13.5.3 has been fixed. If running net_kernel:set_net_ticktime/1 twice within the TransitionPerod the second call caused the net_kernel process to crash with a badmatch. | |||
2010-08-20 | kernel: Patch 1124 | Hans Bolinder | |
OTP-8686 A bug introduced in kernel-2.13.5.3 has been fixed. | |||
2010-08-20 | kernel: Patch 1121 | Hans Bolinder | |
OTP-8643 Under certain circumstances the net kernel could hang. (Thanks to Scott Lystig Fritchie.) | |||
2010-06-08 | OTP-8686 Bugfix net_kernel | Hans Bolinder | |
A bug introduced in kernel-2.13.5.3 has been fixed. | |||
2010-06-01 | Add catch all handle_call to net_kernel | Antonio SJ Musumeci | |
Of the core networking apps only net_kernel fails to have a catchall for unknown gen_server:call messages causing it to exit and eventually bring down kernal_sup and beam if it had not been manually started. For stability and consistancy it has been altered to include a catchall which does not reply. | |||
2010-06-01 | OTP-8643 Improvements of net_kernel | Hans Bolinder | |
Under certain circumstances the net kernel could hang. (Thanks to Scott Lystig Fritchie.) | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |