Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-18 | Merge pull request #1574 from RaimoNiskanen/raimo/stdlib/rand-uniformity | Raimo Niskanen | |
OTP-13764 Implement uniform floats with decreasing distance towards 0.0 | |||
2017-10-18 | Scale down measure rounds | Raimo Niskanen | |
2017-10-18 | Implement uniform_real/0 and uniform_real_s/1 | Raimo Niskanen | |
2017-10-18 | Merge branch 'maint' | Hans Nilsson | |
2017-10-18 | public_key: Correct spelling error | Hans Nilsson | |
2017-10-18 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-10-18 | Merge branch 'ingela/dtls/no-packet-upd/OTP-14664' into maint | Ingela Anderton Andin | |
* ingela/dtls/no-packet-upd/OTP-14664: ssl: No support for packet option over unreliable transport | |||
2017-10-17 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-10-17 | Merge branch 'ingela/ssl/extend-hostname-check/OTP-14632/OTP-14655' into maint | Ingela Anderton Andin | |
* ingela/ssl/extend-hostname-check/OTP-14632/OTP-14655: ssl: Fix test cases to work on all test platforms public_key: Fix dialyzer spec ssl: Sessions must be registered with SNI if exists ssl: Extend hostname check to fallback to checking IP-address public_key, ssl: Handles keys so that APIs are preserved correctly | |||
2017-10-17 | Merge branch 'siri/observer/multiple-ms-clauses/ERL-489' into maint | Siri Hansen | |
* siri/observer/multiple-ms-clauses/ERL-489: Allow multiple clauses in match spec | |||
2017-10-17 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Make ets:i/1 exit cleaner upon ^D (old Erlang shell) | |||
2017-10-17 | Merge branch 'hasse/stdlib/fix_ets_i_1/OTP-14663' into maint | Hans Bolinder | |
* hasse/stdlib/fix_ets_i_1/OTP-14663: stdlib: Make ets:i/1 exit cleaner upon ^D (old Erlang shell) | |||
2017-10-17 | ssl: No support for packet option over unreliable transport | Ingela Anderton Andin | |
2017-10-17 | Merge branch 'maint' | Lukas Larsson | |
2017-10-17 | Merge branch 'lukas/jinterface/disable-travis' into maint | Lukas Larsson | |
* lukas/jinterface/disable-travis: jinterface: Skip tests when hostname cannot be resolved | |||
2017-10-17 | Merge branch 'dgud/dot_erlang/OTP-14439' | Dan Gudmundsson | |
* dgud/dot_erlang/OTP-14439: fixup! Do not load .erlang from current dir erlc: Do not load .erlang escript: Do not load .erlang dialyzer: Do not load .erlang reltool: Add no_dot_erlang bootfiles Enable usage of no_dot_erlang in bootstrap Do not load .erlang from current dir | |||
2017-10-17 | Merge branch 'dgud/kernel/get_chars_raw_echo_off' | Dan Gudmundsson | |
* dgud/kernel/get_chars_raw_echo_off: Let io:get_chars/2 (echo off) fetch chars without eol | |||
2017-10-16 | jinterface: Skip tests when hostname cannot be resolved | Lukas Larsson | |
Check that the hostname can be resolved by the native resolver. What normally has happened when it cannot is that gethostname() returned a fqdn and `hostname -s` is not part of /etc/hosts. This is solved on the erlang side by adding `hostname -s` to inet_db, but java does not have a similar mechanism, so it fails when it tries to connect to `hostname -s`. This caused jinterface tests to fail when run in such an environment, and travis-ci recently started doing this. | |||
2017-10-16 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/ssl_connection.erl | |||
2017-10-16 | Merge branch 'ingela/ssl/funtion-name-macro' into maint | Ingela Anderton Andin | |
* ingela/ssl/funtion-name-macro: ssl: Use ?FUNCTION_NAME | |||
2017-10-16 | ssl: Use ?FUNCTION_NAME | Ingela Anderton Andin | |
Use ?FUNCTION_NAME macro to enhance code as we will not back-port this version of the ssl application to versions pre OTP 19. | |||
2017-10-16 | Merge branch 'maint' | Hans Nilsson | |
2017-10-16 | public_key: Polish verify_hostname doc | Hans Nilsson | |
2017-10-16 | Merge branch 'maint' | Hans Nilsson | |
2017-10-16 | Merge branch 'hans/public_key/ssh2_pubkey_generate_fix/OTP-14570' into maint | Hans Nilsson | |
2017-10-16 | ssl: Fix test cases to work on all test platforms | Ingela Anderton Andin | |
Use hradcoded rsa keys as this will work on all legacy platforms. In test case dns_name_reuse only do the relevant client check in the final test. | |||
2017-10-13 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-10-13 | Merge branch 'ingela/ssl/remove-deprcated-string' into maint | Ingela Anderton Andin | |
* ingela/ssl/remove-deprcated-string: ssl: Use new string functions | |||
2017-10-13 | public_key: Fix dialyzer spec | Ingela Anderton Andin | |
2017-10-13 | ssl: Sessions must be registered with SNI if exists | Ingela Anderton Andin | |
2017-10-13 | ssl: Extend hostname check to fallback to checking IP-address | Ingela Anderton Andin | |
If no SNI is available and the hostname is an IP-address also check for IP-address match. This check is not as good as a DNS hostname check and certificates using IP-address are not recommended. | |||
2017-10-13 | Merge pull request #1596 from bjorng/bjorn/enhance-try-catch | Björn Gustavsson | |
(Slightly) optimize catch and try/catch OTP-14683 | |||
2017-10-13 | Merge pull request #1600 from kostis/hipe-tests-eclectic-exceptions | Björn Gustavsson | |
hipe: Extend the basic_SUITE with one more test | |||
2017-10-12 | Merge branch 'rickard/null-chars/ERL-370/OTP-14543' | Rickard Green | |
* rickard/null-chars/ERL-370/OTP-14543: Don't allow null chars in various strings Conflicts: erts/emulator/beam/erl_alloc.types erts/preloaded/ebin/erlang.beam | |||
2017-10-12 | ssh: Adapt to simplified public_key and simplify ssh | Hans Nilsson | |
2017-10-12 | public_key: Remove dead code | Hans Nilsson | |
2017-10-12 | public_key: Remove extra unused element in internal pubkey_ssh:encode/2 | Hans Nilsson | |
2017-10-12 | Merge branch 'maint' | Hans Nilsson | |
2017-10-12 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-10-12 | ssh: Anonymize unused variables in test suites | Hans Nilsson | |
2017-10-12 | Merge branch 'maint' | Rickard Green | |
* maint: Revert "Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint" | |||
2017-10-12 | Revert "Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint" | Rickard Green | |
This reverts commit 0717a2194e863f3a78595184ccc5637697f03353, reversing changes made to 71a40658a0cef8b3e25df3a8e48a72d0563a89bf. | |||
2017-10-12 | ssh: ssh_bench_SUITE disable aes_gcm | Hans Nilsson | |
2017-10-12 | ssh: remove dead code | Hans Nilsson | |
2017-10-12 | public_key, ssl: Handles keys so that APIs are preserved correctly | Ingela Anderton Andin | |
2017-10-12 | Merge branch 'maint' | Hans Nilsson | |
2017-10-12 | public_key: Fix bug in pkix_verify_hostname with IP addresses | Hans Nilsson | |
An IP address could in some circomstances be converted to a list and then to_lower was applied to it. So {$A,1,1,1} was changed to {$a,1,1,1} which of course didn't match.... | |||
2017-10-12 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-10-12 | inets: httpc - fix default timeout in httpc_SUITE | Ingela Anderton Andin | |
Timeout must be set in suite/0 or init_per_testcase not init_per_group or init_per_suite | |||
2017-10-12 | inets: ENV should be a string | Ingela Anderton Andin | |
This is tested by new erts check that will cause badarg when trying to execute scripts via mod_cgi |