Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-20 | inets: Cleanup of multiple copies of functions | Erland Schönbeck | |
Add inets_lib with common functions used by multiple modules | |||
2015-03-20 | inets: Update comments | Erland Schönbeck | |
2015-03-20 | Suppress deprecated warning on erlang:now/0 | Erland Schönbeck | |
2015-03-20 | Use new time API and be back-compatible in inets | Erland Schönbeck | |
Remove unused functions and removed redundant test | |||
2015-03-18 | Merge branch 'maint' | Zandra Hird | |
2015-03-16 | Minor comment fix | Kirill Zaborsky | |
2015-02-05 | Merge branch 'maint' | Zandra Hird | |
2015-02-05 | Merge branch 'scrapinghub/httpc_set_cookie_with_empty_values' into maint | Zandra Hird | |
* scrapinghub/httpc_set_cookie_with_empty_values: inets: parse correctly 'Set-Cookie' header with empty value OTP-12455 | |||
2015-02-03 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION erts/emulator/sys/unix/sys.c erts/vsn.mk | |||
2015-02-03 | Merge branch 'maint-17' into maint | Zandra Hird | |
2015-02-03 | inets: parse correctly 'Set-Cookie' header with empty value | Kirilll Zaborsky | |
httpc_cookie should parse cookies with empty values and no attributes set in the 'Set-Cookie' headers. | |||
2015-01-30 | inets: Consistent view of configuration parameter keep_alive_timeout | Ingela Anderton Andin | |
2015-01-30 | inets: httpd - mod_alias now handles https URIs | Ingela Anderton Andin | |
2015-01-29 | inets: httpd - Sanity check of content-length header | Ingela Anderton Andin | |
Gracefully handle invalid content-lenght headers instead of crashing in list_to_integer. | |||
2015-01-26 | Merge branch 'maint' | Marcus Arendt | |
2015-01-20 | httpc: Avoid parsing invalid 'Set-Cookie' headers | Sina Samavati | |
Parsing invalid 'Set-Cookie' header would make httpc crash. This commit filters invalid 'Set-Cookie' headers so that httpc wouldn't try to parse them. | |||
2015-01-14 | Merge branch 'maint' | Marcus Arendt | |
2015-01-14 | Merge branch 'nox/http_uri-fragment/OTP-12398' into maint | Marcus Arendt | |
* nox/http_uri-fragment/OTP-12398: Properly parse URI fragments | |||
2015-01-02 | Properly parse URI fragments | Anthony Ramine | |
This fixes a bug in httpc where redirection URIs could lead to bad requests if they contained fragments. | |||
2014-12-22 | Merge branch 'maint' | Bruce Yinhe | |
2014-12-10 | Merge branch 'ia/scrapinghub/closing_httpc_handler_on_closed_while_send' | Ingela Anderton Andin | |
* ia/scrapinghub/closing_httpc_handler_on_closed_while_send: inets: Fix typo inets: stop httpc_handler on 'connection closed' send error | |||
2014-12-02 | fix eacces spelling | Mikael Pettersson | |
2014-12-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-12-01 | inets: Prepare for release | Ingela Anderton Andin | |
2014-12-01 | inets: stop httpc_handler on 'connection closed' send error | Kirilll Zaborsky | |
httpc_handler should be stopped when sending requests returns error because of a closed connection and `tcp_closed` message could not be catched (see http://erlang.org/pipermail/erlang-bugs/2007-May/000346.html ) otherwise it will lead to process leak. | |||
2014-10-27 | Merge branch 'scrapinghub/update_session_original_stacktrace' | Marcus Arendt | |
* scrapinghub/update_session_original_stacktrace: inets: Return correct stacktrace on session updating failure | |||
2014-10-22 | Merge branch 'vinsentru/inets_ftp_extension' into maint | Bruce Yinhe | |
OTP-12255 * vinsentru/inets_ftp_extension: INETS FTP: EPSV and EPRT for IPv4 added | |||
2014-10-15 | INETS FTP: EPSV and EPRT for IPv4 added | Vladimir Shmalko | |
2014-10-10 | inets: Return correct stacktrace on session updating failure | Kirilll Zaborsky | |
Debug output in httpc_handler:update_session/4 error handling code should not pollute stack trace returned in process exit. | |||
2014-10-08 | Minor misprints correction | Kirill Zaborsky | |
2014-09-08 | inets: Soft upgrade | Ingela Anderton Andin | |
2014-07-03 | Fix typo in documentation /header_as_is/headers_as_is/ | Louis-Philippe Gauthier | |
2014-06-26 | inets: Create seperate timeout for TLS/SSL handshake | Ingela Anderton Andin | |
We do not want this timeout to be mixed up with the keep alive timeout. We will probably want to make it configurable later. | |||
2014-06-17 | inets: Prepare for release | Ingela Anderton Andin | |
2014-06-04 | Merge branch 'scrapinghub/stream_body_with_no_content_length' into maint | Marcus Arendt | |
* scrapinghub/stream_body_with_no_content_length: inets: Fix HTTP 1.0 body end on closed connection | |||
2014-05-27 | Merge branch 'maint-17' into maint | Ingela Anderton Andin | |
Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk | |||
2014-05-27 | Merge branch 'ia/inets/prep' into maint-17 | Erlang/OTP | |
* ia/inets/prep: inets: Prepare for release | |||
2014-05-27 | Merge branch 'ia/inets/maint-17/string-lengths/OTP-11925' into maint-17 | Erlang/OTP | |
* ia/inets/maint-17/string-lengths/OTP-11925: inets: httpd - Behave well on not so long but wrong request lines inets: httpc - update test suite framwork to adopt to change in httpd inets: httpd - Reject incorrect large request lines early | |||
2014-05-27 | inets: Correct distirbing mode for httpd:reload_config/2 | Ingela Anderton Andin | |
config_reload tests are not enough to test httpd "block/unblock" used by config_reload, so renable some test cases in the old_httpd_SUITE after making them work with the new code. Should be cleaned up and moved to httpd_SUITE. | |||
2014-05-26 | inets: Prepare for release | Ingela Anderton Andin | |
Do application restart as old soft upgrade was not correct | |||
2014-05-23 | inets: httpd - Behave well on not so long but wrong request lines | Ingela Anderton Andin | |
2014-05-23 | inets: httpd - Reject incorrect large request lines early | Ingela Anderton Andin | |
2014-05-22 | Merge branch 'scrapinghub/stream_for_chunked_single_message' into maint | Marcus Arendt | |
* scrapinghub/stream_for_chunked_single_message: inets: Fix streaming with single chunk body | |||
2014-05-16 | inets: Fix HTTP 1.0 body end on closed connection | Kirilll Zaborsky | |
Receiving HTTP response with no Content-length header and with body ending on closed connection should give the complete response body contents up to the last byte received. | |||
2014-05-06 | inets: Correct distirbing mode for httpd:reload_config/2 | Ingela Anderton Andin | |
config_reload tests are not enough to test httpd "block/unblock" used by config_reload, so renable some test cases in the old_httpd_SUITE after making them work with the new code. Should be cleaned up and moved to httpd_SUITE. | |||
2014-04-30 | inets: Fix streaming with single chunk body | Sergey Sinkovskiy | |
Receiving HTTP response with chunked transfer encoding in a single TCP message should produce stream messages for response body when streaming mode is used for httpc. | |||
2014-03-31 | inets: Handle all response codes in httpd_util:message/3 | Ingela Anderton Andin | |
2014-03-21 | Merge branch 'scrapinghub/empty_set_cookie' | Henrik Nord | |
* scrapinghub/empty_set_cookie: Added a condition to ignore empty Set-Cookie header and tests for it OTP-11803 | |||
2014-03-21 | Merge branch 'nox/httpc-transfer-encoding-identity' | Henrik Nord | |
* nox/httpc-transfer-encoding-identity: Support identity transfer-encoding in httpc OTP-11802 | |||
2014-03-21 | Merge branch 'ia/inets/revert/OTP-11756' | Ingela Anderton Andin | |
* ia/inets/revert/OTP-11756: inets: Continue CTify test suite inets: Enable https tests inets: Make test suites independent of each other inets: Reverted commmit f97cd6965ac35d1cbe510de23592956857d144c8 |