Age | Commit message (Expand) | Author |
2018-10-08 | Merge branch 'peterdmv/inets/httpc-content-type/ERL-736/OTP-15339' into maint | Péter Dimitrov |
2018-10-02 | inets: Fix handling of 'Content-Type' (httpc) | Péter Dimitrov |
2018-10-02 | inets: Fix handling of 'Content-Length' (httpc) | Péter Dimitrov |
2018-09-21 | Update copyright year | Henrik Nord |
2018-08-27 | Merge branch 'maint-20' into maint | Péter Dimitrov |
2018-08-27 | Merge branch 'peterdmv/inets/fix_http_client/OTP-15242' into maint-20 | Péter Dimitrov |
2018-08-24 | inets: Robust handling of 204, 304, 1xx responses | Péter Dimitrov |
2018-08-24 | Merge branch 'maint-21' into maint | Lars Thorsen |
2018-08-22 | inets: Do not use chunked encoding with 1xx, 204, 304 | Péter Dimitrov |
2018-08-15 | inets: Prepare for release | Ingela Anderton Andin |
2018-08-15 | inets: Use status code 501 when no mod_* handles the request | Ingela Anderton Andin |
2018-08-14 | Merge branch 'ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215' into mai... | Erlang/OTP |
2018-08-14 | inets: Use status code 501 when no mod_* handles the request | Ingela Anderton Andin |
2018-08-14 | inets: Use status code 501 when no mod_* handles the request | Ingela Anderton Andin |
2018-07-24 | Merge branch 'maint-20' into maint | John Högberg |
2018-07-17 | inets: Improve error handling | Ingela Anderton Andin |
2018-07-06 | Don't modify URI, explicitly pass scheme to get_port | Ross Schlaikjer |
2018-07-06 | Update scheme on redirect URI and accumulator | Ross Schlaikjer |
2018-07-06 | Fix accidental Port assertion in resolve_authority | Ross Schlaikjer |
2018-07-06 | Do not assert that new URI port is same as old port | Ross Schlaikjer |
2018-06-19 | ftp: Disallow 'packet_size' for low-level options | Hans Nilsson |
2018-06-18 | ftp: Socket options | Hans Nilsson |
2018-06-18 | Update copyright year | Henrik Nord |
2018-06-07 | stdlib: Move eval_str/1 from mod_esi to erl_eval | Hans Bolinder |
2018-06-05 | Merge branch 'maint' | John Högberg |
2018-05-22 | inets: Gracefully handle bad headers | Ingela Anderton Andin |
2018-05-04 | Move lib:eval_str/1 into mod_esi.erl | Richard Carlsson |
2018-04-27 | inets: Correct runtime_dependencies before release | Péter Dimitrov |
2018-04-27 | inets: Improve httpc gracefulness | Ingela Anderton Andin |
2018-04-24 | Merge branch 'peterdmv/httpd_reload_config/ERL-578/OTP-15025' | Péter Dimitrov |
2018-04-23 | inets: Fix httpd:reload_config/2 | Péter Dimitrov |
2018-04-19 | inets: Fix broken httpc options handling | Péter Dimitrov |
2018-04-18 | inets: Fix handling of relative paths in script_alias | Péter Dimitrov |
2018-04-17 | Merge branch 'maint' | Péter Dimitrov |
2018-04-17 | Merge branch 'peterdmv/httpc_delete_requests/ERL-536/OTP-15006' | Péter Dimitrov |
2018-04-12 | inets: Fix broken httpc options handling | Péter Dimitrov |
2018-04-11 | Merge pull request #1752 from lucafavatella/httpc-connection-close | Péter Dimitrov |
2018-04-06 | inets: Improve readability of handling of server `Connection: close` | Luca Favatella |
2018-04-06 | inets: Fix broken handling of header Content-Type | Péter Dimitrov |
2018-04-05 | inets: Avoid `erlang:get_stacktrace/0` deprecated in OTP 21 | Luca Favatella |
2018-03-28 | inets: Fix inets:services() | Péter Dimitrov |
2018-03-28 | inets,tftp: Break out TFTP from inets | Péter Dimitrov |
2018-03-28 | inets: Support ftp stand_alone mode | Péter Dimitrov |
2018-03-28 | inets,ftp: Break out FTP from inets | Péter Dimitrov |
2018-03-23 | inets: Teach httpc to honour `Connection: close` from server | Luca Favatella |
2018-03-23 | inets: Make httpc error reason more informative for unexpected errors | Luca Favatella |
2018-03-23 | inets: Enable stronger Dialyzer checks in httpc_handler | Luca Favatella |
2018-03-23 | inets: Remove httpc dead code re init error | Luca Favatella |
2018-03-23 | inets: Delete obsolete comment in httpc_response:result | Luca Favatella |
2018-03-14 | inets: fix scheme validation in http_uri:parse when binary URI | Luca Favatella |