Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-23 | Merge branch 'maint' | Rickard Green | |
2018-10-23 | Update version info for internal patch merge scripts | Rickard Green | |
2018-10-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-10-23 | Merge branch 'ingela/public_key/DSA-SHA2/OTP-15367' into maint | Ingela Anderton Andin | |
* ingela/public_key/DSA-SHA2/OTP-15367: public_key: Add DSA with SHA2 support | |||
2018-10-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-10-23 | Merge branch 'ingela/public_key/DSA-SHA2/OTP-15367' into maint | Ingela Anderton Andin | |
* ingela/public_key/DSA-SHA2/OTP-15367: public_key: Add DSA with SHA2 support | |||
2018-10-23 | public_key: Add DSA with SHA2 support | Ingela Anderton Andin | |
2018-10-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-10-23 | Merge branch 'ingela/ssl/use-correct-len-aead' into maint | Ingela Anderton Andin | |
* ingela/ssl/use-correct-len-aead: ssl: Correct length to be used in additional data in CHACHA20_POLY1305 cipher | |||
2018-10-23 | ssl: Correct length to be used in additional data in CHACHA20_POLY1305 cipher | Ingela Anderton Andin | |
2018-10-22 | Merge branch 'maint' | Rickard Green | |
* maint: Update version info for internal patch merge scripts | |||
2018-10-22 | Update version info for internal patch merge scripts | Rickard Green | |
2018-10-22 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2018-10-22 | Merge branch 'raimo/tcp-close-while-send/maint/ERL-561/OTP-12242' into maint | Raimo Niskanen | |
* raimo/tcp-close-while-send/maint/ERL-561/OTP-12242: Write test case Fix hanging gen_tcp send vs close race Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2018-10-22 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-10-22 | Merge branch 'ingela/ssl/aead-refactor' into maint | Ingela Anderton Andin | |
* ingela/ssl/aead-refactor: ssl: Refactor AEAD ciphers | |||
2018-10-21 | Merge branch 'maint' | Rickard Green | |
* maint: Add version info for internal patch merge scripts | |||
2018-10-21 | Add version info for internal patch merge scripts | Rickard Green | |
2018-10-19 | ssl: Refactor AEAD ciphers | Ingela Anderton Andin | |
TLS-1.3 needs to handle AEAD inputs diffrently than previous versions. Refactor code to facilitate TLS-1.3 additions. Change CHACHA20_POLY1305 NONCE to match RFC 7905. This will be important later when we fix interop with TLS compatible crypto invocation. | |||
2018-10-19 | public_key: Add DSA with SHA2 support | Ingela Anderton Andin | |
2018-10-19 | Write test case | Raimo Niskanen | |
2018-10-19 | Fix hanging gen_tcp send vs close race | Raimo Niskanen | |
While a gen_tcp send was in progress with filled buffers and slow receiver a close (from another process) would place the port in a half dead state so the port could not signal back to send, that waited for confirmation. The solution is to after some time (5 s) of waiting for send confirmation set a monitor on the port, which detects if the port becomes half dead due to close from another process. The close pending loop has also been improved to use the linger timeout for waiting, and to set a system timeout (arbitrarily selected 3 min) to not wait forever when the other end reads data s l o w l y (tarpitting, kind of). | |||
2018-10-19 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release | |||
2018-10-19 | Merge branch 'maint-19' into maint | Hans Nilsson | |
* maint-19: Updated OTP version Prepare release | |||
2018-10-19 | Merge branch 'maint' | Siri Hansen | |
2018-10-19 | Merge pull request #1975 from sirihansen/siri/logger/config-set-or-update | Siri Hansen | |
Forward set/update indicator to handler callback changing_config OTP-15364 | |||
2018-10-19 | Merge branch 'maint' | Siri Hansen | |
2018-10-19 | Merge branch 'siri/cuddle' into maint | Siri Hansen | |
* siri/cuddle: Fix gen_fsm_SUITE:start2/1 to terminate process synchronously Fix sys_SUITE:special_process/1 to terminating process synchronously | |||
2018-10-19 | Merge branch 'john/compiler/list_to_integer_2-is-pure' | John Högberg | |
* john/compiler/list_to_integer_2-is-pure: compiler: list_to_integer/2 is pure | |||
2018-10-18 | Updated OTP versionOTP-19.3.6.12 | Erlang/OTP | |
2018-10-18 | Prepare release | Erlang/OTP | |
2018-10-18 | Merge branch 'hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242' into ↵ | Erlang/OTP | |
maint-19 * hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242: eldap: Fix race at socket close | |||
2018-10-18 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release | |||
2018-10-18 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release | |||
2018-10-18 | compiler: list_to_integer/2 is pure | John Högberg | |
2018-10-18 | Merge pull request #1978 from richcarl/ensure-nonempty-sname | John Högberg | |
Do not allow an empty string as node name | |||
2018-10-17 | Merge branch 'maint' | Sverker Eriksson | |
2018-10-17 | Merge branch 'sverker/erts/debug_free_null' into maint | Sverker Eriksson | |
* sverker/erts/debug_free_null: erts: Fix bug in debug_free for NULL pointer | |||
2018-10-17 | Merge pull request #1988 from erlang/lukas/kernel/docs-assert | Lukas Larsson | |
kernel: Fix spelling error in assert.hrl | |||
2018-10-17 | kernel: Fix spelling error in assert.hrl | Lukas Larsson | |
2018-10-17 | Merge branch 'john/erts/update-zlib/OTP-15351/ERL-749' | John Högberg | |
* john/erts/update-zlib/OTP-15351/ERL-749: Update zlib to 1.2.11 Allow undefined macros when building zlib | |||
2018-10-17 | Merge branch 'maint' | John Högberg | |
* maint: "cork" tcp socket around file:sendfile Add nopush TCP socket option | |||
2018-10-17 | Merge branch 'igor/tcp-nopush-ERL-698/OTP-15357' into maint | John Högberg | |
* igor/tcp-nopush-ERL-698/OTP-15357: "cork" tcp socket around file:sendfile Add nopush TCP socket option | |||
2018-10-16 | Merge branch 'maint' | Sverker Eriksson | |
2018-10-16 | Merge branch 'sverker/erts/18/memory-leak-terminating-port/OTP-14609' into maint | Sverker Eriksson | |
* sverker/erts/18/memory-leak-terminating-port/OTP-14609: erts: Fix memory leak when sending to terminating port | |||
2018-10-16 | Updated OTP versionOTP-20.3.8.10 | Erlang/OTP | |
2018-10-16 | Prepare release | Erlang/OTP | |
2018-10-16 | Merge branch 'sverker/erts/ets-select_replace-bug/OTP-15346' into maint-20 | Erlang/OTP | |
* sverker/erts/ets-select_replace-bug/OTP-15346: erts: Fix bug in ets:select_replace for bound key | |||
2018-10-16 | Merge branch 'hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242' into ↵ | Erlang/OTP | |
maint-20 * hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242: eldap: Fix race at socket close | |||
2018-10-16 | Fix gen_fsm_SUITE:start2/1 to terminate process synchronously | Siri Hansen | |