Age | Commit message (Collapse) | Author |
|
|
|
* siri/cover/hanging-proc/OTP-10979:
[cover] Ensure no process leak when stopping cover on dead node
|
|
|
|
* ks/hipe-cleanup/OTP-10985:
Fix handling of bs_match_string translation
Take out 'constant' type test and unnecessary type declaration
Take out 'constant' type test from left over comments
Enable more warnings
Use remote type instead of relying on hipe_icode.hrl
Add type info for hipe_bifs:nstack_used_size/0
Use correct type name
Update a comment
|
|
* maint:
Do driver_deq in worker threads instead of async_ready
|
|
* lukas/erts/efile_delayed_write_fix/OTP-10984:
Do driver_deq in worker threads instead of async_ready
|
|
|
|
* fredrik/ct/telnet_testcases:
Added testcases for ct_telnet and opportunity to connect to telnet without user and password.
|
|
user and password.
|
|
|
|
* nox/ssh/fix-ssh-html-doc/OTP-10983:
Properly ignore everything in lib/ssh/doc/html/
|
|
|
|
* vk/fix_ssl_connection/OTP-10980:
Added comment about proxy certificates
Fix ssl_connection to support reading proxy/chain certificates
|
|
When cover:stop(Node) was called on a non-existing node, a process
waiting for cover data from the node would hang forever. This has been
corrected.
|
|
|
|
* dgud/testcase_fixes:
Fix timers
mnesia: Decrease test times
Add debug printouts
wx: Fix failing testcases
stdlib: Ignore symlink tests on windows
|
|
* maint:
[orber] Fix bug in corbaloc/corbaname over ssl
|
|
* maint-r16:
[orber] Fix bug in corbaloc/corbaname over ssl
|
|
|
|
* lars/orber/corbaloc-bug-r16-version/OTP-10675:
[orber] Fix bug in corbaloc/corbaname over ssl
|
|
* maint-r15:
[orber] Fix bug in corbaloc/corbaname over ssl
|
|
|
|
* maint:
Update primary bootstrap
Fix slow compilation of complex guards
Eliminate latin1 encoded characters
|
|
|
|
* bjorn/compiler/fix-slow-compilation/OTP-10939:
Fix slow compilation of complex guards
|
|
beam_utils:is_not_used_at/3 could be very slow for complex guards,
because the cached result for previously encountered labels were
neither used nor updated within blocks.
Reported-by: Magnus Müller
|
|
* bjorn/asn1/fix-latin1-issue:
Eliminate latin1 encoded characters
|
|
|
|
|
|
|
|
* anders/diameter/vendor_specific_app_id/OTP-10942:
Minor capx suite fix
Update appup, vsn -> 1.4.1.1
Deal with RFC 6733 change to Vendor-Specific-Application-Id
|
|
* anders/diameter/reopen_abuse/OTP-10898:
Update appup
Tweak okay -> suspect config
Add testcases for watchdog_config
Rework watchdog suite to remove most timing dependencies
Rework stats to avoid concurrent read and write
Minor spec fix
Add transport_opt() watchdog_config
|
|
|
|
* fredrik/ssh/timing_rekey/OTP-10940:
Removed timing rekeying
|
|
* maint:
Let escript recognize an encoding comment on the second line
|
|
* hb/stdlib/escript_unicode/OTP-10951:
Let escript recognize an encoding comment on the second line
|
|
The manual says that an Emacs directive can be placed on the second
line. With this patch that directive is also recognized when selecting
encoding of the script.
|
|
|
|
* ia/inets/cookie-bug/OTP-10956:
inets httpc: Revert incorrect commit regarding cookie handling.
|
|
|
|
* jb/ssl/fix-ssl-npn-doc/OTP-10955:
Fix SSL Next Protocol Negotiation documentation
|
|
|
|
* maint:
Fix a test case
Fix a test case
Fix a test case bug
Fix a test case bug
Remove ?line from dets_SUITE.erl
Adjust dets.erl to cope with an evil test case
Correct a disk_log testcase
|
|
* hb/test_case_corrections:
Fix a test case
Fix a test case
Fix a test case bug
Fix a test case bug
Remove ?line from dets_SUITE.erl
Adjust dets.erl to cope with an evil test case
Correct a disk_log testcase
|
|
|
|
* anders/diameter/distribution/OTP-9610:
Specify timeouts to ct_slave:start/2
More flexible distribution config
Add distribution suite
Document distribution config
Distribution fixes
|
|
|
|
The application/module 'gs' is not available on all platforms.
|
|
interactive_shell_SUITE: nodes names with '-'
|
|
shell_SUITE: Calling i() did not work because if there are more than
100 processes c:i() will go into pager mode, asking for input.
|