Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | Merge branch 'lukas/ei/fix_tmo_test' | Lukas Larsson | |
* lukas/ei/fix_tmo_test: ei: Include stdlib.h to fix malloc usage in ei test | |||
2018-03-13 | ei: Include stdlib.h to fix malloc usage in ei test | Lukas Larsson | |
2017-11-23 | erts: Fix erlang:monitor toward c-nodes | Sverker Eriksson | |
by suppressing DOP_MONITOR_P, DOP_MONITOR_P_EXIT and DOP_DEMONITOR_P if not supported by the remote node. In 17e198d6ee60f7dec9abfed272cf4226aea44535 I changed the behavior of erlang:monitor to not raise badarg for c-nodes but instead create a monitor to only supervise the connection. But I forgot to prevent DOP_MONITOR_P and friends from being sent to the node that does not expect them. Note: We test both DFLAG_DIST_MONITOR and DFLAG_DIST_MONITOR_NAME for the node to support process monitoring. This is because erl_interface is buggy as it sets DFLAG_DIST_MONITOR without really supporting it. ToDo: Should erl_interface stop setting DFLAG_DIST_MONITOR or should we change the meaning of these flags? | |||
2017-11-15 | erl_interface: Add tuple fallback tests | Sverker Eriksson | |
DFLAG_EXPORT_PTR_TAG and DFLAG_BIT_BINARIES | |||
2017-11-15 | erl_interface: Refactor ei_accept_SUITE | Sverker Eriksson | |
in order to call ei_publish() separately. | |||
2017-06-14 | Fix erl_interface tests | Rickard Green | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-08 | erl_interface: Do not generate atoms on old latin1 ext format | Sverker Eriksson | |
Solved by letting ei_encode_atom_as ignore 'to_enc' argument and always encode in UTF8 format. | |||
2017-02-14 | Fixed typos in lib/erl_interface | Andrew Dryga | |
2016-06-14 | Merge branch 'lukas/erts/testfixes-19' | Lukas Larsson | |
* lukas/erts/testfixes-19: erts: Increase bif and nif call_time trace test erts: Fix distribution_SUITE:bulk_send_bigbig on windows erts: Ensure bs_add_overflow test has enough memory kernel: Better explain controlling_process' tcp behaviour kernel: Fix t_recv_delim on bsd os_mon: Make sure to start/stop os_mon in tests correctly ssl: Fix use_interface dist_SSL test erl_interface: Fix signed int overflow tc bug erts: fix atom_roundtrip_r15b tc erts: Require more memory for debug tests | |||
2016-06-14 | erl_interface: Fix trace level tracing on windows | Lukas Larsson | |
2016-06-14 | erl_interface: Fix decode_ulong on windows | Lukas Larsson | |
2016-06-14 | erl_interface: Fix signed int overflow tc bug | Lukas Larsson | |
2016-05-13 | erl_interface: Fix race bug in ei tests on OpenBSD | Sverker Eriksson | |
Must call erl_init() to create mutex "ei_gethost_sem". The lazy initialization done in my_gethostbyname_r is not thread-safe. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-07 | erl_interface: Support 32-bit creation for pid,port,refs | Sverker Eriksson | |
2016-04-07 | erl_interface: Cuddle test ei_tmo_SUITE | Sverker Eriksson | |
Increase max number of messages sent to fill buffers. | |||
2016-04-07 | test_server,erl_interface: Add test_host_not_reachable config | Sverker Eriksson | |
2016-04-07 | Remove forgotten line | Björn-Egil Dahlberg | |
2016-03-21 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-03-21 | Cleanup test code | Björn-Egil Dahlberg | |
2016-03-21 | Remove unncecessary exports | Björn-Egil Dahlberg | |
2016-03-21 | Eliminate suite and doc clauses | Björn-Egil Dahlberg | |
2016-03-21 | Replace ?config() macro with proplists:get_value() | Björn-Egil Dahlberg | |
2016-03-21 | Modernize timetraps | Björn-Egil Dahlberg | |
2016-03-21 | Eliminate ?line macros | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-12-15 | Fix one-letter typo | David N. Welton | |
2014-03-14 | erts: Change external format for maps | Sverker Eriksson | |
to be: 116,Arity, K1,V1,K2,V2,...,Kn,Vn instead of: 116,Arity, K1,K2,...,Kn, V1,V2,....,Vn We think this will be better for future internal map structures like HAMT. Would be bad if we need to iterate twice over HAMT in term_to_binary, one for keys and one for values. | |||
2014-03-10 | erl_interface: Add test for ei_skip_term of container terms | Sverker Eriksson | |
2014-03-10 | erl_interface: Fix mem leak in ei_decode_encode_test | Sverker Eriksson | |
2014-03-06 | erl_interface: test decode/encode of maps | Sverker Eriksson | |
2014-03-06 | erl_interface: test decode_encode of tuples and lists | Sverker Eriksson | |
2014-03-06 | erl_interface: refactor ei_decode_encode_test.c | Sverker Eriksson | |
to prepare for lists, tuples and ... maps! | |||
2014-02-24 | erts: Set default external enc to use new float scheme | Lukas Larsson | |
This change was triggered by the OSE float printing function not working exactly the same way as linux/win32. But it is also a good one in general as it cuts size in more than half for floats. | |||
2013-10-14 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text ↵ | Pierre Fenoll | |
files as delimiters. While working on a tool that processes Erlang code and testing it against this repo, I found out about those little sneaky 0xff. I thought it may be of help to other people build such tools to remove non-conforming-to-standard characters. | |||
2013-09-04 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-30 | Fix location of true binary under Mac OSX | Simon Cornish | |
2013-08-08 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add smoke tests | |||
2013-08-05 | Add smoke tests | Lukas Larsson | |
Smoke tests are meant to verify that a build of erlang has been successfull. | |||
2013-05-20 | Handle space in paths in test Makefiles | Dan Gudmundsson | |
test_server: Quote paths with spaces correctly Fix erl_interface makefiles Fix ic test makefiles | |||
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-20 | erl_interface: Fix some warnings in test code | Sverker Eriksson | |
by adding missing #include's | |||
2013-02-08 | Merge branch 'sverk/erl_interface-enum-typedef' | Sverker Eriksson | |
* sverk/erl_interface-enum-typedef: erl_interface: Change enum erlang_char_encoding to a typedef | |||
2013-02-07 | erl_interface: Change enum erlang_char_encoding to a typedef | Sverker Eriksson | |
to make the API independent of the actual type of erlang_char_encoding | |||
2013-01-30 | erl_interface: Fix ei_skip_term | Sverker Eriksson | |