Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-02 | Only apply EOS behaviors if there's pending data | John Högberg | |
2017-11-02 | Update release notes | Erlang/OTP | |
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 | 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 | 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 | 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-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-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-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 | 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 | |||
2017-10-25 | 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-10-25 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers erts: Fix so that bind correct schedulers Update version Fix error handling when decoding an AVP with an alternate dictionary Remove unused function arguments Fix faulty recursion vsn -> 2.1.2 Update appup for ERIERL-14684 Fix speling error 'sndbuf' -> 'recbuf' Add zlib:set_controlling_process/2 | |||
2017-10-25 | Update release notes | Erlang/OTP | |
2017-10-25 | Merge branch 'anders/diameter/decode/OTP-14684' into maint-20 | Erlang/OTP | |
* anders/diameter/decode/OTP-14684: vsn -> 2.1.2 Update appup for ERIERL-14684 | |||
2017-10-25 | Merge branch 'anders/diameter/decode/ERIERL-85' into maint-20 | Erlang/OTP | |
* anders/diameter/decode/ERIERL-85: Fix error handling when decoding an AVP with an alternate dictionary Remove unused function arguments Fix faulty recursion | |||
2017-10-25 | Merge branch 'raimo/snmp/option-recbuf-broken-for-snmpm/OTP-13372' into maint-20 | Erlang/OTP | |
* raimo/snmp/option-recbuf-broken-for-snmpm/OTP-13372: Update version Fix speling error 'sndbuf' -> 'recbuf' | |||
2017-10-24 | [observer] Don't crash on empty binary | Siri Hansen | |
Commit e1310b8f introduced a bug which caused the observer tool (and crashdump_viewer) to crash when trying to display an empty binary. The same change would also cause leading zeros in a binary to disappear in the preview. The bug is now corrected. | |||
2017-10-24 | parsetools: Fix unused functions warnings in leexinc.hrl | Hans Bolinder | |
2017-10-24 | inets: Make sure httpd:stop_service is synchronous | Ingela Anderton Andin | |
2017-10-23 | Merge branch 'siri/rb/fix-bad_form/ERL-261/OTP-13906' into maint | Siri Hansen | |
* siri/rb/fix-bad_form/ERL-261/OTP-13906: [rb] Don't fail for unexpected type of report | |||
2017-10-23 | Update kernel appup for OTP-20.2 | Siri Hansen | |
2017-10-23 | Merge branch 'dgud/wx/fix-empty-binaries/OTP-14688' into maint | Dan Gudmundsson | |
* dgud/wx/fix-empty-binaries/OTP-14688: Correct io_vec handling | |||
2017-10-23 | fix win32 share filename join/split (#1604) | Bikram Chatterjee | |
Handle UNC (shared) path on win32, previously "//dir/.." and "\\\\dir\.." was cleaned up to "/dir/.." which was not correct. OTP-14693 |