summaryrefslogtreecommitdiff
path: root/lib/erl_interface/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRickard Green2021-12-1515-15/+15
* Merge branch 'maint'Lukas Larsson2021-05-041-0/+17
|\
| * Merge branch 'lukas/erl_interface/send-inf-tmo-fix/OTP-17358' into maintLukas Larsson2021-05-041-0/+17
| |\
| | * ei: Correctly check timeout value vs EI_SCLBK_INF_TMOLukas Larsson2021-05-031-1/+17
* | | erl_call: Add -fetch_stdout and -no_result_term optionsKjell Winblad2021-04-061-3/+114
* | | erl_interface: Support new link protocolRickard Green2021-03-122-3/+142
* | | Merge branch 'maint'Rickard Green2021-01-122-2/+133
|\ \ \ | |/ /
| * | Print large bignums in base 16 instead of in internal representationRickard Green2021-01-111-31/+12
| * | Fix printing of bignumsRickard Green2021-01-082-2/+152
* | | Support of 64-bit portsRickard Green2020-12-162-4/+35
* | | Test huge refs against erl_interfaceRickard Green2020-11-172-2/+8
* | | otp: Remove all purify supportSverker Eriksson2020-11-091-21/+0
* | | Merge branch 'sverker/64-bit-pids/OTP-16720'Sverker Eriksson2020-10-133-0/+17
|\ \ \ | |/ / |/| |
| * | erl_interface: Add test of full 64-bit pidsSverker Eriksson2020-09-043-0/+17
* | | erl_interface: Eliminate warnings in C code in testsBjörn Gustavsson2020-09-244-3/+7
* | | Merge branch 'lukas/kernel/remsh/OTP-16783/OTP-16784/OTP-16785/OTP-16786' int...Lukas Larsson2020-08-101-1/+19
|\ \ \
| * | | ei: Fix erl_call -R -address host:portLukas Larsson2020-06-231-1/+19
* | | | Merge PR-2678 from sverker/erl_interface/ei_get_type-float-fix/ERL-1288/OTP-1...Sverker Eriksson2020-07-022-7/+101
|\ \ \ \ | |_|/ / |/| | |
| * | | erl_interface: Fix ei_get_type to set *size to zero for othersSverker Eriksson2020-06-302-7/+101
* | | | ei: Fix decode testcase on wslLukas Larsson2020-06-231-2/+7
| |/ / |/| |
* | | Fix ei_accpet_SUITE:ei_threaded_accept testcaseRickard Green2020-06-092-2/+27
|/ /
* | Introduce ei_cmp_pids(), ei_cmp_ports(), and ei_cmp_refs()Rickard Green2020-05-043-4/+181
* | Introduce ei_make_ref() and ei_make_pid()Rickard Green2020-05-042-2/+186
* | Merge pull request #2607 from jhogberg/john/erl_interface/erl_call-hostname-r...John Högberg2020-04-271-2/+40
|\ \
| * | erl_call: Add -timeout optionJohn Högberg2020-04-241-2/+19
| * | erl_call: Assume localhost if hostname resolution failsJohn Högberg2020-04-241-2/+23
* | | Merge branch 'rickard/ei-improvements/OTP-16594'Rickard Green2020-04-242-6/+59
|\ \ \ | |/ / |/| |
| * | Fix ei_decode_iodata() illegal write and improve testcaseRickard Green2020-04-222-6/+59
* | | Merge branch 'rickard/ei-improvements/OTP-16594'Rickard Green2020-04-182-2/+120
|\ \ \ | |/ /
| * | Add ei_decode_iodata()Rickard Green2020-04-172-2/+120
* | | erl_interface: Fix memory leak in ei_global_SUITE:ei_global_namesSverker Eriksson2020-04-091-0/+1
|/ /
* | Merge branch 'rickard/ei-test-fix'Rickard Green2020-03-214-643/+0
|\ \
| * | Remove test of non-existing erl_compare_ext()Rickard Green2020-03-194-643/+0
* | | erl_call: Add -R option for dynamic node nameSverker Eriksson2020-03-191-8/+65
|/ /
* | Merge branch 'maint'Rickard Green2020-03-1328-28/+28
|\ \
| * | Update copyright yearRickard Green2020-03-1334-34/+34
* | | Remove remaining VxWorks supportRickard Green2020-02-2014-191/+48
* | | Merge branch 'kjell/erl_interface/remove_deprected/OTP-16328'Sverker Eriksson2020-02-1930-5096/+314
|\ \ \
| * | | Remove erl_* functions from erl_interface etcKjell Winblad2020-01-1030-5096/+314
* | | | Merge 'sverker/dist-handshake/OTP-16229' into masterSverker Eriksson2020-01-142-67/+137
|\ \ \ \
| * | | | Improve distribution handshakeSverker Eriksson2020-01-142-67/+137
| |/ / /
* | | | Extend erl_call with a new flag to access a node at HOSTNAME:PORTKjell Winblad2019-12-191-21/+76
* | | | Add functions to connect to a port to the erl_interface APIKjell Winblad2019-12-192-1/+52
|/ / /
* | | Merge branch 'sverker/erl_interface-ussi-test'Sverker Eriksson2019-12-1813-152/+533
|\ \ \
| * | | Add testing of user supplied socket impl (ussi)Sverker Eriksson2019-12-1813-112/+515
| * | | erl_interface: Fix ei_accept_SUITE:monitor_ei_processSverker Eriksson2019-12-021-4/+13
| * | | erl_interface: Remove ancient vxworks sim testsSverker Eriksson2019-11-291-38/+7
| |/ /
* | | Merge branch 'sverker/re-enable-big-creation/OTP-15603'Sverker Eriksson2019-07-011-2/+8
|\ \ \ | |/ / |/| |
| * | erl_interface: Remove old encoding of pid,port,refsSverker Eriksson2019-05-141-2/+8
* | | erl_interface: Fix bugs in ei_print_term for binary/bitstringSverker Eriksson2019-06-112-2/+104