aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface
AgeCommit message (Expand)Author
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2011-01-03Merge branch 'vb/ei-exts' into devBjörn-Egil Dahlberg
2010-12-30Fix testcases erl_global_whereis, erl_global_namesBjörn-Egil Dahlberg
2010-12-15Remove ancient distribution message DOP_NODE_LINK from all codePatrik Nyblom
2010-12-10Fix wrong erl_compare_ext result comparing listsVitaliy Batichko
2010-12-10Correct erl_global{register, unregister} functionsVitaliy Batichko
2010-12-08Add PID (~p) type parameters to ei_formatVitaliy Batichko
2010-12-08Add char (~c) type parameters to ei_formatVitaliy Batichko
2010-12-06Prepare releaseErlang/OTP
2010-11-30Fix ei_decode_SUITE:test_ei_decode_long for halfword vmSverker Eriksson
2010-11-25erl_interface: Fix erl_term_len for integers and refsSverker Eriksson
2010-11-22Merge branch 'ms/ei-fixes' into devBjörn-Egil Dahlberg
2010-11-22Merge branch 'ms/ei-fix-node-name-overflow' into devBjörn-Egil Dahlberg
2010-11-11Merge branch 'maint-r14' into devBjörn-Egil Dahlberg
2010-11-08Add release notes for erl_interface-3.7.1.1Björn-Egil Dahlberg
2010-11-08Fix faulty tracelevel in erl_interfaceBjörn-Egil Dahlberg
2010-10-29ei: check memory was allocatedMichael Santos
2010-10-29ei: error if return value of ei_alloc_big is NULLMichael Santos
2010-10-26ei: check the length of the node nameMichael Santos
2010-10-14Merge branch 'ms/fix-zero-byte-allocation' into devBjörn-Egil Dahlberg
2010-10-14Merge branch 'sv/ei-number-parsing' into devBjörn-Egil Dahlberg
2010-10-06teach ei_x_format to handle unary - and +Steve Vinoski
2010-10-06registry: fix zero byte allocationMichael Santos
2010-10-06erl_call: remove get_hostentMichael Santos
2010-09-13Prepare releaseOTP_R14BErlang/OTP
2010-09-13Merge branch 'pan/epmd-vulnerabilities/OTP-8780' into devPatrik Nyblom
2010-09-13Merge branch 'sv/ei-writev' into devBjörn-Egil Dahlberg
2010-09-13Teach Winsock initialization to be thread safePatrik Nyblom
2010-09-13Make ei_threaded_send synchronizedPatrik Nyblom
2010-09-13Increase timeout value in ei_accept_SUITEPatrik Nyblom
2010-09-13Teach ei_accept_SUITE to wait for node publish instead of using random sleepsPatrik Nyblom
2010-09-13Merge branch 'egil/ei/fix-declspec/OTP-8826' into devBjörn-Egil Dahlberg
2010-09-11fix incorrect writev iovec buffer handling in eiSteve Vinoski
2010-09-10Remove USE_DECLSPEC_THREAD from erl_interfaceBjörn-Egil Dahlberg
2010-09-08erl_call: fix multiple buffer overflowsMichael Santos
2010-09-07Merge branch 'mk/net-dragonfly-bsd-patches' into devBjörn Gustavsson
2010-09-06Merge branch 'ms/ei-overflow-fix' into devBjörn-Egil Dahlberg
2010-08-31Update erl_interface doc and testsuite for epmd changesPatrik Nyblom
2010-08-31Remove all support for ancient EPMD protocolPatrik Nyblom
2010-08-23ei: prevent overflow in ei_connect_init/ei_xconnectMichael Santos
2010-08-23ei_connect: correct man page examplesMichael Santos
2010-08-13Add support for DragonFly BSDMartti Kuparinen
2010-07-29Merge branch 'cg/small-typos' into devBjörn Gustavsson
2010-07-27Fix compiler warnings in erl_interfaceBjörn-Egil Dahlberg
2010-07-26Fix minor typos and errors in documentationCristian Greco
2010-07-05term_to_binary use all 32 bits of INTEGER_EXTSverker Eriksson
2010-06-14OTP-8711 Make ei build on VxWorksBjörn-Egil Dahlberg
2010-06-11Update release notesBjörn Gustavsson
2010-06-10Update version numbersBjörn Gustavsson
2010-06-08Merge branch 'sv/serge-new_float_ext' into devErlang/OTP