Age | Commit message (Expand) | Author |
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 |
2018-03-07 | Merge branch 'maint' | Péter Dimitrov |
2018-03-07 | Merge pull request #1724 from lucafavatella/http_uri-types | Péter Dimitrov |
2018-03-06 | Merge branch 'maint' | Péter Dimitrov |
2018-03-06 | inets: work around http_uri:parse Dialyzer warning in uri_SUITE.erl:274 | Luca Favatella |
2018-03-06 | inets: Prepare for release | Péter Dimitrov |
2018-03-05 | inets: refine types and doc of http_uri:parse options | Luca Favatella |
2018-03-05 | inets: export types documented for http_uri module | Luca Favatella |
2018-02-26 | inets: Add unix domain socket support to httpc | Péter Dimitrov |
2018-02-19 | Merge branch 'maint' | Péter Dimitrov |
2018-02-09 | inets: Prepare for release | Péter Dimitrov |
2018-02-09 | inets: Fix httpc crash on keep-alive connections | Péter Dimitrov |
2018-02-05 | inets: Do not call erlang:get_stacktrace() | Hans Bolinder |
2017-11-28 | inets: Fix httpc path handling | Péter Dimitrov |
2017-11-20 | Merge branch 'peterdmv/inets/autoredirect/ERL-333/OTP-14729' | Péter Dimitrov |
2017-11-20 | Merge branch 'peterdmv/inets/http_content_injection/ERL-456/OTP-14726' | Péter Dimitrov |
2017-11-17 | inets: Eliminate race condition | Ingela Anderton Andin |
2017-11-15 | inets: Fix http content injection bug in httpc | Péter Dimitrov |
2017-11-15 | inets: Add support for URI-references in Location | Péter Dimitrov |
2017-11-10 | Merge branch 'maint-20' into maint | Ingela Anderton Andin |
2017-11-09 | inets: Prepare for release | Ingela Anderton Andin |
2017-11-09 | inets: Add missing guard | Ingela Anderton Andin |
2017-11-01 | Merge pull request #1613 from hamidreza-s/fix-httpc-misbehaviour | Ingela Andin |
2017-11-01 | inets: httpd - Fix broken handling of POST requests | Ingela Anderton Andin |