Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-02 | inets: Add simple experimental property test suite | Hans Nilsson | |
2014-08-22 | inets: Enable ipv6 tests for httpd | Ingela Anderton Andin | |
2014-06-26 | inets: Add reload tests | 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 | 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-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-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-20 | inets: Continue CTify test suite | Ingela Anderton Andin | |
2014-03-18 | inets: Enable https tests | Ingela Anderton Andin | |
2014-03-18 | inets: Make test suites independent of each other | Ingela Anderton Andin | |
2014-03-18 | inets: Reverted commmit f97cd6965ac35d1cbe510de23592956857d144c8 | Ingela Anderton Andin | |
The reverted commit took a too optimistic approch to pipeling. When added we thought it would be an improvment, but it proved to be a misconception. | |||
2014-03-09 | Support identity transfer-encoding in httpc | Anthony Ramine | |
> The default (identity) encoding; the use of no transformation whatsoever. > The Internet Assigned Numbers Authority (IANA) acts as a registry for > transfer-coding value tokens. Initially, the registry contains the > following tokens: "chunked" (section 3.6.1), "identity" (section 3.6.2), > "gzip" (section 3.5), "compress" (section 3.5), and "deflate" (section 3.5). Reported-by: Andrew Houghton | |||
2014-03-06 | Added a condition to ignore empty Set-Cookie header and tests for it | Kirilll Zaborsky | |
2014-02-24 | Merge branch 'sgolovan/check_if_ftp_path_is_sane/OTP-11750' | Henrik Nord | |
* sgolovan/check_if_ftp_path_is_sane/OTP-11750: lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc. for <CR> and <LF> in them and return error if these offending chars are found. See http://erlang.org/pipermail/erlang-bugs/2014-January/003998.html for details. lib/inets/test/ftp_suite_lib.erl: Added checks for <CR><LF> in file and directory names. | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2014-02-09 | lib/inets/src/ftp/ftp.erl: Check the filenames, usernames, passwords etc. | Sergei Golovan | |
for <CR> and <LF> in them and return error if these offending chars are found. See http://erlang.org/pipermail/erlang-bugs/2014-January/003998.html for details. lib/inets/test/ftp_suite_lib.erl: Added checks for <CR><LF> in file and directory names. | |||
2014-01-30 | inets: Rewrite of test case to avoid timing issues in test code | Ingela Anderton Andin | |
2014-01-10 | inets: Mend broken max_clients check | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_server/httpd_manager.erl | |||
2014-01-10 | inets: Start CT'ify httpd_SUITE | Ingela Anderton Andin | |
2013-12-19 | inets: Remove use of default gen_server timeout | Ingela Anderton Andin | |
If you need a timeout between client and server use a server side timeout instead of the default gen_server:call/2 timeout that is quite useless. Also remove legacy code that has no further use. | |||
2013-12-05 | inets: Restore ftp test files for the inets_{,sup_}SUITE to not fail | Hans Nilsson | |
2013-12-03 | inets: Add crypto start check to ssl test cases | Ingela Anderton Andin | |
2013-11-19 | ftp: Adds dynamic cert generation to tests. | Hans Nilsson | |
2013-11-19 | ftp: Clean Makefile and conf file | Hans Nilsson | |
2013-11-19 | ftp: delete old test files | Hans Nilsson | |
2013-11-19 | ftp: small fixes | Hans Nilsson | |
2013-11-19 | ftps: working | Hans Nilsson | |
2013-11-19 | ftp: old ftp_SUITE re-written and works | Hans Nilsson | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-14 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
2013-10-14 | Merge branch 'ia/inets/http-client-cancel-request/OTP-11312' into maint | Ingela Anderton Andin | |
* ia/inets/http-client-cancel-request/OTP-11312: inets: httpc - Remove dead error handling code inets: httpc make httpc_cancel_request/[1,2] asynchronous httpc: Enhanched error handling inets: httpc improve pipelining | |||
2013-09-30 | inets: added testcase for keep_alive_timeout | Fredrik Gustafsson | |
2013-09-19 | Add test for httpd config option 'script_timeout' | Johannes Weißl | |
The option got ignored before 720721e. |