Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare release | Erlang/OTP | 2023-05-15 | 3 | -4/+79 |
| | |||||
* | Update copyright year | Erlang/OTP | 2023-05-15 | 2 | -2/+2 |
| | |||||
* | inets: httpc - add back http client ssl verify options accidently removed | Ingela Anderton Andin | 2023-05-04 | 1 | -1/+3 |
| | |||||
* | Merge branch 'maint' into master | Jakub Witczak | 2023-04-27 | 2 | -2/+28 |
|\ | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year | ||||
| * | Merge branch 'maint-25' into maint | Jakub Witczak | 2023-04-27 | 2 | -2/+28 |
| |\ | | | | | | | | | | | | | | | | | | | * maint-25: Updated OTP version Prepare release Update copyright year | ||||
| | * | Prepare release | Erlang/OTP | 2023-04-25 | 2 | -2/+28 |
| | | | |||||
| | * | Merge branch 'kuba/maint-24/inets/fix_httpc_remote_socket_close/OTP-18545' ↵ | Erlang/OTP | 2023-04-25 | 1 | -8/+18 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | into maint-25 * kuba/maint-24/inets/fix_httpc_remote_socket_close/OTP-18545: inets: httpc fix for socket closing | ||||
| | * | | inets: httpc - fix pipeline and keepalive queue bug | Ingela Anderton Andin | 2023-03-13 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | This is a backport to OTP-25 track of the bugfix made as part of PR-6901 | ||||
* | | | | Merge pull request #7139 from ↵ | Kiko Fernandez-Reyes | 2023-04-21 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kikofernandez/kiko/dbg/deprecate-stop_clear-function/GH-6903/OTP-18478 Deprecate `stop_clear` function OTP-18478 | ||||
| * | | | | dbg: deprecates function dbg:stop_clear/1 | Kiko Fernandez-Reyes | 2023-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function `dbg:stop_clear/1` is not documented in the API but was kept for compatibility reasons. in this commit we make a step forward to deprecating its use such that it will be eventually removed. closes GH-6903. | ||||
* | | | | | Merge branch 'maint' into master | Jakub Witczak | 2023-04-21 | 1 | -0/+18 |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year | ||||
| * | | | | Merge branch 'maint-24' into maint | Jakub Witczak | 2023-04-21 | 1 | -0/+18 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-24: Updated OTP version Prepare release Update copyright year | ||||
| | * | | | | Prepare release | Erlang/OTP | 2023-04-20 | 2 | -2/+20 |
| | | | | | | |||||
| | * | | | | Merge branch 'kuba/maint-24/inets/fix_httpc_remote_socket_close/OTP-18545' ↵ | Erlang/OTP | 2023-04-20 | 1 | -8/+18 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | into maint-24 * kuba/maint-24/inets/fix_httpc_remote_socket_close/OTP-18545: inets: httpc fix for socket closing | ||||
| | | * | | | inets: httpc fix for socket closing | Jakub Witczak | 2023-04-18 | 1 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | - upon remote socket closure, add current request to only 1 queue | ||||
* | | | | | | inets: review comments and refactor | Jakub Witczak | 2023-04-20 | 1 | -55/+30 |
| | | | | | | |||||
* | | | | | | inets: httpc fix for socket closing | Jakub Witczak | 2023-04-20 | 1 | -8/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | - upon remote socket closure, add current request to only 1 queue | ||||
* | | | | | | inets: add httpc_SUITE:remote_socket_close_parallel | Jakub Witczak | 2023-04-20 | 1 | -2/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | - add test case for reproducing ERIERL-937 | ||||
* | | | | | | inets: httpc_SUITE refactor | Jakub Witczak | 2023-04-20 | 4 | -61/+49 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Revert "Prepare release" | Henrik Nord | 2023-04-12 | 3 | -72/+4 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85. | ||||
* | | | | | Prepare release | Erlang/OTP | 2023-04-11 | 3 | -4/+72 |
| | | | | | |||||
* | | | | | Update copyright year | Erlang/OTP | 2023-04-11 | 5 | -5/+5 |
| | | | | | |||||
* | | | | | inets: Postpone removal of http_uri:encode/decode | Ingela Anderton Andin | 2023-04-06 | 2 | -36/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need rebar3 to be updated before we remove this function. Change documentation to be warn about using this function and tweak it to not be so misguiding. | ||||
* | | | | | inets: Remove deprecated functions | Ingela Anderton Andin | 2023-04-06 | 2 | -166/+48 |
| | | | | | |||||
* | | | | | ssl: Correct example in PR 7079 | Ingela Anderton Andin | 2023-04-05 | 4 | -64/+9 |
| | | | | | |||||
* | | | | | Merge pull request #7079 from ↵ | Ingela Andin | 2023-04-05 | 4 | -458/+398 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anupamasingh10/anupamasingh10/inets/erlang-terms-config-file/GH-5276 Change apache-like config files to proplist file OTP-18544 | ||||
| * | | | | | Change apache-like config files to erlang proplist file | anupamasingh10 | 2023-03-30 | 4 | -458/+398 |
| | | | | | | |||||
* | | | | | | Merge pull request #7056 from ↵ | Ingela Andin | 2023-03-29 | 1 | -22/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IngelaAndin/ingela/inets/httpd/ip-display-string/OTP-18530 inets: httpd - Use inet:ntoa to get ip address string format | ||||
| * | | | | | | inets: httpd - Use inet:ntoa to get ip address string format | Ingela Anderton Andin | 2023-03-28 | 1 | -22/+6 |
| | | | | | | | |||||
* | | | | | | | inets: Fix missed testcas for new TLS default value | Ingela Anderton Andin | 2023-03-28 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | ssl: Remove double assert and fix test cases to handle client defaults to ↵ | Ingela Anderton Andin | 2023-03-27 | 1 | -3/+3 |
|/ / / / / | | | | | | | | | | | | | | | | {verify, verify_peer} | ||||
* | | | | | Revert "Prepare release" | Henrik Nord | 2023-03-22 | 3 | -48/+4 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa. | ||||
* | | | | | Prepare release | Erlang/OTP | 2023-03-21 | 3 | -4/+48 |
| | | | | | |||||
* | | | | | Update copyright year | Erlang/OTP | 2023-03-21 | 9 | -9/+9 |
| | | | | | |||||
* | | | | | Merge branch 'maint' into master | Rickard Green | 2023-03-17 | 1 | -0/+17 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year | ||||
| * | | | | Merge branch 'maint-24' into maint | Rickard Green | 2023-03-17 | 1 | -0/+17 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | | | | | | | | | * maint-24: Updated OTP version Prepare release Update copyright year | ||||
| | * | | Prepare release | Erlang/OTP | 2023-03-17 | 2 | -2/+19 |
| | | | | |||||
| | * | | Update copyright year | Erlang/OTP | 2023-03-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | inets: httpc - fix pipeline and keepalive queue bug | Ingela Anderton Andin | 2023-03-16 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | This is a backport to OTP-24 track of the bugfix made as part of PR-6901 | ||||
* | | | | Merge branch 'maint' into master | Henrik Nord | 2023-03-08 | 3 | -4/+66 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year | ||||
| * | | | Prepare release | Erlang/OTP | 2023-03-06 | 2 | -2/+64 |
| | | | | |||||
| * | | | Update copyright year | Erlang/OTP | 2023-03-06 | 15 | -15/+15 |
| | | | | |||||
* | | | | Use `proc_lib:init_fail/2,3` where appropriate | Raimo Niskanen | 2023-02-27 | 2 | -4/+5 |
| | | | | |||||
* | | | | Merge branch 'maint' into master | Ingela Anderton Andin | 2023-02-23 | 2 | -1/+18 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year | ||||
| * | | | Merge branch 'maint-24' into maint | Ingela Anderton Andin | 2023-02-23 | 3 | -2/+19 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | * maint-24: Updated OTP version Prepare release Update copyright year | ||||
| | * | | Prepare release | Erlang/OTP | 2023-02-22 | 2 | -2/+19 |
| | | | | |||||
| | * | | Update copyright year | Erlang/OTP | 2023-02-22 | 2 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'kuba/inets/fix_uri_query_handling/OTP-18472' into maint-24 | Erlang/OTP | 2023-02-22 | 2 | -27/+47 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | * kuba/inets/fix_uri_query_handling/OTP-18472: inets: fix httpd and folder URI alias | ||||
* | | \ \ | Merge branch 'maint' | Kiko Fernandez-Reyes | 2023-02-23 | 1 | -6/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge pull request #6910 from kikofernandez/kiko/inets/add-types/OTP-18390 | Kiko Fernandez-Reyes | 2023-02-23 | 1 | -6/+6 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | inets: refactor code for consistency OTP-18390 |