Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-25 | Merge branch 'hans/ssh/decode_error' | Hans Nilsson | |
* hans/ssh/decode_error: ssh: handle ssh_message binary decode errors | |||
2016-05-25 | Merge branch 'hans/ssh/benchmark_crash' | Hans Nilsson | |
* hans/ssh/benchmark_crash: ssh: Benchmark suite timeouts were to short | |||
2016-05-25 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: Longer timeout for ssh client tests ssh: tc renaming ssh: New 'prepare' function in ssh_sftp_SUITE ssh: split result line in test ssh: No erlang port in ssh_algorithms_SUITE ssh: New test for utf8 in ssh_sftp_SUITE ssh: polish test log (ssh_algorithms_SUITE) ssh: monitor os:cmd to avoid hanging on baal | |||
2016-05-24 | ssh: Longer timeout for ssh client tests | Hans Nilsson | |
2016-05-20 | ssh: handle ssh_message binary decode errors | Hans Nilsson | |
2016-05-20 | ssh: tc renaming | Hans Nilsson | |
2016-05-20 | ssh: New 'prepare' function in ssh_sftp_SUITE | Hans Nilsson | |
2016-05-20 | ssh: split result line in test | Hans Nilsson | |
2016-05-19 | ssh: No erlang port in ssh_algorithms_SUITE | Hans Nilsson | |
2016-05-18 | ssh: Benchmark suite timeouts were to short | Hans Nilsson | |
2016-05-16 | Merge branch 'hans/ssh/badmatch' | Hans Nilsson | |
2016-05-13 | ssh: badmatch in connection_handler (badly renamed variable) | Hans Nilsson | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-05-10 | ssh: New test for utf8 in ssh_sftp_SUITE | Hans Nilsson | |
2016-05-09 | ssh: polish test log (ssh_algorithms_SUITE) | Hans Nilsson | |
2016-05-09 | ssh: monitor os:cmd to avoid hanging on baal | Hans Nilsson | |
2016-05-04 | ssh: correct bad stop return value tag | Hans Nilsson | |
2016-05-03 | ssh: update ssh_benchmark_SUITE to new ssh_connection_handler | Hans Nilsson | |
2016-05-03 | ssh: ssh_upgrade_SUITE | Hans Nilsson | |
2016-05-02 | ssh: Update the ssh_sup_SUITE test | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sup_SUITE.erl | |||
2016-05-02 | Merge branch 'lukas/ssh/sshc_con_hand_worker' | Hans Nilsson | |
* lukas/ssh/sshc_con_hand_worker: ssh: sshc_sup to use worker for ssh_con_handler | |||
2016-05-02 | Merge branch 'hans/ssh/doc_sftp_error_codes/ERL-86/OTP-13347' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/remove_tcpip_forward' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/daemon_port_0/OTP-13527' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_test_lib.erl | |||
2016-05-02 | Merge branch 'hans/ssh/prepare_for_release' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl | |||
2016-05-02 | Merge branch 'hans/ssh/gen_statem/OTP-13267' | Hans Nilsson | |
2016-04-29 | ssh: sshc_sup to use worker for ssh_con_handler | Lukas Larsson | |
2016-04-29 | ssh: undocumented, untestesd and experimental tcpip_forward code removed | Hans Nilsson | |
2016-04-29 | ssh: break out test macro ?wait_match into new ssh_test_lib.hrl | Hans Nilsson | |
2016-04-29 | ssh: centralize and adjust port spawning for test_suites into ssh_test_lib | Hans Nilsson | |
2016-04-29 | ssh: breakout rcv_expected to ssh_test_lib.erl | Hans Nilsson | |
2016-04-29 | ssh: adjusted timetrap values in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-04-29 | ssh: disable StrictHostKeyChecking in sshc_simple_exec test case | Hans Nilsson | |
The lack of this caused problems on some Windows machines | |||
2016-04-29 | ssh: force publickey in some tests in ssh_algoritms_SUITE | Hans Nilsson | |
2016-04-29 | ssh: make rsa as companion to dsa test in ssh_to_openssh_SUITE | Hans Nilsson | |
Dsa is outdated and not supported by modern OpenSSH | |||
2016-04-29 | ssh: added ok= in front of misc calls in ssh_sftp_SUITE | Hans Nilsson | |
2016-04-29 | ssh: remove dialyzer 'no-local-return' warnings | Hans Nilsson | |
2016-04-28 | ssh: test cases changed for port 0 as arg to ssh:daemon | Hans Nilsson | |
2016-04-28 | ssh: make ssh:daemon choose port when Port=0 in the arguments | Hans Nilsson | |
2016-04-28 | ssh: wait until supervisors has understood that process died. (test case) | Hans Nilsson | |
2016-04-28 | ssh: remove brain-dead ssh_test_lib:connect without port arg | Hans Nilsson | |
2016-04-28 | ssh: polish max_channels_option test case | Hans Nilsson | |
Removed pty alloc from the test since it does not work on all test targets. Also added a final check that the upper limit of channels still holds. | |||
2016-04-28 | ssh: Repeated try until ssh_options_SUITE:max_sessions succedes (or timeout) | Hans Nilsson | |
The supervisor tree need some time to count down number of workers when one dies. With a fixed waiting time in the test, there will be spurious errors. There will also be unnecessarily long waits on some machines. | |||
2016-04-28 | ssh: Speeded up ssh_options_SUITE a couple of minutes | Hans Nilsson | |
2016-04-28 | ssh: Update app-file | Hans Nilsson | |
2016-04-28 | ssh: Update version | Hans Nilsson | |
2016-04-27 | ssh: Channel request timer refactoring | Hans Nilsson | |
2016-04-27 | ssh: Idle-timer refactoring and some cosmetics and inlineing | Hans Nilsson | |