Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-14 | erts: Add distribution capability flag for maps DFLAG_MAP_TAG | Sverker Eriksson | |
This is just a preparation to allow detection of older nodes that do not understand maps (R16 and older). | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | Merge branch 'sverk/r16/utf8-atoms' | Sverker Eriksson | |
* sverk/r16/utf8-atoms: erl_interface: Fix bug when transcoding atoms from and to UTF8 erl_interface: Changed erlang_char_encoding interface erts: Testcase doing unicode atom printout with ~w erl_interface: even more utf8 atom stuff erts: Fix bug in analyze_utf8 causing faulty latin1 detection Add UTF-8 node name support for epmd workaround... Fix merge conflict with hasse UTF-8 atom documentation test case erl_interface: utf8 atoms continued Add utf8 atom distribution test cases atom fixes for NIFs and atom_to_binary UTF-8 support for distribution Implement UTF-8 atom support for jinterface erl_interface: Enable decode of unicode atoms stdlib: Fix printing of unicode atoms erts: Change internal representation of atoms to utf8 erts: Refactor rename DFLAG(S)_INTERNAL_TAGS for conformity Conflicts: erts/emulator/beam/io.c OTP-10753 | |||
2013-01-16 | UTF-8 support for distribution | Rickard Green | |
2012-12-13 | Do not return wrong terms unnecessarily | Kostis Sagonas | |
2010-06-01 | Merge branch 'bg/dist_utils' into dev | Erlang/OTP | |
* bg/dist_utils: dist_utils: Eliminate crash when list_to_existing_atom/1 fails | |||
2010-06-01 | dist_utils: Eliminate crash when list_to_existing_atom/1 fails | Björn Gustavsson | |
In the following scenario list_to_existing_atom/1 may crash during handshake: Start a node in one window: erl -sname adam@localhost Start another node in another window: erl -sname bertil In this node, ping the first node (use the actual hostname in the command): net:ping(adam@hostname). There will be an error report similar to: =ERROR REPORT==== 27-May-2010::15:03:14 === Error in process <0.40.0> on node 'bertil@hostname' with exit value: {badarg,[{erlang,list_to_existing_atom, ["adam@localhost"]},{dist_util,recv_challenge,1},{dist_util,handshake_we_started,1}]} Eliminate the crash and the error report by catching the call to list_to_existing_atom/1 and do a clean shutdown if it fails. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |