Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-28 | add snmp_agent_conf_test to modules.mk | Daniel Goertzen | |
2016-06-28 | erts: Save abort reason for erl_child_setup | Sverker Eriksson | |
Nice to have for core dump inspection when stderr -> /dev/null. | |||
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-28 | ssl: All started test nodes must be cleaned up | Ingela Anderton Andin | |
Function to stop SSL/TLS node may not exit as a test case will start more than one node and all nodes must be stopped. | |||
2016-06-27 | erts: Improve system_info(dist_ctrl) | Sverker Eriksson | |
to not block multi threading. Do the same as erlang:nodes/1, just grab dist table read lock. | |||
2016-06-27 | Cleanup in statistics_SUITE:runtime_update test | Rickard Green | |
2016-06-27 | Improve timer tests in driver_SUITE | Rickard Green | |
2016-06-27 | Fix statistics_SUITE:scheduler_wall_time test | Rickard Green | |
2016-06-27 | Fix scheduler_SUITE:scheduler_suspend test | Rickard Green | |
2016-06-27 | Fix scheduler_SUITE:scheduler_threads test | Rickard Green | |
2016-06-27 | odbc: Convert doc clauses form test_server to ct | Ingela Anderton Andin | |
2016-06-27 | odbc: Replace test_server with ct eqvivalents | Ingela Anderton Andin | |
2016-06-27 | odbc: Remove legacy config macros | Ingela Anderton Andin | |
2016-06-27 | odbc: Remove legacy suite clauses from test suites | Ingela Anderton Andin | |
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-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 | Improve accuracy of timeouts using premature timeouts | Rickard Green | |
Improve accuracy of timeouts using a premature timeout then return to sleep with a shorter timeout just before requested timeout. This approach is only used on certain platforms where we know it improves the accuracy of the timeouts, e.g. MacOS X. | |||
2016-06-22 | Fix scheduler_SUITE:update_cpu_info test | Rickard Green | |
2016-06-22 | Skip nif_SUITE:consume_timeslice test when debug compiled | Rickard Green | |
2016-06-22 | Increase time margin in timer_bif_SUITE:start_timer_1 test | Rickard Green | |
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 | 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. |