Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-14 | update the howto build and install on windows documentation | Zandra | |
OTP-13188 ticket for: 192c4a80c7d6fe9949aecb864901c4a3d9549f36 | |||
2015-12-14 | ssl: Print openssl version string | Ingela Anderton Andin | |
2015-12-14 | Merge branch 'zandra/fix-snmp-appup' into maint | Zandra | |
* zandra/fix-snmp-appup: correct the snmp app up file | |||
2015-12-14 | Don't wait for twice the delay_write timeout | Alexey Lebedeff | |
This happens only during processing ALIVE2 request. reply() already performs the same delay as in the deleted code. | |||
2015-12-14 | ssl: Do not use environment variables in openSSL config file | Ingela Anderton Andin | |
LibreSSL does not allow it. | |||
2015-12-14 | Update preloaded modules | Henrik Nord | |
2015-12-14 | Update primary bootstrap | Henrik Nord | |
2015-12-14 | Merge branch 'dgud/wx/fix-observer-display' into maint | Dan Gudmundsson | |
* dgud/wx/fix-observer-display: wx: Revert part of 617387025b698c | |||
2015-12-14 | Merge branch 'ia/pr/919/OTP-13189' into maint | Ingela Anderton Andin | |
* ia/pr/919/OTP-13189: ssl: fix hibernate_after with instant or near instant timeouts | |||
2015-12-12 | wx: Revert part of 617387025b698c | Dan Gudmundsson | |
Causes issues on mac and observer | |||
2015-12-11 | Merge branch 'sverk/setnode-rename-bug/OTP-13076' into maint | Sverker Eriksson | |
* sverk/setnode-rename-bug/OTP-13076: erts: Fix correct node name for DTRACE | |||
2015-12-11 | erts: Fix correct node name for DTRACE | Sverker Eriksson | |
broken by 949de78331b9c4ecb9. | |||
2015-12-11 | ssl: fix hibernate_after with instant or near instant timeouts | Andrey Mayorov | |
2015-12-11 | Merge branch 'sverk/dist-ctrl-msg-overflow' into maint | Sverker Eriksson | |
* sverk/dist-ctrl-msg-overflow: erts: Fix faulty cleanup when receiving broken dist msg | |||
2015-12-11 | erts: Fix faulty cleanup when receiving broken dist msg | Sverker Eriksson | |
Bug introduced in ce8279d6a48d41f9. Thank you valgrind. | |||
2015-12-11 | Merge branch 'siri/sasl/doc-editors/OTP-13000' into maint | Siri Hansen | |
* siri/sasl/doc-editors/OTP-13000: sasl: Editorial changes | |||
2015-12-11 | Update appups in kernel, stdlib and sasl for OTP-18.2 | Siri Hansen | |
2015-12-11 | correct the snmp app up file | Zandra | |
2015-12-11 | Merge branch 'ia/ssl/ECC-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/ECC-tests: ssl: Fix typos | |||
2015-12-11 | ssl: Fix typos | Ingela Anderton Andin | |
2015-12-11 | Merge branch 'ia/ssl/windows-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/windows-tests: ssl: Use test case time out instead ssl: Use spawn_executable | |||
2015-12-11 | Merge branch 'ia/ssl/renegotiate-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/renegotiate-tests: ssl: Add renegotiation exception | |||
2015-12-11 | Merge branch 'lars/correct-doc-bugs' into maint | Lars Thorsen | |
2015-12-11 | [inets] Correct broken links | Lars Thorsen | |
2015-12-11 | [orber] Align documentation to DTD | Lars Thorsen | |
2015-12-11 | [inets] Align documentation to DTD | Lars Thorsen | |
2015-12-11 | [ssl] Moved description details to man(6) page | Lars Thorsen | |
2015-12-11 | [ssh] Align documentation to DTD | Lars Thorsen | |
2015-12-11 | [ssl] Correct the documentation so it follows the DTD | Lars Thorsen | |
2015-12-11 | Merge branch 'lars/erl_docgen/fix-dtd-tags' into maint | Lars Thorsen | |
* lars/erl_docgen/fix-dtd-tags: [erl_docgen] Update element section in DTD [erl_docgen] Update element d in DTD [erl_docgen] Update item element in DTD | |||
2015-12-11 | [erl_docgen] Update element section in DTD | Lars Thorsen | |
Allow sections in sections for reference manuals. | |||
2015-12-11 | [erl_docgen] Update element d in DTD | Lars Thorsen | |
Allow seealso in the d element | |||
2015-12-11 | [erl_docgen] Update item element in DTD | Lars Thorsen | |
Allow note, warning, do, dont in item element. | |||
2015-12-11 | Merge branch 'peppe/common_test/priv_dir_mode_bug' into maint | Peter Andersson | |
* peppe/common_test/priv_dir_mode_bug: Make sure priv_dir names don't cause name clashes OTP-13181 | |||
2015-12-11 | Merge branch 'peppe/common_test/exit_status_when_missing_suites' into maint | Peter Andersson | |
* peppe/common_test/exit_status_when_missing_suites: Let missing suites affect ct:run_test/1 return and ct_run exit status Make abort_if_missing_suites option work in all io modes OTP-13173 | |||
2015-12-10 | Report bad options for outgoing TLS distribution | Magnus Henoch | |
If ssl:connect/3 returns an error related to options, let's log that so we have a chance to see it and fix it. | |||
2015-12-10 | Save error reasons for TLS distribution connections | Magnus Henoch | |
When establishing an outbound connection for TLS distribution, let's hold on to the failure reasons and use them as exit reasons. These exit reasons are normally invisible, but they can be seen in the logs after calling net_kernel:verbose(1). While there are trace messages in the code already, those require recompiling the module with a special flag, which is more cumbersome than changing the net_kernel verbosity level at run time. | |||
2015-12-10 | Let missing suites affect ct:run_test/1 return and ct_run exit status | Peter Andersson | |
2015-12-10 | sasl: Editorial changes | xsipewe | |
2015-12-09 | Merge branch 'sverk/dist-ctrl-msg-overflow' into maint | Sverker Eriksson | |
OTP-13146 (more stuff) * sverk/dist-ctrl-msg-overflow: erts: Tweak hashmap heap size estimation erts: Fix bug for remote control message containing fat maps erts: Add test for remote exit signal with fat map erts: Fix bug in heap_factory_undo for FACTORY_HEAP_FRAGS mode | |||
2015-12-09 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: more info from failed case | |||
2015-12-09 | ssl: Use test case time out instead | Ingela Anderton Andin | |
2015-12-09 | ssl: Use spawn_executable | Ingela Anderton Andin | |
2015-12-09 | Merge branch 'anders/diameter/18.2/OTP-13180' into maint | Anders Svensson | |
* anders/diameter/18.2/OTP-13180: vsn -> 1.11.1 Update appup for 18.2 | |||
2015-12-09 | Merge branch 'anders/diameter/request_leak/OTP-13137' into maint | Anders Svensson | |
* anders/diameter/request_leak/OTP-13137: Fix request table leak at retransmission Fix request table leak at exit signal | |||
2015-12-09 | Update release notes | Erlang/OTP | |
2015-12-09 | Merge branch 'anders/diameter/patch/OTP-13183' into maint-r16 | Erlang/OTP | |
* anders/diameter/patch/OTP-13183: vsn -> 1.5.1 Update appup for diameter 1.5.1 | |||
2015-12-09 | Merge branch 'anders/diameter/logging/OTP-13182' into maint-r16 | Erlang/OTP | |
* anders/diameter/logging/OTP-13182: Remove logging of faulty answer messages | |||
2015-12-09 | Merge branch 'anders/diameter/pick_peer/OTP-11789' into maint-r16 | Erlang/OTP | |
* anders/diameter/pick_peer/OTP-11789: Fix pick_peer case clause failure | |||
2015-12-09 | Remove logging of faulty answer messages | Anders Svensson | |
Since excessive numbers of them can overload a node with logging. Note that most log messages have been removed in OTP 17.1, and replaced by counters. In particular, logging as a result of incoming traffic, over which we have no control, is dangerous. |