Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-12 | Atoms in Core Erlang must be encoded in UTF-8 | Björn Gustavsson | |
core_scan will now support and require atoms encoded in UTF-8. | |||
2017-04-10 | Update preloaded modules | Lukas Larsson | |
2017-04-10 | Merge branch 'lukas/erts/print_complex_crash_slogan/OTP-14303' | Lukas Larsson | |
* lukas/erts/print_complex_crash_slogan/OTP-14303: erts: Print more complex terms in crash reason | |||
2017-04-10 | Merge branch 'hasse/unicode_atoms/OTP-14285' | Hans Bolinder | |
* hasse/unicode_atoms/OTP-14285: edoc: Fix an undefined function warning | |||
2017-04-10 | edoc: Fix an undefined function warning | Hans Bolinder | |
Commit 15a631c introduced an undefined function warning. When the new string module is merged to master, this commit can be reverted. | |||
2017-04-10 | Merge branch 'hasse/unicode_atoms/OTP-14285' | Hans Bolinder | |
* hasse/unicode_atoms/OTP-14285: edoc: Fix a Dialyzer warning | |||
2017-04-10 | edoc: Fix a Dialyzer warning | Hans Bolinder | |
Commit 15a631c introduced a Dialyzer warning. When the new string module is merged to master, this commit can be reverted. | |||
2017-04-10 | Merge branch 'sr/epmd/exit-1-if-living-nodes/PR-1402/OTP-14324' | Lukas Larsson | |
* sr/epmd/exit-1-if-living-nodes/PR-1402/OTP-14324: Don't exit 0 if killing epmd is impossible because there's living nodes | |||
2017-04-10 | Merge branch 'bjorn/stdlib/cuddle-with-tests' | Björn Gustavsson | |
* bjorn/stdlib/cuddle-with-tests: Teach filelib_SUITE to work when STDLIB is cover-compiled | |||
2017-04-10 | Merge branch 'bjorn/erts/slight-bxor-optimization' | Björn Gustavsson | |
* bjorn/erts/slight-bxor-optimization: beam_emu: Slightly optimize the bxor/2 operator | |||
2017-04-10 | Merge branch 'hasse/unicode_atoms/OTP-14285' | Hans Bolinder | |
* hasse/unicode_atoms/OTP-14285: syntax_tools: Fix Syntax Tools regarding Unicode atoms debugger: Show Latin-1 code correctly edoc: Fix EDoc regarding Unicode atoms parsetools: Fix Yecc regarding Unicode atoms parsetools: Fix Leex regarding Unicode atoms stdlib: Fix Erlang shell regarding Unicode atoms stdlib: Fix Erlang pretty printer regarding Unicode atoms stdlib: Add function to io_lib to handle Unicode atoms | |||
2017-04-07 | Merge branch 'hans/ssh/supervisors/OTP-14267' | Hans Nilsson | |
2017-04-07 | beam_emu: Slightly optimize the bxor/2 operator | Björn Gustavsson | |
bxor is used in the rand module, so even small optimizations could be worthwile. Suggested by Raimo Niskanen. | |||
2017-04-07 | Teach filelib_SUITE to work when STDLIB is cover-compiled | Björn Gustavsson | |
filelib_SUITE:find_source/1 would fail when running the tests with STDLIB cover-compiled. | |||
2017-04-07 | ssh: Doc-changes to make clearer IP-address and 'ip'-option | Hans Nilsson | |
2017-04-07 | ssh: document what happens when ssh:daemon sets both HostAddr and ip option | Hans Nilsson | |
The idea is that the HostAddress argument takes precedence over an ip-option. However, an ip-option overrides the 'any' HostAddr. This fixes the case of dameon(Port, [{ip,IP}..] in a non-surprising way. | |||
2017-04-07 | ssh: Make test suites pass | Hans Nilsson | |
2017-04-07 | ssh: Change handling of IP addresses, 'any' and names in sup structure | Hans Nilsson | |
2017-04-07 | ssh: remove dead code and add comments | Hans Nilsson | |
2017-04-07 | ssh: change 'brutal_kill' to timeout' | Hans Nilsson | |
2017-04-07 | ssh: Mappify supervisors | Hans Nilsson | |
2017-04-07 | ssh: Fix supervisors, start daemon and connect code | Hans Nilsson | |
Remove many internal options and made them as explicit arguments. | |||
2017-04-07 | ssh: fix ssh_system_sup naming of Host-Port-Profile | Hans Nilsson | |
2017-04-07 | Merge branch 'hans/ssh/refactor_ssh/OTP-14264' | Hans Nilsson | |
Also enables tuple IP-addresses in ssh:connect et al. OTP-14243 | |||
2017-04-07 | ssh: Lazy default in get options macro | Hans Nilsson | |
2017-04-07 | ssh: -type and -spec adjustments | Hans Nilsson | |
2017-04-07 | ssh: remove deprecated ssh_sftpd:listen and ssh_sftpd:stop | Hans Nilsson | |
2017-04-07 | ssh: Removed outdated comment in ssh_sftpd.erl | Hans Nilsson | |
2017-04-07 | ssh: Test-suites beautifications | Hans Nilsson | |
2017-04-07 | ssh: killed_acceptor_restarts test case | Hans Nilsson | |
2017-04-07 | ssh: handle HostAddr arg and ip-option for daemons | Hans Nilsson | |
2017-04-07 | ssh: Unified way of starting listening sockets | Hans Nilsson | |
2017-04-07 | ssh: enable 'none' as a secret accepted value in negotiation | Hans Nilsson | |
This is for testing only to disable e.g. encryption/decryption is measurements. The value must be explicitly enabled like {preferred_algorithms,[{cipher,[none]}]} | |||
2017-04-07 | ssh: option 'silently_accept_hosts' reworked | Hans Nilsson | |
New (yet) undocumented option value {false,Alg} where Alg :: md5 | sha | sha224 | sha256 | sha384 | sha512 This option includes the fingerprint value in the accept question to the user. The fingerprint is calculated with the Alg provided | |||
2017-04-07 | ssh: Make an internal option delete function | Hans Nilsson | |
2017-04-07 | ssh: Option pruning | Hans Nilsson | |
2017-04-07 | ssh: Bug fix when calling ssh_io:yes_no | Hans Nilsson | |
This was introduced by the new option handling in commit 89a829f32d855610b0bc0c3ea53e7c05454b7a24 | |||
2017-04-07 | Merge branch 'bjorn/cuddle-with-tests' | Björn Gustavsson | |
* bjorn/cuddle-with-tests: Ensure code_SUITE:on_load_embedded/1 does not leak links | |||
2017-04-07 | syntax_tools: Fix Syntax Tools regarding Unicode atoms | Hans Bolinder | |
2017-04-07 | debugger: Show Latin-1 code correctly | Hans Bolinder | |
2017-04-07 | edoc: Fix EDoc regarding Unicode atoms | Hans Bolinder | |
Also extended the scanner to handle the \x{...} syntax. Capitalizing now works with a few more characters. | |||
2017-04-07 | parsetools: Fix Yecc regarding Unicode atoms | Hans Bolinder | |
Terminals and non-terminals still need to be quoted, which is a side-effect of using the Erlang scanner. | |||
2017-04-07 | parsetools: Fix Leex regarding Unicode atoms | Hans Bolinder | |
Notice that macro names are unquoted atoms. | |||
2017-04-07 | stdlib: Fix Erlang shell regarding Unicode atoms | Hans Bolinder | |
2017-04-07 | stdlib: Fix Erlang pretty printer regarding Unicode atoms | Hans Bolinder | |
2017-04-07 | stdlib: Add function to io_lib to handle Unicode atoms | Hans Bolinder | |
2017-04-07 | Merge branch 'dgud/wx/fix-livelock/OTP-14289' | Dan Gudmundsson | |
* dgud/wx/fix-livelock/OTP-14289: Avoid livelock in driver when batching commands | |||
2017-04-06 | Merge branch 'tsloughter/ct_slave-nodename-inconsistency/PR-1095/OTP-13806' | Zandra Norman | |
* tsloughter/ct_slave-nodename-inconsistency/PR-1095/OTP-13806: handle ct_slave nodename in the same way as net_kernel | |||
2017-04-06 | Merge branch 'hans/ssh/doc_fixes' | Hans Nilsson | |
2017-04-06 | ssh: ECDSA host keys *are* supported | Hans Nilsson | |