Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
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-23 | Fix try-catch when writing makefile | Magnus Henoch | |
Any exceptions at this point would be of class error, not exit. | |||
2016-06-22 | erts: Fix etp-carrier-blocks for non smp | Sverker Eriksson | |
2016-06-22 | [sasl test] Extend wait time when starting nodes | Siri Hansen | |
release_handler_SUITE waits for a maximum of 30 sec when starting a node. On slow machines we have seen that startup time sometimes exceed this so the maximum is now extended to 2 minutes. | |||
2016-06-22 | [ct test] Skip system time related tests on TimeWarpingOS | Siri Hansen | |
Tests using system time can be skipped on test hosts set up to do a lot of time warps. | |||
2016-06-22 | Fix ERL-164 for agent, vacm, and usm config files | Daniel Goertzen | |
2016-06-22 | snmp tests demonstrating ERL-164, no string escaping for SNMP config files | Daniel Goertzen | |
2016-06-22 | Show error reason when compiler cannot write file | Magnus Henoch | |
When the compiler fails to write an output file, it used to just print "error writing file". With this change, it also prints the error reason: $ echo "-module(foo)." > foo.erl $ chmod -w . $ erlc foo.erl /tmp/bar/foo.bea#: error writing file: permission denied | |||
2016-06-22 | ssl: Do not leave zoombie nodes if tests fail | Ingela Anderton Andin | |
2016-06-22 | Updated OTP versionOTP-18.3.4.1 | Erlang/OTP | |
2016-06-22 | Update release notes | Erlang/OTP | |
2016-06-22 | Merge branch 'hans/ssh/retry_pwd_patch/OTP-13674' into maint-18 | Erlang/OTP | |
* hans/ssh/retry_pwd_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-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 | erts: Add test port_SUITE:pipe_limit_env | Sverker Eriksson | |
for 9f779819f6bda734c595. | |||
2016-06-21 | Updated OTP versionOTP-19.0 | Erlang/OTP | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-20 | erts: Optimize spawn driver for large(r) environments | Sverker Eriksson | |
that need to be enqueued. | |||
2016-06-20 | Merge branch 'sverker/spawn-driver-env' | Sverker Eriksson | |
2016-06-20 | erts: Fix spawn driver when env size is above pipe capacity | Sverker Eriksson | |
Symptom: open_port() succeeds, port program never starts but instead seem to terminate with exit_status 150 (EINVAL+128). When: If the command payload buffer (including the entire environment) for the port program is between 1 to 4 bytes above the pipe capacity, which is 65536 bytes on newer Linux, but can be as low as 4096 on older 32-bit Linux. Since: OTP-19.0-rc1. | |||
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-20 | Merge branch 'kenneth/system_doc/update_index/OTP-13696' | Kenneth Lundin | |
* kenneth/system_doc/update_index/OTP-13696: Add ref to new book "Designing for Scalability with Erlang/OTP" | |||
2016-06-20 | Add ref to new book "Designing for Scalability with Erlang/OTP" | Kenneth Lundin | |
2016-06-20 | Update preloaded modules | Henrik Nord | |
2016-06-20 | Update primary bootstrap | Henrik Nord | |
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/update-dist-doc' | Zandra Hird | |
* zandra/update-dist-doc: Remove unused Cookie from ControlMessage in the dist protocol doc | |||
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 'rickard/ds-job-type-doc' | Rickard Green | |
* rickard/ds-job-type-doc: Minor reorganization of dirty NIF documentation | |||
2016-06-17 | Minor reorganization of dirty NIF documentation | Rickard Green | |
2016-06-17 | Remove unused Cookie from ControlMessage in the dist protocol doc | Zandra Hird | |
The Cookie was removed a long time ago, but the documentation was not updated accordingly. | |||
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 |