summaryrefslogtreecommitdiff
path: root/lib/erl_interface
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'rickard/ei-make-fix'Rickard Green2020-05-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * rickard/ei-make-fix: erl_interface: Fix misc src in makefile
| * | | erl_interface: Fix misc src in makefileRickard Green2020-05-071-1/+1
| | | |
* | | | Merge branch 'rickard/ei-doc/OTP-16633'Rickard Green2020-05-053-81/+396
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * rickard/ei-doc/OTP-16633: Further erl_interface doc improvements
| * | | Further erl_interface doc improvementsRickard Green2020-05-053-81/+396
| | | |
* | | | Merge branch 'rickard/ei-bug-fix/OTP-16623'Rickard Green2020-05-051-0/+5
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * rickard/ei-bug-fix/OTP-16623: Fix type set by ei_decode_ei_term()
| * | | Fix type set by ei_decode_ei_term()Rickard Green2020-05-051-0/+5
| | | | | | | | | | | | | | | | Set the ei_type field to the same types set by ei_get_type().
* | | | Doc improvements for erl_interfaceRickard Green2020-05-045-24/+136
| | | |
* | | | Merge branch 'rickard/ei-improvements-cont/OTP-16594'Rickard Green2020-05-0411-7/+859
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/ei-improvements-cont/OTP-16594: Introduce ei_cmp_pids(), ei_cmp_ports(), and ei_cmp_refs() Introduce ei_make_ref() and ei_make_pid()
| * | | | Introduce ei_cmp_pids(), ei_cmp_ports(), and ei_cmp_refs()Rickard Green2020-05-047-5/+355
| | | | |
| * | | | Introduce ei_make_ref() and ei_make_pid()Rickard Green2020-05-045-2/+504
| | | | |
* | | | | Merge branch 'rickard/ei-bug-fix/OTP-16623'Rickard Green2020-05-0415-217/+339
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/ei-bug-fix/OTP-16623: Verify the ref fits in ei_decode_ref() Do not modify 'self' in 'ei_cnode' structure after initialization Fix ei_rpc() Fix error checking in various ei functions
| * | | | Verify the ref fits in ei_decode_ref()Rickard Green2020-05-021-0/+3
| | | | |
| * | | | Do not modify 'self' in 'ei_cnode' structure after initializationRickard Green2020-05-027-42/+20
| | | | |
| * | | | Fix ei_rpc()Rickard Green2020-04-271-14/+26
| | | | |
| * | | | Fix error checking in various ei functionsRickard Green2020-04-2711-159/+288
| | | | |
* | | | | Merge branch 'rickard/depr-ei-registry/OTP-16630'Rickard Green2020-05-043-20/+31
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * rickard/depr-ei-registry/OTP-16630: Deprecate erl_interface registry and schedule it for removal
| * | | | | Deprecate erl_interface registry and schedule it for removalRickard Green2020-04-283-20/+31
| | |/ / / | |/| | |
* | | | | Merge branch 'sverker/win-compile-warnings/OTP-15800'Sverker Eriksson2020-05-031-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverker/win-compile-warnings/OTP-15800: odbc: Fix windows compiler warnings wx: Fix windows compiler warnings os_mon: Fix windows compiler warnings erl_interface: Fix windows compiler warnings erts: Fix int_drv use of type SOCKLEN_T erts: Use ERTS_SYS_FD_INVALID instead of -1 erts: Fix misc Windows C compiler warnings
| * | | | | erl_interface: Fix windows compiler warningsSverker Eriksson2020-05-031-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sverker/win-compile-warnings-master/OTP-15800'Sverker Eriksson2020-05-032-15/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverker/win-compile-warnings-master/OTP-15800: erts: Change type ErlDrvEvent from long to SWord for sys-drivers erl_interface: Fix Windows C compiler warnings erts: Fix Windows C compiler warnings
| * | | | | erl_interface: Fix Windows C compiler warningsSverker Eriksson2020-04-232-15/+17
| | | | | |
* | | | | | otp: Install erl_call into erts and toplevel binLukas Larsson2020-04-291-2/+0
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | We do this in order to make erl_call available even in systems that are not deployed with erl_interface.
* | | | | Merge pull request #2607 from ↵John Högberg2020-04-273-29/+131
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | jhogberg/john/erl_interface/erl_call-hostname-resolving/OTP-16604 erl_call: Assume localhost if own hostname resolution fails OTP-16624 OTP-16604
| * | | | erl_call: Add -timeout optionJohn Högberg2020-04-243-3/+63
| | | | |
| * | | | erl_call: Assume localhost if hostname resolution failsJohn Högberg2020-04-242-28/+70
| |/ / /
* | | | Merge branch 'rickard/ei-improvements/OTP-16594'Rickard Green2020-04-243-22/+100
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * rickard/ei-improvements/OTP-16594: Fix ei_decode_iodata() illegal write and improve testcase
| * | | | Fix ei_decode_iodata() illegal write and improve testcaseRickard Green2020-04-223-22/+100
| | | | |
* | | | | Revert "Prepare release"Henrik Nord2020-04-224-113/+6
| | | | | | | | | | | | | | | | | | | | This reverts commit eee1f3aba92b5a741eabfa1cb6eca0632562777a.
* | | | | Prepare releaseErlang/OTP2020-04-224-6/+113
| |/ / / |/| | |
* | | | Merge branch 'rickard/ei-improvements/OTP-16594'Rickard Green2020-04-186-2/+294
|\ \ \ \ | |/ / / | | | | | | | | | | | | * rickard/ei-improvements/OTP-16594: Add ei_decode_iodata()
| * | | Add ei_decode_iodata()Rickard Green2020-04-176-2/+294
| | | |
* | | | erl_interface: Fix memory leak in ei_global_SUITE:ei_global_namesSverker Eriksson2020-04-091-0/+1
|/ / / | | | | | | | | | to silence valgrind.
* | | otp: Convert all <seealso> to more specific variantsLukas Larsson2020-03-277-66/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We add `seemfa`, `seeerl`, `seetype`, `seeapp`, `seecom`, `seecref` , `seefile` and `seeguide` in order to make it easier to reason about what each link points to without examining the target. This information will then be embedded in the EEP-48 chunks for usage by other tools. The tool used can be found here: https://gist.github.com/garazdawi/68527d92ae5b37c8f129bfbdfffdfa68
* | | Revert "Prepare release"Henrik Nord2020-03-253-87/+5
| | | | | | | | | | | | This reverts commit 63638d668efbeb4539ba301328cabbc2636fb154.
* | | Prepare releaseErlang/OTP2020-03-243-5/+87
| | |
* | | Merge branch 'rickard/ei-test-fix'Rickard Green2020-03-214-643/+0
|\ \ \ | | | | | | | | | | | | | | | | * rickard/ei-test-fix: Remove test of non-existing erl_compare_ext()
| * | | Remove test of non-existing erl_compare_ext()Rickard Green2020-03-194-643/+0
| | | |
* | | | Merge 'sverker/erl_interface/NetBSD-gethostbyname_r-fix'Sverker Eriksson2020-03-191-3/+3
|\ \ \ \
| * | | | erl_interface: Fix NetBSD crash due to broken gethostbyname_rSverker Eriksson2020-03-091-3/+3
| | | | | | | | | | | | | | | | | | | | Probably nicer to fix this in config
* | | | | erl_call: Add -R option for dynamic node nameSverker Eriksson2020-03-193-23/+93
| | | | |
* | | | | erl_interface: Add dynamic node nameSverker Eriksson2020-03-193-56/+117
| |/ / / |/| | | | | | | | | | | | | | | | | | | by passing NULL as node name to ei_connect_xinit() ei_connect_xinit_ussi()
* | | | Merge branch 'maint'Rickard Green2020-03-162-1/+19
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/socket.xml
| * | | Prepare releaseErlang/OTP2020-03-132-1/+19
| | | |
* | | | Merge branch 'maint'Rickard Green2020-03-1375-75/+75
|\ \ \ \ | |/ / / | | / / | |/ / |/| | * maint: Update copyright year
| * | Update copyright yearRickard Green2020-03-1394-94/+94
| | |
* | | Revert "Prepare release"Henrik Nord2020-02-273-73/+5
| | | | | | | | | | | | This reverts commit 50e614e7d5fee9e3bfe8a58e7f390c6ea6caf271.
* | | Prepare releaseErlang/OTP2020-02-263-5/+73
| | |
* | | Merge branch ↵Lukas Larsson2020-02-243-67/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'lukas/kernel/code-chunk-lookup/OTP-16494/OTP-16222/OTP-16406/OTP-16499/OTP-16500/OTP-16501/OTP-16502/OTP-16503' * lukas/kernel/code-chunk-lookup/OTP-16494/OTP-16222/OTP-16406/OTP-16499/OTP-16500/OTP-16501/OTP-16502/OTP-16503: (27 commits) otp: Update doc build instructions with DOC_TARGETS Include erts in travis dialyzer run erts: Fix unmatched return dialyzer warning Move chunk into erlang module for speed Update primary bootstrap Add DOC_TARGETS makefile variable Start work on documentation for EEP-48 Remove term_to_binary of doc chunks doc content Use <code> for monospace, remove anno, add <a marker> Insert newline before paragraph if the previous element did not Generate hidden chunk files for any internal modules Implement EEP-48 aka doc chunks doc: Move typer cli app to REF1 section otp: Refactor doc make system and introduce EEP-48 Fix docs to handle chunk generation Fix mnesia docs to use common name convention Fix ssh type doc to use common name convention Fix ssl doc to use a single name convention Add Module prefix to all callbacks docgen: Remove many dead entities from dtds ...
| * | | otp: Refactor doc make system and introduce EEP-48Lukas Larsson2020-02-243-67/+4
| | | |
* | | | Merge branch 'rickard/rm-vxworks/OTP-16329'Rickard Green2020-02-2439-882/+77
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * rickard/rm-vxworks/OTP-16329: Remove remaining VxWorks support