Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-29 | Update release notes | Erlang/OTP | |
2016-06-29 | Update version numbers | Erlang/OTP | |
2016-06-29 | Merge branch 'hans/ssh/ssh_patches/OTP-13715' into maint-19 | Erlang/OTP | |
* hans/ssh/ssh_patches/OTP-13715: ssh: Update ssh version ssh: Remove possible hanging in TCs when server and client is on the same node ssh: added dbg keys to ssh:connection_info/2 and ssh:channel_info/3 ssh: Extend experimental ssh_dbg.erl ssh: remove 'sync sleeps' | |||
2016-06-29 | Merge branch 'hans/ssh/retry_passwd_patch/OTP-13674' into maint-19 | Erlang/OTP | |
* hans/ssh/retry_passwd_patch/OTP-13674: ssh: update vsn.mk ssh: polishing of password prompt's linefeed ssh: Fix a hazard bug in ssh_auth ssh: Some code cuddling in ssh_io ssh: Fix type error in args of ssh_auth:sort_selected_mthds ssh: Make client send a faulty pwd only once, ssh_connection_handler part ssh: Make client send a faulty pwd only once, ssh_auth part ssh: test cases for no repetition of bad passwords | |||
2016-06-29 | Merge branch 'hans/inets/ftp_debug_printout/OTP-13712' into maint-19 | Erlang/OTP | |
* hans/inets/ftp_debug_printout/OTP-13712: inets: updated version inets: unused var in ftp.erl anonymized inets: ftp debug printout removed | |||
2016-06-29 | Merge branch 'hasse/tools/fix_xref/ERL-173/OTP-13708' into maint-19 | Erlang/OTP | |
* hasse/tools/fix_xref/ERL-173/OTP-13708: tools: Fix a bug adding multiple modules to an Xref server | |||
2016-06-29 | Merge branch 'margnus1/dialyzer/fix_map_bug/ERL-177/PR-1115/OTP-13709' into ↵ | Erlang/OTP | |
maint-19 * margnus1/dialyzer/fix_map_bug/ERL-177/PR-1115/OTP-13709: erl_types: Normalise X:=none() pairs in t_map/3 | |||
2016-06-29 | ssh: Update ssh version | Hans Nilsson | |
2016-06-29 | ssh: Remove possible hanging in TCs when server and client is on the same node | Hans Nilsson | |
2016-06-29 | ssh: added dbg keys to ssh:connection_info/2 and ssh:channel_info/3 | Hans Nilsson | |
2016-06-29 | ssh: Extend experimental ssh_dbg.erl | Hans Nilsson | |
1) extend ssh_dbg:message with second arg, a fun/1 that is intended to replace pids in the trace printouts with better descriptions. 2) printout improvments | |||
2016-06-29 | ssh: remove 'sync sleeps' | Hans Nilsson | |
2016-06-29 | inets: updated version | Hans Nilsson | |
2016-06-29 | inets: unused var in ftp.erl anonymized | Hans Nilsson | |
2016-06-29 | inets: ftp debug printout removed | Hans Nilsson | |
2016-06-28 | tools: Fix a bug adding multiple modules to an Xref server | Hans Bolinder | |
The bug when introduced in OTP-19.0. Optimize adding multiple modules to an Xref server | |||
2016-06-28 | erl_types: Normalise X:=none() pairs in t_map/3 | Magnus Lång | |
t_map/3 previously required callers to perform this normalisation, but as t_from_form/5 would sometimes fail to do so, this requirement is relaxed. Bug (ERL-177) reported and shrunk by Luke Imhoff. | |||
2016-06-27 | ssh: update vsn.mk | Hans Nilsson | |
2016-06-27 | ssh: polishing of password prompt's linefeed | Hans Nilsson | |
2016-06-27 | ssh: Fix a hazard bug in ssh_auth | Hans Nilsson | |
2016-06-27 | ssh: Some code cuddling in ssh_io | Hans Nilsson | |
2016-06-27 | ssh: Fix type error in args of ssh_auth:sort_selected_mthds | Hans Nilsson | |
2016-06-27 | ssh: Make client send a faulty pwd only once, ssh_connection_handler part | Hans Nilsson | |
2016-06-27 | ssh: Make client send a faulty pwd only once, ssh_auth part | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl | |||
2016-06-27 | ssh: test cases for no repetition of bad passwords | Hans Nilsson | |
2016-06-23 | Reset data when changing node or no schedulers change | Dan Gudmundsson | |
Caused a crash in 19, see ERL-171. Data was never reset so the number of schedulers didn't match the previous collected data. | |||
2016-06-21 | Prepare release | Erlang/OTP | |
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 |