aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/src/connect/ei_connect.c
AgeCommit message (Expand)Author
2019-05-14erl_interface: Support 32-bit creation local cnodeSverker Eriksson
2019-05-06Merge branch 'maint'Rickard Green
2019-04-30Increase max number of node name characters to 256Rickard Green
2019-04-17erl_interface: Add bitstring and export fun supportSverker Eriksson
2019-04-12erl_interface: Remove old r9 pid and port compatibilitySverker Eriksson
2019-04-09Revert "erl_interface: Support 32-bit creation local cnode"Sverker Eriksson
2019-03-26erl_interface: Support 32-bit creation local cnodeSverker Eriksson
2019-02-05Introduce ei_init()Rickard Green
2019-02-04Fix bug in ei_accept_tmoRickard Green
2019-01-29Fix build of erl_interface on BSDRickard Green
2019-01-23Pluggable distribution socket implementation for EIRickard Green
2018-07-18Merge branch 'sverker/erl_interface/valgrind/OTP-15171' into maintSverker Eriksson
2018-07-18erl_interface: Fix bug in ei_*receive_msg* functionsSverker Eriksson
2018-07-16Merge branch 'sverker/erl_interface/ei_connect_init-thread-safe/OTP-15191' in...Sverker Eriksson
2018-07-12erl_interface: Make ei_connect_init more thread safeSverker Eriksson
2018-06-29Merge branch 'maint-20' into maintSverker Eriksson
2018-06-19erl_interface: Fix simultaneous connection setupSverker Eriksson
2018-06-18Update copyright yearHenrik Nord
2018-04-18erl_interface: Fix ei_connectSverker Eriksson
2017-05-04Update copyright yearRaimo Niskanen
2017-03-22This patch fixes the issue in which erlang fails to startDeepak Goel
2016-10-13use only two low bits of creationAlexandre Snarskii
2016-06-21erl_interface: Look for .erlang.cookie in windows directorySverker Eriksson
2016-06-21erl_interface: Refactor get_home()Sverker Eriksson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-07erts: Add DFLAG_BIG_CREATIONSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-08-25Fix misspellings of 'another'Tuncer Ayaz
2014-03-21Raspberry PI / Android a minimal cross-compile configurationDmitry Kolesnikov
2014-03-14erts: Add distribution capability flag for maps DFLAG_MAP_TAGSverker Eriksson
2014-01-20(memcheck) Uninitialized structure in gen_challengeOlivier Girondel
2013-05-08erl_interface: check if file descriptor is valid before closingFredrik Gustafsson
2013-02-18erl_interface,ic: Remove node_org_enc from erlang_{pid,port,ref}Sverker Eriksson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-22erl_interface: even more utf8 atom stuffSverker Eriksson
2013-01-18erl_interface: utf8 atoms continuedSverker Eriksson
2011-03-24Merge branch 'cg/fix-sizeof-array-arg' into devHenrik Nord
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-25Fix using sizeof() for array given as function argumentCristian Greco
2011-01-03Merge branch 'vb/ei-exts' into devBjörn-Egil Dahlberg
2010-12-15Remove ancient distribution message DOP_NODE_LINK from all codePatrik Nyblom
2010-12-10Correct erl_global{register, unregister} functionsVitaliy Batichko
2010-09-13Teach Winsock initialization to be thread safePatrik Nyblom
2010-08-23ei: prevent overflow in ei_connect_init/ei_xconnectMichael Santos
2010-06-08Merge branch 'sv/serge-new_float_ext' into devErlang/OTP
2010-06-07compact IEEE 754 double encoding in external binary format for eiSteve Vinoski
2009-12-09OTP-5037 Document debug support.Björn-Egil Dahlberg
2009-12-08OTP-5037 Document debug support.Björn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP