Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-22 | ssh: update vsn.mk | Hans Nilsson | |
2016-06-22 | ssh: polishing of password prompt's linefeed | Hans Nilsson | |
2016-06-22 | ssh: Fix a hazard bug in ssh_auth | Hans Nilsson | |
2016-06-22 | ssh: Some code cuddling in ssh_io | Hans Nilsson | |
2016-06-22 | ssh: Fix type error in args of ssh_auth:sort_selected_mthds | Hans Nilsson | |
2016-06-22 | ssh: Make client send a faulty pwd only once, ssh_connection_handler part | Hans Nilsson | |
2016-06-22 | ssh: Make client send a faulty pwd only once, ssh_auth part | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl | |||
2016-06-22 | ssh: test cases for no repetition of bad passwords | Hans Nilsson | |
2016-06-21 | erl_interface: Look for .erlang.cookie in windows directory | Sverker Eriksson | |
the same as erlexec do to set -home command argument which is used to look for .erlang.cookie. | |||
2016-06-21 | erl_interface: Refactor get_home() | Sverker Eriksson | |
by separating WIN32 and other implementation more. | |||
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-21 | Request a larger stacksize for wx thread | Dan Gudmundsson | |
The default stacksize on Windows is 1MB which is not enough if you create many dialogs and callbacks recurse back to erlang. Increase the stacksize of 8MB which should be sufficent. | |||
2016-06-20 | Fix spec of compile:(noenv_)forms/2 | Stavros Aronis | |
The input for a call to compile:(noenv_)forms/2 can also be a cerl module (useful e.g. to resume with 'from_core' after a 'to_core' compilation). Internal representations used for 'from_asm' and 'from_beam' compilation can also be valid, but have no relevant types defined. | |||
2016-06-18 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: [ct test] Catch call to ssh:start/0 [sasl test] Do GC before measuring and comparing time [sasl test] Give some time and try again if nodes are not synched | |||
2016-06-18 | [ct test] Catch call to ssh:start/0 | Siri Hansen | |
The ssh application is not installed on all test hosts. Catching the call to ssh:start/0 allows the the netconf tests to be nicely skipped if ssh does not exist. | |||
2016-06-18 | [sasl test] Do GC before measuring and comparing time | Siri Hansen | |
release_handler_SUITE:otp_9395_*_many_mods sometimes fail on slow machines. This commit adds an explicit GC before each 'install_release' so GC during test is avoided. | |||
2016-06-18 | [sasl test] Give some time and try again if nodes are not synched | Siri Hansen | |
release_handler_SUITE:upgrade_gg (global group) sometimes fails on slow machines. This commit re-tries five times before giving up. | |||
2016-06-17 | Merge branch 'ingela/ssl/doc-update-supported-list' | Ingela Anderton Andin | |
* ingela/ssl/doc-update-supported-list: ssl: Extend list of supported features | |||
2016-06-17 | ssl: Extend list of supported features | Ingela Anderton Andin | |
Note these where supported before ssl-8.0 | |||
2016-06-17 | Merge branch 'zandra/kernel-test-cuddle' | Zandra Hird | |
Conflicts: lib/kernel/test/gen_tcp_api_SUITE.erl lib/kernel/test/gen_udp_SUITE.erl | |||
2016-06-17 | Merge branch 'raimo/uds-support/OTP-13643' | Raimo Niskanen | |
* raimo/uds-support/OTP-13643: Update test cases after daily builds Return eafnosupport when not supported Add AF_LOCAL test cases Handle 'undefined' in fdopen | |||
2016-06-17 | Merge branch 'ingela/ssl/runtime-dep' | Ingela Anderton Andin | |
* ingela/ssl/runtime-dep: ssl: Add new public_key to runtime dependencies | |||
2016-06-17 | Merge branch 'shlonny/add-asn1-app-to-ssl-distribution-doc/PR-1101' | Ingela Anderton Andin | |
* shlonny/add-asn1-app-to-ssl-distribution-doc/PR-1101: added asn1 to applications needed for start_ssl | |||
2016-06-17 | Update test cases after daily builds | Raimo Niskanen | |
2016-06-17 | [cosTransactions] Update the test suites to follow the new style | Lars Thorsen | |
2016-06-17 | [cosTime] Update the test suites to follow the new style | Lars Thorsen | |
2016-06-17 | [cosProperty] Update the test suites to follow the new style | Lars Thorsen | |
2016-06-17 | [cosNotification] Update the test suites to follow the new style | Lars Thorsen | |
2016-06-17 | [cosFileTransfer] Fix mispelled module name | Lars Thorsen | |
2016-06-17 | [cosEvent] Fix mispelled module name | Lars Thorsen | |
2016-06-17 | [cosEventDomain] Fix mispelled module name | Lars Thorsen | |
2016-06-17 | [cosFileTransfer] Update the test suites to follow the new style | Lars Thorsen | |
2016-06-17 | [cosEventDomain] Update the test suites to follow the new style | Lars Thorsen | |
2016-06-17 | [cosEvent] Update the test suites to follow the new style | Lars Thorsen | |
2016-06-17 | [orber] Update the test suites to follow the new style | Lars Thorsen | |
2016-06-17 | [erl_docgen] Update the test suites to follow the new style | Lars Thorsen | |
* Eliminate use of ?t macro * Remove the doc clauses | |||
2016-06-17 | [ic] Correct memory deallocation error | Lars Thorsen | |
2016-06-17 | [ic] Update the test suites to follow the new style | Lars Thorsen | |
* Eliminate use of ?config(), ?t() and ?line() macros * Remove the doc and suite clauses | |||
2016-06-16 | ssl: Add new public_key to runtime dependencies | Ingela Anderton Andin | |
Due to 5268c7b957c30c31e551f197463cdd55a792ea69 | |||
2016-06-16 | Increase polling timeout when waiting for error_logger startup | Zandra Hird | |
2016-06-16 | Merge branch 'ingela/ssl/xmllint-doc' | Ingela Anderton Andin | |
* ingela/ssl/xmllint-doc: ssl: Fix Xmllint errors | |||
2016-06-16 | Merge branch 'ingela/inets/xmllint-doc' | Ingela Anderton Andin | |
* ingela/inets/xmllint-doc: intes: Remove Xmllint errors | |||
2016-06-16 | intes: Remove Xmllint errors | Ingela Anderton Andin | |
2016-06-16 | Return eafnosupport when not supported | Raimo Niskanen | |
2016-06-16 | ssl: Fix Xmllint errors | Ingela Anderton Andin | |
2016-06-16 | public_key: Fix Xmllint errors | Ingela Anderton Andin | |
2016-06-16 | Test: Try ipv6 versions of localhost if it fails for inet6 | Zandra Hird | |
Most systems alias localhost to both the ipv4 and ipv6 localhost address, but in some cases localhost6 is used instead. | |||
2016-06-16 | Merge branch 'ingela/ssl/sslv2-phase-out-in-tests' | Ingela Anderton Andin | |
* ingela/ssl/sslv2-phase-out-in-tests: ssl: Make sure openssl client does not use sslv2 hello | |||
2016-06-15 | Merge branch 'sverker/revert-ets-load-factor' | Sverker Eriksson | |
2016-06-15 | Merge branch 'jc/tools/emacs/complete-tags-emacs25/PR-1096' | Dan Gudmundsson | |
* jc/tools/emacs/complete-tags-emacs25/PR-1096: Tag completion in Emacs 25 |