Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-04 | Merge pull request #2308 from igobul/inets/test/httpc_SUITE | Ingela Andin | |
ERL-989: Fix typo in httpc_SUITE:content_length/1 | |||
2019-07-03 | Merge branch 'maint-22' into maint | John Högberg | |
* maint-22: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets | |||
2019-07-02 | Prepare release | Erlang/OTP | |
2019-07-01 | Merge branch 'peterdmv/inets/httpc-uri-scheme/ERL-969/OTP-15930' into maint | Péter Dimitrov | |
* peterdmv/inets/httpc-uri-scheme/ERL-969/OTP-15930: inets: Return error if URI has no scheme (httpc) | |||
2019-06-28 | Fix typo in httpc_SUITE:content_length/1 | Igor Bulanov | |
2019-06-27 | inets: Return error if URI has no scheme (httpc) | Péter Dimitrov | |
This commit fixes a regression and changes httpc to return {error, no_scheme} when the request URI has no scheme e.g. "//foobar". | |||
2019-06-17 | Merge pull request #2206 from alehar/inets/httpd_request_parse_headers_fix | Ingela Andin | |
inets: httpd_request - honor RFC2616 LF only as header line terminator OTP-15893 | |||
2019-05-10 | Prepare release | Erlang/OTP | |
2019-04-24 | Revert "Prepare release" | Rickard Green | |
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a. | |||
2019-04-23 | Prepare release | Erlang/OTP | |
2019-04-15 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge | |||
2019-04-15 | Merge branch 'maint' | Péter Dimitrov | |
* maint: inets: Add tests for erl_script_timeout inets: Fix erl_script_timeout handling in mod_esi Change-Id: I1e8a265f44920780c4b8bf440047225f4dc208d6 | |||
2019-04-15 | Prepare release | Erlang/OTP | |
2019-04-14 | inets: Add tests for erl_script_timeout | Péter Dimitrov | |
2019-04-14 | inets: Fix erl_script_timeout handling in mod_esi | Péter Dimitrov | |
2019-04-10 | Merge pull request #2197 from lbolla/spelling-mistakes-fix | Björn Gustavsson | |
Fix various spelling mistakes | |||
2019-04-09 | inets: httpd_request - honor RFC2616 LF only as header line terminator | alex | |
2019-03-31 | Fix various spelling mistakes | Lorenzo Bolla | |
Fix ERL-541 and various other unreported spelling mistakes. | |||
2019-03-26 | inets: Check ipv6 support with ct:require | Ingela Anderton Andin | |
2019-03-12 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2019-03-11 | Prepare release | Erlang/OTP | |
2019-03-08 | Merge branch 'maint' | Péter Dimitrov | |
* maint: inets: Fix handling of erl_script_timeout Change-Id: Ie6028000b0bd45307477d837f63c51b2620faaea | |||
2019-03-08 | Merge branch 'peterdmv/inets/httpd_erl_script_timeout/ERIERL-321/OTP-15669' ↵ | Péter Dimitrov | |
into maint * peterdmv/inets/httpd_erl_script_timeout/ERIERL-321/OTP-15669: inets: Fix handling of erl_script_timeout Change-Id: I6a90408de48df6b8b01f44e0b273507bcec27b13 | |||
2019-03-08 | inets: Fix handling of erl_script_timeout | Péter Dimitrov | |
When httpd was started with 'erl_script_timeout', the value of the option was converted to milliseconds before storage. Subsequent calls to httpd:info/1 returned the input value multiplied by 1000. This change fixes the handing of erl_script_timeout by storing the timeout in seconds and converting it to milliseconds before usage. Change-Id: Ic308d83b59ad0884e053f096f995754c89adcbf4 | |||
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2019-02-25 | Merge branch 'siri/rsh-ssh/PR-1787' | Hans Bolinder | |
OTP-15633 * siri/rsh-ssh/PR-1787: Fix some missed comments about rsh Document the restrictions on the -rsh command Use ssh as the default remote shell | |||
2019-02-22 | Fix some missed comments about rsh | Siri Hansen | |
2019-02-04 | Merge branch 'maint' | Péter Dimitrov | |
* maint: Updated OTP version Prepare release | |||
2019-02-04 | Merge branch 'maint-21' into maint | Péter Dimitrov | |
* maint-21: Updated OTP version Prepare release | |||
2019-02-04 | Merge branch 'maint' | Péter Dimitrov | |
* maint: Fix typo in erlang.xml inets: Ignore bracket option in format_address Change-Id: I8a215d3872ae74e08d7a17b70ba53535947c032f | |||
2019-02-04 | Merge branch 'peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554' into maint | Péter Dimitrov | |
* peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554: inets: Ignore bracket option in format_address Change-Id: If3f19325edb8f8cc1ced717aa125658c00438b70 | |||
2019-02-01 | Prepare release | Erlang/OTP | |
2019-02-01 | inets: Ignore bracket option in format_address | Péter Dimitrov | |
Ignore the option 'ipv6_host_with_brackets' when formatting addresses to be used in lower level functions. Change-Id: I3b7b276b37fe129ade9208519bff226e17ae7c57 | |||
2019-01-25 | Merge branch 'maint' | Lukas Larsson | |
* maint: Updated OTP version Prepare release Include erlang-logo128.png in release Enable setting custom application icon for Mac OS X through environment variable Update to icon with better resolution | |||
2019-01-25 | Merge branch 'maint-21' into maint | Lukas Larsson | |
* maint-21: Updated OTP version Prepare release | |||
2019-01-24 | Prepare release | Erlang/OTP | |
2019-01-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-23 | Merge branch 'ingela/inets/httpc-ipv6-brackets/OTP-15544' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-ipv6-brackets/OTP-15544: inets: httpc - Do not use bracked addresses to gen_tcp or ssl calls | |||
2019-01-23 | inets: httpc - Do not use bracked addresses to gen_tcp or ssl calls | Ingela Anderton Andin | |
2019-01-15 | Merge branch 'lukas/ssl/benchmark_basic_test' | Lukas Larsson | |
* lukas/ssl/benchmark_basic_test: inets: Decrease benchmark TC timeout inets: Fix crypto:rand_bytes usage in benchmarks ssl: Only run a basic fast test in test cycle | |||
2019-01-15 | inets: Decrease benchmark TC timeout | Lukas Larsson | |
2019-01-15 | inets: Fix crypto:rand_bytes usage in benchmarks | Lukas Larsson | |
2019-01-09 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-08 | inets: Modernize doc | Ingela Anderton Andin | |
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-11 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2018-12-10 | Prepare release | Erlang/OTP | |