Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge branch 'maint' | Sverker Eriksson | |
2017-10-16 | Merge branch 'sverker/cerl-rr' into maint | Sverker Eriksson | |
* sverker/cerl-rr: erts: Add -rr option to cerl start script | |||
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 pull request #1601 from josevalim/patch-9 | Björn Gustavsson | |
Document the guarantees provided by get_stacktrace OTP-14687 | |||
2017-10-16 | Merge branch 'maint' | Hans Nilsson | |
2017-10-16 | Merge branch 'hans/public_key/cuddle_docs' into 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-13 | Document the guarantees provided by get_stacktrace | José Valim | |
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 | Update primary bootstrap | Björn Gustavsson | |
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 #1599 from kostis/exception_SUITE | Björn Gustavsson | |
Explicitly disable HiPE's range analysis | |||
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 | erts: Add -rr option to cerl start script | Sverker Eriksson | |
to run beam with "rr record". | |||
2017-10-12 | Merge branch 'lukas/erts/use_SIGRTMIN_for_sys_suspend/OTP-14682' | Lukas Larsson | |
* lukas/erts/use_SIGRTMIN_for_sys_suspend/OTP-14682: erts: Use SIGRTMIN on linux for sys_suspend | |||
2017-10-12 | erts: Use SIGRTMIN on linux for sys_suspend | Lukas Larsson | |
The Linux real-time signal is better used on Linux for suspending schedulers during shutdown as it doesn't collide with SIGUSR2 usage of other applications. | |||
2017-10-12 | Merge branch 'lukas/erts/poll-thread/OTP-14346' | Lukas Larsson | |
* lukas/erts/poll-thread/OTP-14346: erts: Make a copy of erl_poll.c to help debuggers | |||
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 | Merge branch 'maint' | Hans Nilsson | |
2017-10-12 | Merge branch 'hans/public_key/fix_verif_host_ip_addr_bug' into 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 | Merge branch 'ingela/inets/cgi-env/OTP-14679' into maint | Ingela Anderton Andin | |
* ingela/inets/cgi-env/OTP-14679: inets: httpc - fix default timeout in httpc_SUITE inets: ENV should be a string | |||
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 | |||
2017-10-12 | Merge branch 'maint' | Lukas Larsson | |
Conflicts: erts/emulator/beam/beam_bp.c erts/emulator/beam/erl_process.c | |||
2017-10-12 | Merge branch 'lukas/erts/tracing/recv_exit_signal_deadlock/OTP-14678' into maint | Lukas Larsson | |
* lukas/erts/tracing/recv_exit_signal_deadlock/OTP-14678: erts: Fix lock order when recv tracing trapped exit signal | |||
2017-10-12 | Merge branch 'lukas/erts/fix_caller_trace_for_apply_bifs/OTP-14677' into maint | Lukas Larsson | |
* lukas/erts/fix_caller_trace_for_apply_bifs/OTP-14677: erts: Fix caller trace for apply bifs | |||
2017-10-12 | erts: Fix lock order when recv tracing trapped exit signal | Lukas Larsson | |
2017-10-11 | Don't allow null chars in various strings | Rickard Green | |
Various places that now reject null chars inside strings - Primitive file operations reject it in filenames. - Primitive environment variable operations reject it in names and values. - os:cmd() reject it in its input. Also '=' characters are rejected by primitive environment variable operations in environment variable names. Documentation has been updated to document null characters in these types of data as invalid. Currently these operations accept null chars at the end of strings, but that will change in the future. | |||
2017-10-11 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Update release notes Update version numbers vsn -> 2.1.1 Update appup and code_change for ERIERL-83 Fix missing monitor in diameter_reg Conflicts: OTP_VERSION | |||
2017-10-11 | Merge branch 'maint-20' into maint | Rickard Green | |
* maint-20: Updated OTP version Update release notes Update version numbers vsn -> 2.1.1 Update appup and code_change for ERIERL-83 Fix missing monitor in diameter_reg | |||
2017-10-11 | Merge pull request #1595 from ↵ | Raimo Niskanen | |
RaimoNiskanen/raimo/stdlib/gen_statem-clean_timeout-infinity/OTP-13073 Change gen_statem:call(_, _, {clean_timeout,infinity}) to use proxy |