Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-01 | inets: Prepare for release | Ingela Anderton Andin | |
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-22 | Merge branch 'qrilka/patch-2/typo-fix' into maint | Marcus Arendt | |
* qrilka/patch-2/typo-fix: Minor misprints correction | |||
2014-10-15 | INETS FTP: EPSV and EPRT for IPv4 added | Vladimir Shmalko | |
2014-10-08 | Minor misprints correction | Kirill Zaborsky | |
2014-10-02 | httpc: Fix a typo in the documentation | Sina Samavati | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-09-10 | Merge branch 'lukas/docfixes-17.3/OTP-12152' into maint | Lukas Larsson | |
* lukas/docfixes-17.3/OTP-12152: Fix some spelling misstakes | |||
2014-09-08 | inets: Soft upgrade | Ingela Anderton Andin | |
2014-09-03 | inets: update vsn.mk | Hans Nilsson | |
2014-09-02 | inets: Add simple experimental property test suite | Hans Nilsson | |
2014-08-27 | Merge branch 'lpgauth/fix_httpc_doc_typo' into maint | Bruce Yinhe | |
* lpgauth/fix_httpc_doc_typo: Fix typo in documentation /header_as_is/headers_as_is/ | |||
2014-08-22 | inets: Enable ipv6 tests for httpd | Ingela Anderton Andin | |
2014-08-04 | Fix some spelling misstakes | Lukas Larsson | |
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-26 | inets: Add reload tests | Ingela Anderton Andin | |
2014-06-19 | Prepare release | Erlang/OTP | |
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-28 | Merge branch 'ia/ssl/improved-options-handling/OTP-11950' into maint | Ingela Anderton Andin | |
* ia/ssl/improved-options-handling/OTP-11950: ssl: Correct test SUITE ssl: Add format_status function to ssl connection process inets: Correct httpc_SUITE ssl: Add ssl options to listen options tracker ssl: Move init | |||
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 | Update release notes | Erlang/OTP | |
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: Correct httpc_SUITE | Ingela Anderton Andin | |
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: httpc - update test suite framwork to adopt to change in httpd | 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-04-14 | inets: Cleaned up inets_sup_SUITE - removing hard coded port for httpd | Ingela Anderton Andin | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-04-01 | Merge branch 'ia/inets/dialyzer' | Ingela Anderton Andin | |
* ia/inets/dialyzer: inets: Handle all response codes in httpd_util:message/3 | |||
2014-03-31 | inets: Handle all response codes in httpd_util:message/3 | Ingela Anderton Andin | |
2014-03-27 | inets: Avoid timing issus in test case code | Ingela Anderton Andin | |
2014-03-27 | inets: Avoid Windows XP port problems | Ingela Anderton Andin | |
2014-03-26 | Merge branch 'ia/inets/cuddle-tests' | Ingela Anderton Andin | |
* ia/inets/cuddle-tests: inets: Remove potential windows problem | |||
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 | inets: Remove potential windows problem | Ingela Anderton Andin | |
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 |