Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-12 | erl_interface: Fix maps arity from ei_get_type() | Sverker Eriksson | |
2019-04-12 | erl_interface: Remove ei_get_type_internal() | Sverker Eriksson | |
same as ei_get_type() | |||
2019-04-12 | erl_interface: Deprecate ei_encode_term and ei_decode_term | Sverker Eriksson | |
as they use ETERM which is part of legacy erl_interface. | |||
2019-04-12 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge | |||
2019-04-12 | Prepare release | Erlang/OTP | |
2019-04-12 | Merge branch 'lukas/erl_interface/depend-fix/OTP-15757' into maint-21 | Erlang/OTP | |
* lukas/erl_interface/depend-fix/OTP-15757: erl_interface: Generate dependencies at compile time | |||
2019-04-11 | Merge branch 'sverker/revert-big-creation' | Sverker Eriksson | |
* sverker/revert-big-creation: Revert "erts: Make DFLAG_BIG_CREATION mandatory" Revert "erts: Remove old encoding of pids, ports and refs" Revert "erl_interface: Remove old encoding of pid,port,refs" Revert "epmd: Support 32-bit creation values in local node" Revert "jinterface: Remove old encoding of pid,port,refs" Revert "erl_interface: Support 32-bit creation local cnode" Revert "erts: Document new EPMD response ALIVE2_X_RESP" | |||
2019-04-10 | Merge branch 'maint' | Lukas Larsson | |
2019-04-10 | Merge branch 'lukas/erl_interface/depend-fix/OTP-15757' into maint | Lukas Larsson | |
* lukas/erl_interface/depend-fix/OTP-15757: erl_interface: Generate dependencies at compile time | |||
2019-04-10 | erl_interface: Generate dependencies at compile time | Lukas Larsson | |
2019-04-09 | Revert "erl_interface: Remove old encoding of pid,port,refs" | Sverker Eriksson | |
This reverts commit 78ea501bcc84bd8bd49da97e514c1c3b20682d86. | |||
2019-04-09 | Revert "erl_interface: Support 32-bit creation local cnode" | Sverker Eriksson | |
This reverts commit 6454221ad87d1cd8fc877b424db3c4a8e9835577. | |||
2019-03-26 | erl_interface: Support 32-bit creation local cnode | Sverker Eriksson | |
2019-03-22 | erl_interface: Remove old encoding of pid,port,refs | Sverker Eriksson | |
with tiny creation. | |||
2019-03-19 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release | |||
2019-03-19 | Merge branch 'maint' | Rickard Green | |
* maint: Add smoke test for erl_call Add new api functions to ei_fake_prog Fix timeout value when waiting for emulator start Fix initialization of erl_call | |||
2019-03-18 | Prepare release | Erlang/OTP | |
2019-03-18 | Add smoke test for erl_call | Rickard Green | |
2019-03-18 | Add new api functions to ei_fake_prog | Rickard Green | |
These functions were added in erl_interface-3.11 | |||
2019-03-18 | Fix timeout value when waiting for emulator start | Rickard Green | |
2019-03-18 | Fix initialization of erl_call | Rickard Green | |
Previously erl_call relied on the implicit initialization made of the ei-lib if no explicit initialization had been done. This implicit initialization was utterly broken and was removed in erl_interface-3.11 (OTP 21.3) since it has been documented for a very long time that an explicit initialization is required. | |||
2019-03-12 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2019-03-11 | Prepare release | Erlang/OTP | |
2019-03-07 | Better erl_interface deprecation warning implementation | Rickard Green | |
2019-03-06 | Fix bootstrap build of erl_interface | Rickard Green | |
2019-03-05 | Fix build of bootstrap | Rickard Green | |
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2019-02-25 | Merge branch 'siri/rsh-ssh/PR-1787' | Hans Bolinder | |
OTP-15633 * siri/rsh-ssh/PR-1787: Fix some missed comments about rsh Document the restrictions on the -rsh command Use ssh as the default remote shell | |||
2019-02-25 | Merge branch 'rickard/deprecations-removals' | Rickard Green | |
OTP-15621 OTP-15622 * rickard/deprecations-removals: Document deprecations and removals | |||
2019-02-25 | Document deprecations and removals | Rickard Green | |
2019-02-22 | Merge branch 'bmk/20190204/socket_as_nif/OTP-14831' | Micael Karlberg | |
2019-02-06 | Merge branch 'maint' | Rickard Green | |
* maint: Introduce ei_init() Fix bug in ei_accept_tmo Fix build of erl_interface on BSD | |||
2019-02-06 | Merge branch 'rickard/ei-ext-maint/OTP-15442' into maint | Rickard Green | |
* rickard/ei-ext-maint/OTP-15442: Introduce ei_init() Fix bug in ei_accept_tmo Fix build of erl_interface on BSD | |||
2019-02-05 | Merge branch 'rickard/ei-ext/OTP-15442' into rickard/ei-ext-maint/OTP-15442 | Rickard Green | |
* rickard/ei-ext/OTP-15442: Introduce ei_init() Fix bug in ei_accept_tmo Fix build of erl_interface on BSD | |||
2019-02-05 | Introduce ei_init() | Rickard Green | |
You previously had to initialize ei via erl_init() which implied that you were forced to link against the erl_interface even when not using it (besides initializing ei). | |||
2019-02-04 | Fix bug in ei_accept_tmo | Rickard Green | |
2019-02-04 | Merge branch 'bmk/20180918/nififying_inet/OTP-14831' into ↵ | Micael Karlberg | |
bmk/20190204/socket_as_nif/OTP-14831 | |||
2019-02-01 | Merge branch 'maint' | Lukas Larsson | |
2019-02-01 | erl_interface: Fix bsd makefile problem | Lukas Larsson | |
2019-01-29 | Fix build of erl_interface on BSD | Rickard Green | |
2019-01-24 | Merge branch 'maint' | Rickard Green | |
* maint: Pluggable distribution socket implementation for EI | |||
2019-01-23 | Merge branch 'rickard/ei-ext/OTP-15442' into rickard/ei-ext-maint/OTP-15442 | Rickard Green | |
2019-01-23 | Pluggable distribution socket implementation for EI | Rickard Green | |
2018-12-21 | [socket-nif] Fixed erl_interface config/make issues on OpenBSD | Micael Karlberg | |
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-11 | erl_interface: Fix doc for return type 'struct hostent' | Sverker Eriksson | |
'*' is part of the return type, not the function name. | |||
2018-11-26 | Use ssh as the default remote shell | Richard Carlsson | |