summaryrefslogtreecommitdiff
path: root/lib/inets/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2022-05-021-1/+1
* inets: fix 'all' handling for erl_script_aliasJakub Witczak2022-04-221-29/+32
* Update copyright yearErlang/OTP2022-03-294-4/+4
* inets: fix and improve httpc_proxy_SUITEJakub Witczak2022-03-245-491/+16
* Update copyright yearErlang/OTP2022-03-096-6/+6
* Fix typos in lib/inetsKian-Meng, Ang2021-12-2312-36/+36
* Update copyright yearRickard Green2021-12-138-8/+8
* Merge branch 'ingela/inets/path/ERIERL-731/OTP-17818' into maintIngela Anderton Andin2021-12-081-1/+17
|\
| * inets: Remove legacy code not longer neededIngela Anderton Andin2021-12-071-1/+17
* | [httpc] Allow binary() header values in request/5Cons T Åhs2021-10-111-14/+124
* | test suites: replace ?t: with test_server:Maxim Fedorov2021-09-081-2/+2
* | Merge branch 'kuba/inets/mod_esi_headers_fix/OTP-17600' into maintJakub Witczak2021-09-071-1/+12
|\ \
| * | inets: fix for HTTP headers handling for mod_esiJakub Witczak2021-09-061-1/+12
| * | Merge branch 'kuba/inets/atom_leak_fix/OTP-17490' into maint-24Erlang/OTP2021-06-241-2/+31
| |\ \
* | \ \ Merge branch 'kuba/inets/atom_leak_fix/OTP-17490' into maintJakub Witczak2021-06-161-2/+31
|\ \ \ \ | | |/ / | |/| |
| * | | inets: fix mod_esi atom leakJakub Witczak2021-06-161-2/+31
| | |/ | |/|
* | | inets: httpd dir listing fixJakub Witczak2021-05-122-2/+35
| |/ |/|
* | inets,ssl: Remove reuseaddr from benchmarksLukas Larsson2021-03-152-6/+5
* | Merge branch 'maint'Ingela Anderton Andin2021-02-241-4/+60
|\ \ | |/
| * Merge branch 'ingela/inets/httpd/relative-paths/ERIERL-608/OTP-17205' into maintIngela Anderton Andin2021-02-241-0/+45
| |\
| | * inets,httpd: Assure relative paths can not be used to bypass server root dire...Ingela Anderton Andin2021-02-231-0/+45
| * | inets,httpd: HEAD should reject directory linkIngela Anderton Andin2021-02-231-4/+15
| |/
* | ssl: Remove deprecated functions for OTP-24Ingela Anderton Andin2020-12-212-12/+12
* | Merge branch 'maint'Björn Gustavsson2020-09-261-0/+2
|\ \ | |/
| * inets: Eliminate warnings in C code in testsBjörn Gustavsson2020-09-241-0/+2
* | Merge branch 'maint' into masterAo Song2020-08-261-1/+10
|\ \ | |/
| * inets: add PATCH method supportAo Song2020-08-261-1/+10
* | Merge branch 'maint'Ao Song2020-08-131-0/+11
|\ \ | |/
| * Merge branch 'andy/inets/security_issue/ERIERL-522/OTP-16790' into maintAo Song2020-08-131-0/+11
| |\
| | * inets, fix an error regarding decode of percent encoded URLs.Ao Song2020-08-131-0/+11
| | * inets: httpd - remove use of http_uri and mod_esi eval APIIngela Anderton Andin2020-03-304-73/+50
* | | inets: remove support of http 0.9 for httpdAo Song2020-08-065-82/+47
* | | Merge branch 'maint'Micael Karlberg2020-08-041-2/+2
|\ \ \ | |/ /
| * | [inets|test] Makefile cleanupMicael Karlberg2020-07-231-2/+2
* | | inets: remove support of http 0.9 for httpc in inetsAo Song2020-07-291-4/+1
* | | inets: drop all support for ftp and tftp in inetsAo Song2020-07-152-333/+0
|/ /
* | inets: normalize input uri into string for internal useeaosong2020-07-081-1/+8
* | inets: Raise timeout for potentially slow testIngela Anderton Andin2020-06-151-1/+3
* | http_request: Fix to handle undefined port in uriAo Song2020-06-031-1/+8
* | Don't keep stacktraces foreverBjörn Gustavsson2020-02-212-6/+6
* | Merge branch 'lukas/stdlib/ets_benchmark_fix'Lukas Larsson2020-01-281-1/+2
|\ \
| * | otp: Benchmark test fixesLukas Larsson2019-11-201-1/+2
* | | inets: httpd - remove use of http_uri and mod_esi eval APIIngela Anderton Andin2019-12-134-73/+50
* | | inets: httpd - Remove support for legacy Apache config filesIngela Anderton Andin2019-12-132-146/+3
* | | inets: httpd - Remove legacy security modelIngela Anderton Andin2019-12-132-257/+3
| |/ |/|
* | Merge branch 'peterdmv/inets/httpc_chunked_encoding/ERL-1090/OTP-16300' into ...Péter Dimitrov2019-11-281-2/+56
|\ \
| * | inets: Fix handling of HTTP HEAD requests in httpcPéter Dimitrov2019-11-211-2/+56
| |/
* | inets: httpd now ignores invalid headers as reported by ERL-1053Ingela Anderton Andin2019-11-251-0/+20
|/
* httpc_SUITE: add invalid_uri test caseMikael Pettersson2019-11-091-1/+10
* inets, httpd: Add logger error loggingIngela Anderton Andin2019-10-091-9/+24