Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [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 | 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 '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 | |
2017-12-01 | Facilitate test certs with common root | Raimo Niskanen | |
2017-12-01 | kernel: add a resource reference counter | Dan Gudmundsson | |
System resources/functionality may need to be reference counted to be handled correctly when used or enabled/disabled from more than one process or application. It is easier to handle this in erlang code than in erts, so make a process that deals with the housekeeping. | |||
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 'maint' | Hans Nilsson | |
* maint: crypto: engine_SUITE update crypto: fix pubkey_to_privkey | |||
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 | Merge branch 'maint' | Hans Nilsson | |
* maint: public_key: Separated failing gen_ec_param test case into two because two different curve classes were tested in one TC and on one test machine only one was supported | |||
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 | |||
2017-12-01 | crypto: engine_SUITE update | Hans Nilsson | |
2017-12-01 | crypto: fix pubkey_to_privkey | Hans Nilsson | |
2017-12-01 | Merge branch 'maint' | Lars Thorsen | |
2017-12-01 | [crypto] Fix memory leak | Lars Thorsen | |
Fix memory leak in engine load code found by valgrind. | |||
2017-12-01 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-01 | Merge branch 'ingela/ssl/timing' into maint | Ingela Anderton Andin | |
* ingela/ssl/timing: ssl: Align timing just in case | |||
2017-12-01 | Merge branch 'peterdmv/inets/fix-httpc/OTP-14799' | Péter Dimitrov | |
* peterdmv/inets/fix-httpc/OTP-14799: inets: Fix httpc path handling | |||
2017-12-01 | Merge branch 'john/erts/efile-nif' | John Högberg | |
OTP-14256 OTP-14797 | |||
2017-11-30 | Merge branch 'maint' | Rickard Green | |
* maint: Clarification in doc of unicode:characters_to_list/2 | |||
2017-11-30 | Clarification in doc of unicode:characters_to_list/2 | Rickard Green | |
2017-11-30 | stdlib: Add base64 benchmarks | Hans Bolinder | |
2017-11-30 | Make file:sendfile/5 follow its documented error behavior | John Högberg | |
2017-11-30 | Remove doc for sendfile/5 use_threads option | John Högberg | |
The option no longer does anything; systems that lack support for non-blocking sendfile(2) will use the Erlang fallback. | |||
2017-11-30 | Update file performance advice | John Högberg | |
The parts relating to drivers/ports are now obsolete, and the provided example was far noisier than it had to be; the only relevant metric is the number of calls and it's up to the user to decide how those will be reduced. One could argue for its complete removal, but I'm inclined to leave it be. |