Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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-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 pull request #1333 from lepoetemaudit/observer-term-error-spelling | Björn Gustavsson | |
Fix observer term conversion error spelling | |||
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 | stdlib: Improve Erlang shell's tab-completion of long names | Hans Bolinder | |
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. | |||
2017-02-08 | Merge pull request #1282 from leoliu/maint | Dan Gudmundsson | |
[tools] Update erlang-edoc.el to include param and returns OTP-14217 | |||
2017-02-08 | Merge branch 'maint-19' into maint | Raimo Niskanen | |
Conflicts: OTP_VERSION | |||
2017-02-08 | ssl: Avoid SSL/TLS hello format confusion | Ingela Anderton Andin | |
Valid SSL 3.0 or TLS hellos might accidentally match SSL 2.0 format (and sometimes the other way around before inspecting data) so we need to match SSL 3.0 and TLS first and only match SSL 2.0 hellos when flag to support it is set. | |||
2017-02-07 | [systools] Fix return value for warnings_as_errors + silent | Siri Hansen | |
When both options 'warnings_as_errors' and 'silent' were given to systools:make_script or systools:make_relup, no error reason would be returned if warnings occured. Instead only the atom 'error' was returned. This is now corrected. Options 'warnings_as_errors' and 'no_warn_sasl' are now also allowed for systools:make_tar. | |||
2017-02-07 | Prepare release | Erlang/OTP | |
2017-02-06 | ftp: allow different timing sequences | Hans Nilsson | |
2017-02-06 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-06 | Merge pull request #1328 from bjorng/bjorn/kernel/off-heap-message/OTP-14142 | Björn Gustavsson | |
Store messages for 'rex' and 'error_logger' off heap OTP-14192 | |||
2017-02-06 | Merge pull request #1283 from pulitta/maint | Björn Gustavsson | |
file: match enoent and enotdir in path_open OTP-14191 | |||
2017-02-03 | ssh: use real groups in kex_gex test suite | Hans Nilsson | |
2017-02-03 | ssh: logging in test lib for ssh tests | Hans Nilsson | |
2017-02-03 | dialyzer: Correct PLT tests | Hans Bolinder | |
Use explicit file names of PLTs so that daily builds&tests running simultaneously under the same user do not interfere with each other ("$HOME/.dialyzer_plt" is the default PLT name). | |||
2017-02-03 | Merge branch 'hans/ssh/speed_dh_keygen/OTP-14169' into maint | Hans Nilsson | |
2017-02-03 | Store messages for 'rex' and 'error_logger' off heap | Björn Gustavsson | |
Performance for processes that receive huge amounts of messages can be increased by storing the incoming messages outside the heap (that avoids copying the message in a garbage collection). Two OTP processes that are known to receive many messages are 'rex' (used by 'rpc') and 'error_logger'. | |||
2017-02-03 | dialyzer: Fix a Dialyzer warning | Hans Bolinder | |
2017-02-03 | Fix merge commit | Björn-Egil Dahlberg | |
This fixes commit f0867aa2ccbbf5677e0577bba08f8b7bc53ec0ed | |||
2017-02-03 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/emulator/sys/unix/erl_unix_sys.h erts/emulator/sys/unix/sys.c erts/vsn.mk lib/crypto/c_src/crypto.c lib/crypto/doc/src/notes.xml lib/crypto/vsn.mk lib/inets/doc/src/notes.xml lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.app.src lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2017-02-03 | Merge branch 'hasse/dialyzer/memory_opt/OTP-14126' into maint | Hans Bolinder | |
* hasse/dialyzer/memory_opt/OTP-14126: dialyzer: Increase time limit for tests dialyzer: Optimize typesig dialyzer: Optimize evaluation of complex code dialyzer: Optimize collection of variables | |||
2017-02-02 | ssh: document crypto:genarate_key(dh, [P,G,L]) | Hans Nilsson | |
2017-02-02 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-02 | Merge branch 'ingela/inets/maint/httpd-gracefull-shutdown/OTP-14174' into maint | Ingela Anderton Andin | |
* ingela/inets/maint/httpd-gracefull-shutdown/OTP-14174: inets: httpd - shutdown gracefully on connection or TLS handshake errors | |||
2017-02-02 | Merge branch 'ingela/ssl/config-propagation' into maint | Ingela Anderton Andin | |
* ingela/ssl/config-propagation: ssl: Simplify configuration code ssl: Make sure PEM cache works as intended | |||
2017-02-01 | Prepare release | Erlang/OTP | |
2017-02-01 | Merge branch 'hans/ssh/dh_group_exc_optimize/OTP-14169' into maint-18 | Erlang/OTP | |
* hans/ssh/dh_group_exc_optimize/OTP-14169: ssh: optimize kex dh_gex using new crypto functionality crypto: Added optional length to paramlist in generate_key ssh,crypto: prepare for release # Conflicts: # lib/ssh/src/ssh_transport.erl | |||
2017-02-01 | Merge branch 'hans/ssh/kex_gex_min_max/OTP-14166' into maint-18 | Erlang/OTP | |
* hans/ssh/kex_gex_min_max/OTP-14166: ssh: correct host key signature calculation | |||
2017-02-01 | file: match enoent and enotdir in path_open | pulitta | |
2017-02-01 | ssl: Simplify configuration code | Ingela Anderton Andin | |
Use map instead of large tuple, which was not an option when the code was written originally. More simplifications along these lines may be done later to the state record. | |||
2017-02-01 | ssl: Make sure PEM cache works as intended | Ingela Anderton Andin | |
Move of PEM cache to own process was flawed and not all PEM files where cached properly. We must properly handle both the ditributed and the normal mode of the ssl application. | |||
2017-02-01 | ssh: remove test timetrap for ssh_kex_group_exchange | Hans Nilsson | |
This kex algorithm is now optimized so a long timetrap is not needed |