aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-12-04Merge branch 'bjorn/compiler/clean-up-codegen'Björn Gustavsson
2017-12-04bs_match_SUITE: Cover more clauses in v3_codegen:bs_rename_ctx/4Björn Gustavsson
2017-12-04Clean up and comment code generation for basic blocksBjörn Gustavsson
2017-12-01Merge branch 'maint'Hans Nilsson
2017-12-01Merge branch 'hans/crypto/fix_wrong_error_return_privkey_to_pubkey' into maintHans Nilsson
2017-12-01Merge branch 'maint'Hans Nilsson
2017-12-01Merge branch 'hans/public_key/cuddle_tests' into maintHans Nilsson
2017-12-01public_key: Separated failing gen_ec_param test case into twoHans Nilsson
2017-12-01crypto: engine_SUITE updateHans Nilsson
2017-12-01crypto: fix pubkey_to_privkeyHans Nilsson
2017-12-01Merge branch 'maint'Lars Thorsen
2017-12-01Merge branch 'lars/crypto/valgrind-fixes/OTP-14800' into maintLars Thorsen
2017-12-01[crypto] Fix memory leakLars Thorsen
2017-12-01Merge branch 'maint'Ingela Anderton Andin
2017-12-01Merge branch 'ingela/ssl/timing' into maintIngela Anderton Andin
2017-12-01Merge branch 'peterdmv/inets/fix-httpc/OTP-14799'Péter Dimitrov
2017-12-01Merge branch 'john/erts/efile-nif'John Högberg
2017-11-30Merge branch 'maint'Rickard Green
2017-11-30Merge branch 'rickard/unicode-doc/ERL-516/OTP-14798' into maintRickard Green
2017-11-30Clarification in doc of unicode:characters_to_list/2Rickard Green
2017-11-30Don't assume efile driver is presentJohn Högberg
2017-11-30Make file:sendfile/5 follow its documented error behaviorJohn Högberg
2017-11-30Remove doc for sendfile/5 use_threads optionJohn Högberg
2017-11-30Update file performance adviceJohn Högberg
2017-11-30Use tcp_inet as an example driver instead of efileJohn Högberg
2017-11-30Remove all mention of efile_drv from DTrace docsJohn Högberg
2017-11-30Stop testing use_threads in sendfile_SUITEJohn Högberg
2017-11-30Skip efile_SUITE:iter_max_files on WindowsJohn Högberg
2017-11-30Tighten timings in dirty_*if_SUITE:dirty_scheduler_exitJohn Högberg
2017-11-30Fix dirty_*if_SUITE after file rewriteJohn Högberg
2017-11-30Stop testing the artificial size limit on writesJohn Högberg
2017-11-30Stop using prim_file directly in test_serverJohn Högberg
2017-11-30get_cwd/1 on non-existent drives should error outJohn Högberg
2017-11-30Reads that draw from both buffer and file must workJohn Högberg
2017-11-30Fix incorrect assumption about process activityJohn Högberg
2017-11-30Volume-relative paths must work on WindowsJohn Högberg
2017-11-30Operations on closed raw files should return EINVALJohn Högberg
2017-11-30Use lexemes/2 instead of the deprecated tokens/2John Högberg
2017-11-30Remove port subtest in qlc_SUITE:sortJohn Högberg
2017-11-30Remove disk_log_SUITE:evilJohn Högberg
2017-11-30Remove efile_SUITE:async_distJohn Högberg
2017-11-30Ensure that trailing slashes are ignored on list_dirJohn Högberg
2017-11-30Ensure that root paths are translated to our preferred formJohn Högberg
2017-11-30Tighten timings in delayed_writeJohn Högberg
2017-11-30pread/2 must always return a list of resultsJohn Högberg
2017-11-30Test opening raw files in the same manner as regular onesJohn Högberg
2017-11-30Add microbenchmarks for file:read/2 and file:write/2John Högberg
2017-11-30Account for new behavior in tests that touch prim_fileJohn Högberg
2017-11-30Reimplement efile_drv as a dirty NIFJohn Högberg
2017-11-30Add a mutable binary buffer type (prim_buffer)John Högberg