Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-05 | erts: Fix faulty process suspend assert | Lukas Larsson | |
2014-05-05 | Merge branch 'lukas/erts/etp-lc-macros/OTP-11904' into maint | Lukas Larsson | |
* lukas/erts/etp-lc-macros/OTP-11904: erts: Add etp-lc-dump and etp-ppc-stacktrace macro | |||
2014-05-05 | Merge branch 'lukas/kernel/fix_sendfile_no_async_tests/OTP-11903' into maint | Lukas Larsson | |
* lukas/kernel/fix_sendfile_no_async_tests/OTP-11903: kernel: Skip sendfile tests that force async threads | |||
2014-05-05 | Fix regexp in release_handler test so versions are correctly replaced | Siri Hansen | |
In order to fake an earlier release to upgrade from, version numbers are replaced in some .app files. This commit adds a backslash before the dot in the pattern to replace, so the dot is not mistaken for a wildcard. | |||
2014-05-03 | Fix evaluation of map updates in the debugger and erl_eval | Anthony Ramine | |
Reported-by: José Valim | |||
2014-05-02 | Merge remote branch 'origin/peppe/common_test/ct_comment_problem' into maint | Peter Andersson | |
* origin/peppe/common_test/ct_comment_problem: Fix problem with comments getting lost when running parallel test cases | |||
2014-05-02 | Merge remote branch 'origin/peppe/common_test/telnet_reversed_strings' into ↵ | Peter Andersson | |
maint * origin/peppe/common_test/telnet_reversed_strings: Fix problem with send printout not being tagged with connection name Fix problem with substring in large message getting incorrectly reversed OTP-11871 | |||
2014-04-30 | erts: Add testcase for erts_debug:size/1 Map terms | Björn-Egil Dahlberg | |
2014-04-30 | kernel: Fix erts_debug:size/1 to handle Map sizes | Björn-Egil Dahlberg | |
2014-04-30 | erts: Add erts_internal:map_to_tuple_keys/1 | Björn-Egil Dahlberg | |
* Used for introspection. * Will return the internal key tuple if applicable * Not documented - not for public use | |||
2014-04-30 | ssl: Add checks to avoid processing of illegal alerts | Ingela Anderton Andin | |
2014-04-30 | Fix problem with comments getting lost when running parallel test cases | Peter Andersson | |
OTP-11898 | |||
2014-04-29 | Support binary standard_input in ssh_io | José Valim | |
2014-04-29 | Fix race between ETS table deletion and unfixation | Sverker Eriksson | |
Symptom: VM crash running mnesia_SUITE Scenario: Process A terminates while still having fixed table T and process B "at the same time" deletes table T with ets:delete/1 or by terminating. Problem: A table scheduled for deallocation do only have a valid 'common' part. The unfix-table-at-process-exit code tried to read the hash-specific part of such a table. Solution: Must back off if DB_DELETE flag is set. Since: R16B | |||
2014-04-29 | Merge branch 'sverk/test-cuddle' into maint | Sverker Eriksson | |
* sverk/test-cuddle: Fix timeout for match_spec_SUITE:otp_9422 | |||
2014-04-29 | Fix timeout for match_spec_SUITE:otp_9422 | Sverker Eriksson | |
Must receive 'abort' even after loop_runner has finished. | |||
2014-04-29 | Add AES-CBF8 cypher to crypto module | Bernard Duggan | |
This adds the aes_cfb8 cypher type (and associated tests and documentation) to the crypto module. | |||
2014-04-29 | Add five new test files for maps in the HiPE test suite | Kostis Sagonas | |
2014-04-29 | Copy the tests for maps from the compiler application to a new HiPE test suite | Magnus Lång | |
Change the maps_guard_fun test to accept the HiPE trace format. | |||
2014-04-29 | Translate the put_map_assoc and put_map_exact BEAM instructions to ICode | Erik Norgren | |
2014-04-29 | Translate the has_map_fields and get_map_elements BEAM instructions to ICode | Kostis Sagonas | |
2014-04-28 | Merge branch 'nox/fix-silent-rules' into maint | Björn-Egil Dahlberg | |
* nox/fix-silent-rules: Silence an echo in Makefile.in | |||
2014-04-25 | Merge branch 'hans/ssh/max_sessions/OTP-11885' into maint | Hans Nilsson | |
* hans/ssh/max_sessions/OTP-11885: ssh: Doc change on max_session param ssh: Add max_session parameter to ssh:daemon | |||
2014-04-25 | Merge branch 'hans/ssh/error_msg/OTP-11883' into maint | Hans Nilsson | |
* hans/ssh/error_msg/OTP-11883: ssh: remove confusing info in some reports | |||
2014-04-24 | ssh: Doc change on max_session param | Hans Nilsson | |
2014-04-24 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-04-24 | ssh: remove confusing info in some reports | Hans Nilsson | |
2014-04-24 | Merge branch 'hans/ssl/ssl_crl_SUITE/win_connect_failure_b' into maint | Hans Nilsson | |
2014-04-24 | ssl: Fixes ssl_crl_SUITE errors on mixed ipv6-v4 interfaces | Hans Nilsson | |
2014-04-24 | Merge branch 'ia/ssl/remove-otdated-doc' into maint | Ingela Anderton Andin | |
* ia/ssl/remove-otdated-doc: ssl: Remove outdated documentation | |||
2014-04-24 | ssl: Remove outdated documentation | Ingela Anderton Andin | |
2014-04-24 | Merge branch 'ia/pr/339' into maint | Ingela Anderton Andin | |
* ia/pr/339: ssl: Fix crash on garbage during handshake | |||
2014-04-24 | Merge branch 'ia/pr/340' into maint | Ingela Anderton Andin | |
* ia/pr/340: ssl: Refactor so that there is only one source for the default hashsign values ssl: always pass negotiated version when selecting hashsign ssl: TLSv1.2: proper default sign algo for RSA | |||
2014-04-23 | Document that spawn_opt/5 does not support the 'monitor' option | Björn Gustavsson | |
2014-04-23 | ssl: Fix crash on garbage during handshake | Danil Zagoskin | |
If a client sends some garbage in ssl record instead of valid fragment, server crashes with function_clause while receiving next record from client. This patch makes server raise handshake failure instead of crashing and exposing internal state to user code. | |||
2014-04-23 | ssl: Refactor so that there is only one source for the default hashsign values | Ingela Anderton Andin | |
Also fix DTLS call to supply its corresponding TLS version | |||
2014-04-23 | Update kernel, stdlib and sasl appup tests | Siri Hansen | |
Add test of update instructions from current major to current minor. Earlier only previous major to current was tested. | |||
2014-04-23 | ssl: always pass negotiated version when selecting hashsign | Danil Zagoskin | |
Negotiated version is now always passed to ssl_handshake:select_hashsign because ssl_handshake:select_cert_hashsign has different rsa defaults on tlsv1.2 and older versions. | |||
2014-04-23 | ssl: TLSv1.2: proper default sign algo for RSA | Danil Zagoskin | |
2014-04-22 | Minor update to test_server for finding old releases | Siri Hansen | |
This is valid internal in OTP test environment only Links starting with 'otp_beam_linux_' are removed. | |||
2014-04-22 | Merge branch 'siri/ac-change_app_data/OTP-11864' into maint | Siri Hansen | |
* siri/ac-change_app_data/OTP-11864: Store expanded config in application_controller:change_application_data | |||
2014-04-22 | Merge branch 'siri/kernel_app-doc-links/OTP-11862' into maint | Siri Hansen | |
* siri/kernel_app-doc-links/OTP-11862: Add hyperlinks to modules in reference manual for kernel application | |||
2014-04-22 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: [reltool] Adapt tests to better quoting of paths on windows [reltool] Increase timetrap timeout to handle slow test machines Skip test when needed applications are missing Don't allow slave nodes to survive their test case | |||
2014-04-22 | Merge branch 'ia/ssl/decrypt-alert/OTP-11880' into maint | Ingela Anderton Andin | |
* ia/ssl/decrypt-alert/OTP-11880: ssl: Correct decryption error handling | |||
2014-04-22 | Merge branch 'ia/ssl/recv/OTP-11878' into maint | Ingela Anderton Andin | |
* ia/ssl/recv/OTP-11878: ssl: recv shall ruturn {error, einval} on active socket | |||
2014-04-22 | Merge branch 'ia/ssl/suites-match-negotiated-version/OTP-11875' into maint | Ingela Anderton Andin | |
* ia/ssl/suites-match-negotiated-version/OTP-11875: ssl: Select supported cipher suites for the negotiated SSL/TLS-version | |||
2014-04-22 | Merge branch 'ia/ssl/warning-alert/OTP-11874' into maint | Ingela Anderton Andin | |
* ia/ssl/warning-alert/OTP-11874: ssl: Graceful handling of warning alerts | |||
2014-04-17 | ssl: Correct decryption error handling | Ingela Anderton Andin | |
2014-04-17 | ssl: recv shall ruturn {error, einval} on active socket | Ingela Anderton Andin | |
2014-04-17 | ssl: Graceful handling of warning alerts | Ingela Anderton Andin | |
Generalize last warning alert function clause |