Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-23 | ssl: Correct length to be used in additional data in CHACHA20_POLY1305 cipher | 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 | 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 | Merge branch 'maint-19' into maint | Hans Nilsson | |
* maint-19: Updated OTP version Prepare release | |||
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 '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-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-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release | |||
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 '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 '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 | |
2018-10-16 | Fix sys_SUITE:special_process/1 to terminating process synchronously | Siri Hansen | |
2018-10-16 | Merge branch 'john/compiler/bs_match-anno-liveness-fix/OTP-15353/ERL-753' ↵ | John Högberg | |
into maint * john/compiler/bs_match-anno-liveness-fix/OTP-15353/ERL-753: beam_utils: Handle bs_start_match2 in anno_defs | |||
2018-10-15 | erts: Fix bug in debug_free for NULL pointer | Sverker Eriksson | |
causing ASSERT in sys_memset to fail. | |||
2018-10-15 | beam_utils: Handle bs_start_match2 in anno_defs | John Högberg | |
2018-10-12 | Merge branch 'maint-21' into maint | Rickard Green | |
* maint-21: Updated OTP version Prepare release erts: Fix UNC path handling on Windows erts: Fix a compiler warning eldap: Fix race at socket close Fix bug for sockopt pktoptions on BSD erts: Fix memory leak on file read errors | |||
2018-10-12 | Updated OTP versionOTP-21.1.1 | Erlang/OTP | |
2018-10-12 | Prepare release | Erlang/OTP | |
2018-10-12 | Merge branch 'ingela/maint/ssl/packet-options-to-tls-sender/OTP-15348' into ↵ | Erlang/OTP | |
maint-21 * ingela/maint/ssl/packet-options-to-tls-sender/OTP-15348: ssl: TLS sender process needs to get updates of the socket option packet | |||
2018-10-12 | Merge branch 'ingela/maint/ssl/close-alert-ERL-738/OTP-15337' into maint-21 | Erlang/OTP | |
* ingela/maint/ssl/close-alert-ERL-738/OTP-15337: ssl: ERL-738 - Correct alert handling with new TLS sender process | |||
2018-10-12 | Merge branch 'hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242' into ↵ | Erlang/OTP | |
maint-21 * hans/eldap/prevent_EXIT_at_close/OTP-15342/ERIERL-242: eldap: Fix race at socket close | |||
2018-10-12 | Merge branch 'john/erts/fix-unc-paths-windows/OTP-15333/ERL-737' into maint-21 | Erlang/OTP | |
* john/erts/fix-unc-paths-windows/OTP-15333/ERL-737: erts: Fix UNC path handling on Windows erts: Fix a compiler warning | |||
2018-10-12 | Merge branch 'bjorn/compiler/fix-binary-matching/ERL-689/OTP-15335' into ↵ | Erlang/OTP | |
maint-21 * bjorn/compiler/fix-binary-matching/ERL-689/OTP-15335: Fix rare bug in binary matching (again) | |||
2018-10-12 | Merge branch 'raimo/BSD-sockopt-pktoptions/ERIERL-187/OTP-14297' into maint-21 | Erlang/OTP | |
* raimo/BSD-sockopt-pktoptions/ERIERL-187/OTP-14297: Fix bug for sockopt pktoptions on BSD | |||
2018-10-12 | Merge branch 'john/erts/fix-prim_file-error-leak/OTP-15318' into maint-21 | Erlang/OTP | |
* john/erts/fix-prim_file-error-leak/OTP-15318: erts: Fix memory leak on file read errors | |||
2018-10-12 | Merge pull request #1974 from ↵ | Raimo Niskanen | |
RaimoNiskanen/raimo/getifaddrs-netns/ERIERL-189/OTP-15121 Implement {netns,NS} option for inet:getifaddrs/1 and friends | |||
2018-10-11 | "cork" tcp socket around file:sendfile | Igor Slepchin | |
This fixes 200ms delay on the last TCP segment when using file:sendfile/2 on Linux (ERL-698). | |||
2018-10-11 | Merge branch 'maint-17' into maint | Rickard Green | |
* maint-17: Updated OTP version Prepare release | |||
2018-10-11 | Updated OTP versionOTP-17.5.6.10maint-17 | Erlang/OTP | |
2018-10-11 | Prepare release | Erlang/OTP | |
2018-10-11 | Merge branch 'sverker/r16/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into ↵ | Erlang/OTP | |
maint-17 * sverker/r16/binary_to_atom-utf8-crash/ERL-474/OTP-14590: erts: Fix crash in binary_to_atom/term for invalid utf8 | |||
2018-10-11 | Merge branch 'sverker/big-bxor-bug/ERL-450/OTP-14514' into maint-17 | Erlang/OTP | |
* sverker/big-bxor-bug/ERL-450/OTP-14514: erts: Fix bug in bxor of a big negative number | |||
2018-10-11 | Merge branch 'sverker/bin2term-zlib-bug/ERL-340/OTP-14159' into maint-17 | Erlang/OTP | |
* sverker/bin2term-zlib-bug/ERL-340/OTP-14159: erts: Fix binary_to_term for compressed and zlib >= v1.2.9 | |||
2018-10-11 | Merge branch 'rickard/thr-prgr-unmanaged-delay-bug/OTP-13869' into maint-17 | Erlang/OTP | |
* rickard/thr-prgr-unmanaged-delay-bug/OTP-13869: Fix erts_thr_progress_unmanaged_delay() | |||
2018-10-11 | Merge branch 'rickard/drv-send-term-thr-bug/OTP-13866' into maint-17 | Erlang/OTP | |
* rickard/drv-send-term-thr-bug/OTP-13866: Fix thread calls to erl_drv_send_term()/erl_drv_output_term() | |||
2018-10-11 | Merge branch 'rickard/port-sig-dropped-fix/OTP-13424' into maint-17 | Erlang/OTP | |
* rickard/port-sig-dropped-fix/OTP-13424: Fix implementation of dropped signal to port | |||
2018-10-11 | Merge branch 'hans/crypto/fix_RSA_opts/OTP-15302' into maint | Hans Nilsson | |
* hans/crypto/fix_RSA_opts/OTP-15302: crypto: Update RSA tests after algorithms doc chapter crypto: Update RSA options to match specs and different OpenSSL versions - Put rsa_pkcs1_oaep_padding in supports/0 - #ifdef updates - Refine PKCS1_OAEP defines | |||
2018-10-11 | crypto: Update RSA tests after algorithms doc chapter | Hans Nilsson | |
2018-10-11 | crypto: Update RSA options to match specs and different OpenSSL versions | Hans Nilsson | |
- Put rsa_pkcs1_oaep_padding in supports/0 - #ifdef updates - Refine PKCS1_OAEP defines | |||
2018-10-11 | Merge branch 'pr/1949' into maint | Dan Gudmundsson | |
* pr/1949: Run emacs tests from test_suite Emacs: consider case in erlang-get-identifier-at-point Emacs: do not accept compiler warnings in selected elisp files Emacs: add test-erlang-mode |