Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-10 | compiler: Add missing header dependencies | John Högberg | |
2019-04-10 | Merge branch 'hasse/parsetools/fix_leex_test' | Hans Bolinder | |
* hasse/parsetools/fix_leex_test: parsetools: Remove no longer working tests | |||
2019-04-10 | ssl: Add chacha ciphers to openssl_suite_name/1 | Péter Dimitrov | |
Change-Id: I2f2cc8c64f02b50773eb455770336b159da7b9f9 | |||
2019-04-10 | ssl: Filter signature_schemes before usage | Péter Dimitrov | |
Filter unassigned and legacy elements from signature_scheme_list before further processing. Change-Id: I0a2623e53c21cebe6e736e7eee6bb6354fc698b7 | |||
2019-04-10 | ssl: Handle legacy algorithms in signature_scheme/1 | Péter Dimitrov | |
Handle legacy signature algorithms in TLS 1.3 ClientHello to improve debug logging. Change-Id: If5548c828aabab83a2b147dffa7e937bd98916c6 | |||
2019-04-10 | [snmp|manager|test] Improve init_per_testcase | Micael Karlberg | |
Try to handle "failures" during init_per_testcase such that if they are either throw or exit, then they are transformed into a skip. | |||
2019-04-10 | [ct] Make sure log cache file is completely written before it is read | Siri Hansen | |
This fixes a timing problem where the file could exist but be empty due to simultaneous read and write from two different nodes. | |||
2019-04-10 | Merge branch 'hans/crypto/ifdef_no_alg/OTP-15683' | Hans Nilsson | |
* hans/crypto/ifdef_no_alg/OTP-15683: crypto: Obey compile flags for no DSA, BF, DES, DH | |||
2019-04-10 | crypto: Obey compile flags for no DSA, BF, DES, DH | Hans Nilsson | |
2019-04-10 | Merge branch 'hans/crypto/valgrind/OTP-15644' | Hans Nilsson | |
* hans/crypto/valgrind/OTP-15644: crypto: Remove compiler warning on an fprintf in the otp test engine crypto: Fix valgrind error in api_ng.c ng_crypto_one_time for OpenSSL<1.0.1 | |||
2019-04-10 | crypto: Remove compiler warning on an fprintf in the otp test engine | Hans Nilsson | |
The otp_test_engine is only used in some of the test cases. | |||
2019-04-10 | crypto: Fix valgrind error in api_ng.c ng_crypto_one_time for OpenSSL<1.0.1 | Hans Nilsson | |
2019-04-10 | Merge branch 'bmk/snmp/compiler/20190328/otp_mibs_cleanup' | Micael Karlberg | |
2019-04-10 | erts: Fix z_SUITE to always look for cerl in ERL_TOP | Lukas Larsson | |
If it cannot be found in the daily build dir, we try ERL_TOP incase it is there. | |||
2019-04-10 | otp: make top Makefile app target respect TYPE variable | Lukas Larsson | |
2019-04-10 | vxworks: Make vxworks configure use environment CFLAGS | Lukas Larsson | |
2019-04-10 | erts: Make erts_free debug failure easier to diagnose | Lukas Larsson | |
2019-04-10 | erts: Fix gcc warning in to_erl | Lukas Larsson | |
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-10 | Merge branch 'hasse/dialyzer/improve_binary_printing/OTP-15752' | Hans Bolinder | |
* hasse/dialyzer/improve_binary_printing/OTP-15752: dialyzer: Fix pretty printing of binaries | |||
2019-04-10 | hipe: Remove mention of `no_bsm3` flag | John Högberg | |
This was only intended to be documented during OTP 22's testing phase and we're nearing its release now. In addition to that it wasn't a complete fix as modules compiled with HiPE+no_bsm3 tended to crash the emulator at runtime. | |||
2019-04-10 | Merge pull request #2197 from lbolla/spelling-mistakes-fix | Björn Gustavsson | |
Fix various spelling mistakes | |||
2019-04-10 | Merge pull request #2204 from jhogberg/john/erts/optimize-arith-ops/OTP-15740 | John Högberg | |
erts: Optimize arithmetic ops using overflow intrinsics | |||
2019-04-10 | Merge branch 'john/merge-re-replace-fix' | John Högberg | |
* john/merge-re-replace-fix: erts: Skip ERTS_NOINLINE on non-GCC-compatible compilers cleanup: beam_emu.c: use ERTS_NOINLINE instead of NOINLINE stdlib: fix re:replace on LTO builds | |||
2019-04-09 | Revert "erts: Make DFLAG_BIG_CREATION mandatory" | Sverker Eriksson | |
This reverts commit 321dc6ee0241f802c940def174c0a77262e11f21. | |||
2019-04-09 | Revert "erts: Remove old encoding of pids, ports and refs" | Sverker Eriksson | |
This reverts commit 0b74eec2a1fd5716ba6e21d8c6715433d8d34510. | |||
2019-04-09 | Revert "erl_interface: Remove old encoding of pid,port,refs" | Sverker Eriksson | |
This reverts commit 78ea501bcc84bd8bd49da97e514c1c3b20682d86. | |||
2019-04-09 | Revert "epmd: Support 32-bit creation values in local node" | Sverker Eriksson | |
This reverts commit bd8f6106d44a58c261920eef72842bb3bc5a4968. PLUS a little change in epmd_srv.c:750 ("4" -> "replylen") that was part of e2cf4a8a4b03b9f430ba228276c3b2629159e832 by mistake. | |||
2019-04-09 | Revert "jinterface: Remove old encoding of pid,port,refs" | Sverker Eriksson | |
This reverts commit 3c7a387c21d7b0d054c22509828142a80e509317. | |||
2019-04-09 | Revert "erl_interface: Support 32-bit creation local cnode" | Sverker Eriksson | |
This reverts commit 6454221ad87d1cd8fc877b424db3c4a8e9835577. | |||
2019-04-09 | Revert "erts: Document new EPMD response ALIVE2_X_RESP" | Sverker Eriksson | |
This reverts commit aef76b8e8bdce86e46e2267331b1b957f796653f. | |||
2019-04-09 | Use incrementing IV | Raimo Niskanen | |
2019-04-09 | ssl: Fix ssl:getstat/2 | Péter Dimitrov | |
Change-Id: I03d8bb7b45fc48b3d5b0232c4c3a286fb36aad5c | |||
2019-04-09 | ssl: Implement {active,N} for DTLS | Péter Dimitrov | |
Change-Id: I559624bedf3b9b9ed0316af5262f59bcad8de926 | |||
2019-04-09 | ssl: Fix function merge_fragments/2 | Péter Dimitrov | |
Change-Id: Icc99d5f3b8c667107926603e9d546d7198bd098d | |||
2019-04-09 | ssl: Remove excessive calls to next_record/1 | Péter Dimitrov | |
Change-Id: Ic6606206b9c48489ead46bf2f8a982cf06ccc2e3 | |||
2019-04-09 | Merge branch 'peterdmv/ssl/fix-chacha-ciphers' | Péter Dimitrov | |
* peterdmv/ssl/fix-chacha-ciphers: ssl: Fix Chacha20 IV length and nonce calculation Change-Id: I69b88bcfe0e9a6b9157884e9df049e15f4a35b95 | |||
2019-04-09 | Merge branch ↵ | Lukas Larsson | |
'lukas/erts/fragment-dist-messages/OTP-13397/OTP-15610/OTP-15611/OTP-15612/OTP-15613/OTP-15703' * lukas/erts/fragment-dist-messages/OTP-13397/OTP-15610/OTP-15611/OTP-15612/OTP-15613/OTP-15703: erts: Fix dist sequence yield state allocator type erts: Fix driver_SUITE:use_fallback_pollset erts: Yield when exiting/free process is suspended by de erts: Fix alignment of ErtsDistExternal on sparc erts: Fix incorrect gcc may be used init warning erts: Skip large dist testcases on machines with little memory erts: Fix lock order violation in system_info(procs) erts: Fix buffer alignment bug in alloc_dist_obuf erts: Fix build of dist_ctrl_get_data return term | |||
2019-04-09 | erts: Fix dist sequence yield state allocator type | Lukas Larsson | |
The wrong allocator type was given to erts_free. | |||
2019-04-09 | erts: Fix driver_SUITE:use_fallback_pollset | Lukas Larsson | |
We don't check for io errors as the pollset will be unstable. | |||
2019-04-09 | erts: Yield when exiting/free process is suspended by de | Lukas Larsson | |
Complementory fix to 922fd355831575965 | |||
2019-04-09 | erts: Fix alignment of ErtsDistExternal on sparc | Lukas Larsson | |
The edep->data values need to be 64-bit aligned as it contains 64-bit values. | |||
2019-04-09 | erts: Fix incorrect gcc may be used init warning | Lukas Larsson | |
2019-04-09 | erts: Skip large dist testcases on machines with little memory | Lukas Larsson | |
2019-04-09 | erts: Fix lock order violation in system_info(procs) | Lukas Larsson | |
2019-04-09 | erts: Fix buffer alignment bug in alloc_dist_obuf | Lukas Larsson | |
Cannot do unaligned word writes on sparc! | |||
2019-04-09 | erts: Fix build of dist_ctrl_get_data return term | Lukas Larsson | |
2019-04-09 | Merge branch 'maint' | Lukas Larsson | |