summaryrefslogtreecommitdiff
path: root/lib/inets
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2023-05-153-4/+79
|
* Update copyright yearErlang/OTP2023-05-152-2/+2
|
* inets: httpc - add back http client ssl verify options accidently removedIngela Anderton Andin2023-05-041-1/+3
|
* Merge branch 'maint' into masterJakub Witczak2023-04-272-2/+28
|\ | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * Merge branch 'maint-25' into maintJakub Witczak2023-04-272-2/+28
| |\ | | | | | | | | | | | | | | | | | | * maint-25: Updated OTP version Prepare release Update copyright year
| | * Prepare releaseErlang/OTP2023-04-252-2/+28
| | |
| | * Merge branch 'kuba/maint-24/inets/fix_httpc_remote_socket_close/OTP-18545' ↵Erlang/OTP2023-04-251-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 bugIngela Anderton Andin2023-03-131-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-Reyes2023-04-211-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/1Kiko Fernandez-Reyes2023-04-191-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 masterJakub Witczak2023-04-211-0/+18
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * | | | Merge branch 'maint-24' into maintJakub Witczak2023-04-211-0/+18
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-24: Updated OTP version Prepare release Update copyright year
| | * | | | Prepare releaseErlang/OTP2023-04-202-2/+20
| | | | | |
| | * | | | Merge branch 'kuba/maint-24/inets/fix_httpc_remote_socket_close/OTP-18545' ↵Erlang/OTP2023-04-201-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 closingJakub Witczak2023-04-181-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | - upon remote socket closure, add current request to only 1 queue
* | | | | | inets: review comments and refactorJakub Witczak2023-04-201-55/+30
| | | | | |
* | | | | | inets: httpc fix for socket closingJakub Witczak2023-04-201-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | - upon remote socket closure, add current request to only 1 queue
* | | | | | inets: add httpc_SUITE:remote_socket_close_parallelJakub Witczak2023-04-201-2/+84
| | | | | | | | | | | | | | | | | | | | | | | | - add test case for reproducing ERIERL-937
* | | | | | inets: httpc_SUITE refactorJakub Witczak2023-04-204-61/+49
| |_|_|/ / |/| | | |
* | | | | Revert "Prepare release"Henrik Nord2023-04-123-72/+4
| | | | | | | | | | | | | | | | | | | | This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
* | | | | Prepare releaseErlang/OTP2023-04-113-4/+72
| | | | |
* | | | | Update copyright yearErlang/OTP2023-04-115-5/+5
| | | | |
* | | | | inets: Postpone removal of http_uri:encode/decodeIngela Anderton Andin2023-04-062-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 functionsIngela Anderton Andin2023-04-062-166/+48
| | | | |
* | | | | ssl: Correct example in PR 7079Ingela Anderton Andin2023-04-054-64/+9
| | | | |
* | | | | Merge pull request #7079 from ↵Ingela Andin2023-04-054-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 fileanupamasingh102023-03-304-458/+398
| | | | | |
* | | | | | Merge pull request #7056 from ↵Ingela Andin2023-03-291-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 formatIngela Anderton Andin2023-03-281-22/+6
| | | | | | |
* | | | | | | inets: Fix missed testcas for new TLS default valueIngela Anderton Andin2023-03-281-1/+1
|/ / / / / /
* | | | | | ssl: Remove double assert and fix test cases to handle client defaults to ↵Ingela Anderton Andin2023-03-271-3/+3
|/ / / / / | | | | | | | | | | | | | | | {verify, verify_peer}
* | | | | Revert "Prepare release"Henrik Nord2023-03-223-48/+4
| | | | | | | | | | | | | | | | | | | | This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
* | | | | Prepare releaseErlang/OTP2023-03-213-4/+48
| | | | |
* | | | | Update copyright yearErlang/OTP2023-03-219-9/+9
| | | | |
* | | | | Merge branch 'maint' into masterRickard Green2023-03-171-0/+17
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * | | | Merge branch 'maint-24' into maintRickard Green2023-03-171-0/+17
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | | | | | | | | * maint-24: Updated OTP version Prepare release Update copyright year
| | * | Prepare releaseErlang/OTP2023-03-172-2/+19
| | | |
| | * | Update copyright yearErlang/OTP2023-03-171-1/+1
| | | |
| | * | inets: httpc - fix pipeline and keepalive queue bugIngela Anderton Andin2023-03-161-9/+11
| | | | | | | | | | | | | | | | This is a backport to OTP-24 track of the bugfix made as part of PR-6901
* | | | Merge branch 'maint' into masterHenrik Nord2023-03-083-4/+66
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * | | Prepare releaseErlang/OTP2023-03-062-2/+64
| | | |
| * | | Update copyright yearErlang/OTP2023-03-0615-15/+15
| | | |
* | | | Use `proc_lib:init_fail/2,3` where appropriateRaimo Niskanen2023-02-272-4/+5
| | | |
* | | | Merge branch 'maint' into masterIngela Anderton Andin2023-02-232-1/+18
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * | | Merge branch 'maint-24' into maintIngela Anderton Andin2023-02-233-2/+19
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | * maint-24: Updated OTP version Prepare release Update copyright year
| | * | Prepare releaseErlang/OTP2023-02-222-2/+19
| | | |
| | * | Update copyright yearErlang/OTP2023-02-222-2/+2
| | | |
| | * | Merge branch 'kuba/inets/fix_uri_query_handling/OTP-18472' into maint-24Erlang/OTP2023-02-222-27/+47
| | |\ \ | | | | | | | | | | | | | | | | | | | | * kuba/inets/fix_uri_query_handling/OTP-18472: inets: fix httpd and folder URI alias
* | | \ \ Merge branch 'maint'Kiko Fernandez-Reyes2023-02-231-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #6910 from kikofernandez/kiko/inets/add-types/OTP-18390Kiko Fernandez-Reyes2023-02-231-6/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | inets: refactor code for consistency OTP-18390