Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-02 | Updated OTP versionOTP-20.1.4 | Erlang/OTP | |
2017-11-02 | Update release notes | Erlang/OTP | |
2017-11-02 | Merge branch ↵ | Erlang/OTP | |
'ingela/inets/maint/httpd-location-chunk-and-close/OTP-14716/OTP-14656/OTP-14696' into maint-20 * ingela/inets/maint/httpd-location-chunk-and-close/OTP-14716/OTP-14656/OTP-14696: inets: Prepare for release inets: httpd - Fix broken handling of POST requests inets: Make sure httpd:stop_service is synchronous inets: httpd - do not hardcode 302 status for location | |||
2017-11-01 | Merge pull request #1613 from hamidreza-s/fix-httpc-misbehaviour | Ingela Andin | |
[#ERL-407]: Fix httpc misbehaviour based on RFC7230, section 3.3.3 OTP-14727 | |||
2017-11-01 | Merge branch 'ingela/inets/httpd-location/OTP-14716' into maint | Ingela Anderton Andin | |
* ingela/inets/httpd-location/OTP-14716: inets: httpd - do not hardcode 302 status for location | |||
2017-11-01 | inets: Prepare for release | Ingela Anderton Andin | |
2017-11-01 | inets: httpd - Fix broken handling of POST requests | Ingela Anderton Andin | |
New chunk mechanism of body data in POST requests added in 5d01c70ca399edf28e99dc760506329689fab6ba broke handling of POST body data not using the new mechanism. Added better regression test | |||
2017-11-01 | inets: Make sure httpd:stop_service is synchronous | Ingela Anderton Andin | |
2017-11-01 | inets: httpd - do not hardcode 302 status for location | Ingela Anderton Andin | |
If a status code is provide by the ESI script that status code should have precedence over internal defaults. Also remove RFC 2616 requirement that URI must be absolute, that requirement is relaxed by RFC 7231. | |||
2017-11-01 | Merge branch 'hans/crypto/DH_generate_parameters_deprecated/OTP-14639' into ↵ | Hans Nilsson | |
maint | |||
2017-11-01 | Merge branch 'hans/crypto/returnvalue_from_void/OTP-14720' into maint | Hans Nilsson | |
2017-11-01 | crypto: replaced deprecated DH_generate_parameters | Hans Nilsson | |
2017-11-01 | crypto: Remove returnvalue from void C-fn | Hans Nilsson | |
2017-10-31 | Refactor xmllint check and make it fail on failure | Lukas Larsson | |
This commit also adds a check to see that all files that are part of an xi:include also have part of XML_FILES and vice versa. It also fixes any applications where this was not true. | |||
2017-10-31 | Add toplevel xmllint make target | Lukas Larsson | |
2017-10-31 | erts: Add term2bin note about encoding guarantee | Lukas Larsson | |
2017-10-31 | Fix broken link in INSTALL howto | Lukas Larsson | |
2017-10-31 | system: Add info to profiling effeciency guide | Lukas Larsson | |
2017-10-31 | Update message queue and pinfo binary docs | Lukas Larsson | |
2017-10-31 | Merge branch 'hans/ssh/check_host_user_keys/OTP-14676' into maint | Hans Nilsson | |
2017-10-31 | kernel: Clarify gen_tcp:listen documentation | Lukas Larsson | |
2017-10-31 | system: Add External OSS tools section to profiling guilde | Lukas Larsson | |
2017-10-31 | inets: httpd - do not hardcode 302 status for location | Ingela Anderton Andin | |
If a status code is provide by the ESI script that status code should have precedence over internal defaults. Also remove RFC 2616 requirement that URI must be absolute, that requirement is relaxed by RFC 7231. | |||
2017-10-31 | Merge branch 'hasse/stdlib/fix_qlc_SUITE' into maint | Hans Bolinder | |
* hasse/stdlib/fix_qlc_SUITE: stdlib: Fix a minor issue with the qlc suite | |||
2017-10-31 | Merge branch 'ingela/snmp/crypto-tests' into maint | Ingela Anderton Andin | |
* ingela/snmp/crypto-tests: snmp: Add crypto precondition test | |||
2017-10-30 | stdlib: Fix a minor issue with the qlc suite | Hans Bolinder | |
When comparing the process dictionary before and after a test, only (a sorted list of) qlc keys are compared. | |||
2017-10-30 | ssh: Fix testcase failures caused by better key checks | Hans Nilsson | |
2017-10-30 | ssh: Testcase with ecdsa hostkey placed in rsa files | Hans Nilsson | |
2017-10-30 | ssh: Client checks user's public key | Hans Nilsson | |
2017-10-30 | ssh: Server checks host key files at start and at accept | Hans Nilsson | |
2017-10-30 | ssh: Sharpen the PubKey validity check | Hans Nilsson | |
2017-10-30 | Merge branch 'bjorn/improve-crash-dumps/OTP-14685' into maint | Björn Gustavsson | |
* bjorn/improve-crash-dumps/OTP-14685: erl_process_dump: Don't assume that literals can be found | |||
2017-10-30 | erl_process_dump: Don't assume that literals can be found | Björn Gustavsson | |
Native code does not register its literals in the code header for the loaded code. Therefore, a literal created by native code can not be found by mark_literal(). Ignore literals that can't be found instead of crashing (the crasdump_viewer will report such literals as incomplete heap data, but will not crash). | |||
2017-10-30 | Merge pull request #1612 from ↵ | Rickard Green | |
bitnitdit/bitnitdit/oam_intro-superfluous-closing-parenthesis Remove one superfluous closing parenthesis in oam_intro.xml | |||
2017-10-29 | [#ERL-407]: Fix httpc misbehaviour based on RFC7230, section 3.3.3 | Hamidreza Soleimani | |
If a message is received with both a Transfer-Encoding and a Content-Length header field, it might indicate an attempt to perform request smuggling or response splitting and must be handled as an error in default mode (not relaxed mode). Bug report: https://bugs.erlang.org/browse/ERL-407 | |||
2017-10-29 | Remove one superfluous closing parenthesis in oam_intro.xml | bitnitdit | |
2017-10-27 | snmp: Add crypto precondition test | Ingela Anderton Andin | |
2017-10-27 | Merge branch 'ingela/public_key-test' into maint | Ingela Anderton Andin | |
* ingela/public_key-test: public_key: Check that ec curve used for test is supported | |||
2017-10-27 | Merge branch 'ingela/inets/ERL-455/OTP-14716' into maint | Ingela Anderton Andin | |
* ingela/inets/ERL-455/OTP-14716: inets: Correct guard test | |||
2017-10-26 | inets: Correct guard test | Ingela Anderton Andin | |
Guard test for error case was not updated to handle httpc stream concept properly. | |||
2017-10-26 | [cdv] Check if dump version is newer than cdv can handle | Siri Hansen | |
If the version of the given crash dump is newer than what crashdump_viewer is prepared to read, then crashdump_viewer will display an info dialog and then terminate. This is to allow major updates of the format of crash dumps. | |||
2017-10-26 | [cdv] Add comment about ets tables | Siri Hansen | |
2017-10-26 | public_key: Check that ec curve used for test is supported | Ingela Anderton Andin | |
2017-10-26 | Merge branch 'ingela/inets/not-chunked-esi/OTP-14656' into maint | Ingela Anderton Andin | |
* ingela/inets/not-chunked-esi/OTP-14656: inets: httpd - Fix broken handling of POST requests | |||
2017-10-25 | Implement function that finds disposable test processes | Peter Andersson | |
2017-10-25 | Tag Common Test system processes using process dictionary | Peter Andersson | |
2017-10-25 | Add app name tag in process dictionary | Peter Andersson | |
2017-10-25 | Stop assuming that all schedulers are managed when updating msacc | John Högberg | |
This fixes statistics_SUITE:msacc when dirty schedulers are used during the test. | |||
2017-10-25 | Merge branch 'hasse/parsetools/unused_funcs_leexinc/ERL-497/OTP-14697' into ↵ | Hans Bolinder | |
maint * hasse/parsetools/unused_funcs_leexinc/ERL-497/OTP-14697: parsetools: Fix unused functions warnings in leexinc.hrl | |||
2017-10-25 | Merge branch 'ingela/inets/http-sync-close/OTP-14696' into maint | Ingela Anderton Andin | |
* ingela/inets/http-sync-close/OTP-14696: inets: Make sure httpd:stop_service is synchronous |