Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-03 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release | |||
2019-01-02 | Merge branch 'hans/crypto/Makefile_fixes/OTP-14732' | Hans Nilsson | |
* hans/crypto/Makefile_fixes/OTP-14732: crypto: Fix 'make clean' | |||
2019-01-02 | crypto: Fix 'make clean' | Hans Nilsson | |
2019-01-02 | Merge pull request #2068 from hogand/crypto/split-c-files | Hans Nilsson | |
crypto: Split up crypto.c into multiple files OTP-14732 | |||
2018-12-28 | Fix erl_parse:af_constraint() | Péter Gömöri | |
Add missing list wrapper. | |||
2018-12-28 | Fix erl_parse:af_fun_type() | Péter Gömöri | |
`af_function_type()` already contains the `{'type', anno(), 'fun', ...}` tuple so it does not have to be wrapped again. | |||
2018-12-28 | Updated OTP versionOTP-20.3.8.16 | Erlang/OTP | |
2018-12-28 | Prepare release | Erlang/OTP | |
2018-12-28 | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-20 | Erlang/OTP | |
* hans/ssh/port_leak/OTP-15397: ssh: Fix port leakage for daemons failing at start ssh: Add port close test | |||
2018-12-28 | Merge branch 'sverker/big-band-bug/ERL-804/OTP-15487' into maint-20 | Erlang/OTP | |
* sverker/big-band-bug/ERL-804/OTP-15487: erts: Fix bug in 'band' of two negative numbers, one big | |||
2018-12-28 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssh: Fix port leakage for daemons failing at start ssh: Add port close test | |||
2018-12-28 | Merge branch 'maint-21' into maint | Hans Nilsson | |
* maint-21: Updated OTP version Prepare release ssh: Fix port leakage for daemons failing at start ssh: Add port close test | |||
2018-12-27 | ssl: Gurantee active once data delivery | Ingela Anderton Andin | |
New internal active N changed timing, and new check is needed. | |||
2018-12-27 | Updated OTP versionOTP-21.2.2 | Erlang/OTP | |
2018-12-27 | Prepare release | Erlang/OTP | |
2018-12-27 | Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21 | Erlang/OTP | |
* hans/ssh/port_leak/OTP-15397: ssh: Fix port leakage for daemons failing at start ssh: Add port close test # Conflicts: # lib/ssh/test/ssh_basic_SUITE.erl | |||
2018-12-27 | Add literal character to erl_parse:abstract_type/0 type | Péter Gömöri | |
This is allowed since 19.3 (commit 6d238032) and documented since commit 744fb920. | |||
2018-12-22 | ssl: Fix two invalid gen_statem returns | Loïc Hoguin | |
2018-12-22 | Correction of type abstract_expr -> abstract_expr() in erl_parse | Viktor Söderqvist | |
2018-12-21 | If init_atoms() fails, it should return __LINE__ | Doug Hogan | |
2018-12-21 | Make engine ctx init internal to engine.c per PR feedback | Doug Hogan | |
2018-12-21 | Make cipher ctx init internal to cipher.c per PR feedback | Doug Hogan | |
2018-12-21 | Make hash ctx init internal to hash.c per PR feedback | Doug Hogan | |
2018-12-21 | Make HMAC ctx init internal to hmac.c per PR feedback | Doug Hogan | |
2018-12-21 | ssh: Fix port leakage for daemons failing at start | Hans Nilsson | |
2018-12-21 | ssh: Add port close test | Hans Nilsson | |
2018-12-21 | [socket-nif|test] Add simple (escript) wrapper for ttest | Micael Karlberg | |
Add a simple wrapper script for the socket ttest program(s). Intended to be used when running a performance test in a standard shell (bash). OTP-14831 | |||
2018-12-21 | [socket-nif|test] Adjusten runtime of test cases of group ttest | Micael Karlberg | |
It took "forever" to run the ttest test cases, so the runtime of these have been adjusted down to 10 seconds (from 60 seconds). OTP-14831 | |||
2018-12-21 | Merge branch 'bmk/20181219/nififying_inet_openbsd63/OTP-14831' into ↵ | Micael Karlberg | |
bmk/20180918/nififying_inet/OTP-14831 | |||
2018-12-21 | ssl: Clean up extension handling | Ingela Anderton Andin | |
Use throw stratgy for erro handling in extension handling. Makes code consistent and easier to refactor. Also fixes bug that an incorrect return value for gen_statem could be created when alert was a result of handling renegotiation info extension. | |||
2018-12-21 | [socket-nif|test] Buffer set and adjusted traffic ping-pong iterations | Micael Karlberg | |
Handle (rcv and snd) buffer set failure. The number of iterations (message exchanges) that the traffic ping-cases has been adjusted down (by a factor of 10). Also, improve skip'ing. OTP-14831 | |||
2018-12-21 | Avoid unused warning with old OpenSSL versions per PR feedback | Doug Hogan | |
2018-12-21 | erts: Fix persistent_term testcases | Lukas Larsson | |
2018-12-21 | [socket-nif|test] Updated test case api_b_open_and_close | Micael Karlberg | |
The test case tried to validate the (socket option) protocol, which is not actually available on OpenBSD. So, add a check if the option is supported. OTP-14831 | |||
2018-12-21 | [socket-nif] Updated gitignore for OpenBSD | Micael Karlberg | |
2018-12-21 | [socket-nif] Fixed erl_interface config/make issues on OpenBSD | Micael Karlberg | |
2018-12-21 | [socket-nif] Fixed OpenBSD config | Micael Karlberg | |
The macro (define) IPTOS_MINCOST does not exist on OpenBSD 6.3. OTP-14831 | |||
2018-12-21 | Merge branch 'maint' | Lukas Larsson | |
2018-12-21 | Merge branch 'lukas/erts/inet_pktopts_old_linux/OTP-15494' into maint | Lukas Larsson | |
* lukas/erts/inet_pktopts_old_linux/OTP-15494: erts: Fix inet pktopts on very old linux kernels | |||
2018-12-21 | Merge branch 'maint' | Ingela Anderton Andin | |
* maint: Updated OTP version Prepare release | |||
2018-12-21 | Merge branch 'maint-21' into maint | Ingela Anderton Andin | |
* maint-21: Updated OTP version Prepare release | |||
2018-12-20 | Add Ericsson AB copyright header to all new files | Doug Hogan | |
Using the same copyright header as crypto.c | |||
2018-12-20 | Remove chacha20.h dependency in aead.c | Doug Hogan | |
While it uses chacha20, it doesn't use Erlang chacha20 functions. | |||
2018-12-20 | erts: Add ERL_NIF_SELECT_CUSTOM_MSG | Sverker Eriksson | |
2018-12-20 | Merge branch 'bmk/20181214/nififying_inet_ttest_in_suite/OTP-14831' into ↵ | Micael Karlberg | |
bmk/20180918/nififying_inet/OTP-14831 | |||
2018-12-20 | [socket-nif|test] ttest groupings | Micael Karlberg | |
2018-12-20 | [cdv] Check only own persistent terms in crashdump_viewer test | Siri Hansen | |
2018-12-20 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-12-20 | Updated OTP versionOTP-21.2.1 | Erlang/OTP | |
2018-12-20 | Prepare release | Erlang/OTP | |