summaryrefslogtreecommitdiff
path: root/lib/inets/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'peterdmv/inets/httpc-content-type/ERL-736/OTP-15339' into maintPéter Dimitrov2018-10-081-2/+10
|\
| * inets: Fix handling of 'Content-Type' (httpc)Péter Dimitrov2018-10-021-2/+10
* | inets: Fix handling of 'Content-Length' (httpc)Péter Dimitrov2018-10-021-1/+10
|/
* Update copyright yearHenrik Nord2018-09-211-1/+1
* Merge branch 'maint-20' into maintPéter Dimitrov2018-08-273-8/+33
|\
| * Merge branch 'peterdmv/inets/fix_http_client/OTP-15242' into maint-20Péter Dimitrov2018-08-271-4/+14
| |\
| | * inets: Robust handling of 204, 304, 1xx responsesPéter Dimitrov2018-08-241-4/+14
| * | inets: Do not use chunked encoding with 1xx, 204, 304Péter Dimitrov2018-08-222-4/+19
| |/
| * Merge branch 'ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215' into mai...Erlang/OTP2018-08-141-2/+6
| |\
| | * inets: Use status code 501 when no mod_* handles the requestIngela Anderton Andin2018-08-141-2/+6
* | | Merge branch 'maint-21' into maintLars Thorsen2018-08-241-0/+2
|\ \ \
| * | | inets: Prepare for releaseIngela Anderton Andin2018-08-151-0/+2
| * | | inets: Use status code 501 when no mod_* handles the requestIngela Anderton Andin2018-08-151-2/+6
* | | | inets: Use status code 501 when no mod_* handles the requestIngela Anderton Andin2018-08-141-2/+6
* | | | Merge branch 'maint-20' into maintJohn Högberg2018-07-241-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | inets: Improve error handlingIngela Anderton Andin2018-07-171-0/+3
| | |/ | |/|
| * | ftp: Disallow 'packet_size' for low-level optionsHans Nilsson2018-06-191-0/+1
| * | ftp: Socket optionsHans Nilsson2018-06-181-51/+75
* | | Don't modify URI, explicitly pass scheme to get_portRoss Schlaikjer2018-07-061-17/+15
* | | Update scheme on redirect URI and accumulatorRoss Schlaikjer2018-07-061-1/+2
* | | Fix accidental Port assertion in resolve_authorityRoss Schlaikjer2018-07-061-2/+2
* | | Do not assert that new URI port is same as old portRoss Schlaikjer2018-07-061-2/+2
| |/ |/|
* | Update copyright yearHenrik Nord2018-06-1823-23/+23
* | stdlib: Move eval_str/1 from mod_esi to erl_evalHans Bolinder2018-06-071-44/+2
* | Merge branch 'maint'John Högberg2018-06-052-5/+7
|\ \ | |/
| * inets: Gracefully handle bad headersIngela Anderton Andin2018-05-222-5/+7
| * inets: Fix broken httpc options handlingPéter Dimitrov2018-04-191-1/+31
* | Move lib:eval_str/1 into mod_esi.erlRichard Carlsson2018-05-041-1/+43
* | inets: Correct runtime_dependencies before releasePéter Dimitrov2018-04-271-1/+1
* | inets: Improve httpc gracefulnessIngela Anderton Andin2018-04-271-1/+1
* | Merge branch 'peterdmv/httpd_reload_config/ERL-578/OTP-15025'Péter Dimitrov2018-04-241-6/+23
|\ \
| * | inets: Fix httpd:reload_config/2Péter Dimitrov2018-04-231-6/+23
* | | inets: Fix handling of relative paths in script_aliasPéter Dimitrov2018-04-181-13/+9
|/ /
* | Merge branch 'maint'Péter Dimitrov2018-04-171-1/+31
|\ \
| * | inets: Fix broken httpc options handlingPéter Dimitrov2018-04-121-1/+31
| |/
* | Merge branch 'peterdmv/httpc_delete_requests/ERL-536/OTP-15006'Péter Dimitrov2018-04-171-33/+34
|\ \
| * | inets: Fix broken handling of header Content-TypePéter Dimitrov2018-04-061-33/+34
* | | Merge pull request #1752 from lucafavatella/httpc-connection-closePéter Dimitrov2018-04-112-39/+27
|\ \ \ | |/ / |/| |
| * | inets: Improve readability of handling of server `Connection: close`Luca Favatella2018-04-061-15/+9
| * | inets: Avoid `erlang:get_stacktrace/0` deprecated in OTP 21Luca Favatella2018-04-051-8/+4
| * | inets: Teach httpc to honour `Connection: close` from serverLuca Favatella2018-03-231-9/+23
| * | inets: Make httpc error reason more informative for unexpected errorsLuca Favatella2018-03-231-8/+12
| * | inets: Enable stronger Dialyzer checks in httpc_handlerLuca Favatella2018-03-231-1/+1
| * | inets: Remove httpc dead code re init errorLuca Favatella2018-03-231-20/+1
| * | inets: Delete obsolete comment in httpc_response:resultLuca Favatella2018-03-231-1/+0
* | | inets: Fix inets:services()Péter Dimitrov2018-03-281-0/+2
* | | inets,tftp: Break out TFTP from inetsPéter Dimitrov2018-03-2815-3340/+58
* | | inets: Support ftp stand_alone modePéter Dimitrov2018-03-281-2/+3
* | | inets,ftp: Break out FTP from inetsPéter Dimitrov2018-03-2811-3128/+33
|/ /
* | inets: fix scheme validation in http_uri:parse when binary URILuca Favatella2018-03-141-1/+1