Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-29 | crypto: Optimize digest/cipher lookups | Sverker Eriksson | |
by not repeating calls to get static EVP_MD and EVP_CIPHER objects. Also compressed the structs with unions for better caching during search. | |||
2016-03-29 | crypto: Raise 'notsup' if lacking 'characteristic_two_field' | Sverker Eriksson | |
and not badarg. | |||
2016-03-29 | Merge branch 'lukas/kernel/sendfile_fallback_chunksize_adj/OTP-13444' | Lukas Larsson | |
* lukas/kernel/sendfile_fallback_chunksize_adj/OTP-13444: kernel: Reduce sendfile fallback chunk size | |||
2016-03-29 | ssh: app-file updated with the experimental ssh_dbg module | Hans Nilsson | |
2016-03-29 | ssh: Experimental debug interface module | Hans Nilsson | |
2016-03-29 | ssh: experimental ssh_info extended | Hans Nilsson | |
2016-03-29 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2016-03-24 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: Update sasl/test/test_lib.hrl with recent versions of kernel and stdlib | |||
2016-03-24 | Merge branch 'bjorn/compiler/forms/ERL-113/OTP-13430' | Björn Gustavsson | |
* bjorn/compiler/forms/ERL-113/OTP-13430: Fix compile:forms/1,2 crash when not in an existing directory | |||
2016-03-24 | Fix compile:forms/1,2 crash when not in an existing directory | Björn Gustavsson | |
compile:forms/1,2 will crash when the current working directory has been deleted. Fix that problem, and while we are at it, also stop including {source,""} in module_info() when no source code file is given. Reported-at: http://bugs.erlang.org/browse/ERL-113 Reported-by: Adam Lindberg | |||
2016-03-24 | TLS distribution: shut down accept process cleanly | Magnus Henoch | |
In ssl_tls_dist_proxy:accept_loop/3, handle {error, closed} by exiting normally. This prevents a spurious error report at node shutdown. | |||
2016-03-24 | ssh: Add logging in testing subsystem | Hans Nilsson | |
2016-03-24 | Merge branch 'define-null/docfix/ssl-documentation-fix/PR-995' | Ingela Anderton Andin | |
* define-null/docfix/ssl-documentation-fix/PR-995: Fix transportoption, ssloption, ssloptions types names in the documentation | |||
2016-03-24 | Add blank before dots | Stefan Strigler | |
This helps selecting the generated files by double clicking. | |||
2016-03-24 | inet_SUITE: Handle missing SCTP support in simple_netns/1 | Björn Gustavsson | |
2016-03-23 | Merge branch 'egil/erl_interface/modernize-tests' | Björn-Egil Dahlberg | |
* egil/erl_interface/modernize-tests: Eliminate use of test_server:fail/0,1 Cleanup test code Remove unncecessary exports Eliminate suite and doc clauses Replace ?config() macro with proplists:get_value() Modernize timetraps Eliminate ?line macros | |||
2016-03-23 | asn1_SUITE: Remove temporary files | Björn Gustavsson | |
Some test machines have quite small hard drives. Help them by remove temporary files in end_per_test_case/2. | |||
2016-03-23 | file_name_SUITE: Improve handling of missing permission for link creation | Björn Gustavsson | |
On modern versions of Windows, creation of symlinks is supported, but our test machines usually don't have permissions for creating symlinks. Therefore, the has_links/0 that attempts to predict whether link creation will work by testing version numbers will not do any good. Refactor the code so that test cases don't fail when links cannot be created because of missing permissions. | |||
2016-03-23 | file_name_SUITE: Remove useless put/2 to process dictionary | Björn Gustavsson | |
There is never any corresponding get/1. | |||
2016-03-23 | file_name_SUITE: Handle the case that HOMEPATH may not be set | Björn Gustavsson | |
Seems that it can happen on Windows. | |||
2016-03-23 | code_SUITE: Skip on_load_embedded/1 if no symlinks | Björn Gustavsson | |
On Windows, we might not have permission to create symlinks. Skip the test case instead of failing. | |||
2016-03-23 | gen_sctp_SUITE: Skip most SCTP test cases on Solaris before 5.12 | Björn Gustavsson | |
On old Solaris versions, many gen_sctp test cases fail. It is not clear whether the implementation or the test cases or both must be fixed. The number of failed test cases is a problem, as other failed test cases in the Kernel application might not be noticed. For now, skip most test gen_sctp test cases on old Solaris platforms, until the day that someone can mend the tests case and/or implementation (or test machines die). Keep a few smoke test cases. | |||
2016-03-23 | heart_SUITE: Increase timeout in restart/1 | Björn Gustavsson | |
2016-03-23 | heart_SUITE: Use unique node names | Björn Gustavsson | |
Avoid interference between test cases. | |||
2016-03-23 | init_SUITE: Quote pathname that may contain a space | Björn Gustavsson | |
On Windows, the pathname is likely to start with "C:/Program Files". | |||
2016-03-23 | gen_tcp_misc_SUITE: Clean up send_timeout{_active}/1 | Björn Gustavsson | |
Eliminate gratuitous use of funs. Don't limit the send attempts to 1000; it might not be enough. Rely on four minut timetrap to fail the test case if there will never be a send timeout error. | |||
2016-03-23 | Clean up the determination of the hostname | Björn Gustavsson | |
2016-03-23 | Fix transportoption, ssloption, ssloptions types names in the documentation | def_null | |
2016-03-22 | ssh: Increase timetrap for GEX | Hans Nilsson | |
2016-03-21 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-03-21 | Cleanup test code | Björn-Egil Dahlberg | |
2016-03-21 | Remove unncecessary exports | Björn-Egil Dahlberg | |
2016-03-21 | Eliminate suite and doc clauses | Björn-Egil Dahlberg | |
2016-03-21 | Replace ?config() macro with proplists:get_value() | Björn-Egil Dahlberg | |
2016-03-21 | Modernize timetraps | Björn-Egil Dahlberg | |
2016-03-21 | Merge branch 'kostis/hipe-inline-fp-crash/PR-984/OTP-13407' | Sverker Eriksson | |
2016-03-21 | Merge branch 'sverk/win-test-debug-compile' | Sverker Eriksson | |
2016-03-21 | Merge branch 'sverk/wait_for_deallocations' | Sverker Eriksson | |
2016-03-21 | Eliminate ?line macros | Björn-Egil Dahlberg | |
2016-03-21 | Merge branch 'egil/fix-filename_basedir-windows' | Björn-Egil Dahlberg | |
* egil/fix-filename_basedir-windows: stdlib: Fix filename:basedir/2,3 | |||
2016-03-21 | ssh: Make test case ssh_algorithms_SUITE report unexpected messages | Hans Nilsson | |
2016-03-21 | Merge branch 'bjorn/optimize-start-up/OTP-13368' | Björn Gustavsson | |
* bjorn/optimize-start-up/OTP-13368: Update preloaded modules init: Load modules in parallel using the new loader BIFs systools_make: Add commonly used modules to mandatory_modules/0 compile: Pre-load compiler modules when invoked from 'erlc' | |||
2016-03-21 | Merge branch 'bjorn/asn1/modernize-tests' | Björn Gustavsson | |
* bjorn/asn1/modernize-tests: Eliminate suite and doc clauses Replace ?config() macro with proplists:get_value() Modernize timetraps Eliminate ?line macros | |||
2016-03-21 | Merge branch 'hans/ssh/ssh_info_additions' | Hans Nilsson | |
2016-03-21 | Merge branch 'hans/ssh/set_timetrap_tests' | Hans Nilsson | |
2016-03-18 | kernel: Reduce sendfile fallback chunk size | Lukas Larsson | |
This is necessary for windows to perform correctly when writing large files. | |||
2016-03-18 | Merge branch 'lukas/kernel/error_logger_warn_fix/OTP-13184' | Lukas Larsson | |
* lukas/kernel/error_logger_warn_fix/OTP-13184: kernel: Fix progress check in error logger warn suite | |||
2016-03-18 | Merge branch 'lukas/eldap/asn1hrl/OTP-13426' | Lukas Larsson | |
* lukas/eldap/asn1hrl/OTP-13426: eldap: Make sure to build out ASN.1 header | |||
2016-03-18 | ssh: Add ssh_info:collect/0 which returns all pids in the ssh supervisor tree | Hans Nilsson | |
Good for test cases. | |||
2016-03-18 | ssh: cleaning and add export decl in ssh_info | Hans Nilsson | |