Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-22 | [xmerl] Correct bug handling multiple documents on a stream | Lars Thorsen | |
Change how to interpret end of document to comply with Tim Brays comment on the standard. This makes it possible to handle more than one doc on a stream, the standard makes it impossible to know when the document is ended without waiting for the next document (and not always even that). Tim Brays comment about the trailing "Misc" rule: The fact that you're allowed some trailing junk after the root element, I decided (but unfortunately too late) is a real design error in XML. If I'm writing a network client, I'm probably going to close the link as soon as a I see the root element end-tag, and not depend on the other end closing it down properly. Furthermore, if I want to send a succession of XML documents over a network link, if I find a processing instruction after a root element, is it a trailer on the previous document, or part of the prolog of the next? | |||
2017-02-21 | Merge branch 'legoscia/erl_interface/doc-no-tuple-funs/PR-1343/OTP-14233' ↵ | Björn-Egil Dahlberg | |
into maint * legoscia/erl_interface/doc-no-tuple-funs/PR-1343/OTP-14233: Documentation: tuple funs are unsupported | |||
2017-02-20 | Merge branch 'hans/ssh/iolist_on_unicode/ERL-364/OTP-14230' into maint | Hans Nilsson | |
2017-02-20 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-20 | Merge branch 'hans/ssh/sftpd_fixes/OTP-14225' into maint | Hans Nilsson | |
2017-02-17 | ssh: replace byte-only function with element-size agnostic | Hans Nilsson | |
An error report on ssh_cli pointed to a usage of erlang:iolist_size/1. It is replaced by a specialized function. | |||
2017-02-17 | ssh: increase timetrap in ssh_to_openssh_SUITE to not interrupt some slow ↵ | Hans Nilsson | |
machines | |||
2017-02-17 | Merge branch 'ssh_sftpd_relative_path' into hans/ssh/sftpd_fixes/OTP-14225 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sftpd_SUITE.erl | |||
2017-02-17 | Merge branch 'ssh_sftpd_cwd_with_root' into hans/ssh/sftpd_fixes/OTP-14225 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sftpd_SUITE.erl | |||
2017-02-17 | Merge branch 'hans/ssh/try_sftp_access_outside_root' into ↵ | Hans Nilsson | |
hans/ssh/sftpd_fixes/OTP-14225 | |||
2017-02-16 | Merge branch 'hans/ssh/ssh_acceptor_bug/OTP-14108' into maint | Hans Nilsson | |
2017-02-16 | Merge branch 'hans/public_key/ssh_fingerprint_algorithm_list/OTP-14223' into ↵ | Hans Nilsson | |
maint | |||
2017-02-16 | Merge branch 'sverker/enif_send-noproc-fix/OTP-14229' into maint | Sverker Eriksson | |
* sverker/enif_send-noproc-fix: erts: Fix enif_send from noproc and no msg_env | |||
2017-02-16 | Merge branch 'sverker/include-module-literal-size/OTP-14228' into maint | Sverker Eriksson | |
* sverker/include-module-literal-size: erts: Add size of literals to module code size | |||
2017-02-16 | Merge branch 'sverker/round-bug/OTP-14227' into maint | Sverker Eriksson | |
* sverker/round-bug/OTP-14227: erts: Fix round/1 for large floats | |||
2017-02-16 | Merge branch 'lars/xmerl/standard-namespace-problem/OTP-14139' into maint | Lars Thorsen | |
* lars/xmerl/standard-namespace-problem/OTP-14139: [xmerl] Correct handling of implicit XML namespace | |||
2017-02-15 | ssh: handle return values and exceptions from ssh_acceptor:handle_connection | Hans Nilsson | |
2017-02-15 | ssh: More exact test for is_tcp_socket | Hans Nilsson | |
2017-02-15 | ssh: Add error case for bad socket | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: reword documentation | Hans Nilsson | |
2017-02-15 | [xmerl] Correct handling of implicit XML namespace | Lars Thorsen | |
The namespace_conformant option did not work when parsing documents without explicit XML namespace declaration. | |||
2017-02-15 | Documentation: tuple funs are unsupported | Magnus Henoch | |
Remove use of tuple fun from erl_call documentation. It seems like fun math:sqrt/1 isn't parsed correctly by erl_call, so I replaced the example with a simpler one that doesn't require a fun. | |||
2017-02-15 | Return correct state in the case of failure | Karolis Petrauskas | |
2017-02-14 | ssh: allow a list of fingerprint algos in silently_accept_hosts option | Hans Nilsson | |
2017-02-14 | public_key: generate a list of ssh fingerprints on request | Hans Nilsson | |
2017-02-14 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-14 | erts: Fix round/1 for large floats | Sverker Eriksson | |
1> round(6209607916799025.0). 6209607916799026 Problem: Adding/subtracting 0.5 and large double floats between (1 bsl 52) and (1 bsl 53) does not give reliable results. Solution: Use round() function in math.h. | |||
2017-02-14 | ssh: new test - try access outside sftp tree | Hans Nilsson | |
2017-02-14 | Merge branch 'ingela/ssl/handshake-match/ERL-347/OTP-14222' into maint | Ingela Anderton Andin | |
* ingela/ssl/handshake-match/ERL-347/OTP-14222: ssl: Test case robustness ssl: Avoid SSL/TLS hello format confusion | |||
2017-02-13 | ssl: Test case robustness | Ingela Anderton Andin | |
2017-02-12 | Check for directory with correct path | Karolis Petrauskas | |
When opening file in the ssh_sftpd, directory check should be performed on the server's file tree. | |||
2017-02-12 | Fix relative path handling in sftpd | Karolis Petrauskas | |
Relative path handling fixed to allow opening a file by a path relative to the current working directory. | |||
2017-02-12 | Consider root_dir and cwd in ssh_sftpd, if both are provided | Karolis Petrauskas | |
The SFTPD server should use root_dir and cwd when resolving file paths, if both are provided. The root directory should be used for resolving absolute file names, and cwd should be used for resolving relative paths. | |||
2017-02-10 | Merge branch 'maint-r15' into maint | Ingela Anderton Andin | |
2017-02-09 | Merge branch 'hasse/stdlib/shell_tab_compl/ERL-352/OTP-14200' into maint | Hans Bolinder | |
* hasse/stdlib/shell_tab_compl/ERL-352/OTP-14200: stdlib: Improve Erlang shell's tab-completion of long names | |||
2017-02-09 | Merge branch 'siri/systools/warnings_as_errors-return/OTP-14170' into maint | Siri Hansen | |
* siri/systools/warnings_as_errors-return/OTP-14170: [systools] Fix return value for warnings_as_errors + silent | |||
2017-02-09 | Merge branch 'maint-r16' into maint | Raimo Niskanen | |
2017-02-09 | Merge branch 'maint-r16b02' into maint-r16maint-r16 | Raimo Niskanen | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2017-02-09 | Merge branch 'maint-r15' into maint | Ingela Anderton Andin | |
2017-02-09 | Merge pull request #1333 from lepoetemaudit/observer-term-error-spelling | Björn Gustavsson | |
Fix observer term conversion error spelling | |||
2017-02-09 | Merge pull request #1336 from bjorng/bjorn/travis-less-verbose | Björn Gustavsson | |
Reduce size of the log file for Travis CI | |||
2017-02-09 | Merge pull request #1334 from bjorng/bjorn/extend-smoke-test | Björn Gustavsson | |
Include more otp_SUITE tests cases in the smoke test | |||
2017-02-09 | Merge branch 'hasse/dialyzer/correct_plt_tests' into maint | Hans Bolinder | |
* hasse/dialyzer/correct_plt_tests: dialyzer: Correct PLT tests | |||
2017-02-08 | Reduce size of the log file for Travis CI | Björn Gustavsson | |
The huge log files are problematic. Add shell scripts that captures the log output to a temporary file and only display the log file if an error occurs. | |||
2017-02-08 | stdlib: Improve Erlang shell's tab-completion of long names | Hans Bolinder | |
2017-02-08 | Include more otp_SUITE tests cases in the smoke test | Björn Gustavsson | |
For the benefit of Travis CI, include more test cases from otp_SUITE in the smoke test. That will avoid having to run a pull request through the daily builds to find those kind of minor issues. | |||
2017-02-08 | ssh: modify ssh_algorithms_SUITE:init_per_suite for some Windows hangning | Hans Nilsson | |
2017-02-08 | Fix observer term conversion error spelling | Dave Jeffrey | |
In the observer UI, when inspecting state, the error given when attempting to convert a bad term contains a spelling mistake. |