Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | Add -MMD option to erlc | Tony Rogvall | |
The compile option makedep_side_effect, erlc -MMD, instructs the compiler to emit dependencies and continue to compile as normal. | |||
2017-12-05 | Merge branch 'john/erts/erlexec-bindir-path/OTP-14719' | John Högberg | |
2017-12-05 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/ssl_cipher.erl lib/ssl/src/ssl_handshake.erl | |||
2017-12-05 | Ensure that bindir is first in $PATH on startup | John Högberg | |
erlexec adds $ROOT/erts-<vsn>/bin and $ROOT/bin first in $PATH on startup, but didn't do so if they were in the $PATH already, which meant that the bindir didn't point to the current release after a downgrade. | |||
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-05 | Merge branch 'maint' | John Högberg | |
2017-12-05 | Merge branch 'john/erts/lcnt-fix-reg-proc-names/OTP-14803' into maint | John Högberg | |
2017-12-04 | Merge branch 'maint' | Peter Andersson | |
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 'maint' | Raimo Niskanen | |
Conflicts: lib/ssl/src/inet_tls_dist.erl lib/ssl/src/ssl_dist_sup.erl lib/ssl/src/ssl_tls_dist_proxy.erl | |||
2017-12-04 | Merge branch 'raimo/ssl-dist-bench/OTP-14657' | Raimo Niskanen | |
* origin/raimo/ssl-dist-bench/OTP-14657: Write SSL distribution benchmarks Polish SSL distribution Handle whitebox test message Correct distribution doc 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 '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 'maint' | Peter Andersson | |
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 | Write SSL distribution benchmarks | Raimo Niskanen | |
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 | Merge branch 'maint' | Lars Thorsen | |
2017-12-04 | Merge branch 'lars/crypto/add-engine-ctrl-cmd-string-to-api/OTP-14801' into ↵ | Lars Thorsen | |
maint * lars/crypto/add-engine-ctrl-cmd-string-to-api/OTP-14801: [crypto] Add engine_ctrl_cmd_string() to API | |||
2017-12-04 | [crypto] Add engine_ctrl_cmd_string() to API | Lars Thorsen | |
2017-12-04 | Polish SSL distribution | Raimo Niskanen | |
2017-12-04 | Handle whitebox test message | Raimo Niskanen | |
2017-12-04 | Correct distribution doc | Raimo Niskanen | |
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 | Fix process name resolution in lcnt results | John Högberg | |
2017-12-04 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: mnesia: Fix error handling in abort write | |||
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 pull request #1646 from tsloughter/hibernate_after_spec | Hans Bolinder | |
add hibernate_after to the gen options type spec | |||
2017-12-04 | Merge branch 'maint' | Hans Bolinder | |
* maint: debugger: Do not quote variables and button names in windows | |||
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-04 | v3_kernel: Make #k_break{} consistent with the code it follows | Björn Gustavsson | |
v3_kernel could generate a #k_break{} with only one variable, even if the preceding code and succeding code expected more than one value. It happened to work anyway because the value returned from the break was not actually used. | |||
2017-12-04 | Fix number of values for 'after infinity' clause | Björn Gustavsson | |
We used to not care about the number of values returned from the 'after infinity' clause in a receive (because it could never be executed). It is time to start caring because this will cause problem when we will soon start to do some more aggressive optimizizations. | |||
2017-12-04 | Merge branch 'maint' | Björn Gustavsson | |
* maint: fix output formatting in several HiPE debug BIFs | |||
2017-12-04 | Merge pull request #1628 from mikpe/erts-hipe-more-print-fixes | Björn Gustavsson | |
fix output formatting in several HiPE debug BIFs OTP-14804 | |||
2017-12-04 | Update primary bootstrap | Björn Gustavsson | |
2017-12-04 | Merge branch 'bjorn/compiler/clean-up-codegen' | Björn Gustavsson | |
* bjorn/compiler/clean-up-codegen: bs_match_SUITE: Cover more clauses in v3_codegen:bs_rename_ctx/4 Clean up and comment code generation for basic blocks Stop trying to maximize the use of x(0) Clean up collection of basic blocks | |||
2017-12-04 | bs_match_SUITE: Cover more clauses in v3_codegen:bs_rename_ctx/4 | Björn Gustavsson | |
2017-12-04 | Clean up and comment code generation for basic blocks | Björn Gustavsson | |
2017-12-04 | false should be never, false not found in the source code | getong | |