Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge branch 'maint' | Lars Thorsen | |
2017-12-04 | [crypto] Add engine_ctrl_cmd_string() to API | Lars Thorsen | |
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 | 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 | 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-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 | 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. | |||
2017-11-30 | Use tcp_inet as an example driver instead of efile | John Högberg | |
2017-11-30 | Remove all mention of efile_drv from DTrace docs | John Högberg | |
efile_drv is gone and so is the need for file-specific DTrace. The new implementation works fine with the normal tracing mechanism so there's nothing preventing anyone from making an erl_tracer nif that forward these events to DTrace. | |||
2017-11-30 | Stop testing use_threads in sendfile_SUITE | John Högberg | |
The option no longer does anything at all. | |||
2017-11-30 | Stop testing the artificial size limit on writes | John Högberg | |
The old driver didn't fall back to using write(2) if writev(2) failed due to the combined length of the iov overflowing a ssize_t, but the new one doesn't have any problems with it so we failed this test with a case_clause error on 32-bit machines. | |||
2017-11-30 | Stop using prim_file directly in test_server | John Högberg | |
Files opened with the file module are not guaranteed to work with prim_file, even when opened in raw mode. | |||
2017-11-30 | get_cwd/1 on non-existent drives should error out | John Högberg | |
2017-11-30 | Reads that draw from both buffer and file must work | John Högberg | |
2017-11-30 | Fix incorrect assumption about process activity | John Högberg | |
The tests assume that the most active process will be the current one, which is no longer true since the delayed_write option now uses a wrapper process for much of its work. The timeout for this test has been increased to account for the lack of delayed_write; 60s was enough for everything except the debug build on some machines. | |||
2017-11-30 | Volume-relative paths must work on Windows | John Högberg | |
2017-11-30 | Operations on closed raw files should return EINVAL | John Högberg | |
2017-11-30 | Use lexemes/2 instead of the deprecated tokens/2 | John Högberg | |
2017-11-30 | Remove port subtest in qlc_SUITE:sort | John Högberg | |
This subtest revolves around the possibility that the underlying port can be killed, which is nonsense now that the file suite no longer uses ports for anything. | |||
2017-11-30 | Remove disk_log_SUITE:evil | John Högberg | |
This test revolves around the possibility that the underlying port can be killed, which is nonsense now that the file suite no longer uses ports for anything. | |||
2017-11-30 | Ensure that trailing slashes are ignored on list_dir | John Högberg | |
2017-11-30 | Ensure that root paths are translated to our preferred form | John Högberg | |
2017-11-30 | Tighten timings in delayed_write | John Högberg | |
The cumulative wait time was as long as the delay itself in the flush-on-size test, causing the test to pass because the write managed to time out. | |||
2017-11-30 | pread/2 must always return a list of results | John Högberg | |
2017-11-30 | Test opening raw files in the same manner as regular ones | John Högberg | |
2017-11-30 | Add microbenchmarks for file:read/2 and file:write/2 | John Högberg | |