Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-19 | Merge branch 'maint-20' into maint | Dan Gudmundsson | |
* maint-20: Updated OTP version Prepare release mnesia: Fix checkpoint crash | |||
2017-12-19 | Merge branch 'ingela/inets/httpc-tests' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-tests: inets: Add missing argument in httpc_SUITE | |||
2017-12-19 | Merge branch 'ingela/ssl/engin-ug-doc' into maint | Ingela Anderton Andin | |
* ingela/ssl/engin-ug-doc: ssl: Add engine use case to Users Guide | |||
2017-12-18 | Prepare release | Erlang/OTP | |
2017-12-18 | Merge branch 'dgud/mnesia/checkpoint-crash/OTP-14841' into maint-20 | Erlang/OTP | |
* dgud/mnesia/checkpoint-crash/OTP-14841: mnesia: Fix checkpoint crash | |||
2017-12-18 | Merge branch 'dgud/mnesia/slow-startup/OTP-14829' into maint-20 | Erlang/OTP | |
* dgud/mnesia/slow-startup/OTP-14829: mnesia: Read schema user properties directly | |||
2017-12-18 | mnesia: Fix checkpoint crash | Dan Gudmundsson | |
Bad timing can cause retain messages to go to a new process if checkpoint name is reused directly and the checkpoints contain different tables. Ignore those messages instead of crash. | |||
2017-12-18 | Merge branch 'maint-19' into maint | Dan Gudmundsson | |
* maint-19: Updated OTP version Prepare release mnesia: Read schema user properties directly ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg | |||
2017-12-18 | inets: Add missing argument in httpc_SUITE | Ingela Anderton Andin | |
2017-12-15 | Prepare release | Erlang/OTP | |
2017-12-15 | Merge branch 'dgud/mnesia/slow-startup/OTP-14829' into maint-19 | Erlang/OTP | |
* dgud/mnesia/slow-startup/OTP-14829: mnesia: Read schema user properties directly | |||
2017-12-15 | Merge branch 'dgud/mnesia/backup-error-handling/OTP-14776' into maint-19 | Erlang/OTP | |
* dgud/mnesia/backup-error-handling/OTP-14776: mnesia: Fix error handling in abort write | |||
2017-12-15 | Merge branch 'hans/ssh/dont_remove_trailing_ws_19/OTP-14763' into maint-19 | Erlang/OTP | |
* hans/ssh/dont_remove_trailing_ws_19/OTP-14763: ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg | |||
2017-12-15 | ssl: Add engine use case to Users Guide | Ingela Anderton Andin | |
2017-12-15 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: Special treatment of OpenSSH clients >= 7.2 rsa-sha2-* public keys | |||
2017-12-14 | inets: Add comparable benchmark tests | Ingela Anderton Andin | |
2017-12-14 | inets: Create httpd benchmark framwork | Hans Nilsson | |
2017-12-14 | Prepare release | Erlang/OTP | |
2017-12-14 | ssh: Special treatment of OpenSSH clients >= 7.2 rsa-sha2-* public keys | Hans Nilsson | |
Thoose clients signs with sha instead of sha2-*. Try first to verify with the correct one, and if that fails, retry with sha1. | |||
2017-12-14 | ssl: Align (with DTLS) and correct TLS_FALLBACK_SCSV handling | Ingela Anderton Andin | |
2017-12-14 | mnesia: Read schema user properties directly | Dan Gudmundsson | |
Doing a proper transaction handling of user properties (in current implmenentation) caused schema_transactions to be quadratic which caused huge startup times for nodes with many tables since the merge schema is a schema_transaction. Do a direct read instead, cheap but implies that the plugin changes will not be visible until the changes are commited and cannot be used later in same transaction, which was possible before if undocumented functions where used. | |||
2017-12-14 | Merge pull request #1650 from jabarszcz/doc_digraph_error | Hans Bolinder | |
digraph: Document a bad_edge error | |||
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-12-08 | Merge branch 'lars/ssl/update-runtime-dependencies' into maint | Lars Thorsen | |
* lars/ssl/update-runtime-dependencies: [ssl] Update runtime dependencies | |||
2017-12-08 | [ssl] Update runtime dependencies | Lars Thorsen | |
2017-12-08 | ssh: Update runtime dependencies of ssh | Hans Nilsson | |
2017-12-07 | Merge branch 'anders/diameter/typo/OTP-14805' into maint | Anders Svensson | |
* anders/diameter/typo/OTP-14805: vsn -> 2.1.3 Update appup for 20.2 Fix doc typo | |||
2017-12-06 | digraph: Document a bad_edge error | Jean-Alexandre Barszcz | |
2017-12-05 | Merge branch 'ingela/ssl/cipher-suites/OTP-14749' into maint | Ingela Anderton Andin | |
* ingela/ssl/cipher-suites/OTP-14749: ssl: Use maps for cipher suites internally | |||
2017-12-05 | ssl: Use maps for cipher suites internally | Ingela Anderton Andin | |
This is a preparation for improvements to come in option handling and support for TLS-1.3 | |||
2017-12-04 | Merge branch 'peppe/common_test/auto_cleanup/OTP-13832' into maint | Peter Andersson | |
* peppe/common_test/auto_cleanup/OTP-13832: Add tests and doc for the new remaining_test_procs function Implement function that finds disposable test processes Tag Common Test system processes using process dictionary Add app name tag in process dictionary OTP-13832 | |||
2017-12-04 | Add tests and doc for the new remaining_test_procs function | Peter Andersson | |
2017-12-04 | Merge branch 'raimo/ssl-dist-optfile-backport/OTP-14657' into maint | Raimo Niskanen | |
* raimo/ssl-dist-optfile-backport/OTP-14657: Use SNI when connecting Use -ssl_dist_optfile options Read in -ssl_dist_optfile to ETS Facilitate test certs with common root Stop checking DNS name for SNI | |||
2017-12-04 | Merge branch 'peppe/common_test/index_last_test/OTP-14281' into maint | Peter Andersson | |
* peppe/common_test/index_last_test/OTP-14281: Show links to latest test run by using an html redirection file OTP-14281 | |||
2017-12-04 | Show links to latest test run by using an html redirection file | Peter Andersson | |
2017-12-04 | Use SNI when connecting | Raimo Niskanen | |
2017-12-04 | Use -ssl_dist_optfile options | Raimo Niskanen | |
2017-12-04 | Read in -ssl_dist_optfile to ETS | Raimo Niskanen | |
2017-12-04 | Facilitate test certs with common root | Raimo Niskanen | |
2017-12-04 | Stop checking DNS name for SNI | Raimo Niskanen | |
2017-12-04 | [crypto] Add engine_ctrl_cmd_string() to API | Lars Thorsen | |
2017-12-04 | Merge branch 'dgud/mnesia/backup-error-handling/OTP-14776' into maint | Dan Gudmundsson | |
* dgud/mnesia/backup-error-handling/OTP-14776: mnesia: Fix error handling in abort write | |||
2017-12-04 | vsn -> 2.1.3 | Anders Svensson | |
2017-12-04 | Update appup for 20.2 | Anders Svensson | |
Only change is doc. | |||
2017-12-04 | Fix doc typo | Anders Svensson | |
2017-12-04 | Merge branch 'hasse/debugger/fix_unicode/OTP-14802' into maint | Hans Bolinder | |
* hasse/debugger/fix_unicode/OTP-14802: debugger: Do not quote variables and button names in windows | |||
2017-12-01 | debugger: Do not quote variables and button names in windows | Hans Bolinder | |
The bug was introduced in commit 7eaaf5. | |||
2017-12-01 | Merge branch 'hans/crypto/fix_wrong_error_return_privkey_to_pubkey' into maint | Hans Nilsson | |
* hans/crypto/fix_wrong_error_return_privkey_to_pubkey: crypto: engine_SUITE update crypto: fix pubkey_to_privkey | |||
2017-12-01 | public_key: Separated failing gen_ec_param test case into two | Hans Nilsson | |
because two different curve classes were tested in one TC and on one test machine only one was supported |